Gundarin Roman

Results 18 issues of Gundarin Roman

**Description** Icons with size smaller than 32px are fuzzy **Expected behavior** Should not be fuzzy, those are scalable icons. **Steps to reproduce** Create any .desktop with any 24px or 16px...

Add option (maybe command line) to run localsend in background (even without tray). This is implemented on Windows, but seems like it is not on Linux.

enhancement
linux

Seems like the window isn't being rerendered after being hidden and losing focus. https://github.com/WayfireWM/wf-shell/assets/50048443/466fb206-0a0b-458d-8fa7-48fb62f89d7e

invalid
panel

Probably fixes #150 This patch refactors the calculation of `WayfireToplevel`'s width. Instead of recalculating the width manually, it simply does `label.set_ellipsize` and `label.set_max_width_chars`. Also there are a few minor style-ish...

Fixes #177 Tbh, I have no idea how and why it works.

Affected widgets: `window-list`, `tray` Expected behavior: panel shouldn't hide. I have a working solution for `tray` [here](https://github.com/NamorNiradnug/wf-shell/commit/15280b85363509df5ea2f8256050e2879e1afb85), but I don't think it's a good one. Screenshots of the bug: ![screenshot_2023-08-03-042437](https://github.com/WayfireWM/wf-shell/assets/50048443/2cee328d-22cf-4940-be99-500cb9e5aeb4)...

invalid
panel

When a popup is shown (volume, calendar, etc) the panel won't lose focus keyboard after clicking another window. Moving or resizing the window makes the window to grab the focus...