Re: [dev] surf: usage does not match supported flags

2023-11-18 Thread Quentin Rameau
Hi Eric, > Since at least commit fce76429b8f8ed48116557df3a478bc435145d94, the > flags in surf's usage don't match what's actually supported. Fixed, thanks!

Re: [dev] [Bug][sbase] No binaries created when building on OpenBSD 7.3

2023-11-05 Thread Quentin Rameau
Hi Rene, > Running make on OpenBSD 7.3 does not create binaries. Indeed. > This was introduced by > > commit 6285c22a07893303bc8719afefe3e878ed6bc887 > Author: Roberto E. Vargas Caballero > Date: 2023-09-26T20:51:30+02:00 > > build: Remove unneeded dependency > > Make will search

Re: [dev] [Bug][sbase] make install borked since commit ddde8021

2023-10-29 Thread Quentin Rameau
Hi Rene, > I can't find the patch in the mail archives, but git://git.suckless.org/sbase > has commit ddde8021 (Simplify install/uninstall). With this commit > trying to install gives the following result: > > % make install > scripts/mkproto install /usr/local /usr/local/share/man proto >

Re: [dev] [edit] Introducing edit, a simple text editor

2023-10-23 Thread Quentin Rameau
Hi Arthur, > I understand that some people may miss the undo feature, as it's so > common in others tools. I've given it a lot of thought when designing > edit. As you pointed out, undo-ing is tightly linked to the data > structures, so leaving it aside had major implications on the >

Re: [dev] [edit] Introducing edit, a simple text editor

2023-10-20 Thread Quentin Rameau
> Hello suckless developers, Salut Arthur ! > This is my first time here, I hope I'm doing everything correctly :) Welcome, > Already aware of and enthusiastic about the suckless philosophy, I > started by exploring the text editors referenced there[1]. I was > looking for the combination of a

Re: [dev] report mx.suckless.org tls issue

2023-04-09 Thread Quentin Rameau
Hi again, > > they are not enforcing tls, since mx.suckless.org supported tls before, > > according to their log, last time mx.suckless.org has tls on > > 2023-02-06, so they use the cache for the following email delivery, but > > out of a sudden, mx.suckless.org downgrade to non tls, so email

Re: [dev] report mx.suckless.org tls issue

2023-04-09 Thread Quentin Rameau
Hi PFX, > I am using the wrong words "not properly configured", what I mean is, > since mx.suckless.org supported tls connection before, but right now > mx.suckless.org downgraded to non tls, is this deliberately to be doing > so? Thanks for the info! > they are not enforcing tls, since

Re: [dev] report mx.suckless.org tls issue

2023-04-08 Thread Quentin Rameau
> Hello everyone, Hi PFX, > I try to post to the list, but randomly failed with the error `TLS is > required, but was not offered by host mx.suckless.org` I report the > issue [1] to my email provider, it seems that mx.suckless.org somehow does > not properly configured. > > [1] >

Re: [dev] [st] Font problem

2023-02-12 Thread Quentin Rameau
Hi, > Weird thing i noticed is that font size 15 on xfce-term looks > almost identical to font size 14 on st, so i will just use that. > > Added a screenshot if anyone is interested. Rather document what actual font parameters you're passing to both.

Re: [dev] Commandline Email Advice Request

2022-11-26 Thread Quentin Rameau
> According to the git-config man page, variable names are case sensitive, > so smtpencryption should be smtpEncryption (and so on). “The variable names are case-insensitive, allow only alphanumeric characters and -, and must start with an alphabetic character.”

Re: [dev] Commandline Email Advice Request

2022-11-25 Thread Quentin Rameau
Hi Michael, > Happy Thanksgiving! To you too! > I'm having trouble using `git --send-email` to send a patch in. > > I am trying to use this email address (mcp...@nau.edu) with the > following settings in my global config: > ``` > [sendemail] > smtpencryption = tls > smtpserver =

[dev] surf/webkit2gtk-2.38.0 file descriptors

2022-10-16 Thread Quentin Rameau
Hi, Sorry for not answering directly, but as there has been several threads about it, I'm making a global answer here. I've hacked some solution to the problem of passing the socket pair to the web-extension. It is pushed to git but not released yet, please test it and report if it works or if

Re: [dev] tar filename handling

