-
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
Compositor handoff - switching compositor at runtime #5
Comments
Yes, most toolkits don't support this yet. Qt5/6 supports compositor restarts if Depending on what theming you use, surviving compositor crashes might also not work. From my personal experience, Qt does pretty well at surviving crashes, Firefox at least tries to restart and displays the "firefox crashed" window, but other apps don't fare so well. Switching between two different compositors with wl-restart could technically work, but would require integration in wl-restart (i.e., a way for you to change the run command between restarts). |
the easiest way is to call |
|
Great! Should we leave this issue open as a tracking issue for switching compositor at runtime, or do you want to open a new issue for that? |
Lets keep this one, i have edited the title to be more descriptive. |
https://www.phoronix.com/news/Qt-6.6-QtWayland-Handoffs
Would it possible to support this where i can switch between Hyprland and KDE?
Edit: is it on hold because, most toolkit does not support surviving crash ?
I wasn't even able to have dolphin survive the crash. Am i doing something wrong? Steps ->
wl-restart Hyprland
nohup dolphin &
btop++
and SIGKILL toHyprland
Compositor restart but dolphin died.
Do you know how to crash KDE, so i can test wether something is wrong with Hyprland or not.
The text was updated successfully, but these errors were encountered: