Sophie Winter
Sophie Winter
ProtonMail provides archive/trash/reply buttons in the notification, which is extremely helpful for keeping the inbox clear. I want to be able to quickly identify and delete uninteresting mail without opening...
I managed to reproduce with glibc, and got it to leak a noticeable amount of memory: ```c #include #define LEAK typedef struct Data { char a[1024]; } __attribute__((aligned (32))) Data;...
> Interesting, though requiring LD_PRELOAD doesn't look good. gtk4-layer-shell does not require LD_PRELOAD as long as the libraries are linked in the correct order. See https://github.com/wmww/gtk4-layer-shell/blob/main/linking.md for details.
Currently working URL: https://greenaddress.it/en/faq.html
If you make a convertible, please don't disable the keyboard in hardware when flipped. Connecting to a projector, placing it screen-down and using the laptop as just a keyboard is...
I've updated https://github.com/wmww/gtk-layer-shell/blob/master/compatibility.md to note that GTK Layer Shell v0.6.0 works fine with GTK v3.24.31. Crash is almost unrelated from that warning. I would therefore expect downgrading GTK not to...
Issue is at least partially caused by https://github.com/swaywm/wlroots/issues/1657 (where you can find a much better explanation of what should be happening as well) Will close once I get things implemented...
I can't reproduce the "correct" behavior, even without layer shell. For me this simplified script (with all the manual overflow handling and layer shell stuff removed) overflows the screen without...
Hmm, looks like this breaks something to do with shrinking the window. In the demo once "fixed size" is toggled on toggling it off doesn't shrink the window back down...
This has sat for too long, and not going to risk stability for new features at this point.