2022-08-01 Thread Quentin Rameau
Hi Страхиња, > The path that failed was > > ./sucks/lib/python3.9/site-packages/docutils/parsers/__pycache__/commonmark_wrapper.cpython-39.opt-1.pyc > > which is 104 characters long. On further inspection, it seems that the prefix > field is taken into account with -x and -t ("small

Re: [dev][surf] Compatibility: "empty" wep pages

2022-04-29 Thread Quentin Rameau
Hi, > I find that it is unfortunately not satisfactory yet from a > privacy-respecting > standpoint, at least until it supports plugins such as uMatrix which block > Ads > and various other privacy-intruding technologies. Simple filtering of URLs > just isn't enough. You could port uMatrix

Re: [dev][st] UTF-8 works on debian, but not on PopOS Ubuntu

2022-04-26 Thread Quentin Rameau
Hi Robert, > LC_CTYPE is set correctly to "en_US.UTF-8" Set how? > I compiled the same st code on Debian 11 (Bullseye) and Pop OS! (Ubuntu > 21.10). On Debian, UTF-8 works fine, on Pop OS!, with the same keyboard, > it doesn't. In both cases, UTF-8 works in lxterminal. Could you explain your

Re: [dev] [st] UTF-8 not working

2022-04-15 Thread Quentin Rameau
Hi Robert, > Hi, according to the st Status, UTF-8 should be working. Much needed for > multilingual typing with ú, ü, ß, µ, ¿ etc. > However, I only get 00e9 if I type é; anything, I need to specify in > config.h? No, you just should only need to declare correctly your LC_CTYPE

Re: [dev] sam/vis command language: how to go to line and column

2022-04-05 Thread Quentin Rameau
Hi Greg, > Hello all you sam and vis users. I am learning sam. I want to do something > like go to column 5 of line 10 of the current file in sam. > > The command 10#5 goes to column 5 of line 11. Command: 9#4 This goes to column 5 of line 10, in vis.

Re: [dev] ST 'loginShell'

2022-03-04 Thread Quentin Rameau
> Thanks! De nada!

Re: [dev] ST 'loginShell'

2022-03-04 Thread Quentin Rameau
Hi Sime, > > Both bash and fish have a dash ell -l option or --login. I don't know > > about OpenBSD ksh, read the man page. > > Yeah, OpenBSD ksh too, that's not an issue, but how to get ST to > spawn a login shell > > Any Ideas? st ksh -l

Re: [dev] [dwm] Version bump to 6.3

2022-01-17 Thread Quentin Rameau
> Hi, Hello, > Out of curiosity, why the version bump of dwm to 6.3? I haven't seen any > major changes in logs or news. I suppose this depends by what you expect as being a major change. There still have been several changes since the last release from three years ago. Version bumps (as in

Re: [dev] [surf] XDG conformity

2021-12-19 Thread Quentin Rameau
Hi Janek, > After trying surf recently, I was appalled to see a ".surf" directory in my > home. > Is XDG basedir compliance not natural in suckless software? I won't answer directly this question, as you might be able yourself to look that up. But if you're asking about surf specifically, you

Re: [dev] surf ephemeral not switching(?)

2021-10-25 Thread Quentin Rameau
> Hey, Hi Viktor, > Usually I clean out ~/.surf/cache/localstorage for all but 2 sites. I found > out the emphemeral option could acomplish just that, and setting up peruri > options with all 3 permutations (each being same priority) turned out to not > work. It's either on, or off, as

Re: [dev] surf: copy and paste

2021-10-18 Thread Quentin Rameau
> Hello, Hi Alex, > Wanted to ask if there is any way to copy and paste text in surf like in > any other browser, using the usual ctrl+c/v keybindings. I don't know about “any other browser”, we have yet to produce an exhaustive list of (I suppose you mean web) browsers. But I think that GTK

Re: [dev] suckless indicators?

2021-07-07 Thread Quentin Rameau
Hello, > Oops, some applets are in the middle of debug or with issues. > sysmon - in debug, not working properly > sound, weather - don't stop printing afte main app quit > others are ok (btw, for osmo it prints date instead of time). > > term indicator implementation, writtin in shell, is

Re: [dev] [dwm] Why should (or shouldn't) dwm have a spawn function?

2021-06-29 Thread Quentin Rameau
> […] but dwm takes pride in "keeping its userbase small and elitist, > withoutnovices asking stupid questions". You are mistaken there, I don't think a software can take pride in something (here dwm), and the more closer community taking care of it (suckless) doesn't believe in "keeping its

Re: [dev] [surf] content filter interest check

2021-05-16 Thread Quentin Rameau
> Hi there John, Hello Benjamin, > > Is anyone interested in using surf with WebKit content filtering? > > > > If so, I'd like to see your must-have features and can't-have excesses. But > > a mere yea or nay would also be informative, if perhaps more suitable for > > direct contact. > > >

Re: [dev] [surf] content filter interest check

2021-05-16 Thread Quentin Rameau
Hello Jonathan, > Launch delays might be a problem as WebKit seems to want to compile the > filtering binary from a json rules file upon each and every launch. But I > believe that is an optimization issue which I can address later. (Short term, > I'll do what I can and you can opt out.

Re: [dev] less lines of code suck less

2021-05-04 Thread Quentin Rameau
On Mon, 03 May 2021 19:40:04 -0400 "Greg Reagle" wrote: > > Would sbase suck less if the program head, which is currently a C > > program of 77 lines, were replaced with something like > > #!/bin/sh > > sed "$1"q Not really because although head is pretty simple, it's a bit more complex

Re: [dev] Ada not Rust

2021-04-26 Thread Quentin Rameau
Hello, > I have PREFIX defined in my environment and make use if it in scripts as > well as in Makefiles, so I don't generally have to pass it in on the > commandline. I could certainly run it as `PREFIX=$PREFIX make`.I have > to use my own PREFIX on the several shared servers I use where I

Re: [dev] How to add client side certificates for https authentication in surf

2021-03-22 Thread Quentin Rameau
Hello Alex, > I've recently switched to surf, and I failed to set up a client-side > certificate authentication, for accessing various servers... > The only solution I've come up with is setting up a local nginx proxy > server with the needed certificate.(non practical) > > Is there any way of

Re: [dev] [quark] Shouldn't it redirect site.com/ to /index.html?

2021-01-22 Thread Quentin Rameau
Hi Spenser, > If you navigate to my site: > http://equwal.com > It doesn't redirct to index.html, since I don't have a program > performing redirects on there like varnishd. > > Previously I was using varnishd in front of quark to do this, and I had > this stuff doing it: > > Shouldn't quark

Re: [dev] [dwm][bug] Programs teleport tag on startup

2021-01-17 Thread Quentin Rameau
> I've seen i3 handle this case with a i3-exec binary. It basically launches > the target application and signals the i3wm where it was executed. I guess > something similar could be developed here. > It could be used as a wrapper inside dmenu launcher. See wihack (“The wmii window hack”).

Re: [dev] [dwm] Why not a seperate declaration header file ?

2021-01-03 Thread Quentin Rameau
> Hi Hi Hritik, > While editing my config.h file, my linter is going crazy because it cannot > find the declarations of the identifiers used in config.h. I was wondering > the rationale behind putting all the function declarations in the dwm.c file > itself. Wouldn't it make more sense to put

Re: [dev] [st] Undeleted parts of characters

2020-12-31 Thread Quentin Rameau
> Hello, Hi Filip, > I do not know why but for some reason very long characters like "|" "/" > "\" "å" etc does not get fully deleted in terminal. Instead they leave > annoying dots at the top; the absolute top of the characters remain. > This is annoying because unless I either move the window

[dev] Re: surf 2.0+git20190208-2 — No sound output with Ubuntu LTS 20.04

2020-12-02 Thread Quentin Rameau
> Hi, Hi Serge, > This is to inform you that, unlike Ubuntu LTS 18.04, the web browser > surf version 2.0+git20190208-2, installed from the standard Ubuntu > package repository, no longer produces any sound on all web pages that > were tried. What was the last version which was working? > Here

Re: [dev] sbase: ed

2020-11-28 Thread Quentin Rameau
> Hi, Hi Spaceman, > When compiled with musl-gcc (latest) on Slackware 14.2 this: > > static void > dowrite(const char *fname, int trunc) > { > … > printf("%zu\n", bytecount); > } > > does not work for me (it outputs a blank line). Given my rudimentary > knowledge of C and looking up

Re: [dev] [dmenu] unwanted behaviour when feeded from stdin

2020-11-21 Thread Quentin Rameau
> Hi list, Hi Damien, > I am heavily using dmenu to feed editor with external shell scripts > when writing *TeX files. Since dmenu 4.9, I noticed a new, and > somehow annoying, behaviour: when dmenu is called from STDIN > twice in a row, the scripts hangs, waiting for input from the shelle >

Re: [dev] [surf] Releasing surf?

2020-11-20 Thread Quentin Rameau
On Thu, 19 Nov 2020 15:33:44 -0500 "Ivan \"Rambius\" Ivanov" wrote: > Hello, Hello Ivan, > I have been using dwm with netbsd for some time and I am happy with it > and I decided to try surf as well. I was able to build and run surf > from git head with no problems. I tried to build surf-2.0

Re: [dev] [surf] LibEGL warning : DRI2 : Failed to authenticate

2020-11-12 Thread Quentin Rameau
Hello Ben, > Using OpenBSD 6.8 arm64 on RPi 4. > > I recieve the following warning while running surf as both a regular and root > user: > "LibGL warning : DRI2 : Failed to authenticate" > > Surf has been running slow on this particular computer and I suspect this > warning has > something

Re: [dev] [dmenu][PATCH] Vim-like vertical and horizontal keybindings

2020-09-18 Thread Quentin Rameau
> From: Spenser Truex > > Ensure that the keybindings are like vim, and not just made up. Please stop spamming, the first mail to hackers@ was enough.

Re: [dev] [svkbd] request release tag

2020-09-18 Thread Quentin Rameau
> Hi Hiltjo, > > Thanks! I'll continue the packaging effort downstream. \o/

Re: [dev] [st] XIM switching problems in combination with XKB dead keys

2020-07-18 Thread Quentin Rameau
> Hi, Hello, > Thanks for the feedback. Is anyone willing to work on this and improve general > XIM support? > > Alternatively maybe the current code should be removed and completely > reworked? As I already said several times, I would be to move this code out to the patches section until

Re: [dev] unsubscribe

2020-06-24 Thread Quentin Rameau
:(

Re: [dev]

2020-06-05 Thread Quentin Rameau
Hello Kyryl, > dev+subscr...@suckless.org This is a message from your postmaster, Mailing list commands Send a mail from your (not yet) subscribed email address to one of the following addresses to perform the described action. After both the subscribe and unsubscribe command, a confirmation

Re: [dev] sites repo issues? "remote: Unable to migrate objects to permanent storage"

2020-04-30 Thread Quentin Rameau
Hi Cris, > I'm not sure what's going on. > > sites % git remote -v > origin https://git.suckless.org/sites (fetch) > origin https://git.suckless.org/sites (push) > > Maybe someone with access to the git server can see what's going on here? :-) You can't push suckless git over

[dev] [PATCH] Launch scroll program with the default shell

2020-04-11 Thread Quentin Rameau
--- st.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/st.c b/st.c index e51fe15..afe82eb 100644 --- a/st.c +++ b/st.c @@ -689,9 +689,12 @@ execsh(char *cmd, char **args) if (args) { prog = args[0]; arg = NULL; - } else

[dev] [PATCH] Launch scroll program with the default shell

2020-04-11 Thread Quentin Rameau
--- st.c | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/st.c b/st.c index e51fe15..fcfbb1a 100644 --- a/st.c +++ b/st.c @@ -689,14 +689,16 @@ execsh(char *cmd, char **args) if (args) { prog = args[0]; arg = NULL; - }

[dev] [PATCH 0/1] Small fix for scroll integration

2020-04-11 Thread Quentin Rameau
I'm not sure where we should fix that, either here, in the caller, or put a default program in the scroll tool. I think it's better in the caller as we already push utmp to it if it exists. What do you think? Quentin Rameau (1): Launch scroll program with the default shell st.c | 9

[dev] [PATCH 1/1] Launch scroll program with the default shell

2020-04-11 Thread Quentin Rameau
--- st.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/st.c b/st.c index e51fe15..afe82eb 100644 --- a/st.c +++ b/st.c @@ -689,9 +689,12 @@ execsh(char *cmd, char **args) if (args) { prog = args[0]; arg = NULL; - } else

Re: [dev] unsubscribe

2020-04-03 Thread Quentin Rameau
:(

Re: [dev] unsubscribe

2020-04-03 Thread Quentin Rameau
:(

Re: [dev] [surf] can't follow a link for download

2020-02-20 Thread Quentin Rameau
> Dear developers, Hi Renato, > I use the packaged version buster (stable) of surf in Debian. > > While trying to make any download I'm receiving this: > > surf: execvp x-terminal-emulator failed: Permission denied This seems to be a Debian issue, surf uses "st" terminal emulator by default,

Re: [dev] Surf backend

2020-01-25 Thread Quentin Rameau
Hi Jesse, Hadrien, > > In regard to "replace webkit with something sane" from the TODO.md > > fileincluded within surf. I'm not sure if you all are aware of this: > > https://github.com/SteveDeFacto/zsurf > > Little abandoned project in the vein of surf, but using webengine > > backend. > > >

Re: [dev] [sbase] sed 'd' command after 'r' or 'a' (POSIX interpretation question)

2020-01-17 Thread Quentin Rameau
> Perhaps we should bring this up on the austin group list and get them > to clarify the text. Done, let's wait and see.

Re: [dev] [sbase] sed 'd' command after 'r' or 'a' (POSIX interpretation question)

2020-01-17 Thread Quentin Rameau
> Hello, Hi Michael, > I recently ran into a package (dialog), which uses the following sed > script to generate its dlg_config.h header: > > /@DEFS@/r conftest.frag > /@DEFS@/d > > The intention is to replace @DEFS@ in the header template with the > contents of a file. However, sbase sed

Re: [dev] how can I remap vis to bépo layout?

2019-10-31 Thread Quentin Rameau
> Hello, Hello Damien, > Being a bépo user (a dvorak-inspired keyboard, > look at www.bepo.fr), I would like to remap some keys > in vis normal mode, namely ctrs to hjkl and hjkl to ctrs. The correct way to do that would be in config.h, you can use the keymaps string array in which you can

Re: [dev] unsubscribe

2019-10-30 Thread Quentin Rameau
> unsubscribe :(

Re: [dev] [tabbed] compiles but does not work as expected with FreeBSD

2019-09-28 Thread Quentin Rameau
Hello Jason, > Here is my config.mk, compilation output and the behavior I get when I > execute tabbed as a screenshot. What behaviour do you expect, and what behaviour do you get?

Re: [dev] [dwm] multimonitor and presentations (pdfpc)

2019-07-23 Thread Quentin Rameau
> Hi Hi Søren, > I can move focus from one screen to another with the mouse. > > How do I send an application from one screen to the other with a key-stroke? > > where can I find additional information and help. Searching duckduckgo.com > doesn't give much information, only a link to the

Re: [dev] Learn C

2019-04-02 Thread Quentin Rameau
Not that this sort of thread can really go anywehere else, sadly, but please refrain to getting aggressive with each others. We all saw there was a lot of *opinions*, albeit written as dogmas, let the reader be smart and see which are to be adopted and which be rejected, and which to be ignored

Re: [dev] Learn C

2019-03-26 Thread Quentin Rameau
> * do not use enum (hard rule) > * do not use typedef (hard rule) > * use sized types: u8 u16 i64 float32 etc... you can use the C > preprocessor to fix that, but in some case, as a good tradeof (for instance > in > "object oriented C code"), add a suffix to your type (u8_t, struct >

Re: [dev] HSTS issues on suckless.org

2019-03-24 Thread Quentin Rameau
> http(s)://wmii.suckless.org return a 404 for me so I don't think this > site is online anymore. wmii.suckless.org is not anymore.

Re: [dev] [dmenu] 4.9 segfault on input

2019-02-09 Thread Quentin Rameau
Hello Jordan, > Per the hacking page, I have attached the output of the gdb backtrace. > I also attached strace output and the coredump file. > > Thanks for dmenu! Let me know if there's anything else I can do. Could you make a local build with debugging symbols so we can have a better notion

Re: [dev] [dwm] new release - transition from Openbox

2019-02-05 Thread Quentin Rameau
> That's a reasonable choice. I actually do the same in my environment. > W-key is probably the only way to not interact with any app. Should be > default one in my opinion. Not all keyboards have a logo key, most of them have an alt key though.

Re: [dev] [dwm] new release - transition from Openbox

2019-02-05 Thread Quentin Rameau
> > One of the big pluses is pinning an app to a workspace. When I boot, I > > get two xterm windows in workspace 1, a browser in workspace 2, and my > > email client in workspace 3. > > That's intriguing. Would you please explain how to do this? Read the Rule array in config.h.

Re: [dev] [slstatus] CLOCK_BOOTTIME not available for old Linux/glibc

2019-01-17 Thread Quentin Rameau
Hi all, > > I think the important point here is if it is POSIX. If it is not > > then maybe we should think to revert to CLOCK_MONOTONIC. > > CLOCK_BOOTTIME is not POSIX, but CLOCK_MONOTONIC is[0]. CLOCK_BOOTTIME > was added in Linux 2.6.39 and is Linux-specific[1]. > > Thus, I would be in

Re: [dev] Coding style: why /* */ and not //?

2019-01-10 Thread Quentin Rameau
Hello Martin, > The coding style says: > > > Use /* */ for comments, not // > > Don't want to start a discussion about it, but I'm curious why // is > disallowed? AFAIK all compilers accept // these days, and have for a > long time? > > I've always preferred // since they can nest (you can

Re: [dev] Permission denied when opening a local html file

2018-12-24 Thread Quentin Rameau
> Dear all, Hi Piotr, > I installed latest stretch-backports version of surf, but when I try to open > local html file I get following error (on terminal): > > $ surf -t info.html > > (surf:2672): GLib-GObject-WARNING > **: /build/glib2.0-YYXhFA/glib2.0-2.50.3/./gobject/gsignal.c:2523: >

Re: [dev] Trying to compile on Debian Stretch

2018-12-11 Thread Quentin Rameau
> Hi, Hi Piotr, > I tried to download and install all the header files required as described in > the README file, but I am getting the compilation error: > > surf.c:213:34: error: unknown type name ‘WebKitWebProcessTerminationReason’ >

Re: [dev] [PATCH 1/2] find: "-" by itself is a file name

2018-11-02 Thread Quentin Rameau
> No, I just left an operator there when rewriting the chain, here's the > corrected one: > > return strcmp(arg, "-") || strcmp(arg, "!") && strcmp(arg, "("); Ah, forget about it, I'm not focused. return strcmp(arg, "!") && strcmp(arg, "(") || !strcmp(arg, "-");

Re: [dev] [PATCH 1/2] find: "-" by itself is a file name

2018-11-02 Thread Quentin Rameau
> > Why not: > > > > return strcmp(arg, "-") || && strcmp(arg, "!") && strcmp(arg, "("); > > Not sure what you're recommending here. Maybe > > return (arg[0] != '-' || !strcmp(arg, "-")) && strcmp(arg, "!") && > strcmp(arg, "("); > > ? No, I just left an operator there when rewriting the

Re: [dev] [PATCH 1/2] find: "-" by itself is a file name

2018-11-02 Thread Quentin Rameau
> My interpretation of the linked thread was that "starts with" is > supposed to mean a strict prefix in POSIX, so "-" doesn't start with > "-". I haven't found anything in the standard that says that > explicitly though. If you'd rather interpret "starts with" to include > exact matches, feel

Re: [dev] [PATCH 1/2] find: "-" by itself is a file name

2018-11-02 Thread Quentin Rameau
Hello Tavian, > See https://savannah.gnu.org/bugs/?15235 for a discussion of why the > POSIX wording implies that "-" by itself is not part of the expression. I think this was a pedantly wrong interpretation of the standard. The specification has been reworded since to prevent this: “The first

Re: [dev] [st][PATCH] better plumbing on linux: find child shell cwd without shell gymnastics

2018-11-01 Thread Quentin Rameau
Hello John, > + DIR* srcdir = opendir("/proc/self/task"); Is that a Linux‐only patch?

Re: [dev] [sbase] Split libutil

2018-10-24 Thread Quentin Rameau
> having external programs link against libutil.a is a PITA because musl/glibc > also have a libutil.a in the library directory. IMHO the name could be changed > to something less general. If you have musl/glibc libutil.a in sbase directory, you've got a real problem indeed, but unrelated to this

Re: [dev] tabbed should not touch the child window until it has the _XEMBED_INFO property

2018-09-25 Thread Quentin Rameau
On Tue, 25 Sep 2018 11:21:27 +0200 Dimitrios Semitsoglou-Tsiapos wrote: > Hello everyone, Hello Dimitrios, > I have been hunting a bug where zathura windows do not get rendered > inside tabbed. It seems that the issue boils down to both Gtk+ and tabbed. And X11 embedding alltogether, I think.

Re: [dev] Re: freetype2/fc pain

2018-09-23 Thread Quentin Rameau
Hello Anselm, > I did investigate the options and made up my mind. Here is my verdict: > > The idea behind libsl has to be improved in code and I will work on > this. The drw.h API is not strictly enough defined and both dwm and > dmenu access certain aspects of drw.h that they shouldn't, which

Re: [dev] [st] solarized light patch colors incorrect

2018-09-12 Thread Quentin Rameau
> However, not everybody can fix everything. Yes they can. If they want to. > For example, I use dwm but > if I find a bug within I'm pretty sure I'll unable to fix it (example I > remember the old SDL issue regarding fullscreen), mostly because I > don't know X11 libraries not because I would

Re: [dev] [st][PATCH] Fix iso14755 on OpenBSD

2018-09-11 Thread Quentin Rameau
On Tue, 11 Sep 2018 02:52:02 + st1...@cumallover.me wrote: > Hello, Hello st1cky, > `iso14755` is broken on OpenBSD since the introduction of pledge > patch. This happens because key presses are handled in the > "master" side of st, which doesn't includes "exec" in it's > promise. Below you

Re: [dev] [st] solarized light patch colors incorrect

2018-09-07 Thread Quentin Rameau
> So, back to that question about security-related bug reports. You haven't > commented. Maybe it's a misplaced consumer^Wgrown up habbit which makes you feel like your entitled to a comment? If you had the decency to at least read the answers to the questions for which you demand an answer,

Re: [dev] [st] solarized light patch colors incorrect

2018-09-07 Thread Quentin Rameau
> > Third‐party patches are what they are. If you don't read and/or > > understand what you apply, you're on your own. > > "We don't support third-party patches, fix it yourself or contact the person > who developed the patch." That wasn't hard to say. I'm glad you got it. > It's your role to

Re: [dev] [st] solarized light patch colors incorrect

2018-09-07 Thread Quentin Rameau
> And you would reply the same way to a security-related bug report without a > patch? I would reply in a worse way, according to your standards (if I understand correctly). Third‐party patches are what they are. If you don't read and/or understand what you apply, you're on your own. > Grow up,

Re: [dev] [st] solarized light patch colors incorrect

2018-09-07 Thread Quentin Rameau
> Whoa whoa whoa... could we stop here for a sec, please? WOW!! > First of all, before filing this bugreport I checked suckless's > homepage, which says on its Community page: "dev@suckless.org - for > dwm/dmenu/st/… users, development discussion, bug reports and general > discussion". I did

Re: [dev] [st] solarized light patch colors incorrect

2018-09-07 Thread Quentin Rameau
> My sole intent was to report a bug, leaving it up to you how you handle it. Thank you consumer, please forward to your nearest Apple Store Geniuses

Re: [dev] [surf] Proxy not respected

2018-08-22 Thread Quentin Rameau
On Wed, 22 Aug 2018 13:11:00 +0200 li...@vollmar.ch (Peter Vollmar) wrote: Hello Peter, > I have been using surf on Gentoo for a long time, but recent versions do no > longer respect the http_proxy variable (in contrast to what it says in the > manpage). It does for me: $

Re: [dev][surf] SURF_FIND not working after WebKitGtk update

2018-08-16 Thread Quentin Rameau
> Hi, Hello Ian, > I have just updated webkitgtk from 2.18.3 to 2.20.2 and now the 'search > page' hot keys ( CTRL-slash and Ctrl-f ) no longer do anything. > > Has anyone else had this problem? You shouldn't have this. Are you sure this was the webkitgtk update which caused the issue? At

Re: [dev] [sbase] find and xargs different results than busybox

2018-07-15 Thread Quentin Rameau
> Hello friends. Hello Andrew, > I always used busybox but now I decided to use sbase because of the > simplicity and lightweight. Nice! > I had a script to fix /home/user files and directories permissions that > always worked on busybox but fails on sbase. > I wonder if the programs in

Re: [dev] [st] git repo not reachable?

2018-06-11 Thread Quentin Rameau
> Hi everyone Hi Silvan > $ git pull > fatal: unable to connect to git.suckless.org: > git.suckless.org[0: 195.186.210.161]: errno=Connection timed out > > Did the git server process die? The git server is fine, but as you must have seen on the suckless website, we have switched to another

Re: [dev] suckless too to minify CSS, JS and html

2018-05-22 Thread Quentin Rameau
> I wonder how many people here that advise against minification, keep > their compiled binaries "readable". Please start shipping your > makefiles with "-Og" instead of "-Os" then. We don't ship binaries, only source code, and a way to build them. Then how you compile your own binary is your

Re: [dev] suckless too to minify CSS, JS and html

2018-05-18 Thread Quentin Rameau
> > Don't create pages with 3MB of Javascript, that's insane. > > I agree. My boss, our web designers, and many other people don't, so > unfortunately I do have to deal with it. You don't have to deal with it by just accepting it though. > > I think concatenation/bundling in one file is fine,

Re: [dev] suckless too to minify CSS, JS and html

2018-05-18 Thread Quentin Rameau
> Hello, Hello, > Does anyone has advice for a suckless tool to minify JS, CSS and HTML > files? I use sed for now, but it might not be the best solution. Don't do this.

Re: [dev] [st] shift + backspace

2018-04-28 Thread Quentin Rameau
> When using a program without readline inside st, shift + backspace > becomes ^H. Same thing if caps-lock is activated. > This is very annoying. Other terminals don't do that. > Could this be fixed in future releases? Where is the patch?

Re: [dev] Compilation errors for version 2.0 of surf

2018-04-17 Thread Quentin Rameau
> Hi, Hi Piotr, > Trying to compile version 2.0 of surf, but I got the following errors: > > surf.c:46:12: error: ‘WEBKIT_HIT_TEST_RESULT_CONTEXT_SELECTION’ undeclared > here (not in a function) > OnSel = WEBKIT_HIT_TEST_RESULT_CONTEXT_SELECTION, > ^ Too old version of

Re: [dmenu] [dev] Option not to lock X

2018-04-17 Thread Quentin Rameau
Hello baby, > dmenu grabs all keys / locks X. > There are many contexts where it would be useful to have an option (e.g > -u for "unlock") where dmenu only grabs the minimum keys it needs. > Sometimes you may need to switch windows and check something before > choosing an option (e.g before

Re: [dev] suckless dns over http client

2018-04-02 Thread Quentin Rameau
> In lieu of the recent 1.1.1.1 announcement, i was wondering if anyone > has written a suckless, simple, dns over http relay? haha ;)

Re: [dev] [ANNOUNCE] vis-0.5

2018-03-25 Thread Quentin Rameau
> vis 0.5 is out: Great !

Re: [dev] [surf] [patch] Optionally handle downloads through webkit.

2018-03-23 Thread Quentin Rameau
> Hi. Hello Arturo, > First of all, thank you for surf. It's a great, minimalistic shell for > webkit, and it has proven of great value for our current project. Big > thumbs up for that, thanks. Well, I'm glad you find it useful! > We are working on a POS system and using surf as part of our >

Re: [dev] [surf] unreliable loading of multiple requests over tor

2018-03-22 Thread Quentin Rameau
> I found the bug on their tracker, along with an annoying workaround: > https://bugs.webkit.org/show_bug.cgi?id=183163 Ah, well done! > Last time I dug around in libsoup/webkitgtk I found it unhelpful to > my mental health. Do I dare swim through that bog again? Indeed, good luck with that.

Re: [dev] [surf] unreliable loading of multiple requests over tor

2018-03-22 Thread Quentin Rameau
> Hi all, Hi Nick, > I've had this issue with surf forever, but it is gradually becoming > more of a problem as the web gets ever further away from HTML pages > served over HTTP. > > When using Tor+Privoxy in standard configuration, and sending surf's > traffic through that by setting the

Re: PATCH: make clean Re: [dev] [st] release 0.8

2018-03-15 Thread Quentin Rameau
> Hm... true. > > Maybe this belongs to 'make distclean'? Or be at least documented. A distclean target would be a better proposal. The Makefile is simple enough to be its own documentation.

  1   2   >