-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apps are not closed by lxqt-session if launched by shortcuts set in kglobalshortcutsrc
#2
Comments
Sorry if this question is totally irrelevant (I'm in the middle of coding and may say weird things): Have you tested the Qt6-based lxqt-session under X11 to make sure that apps are closed correctly there? |
Sure that I use qt6 lxqt-session from day one on of it's birth. I noticed only now switching between labwc and kwin that fpad opened old files and not the recent modified ones. It closes real fast, while using labwc/labwc#1601 I can see the waiting time, especially with featherpad which window stay a some seconds open, disppears and then session exits, on X11 and labwc. Probably kwin just kills the app launched with this option... |
I don't know which option you mean (still being busy with the jungle of lxqt-config's code), but I'm happy if lxqt-session works fine :) |
lxqt-kwin-session/startlxqtkwin.in Line 85 in af6606a
|
--exit-with-session
option is too fast, apps are not closed by lxqt-sessionkglobalshortcutsrc
Found the reason: it's because Basically under all compositors we need this workaround used in labwc until a solution is found for
Here the KDE-complicated workaround. kglobalshortcutsrc:
|
A workaround for what? I don't need any workaround under labwc: <keybind key="W-f">
<action name="Execute" command="featherpad" />
</keybind> |
If you launch it by shortcut it is outside of |
OK, may bad, you mean what the title of this page says :) |
No description provided.
The text was updated successfully, but these errors were encountered: