Daniel Kondor
Daniel Kondor
Fixes #1359 This is a workaround that avoids a segfault if output is null by using a default value for "size". I'm assuming that a view without an output will...
Clarify exception text in case the parsing error might be the result of the string including tab ('\t') or newline ('\r' or '\n') character. Suggestion for #703 In my opinion,...
Explicitly note that only space is allowed. Should clarify issue #703
This might be more of a feature request than a real issue. Any case, I'm deciding to report it here in case someone else runs into the same problem. Currently,...
Since updating my laptop to Ubuntu 18.04, easystroke keeps crashing. Running it in gdb shows that the crash happens in Stroke::drawEmpty_ (win.cc:143), because it gets called with size == 0....
**Describe the bug** Per [here](https://github.com/WayfireWM/wayfire/issues/2422#issuecomment-2308661898), this is not intended. **To Reproduce** See Python code below. It creates a layer-shell view with buttons to toggle keyboard-interactivity + a separate button below...
**Describe the bug** If keyboard interactivity is set before initially showing (mapping) a layer-shell view, it takes effect, but is not fully updated the next time. **To Reproduce** Steps to...
Random crash in wayfire_foreign_toplevel::init_request_handlers() (race condition with xdg-popups?)
**Describe the bug** This happened once randomly while I was experimenting in follow up to #2422 -- Wayfire crashed while clicking on an icon with a subdock in Cairo-Dock. My...
Depends on #273 but this includes a bit more controversial heuristic, using the format used by (some / most?) snap apps. Tested on Ubuntu 24.04 with firefox and thunderbird installed...
This is a much more limited attempt than #82 Running on Ubuntu 24.04, this fixes finding icons for at least gedit (org.gnome.gedit), evince (org.gnome.Evince) and devhelp (org.gnome.Devhelp). Let me know...