Basil Crow

Results 213 issues of Basil Crow

### Background `lxqtpower` provides a provider mechanism. Providers are initialized in https://github.com/lxqt/liblxqt/blob/46711d90d337552539656da57a0d013e6ec6fc50/lxqtpower/lxqtpower.cpp#L39-L45 according to these rules: - If `useLxqtSessionProvider` is true, then `LXQtProvider` is initialized. This communicates with `lxqt-session` via...

Systemd's documentation for [desktop environments](https://systemd.io/DESKTOP_ENVIRONMENTS/) states: > **Pre-defined systemd units** [systemd.special(7)](https://www.freedesktop.org/software/systemd/man/systemd.special.html) defines the `graphical-session.target` and `graphical-session-pre.target` to allow cross-desktop integration. Furthermore, systemd defines the three base slices `background`, `app` and...

See: - https://bugs.kde.org/show_bug.cgi?id=242114 - https://github.com/kovidgoyal/kitty/issues/1595 - https://github.com/ghostty-org/ghostty/discussions/7769 The same bug exists in `QTermWidget`. This was fixed in Konsole in KDE/konsole@790e835c6 and KDE/konsole@ad256b632, so presumably the fix could be backported here.