-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Several Gnome dialogs/modals are not shown on Sway session #1054
Comments
My current leading theory is that these dialogues are part of the gnome-shell (gnome-flashback in the case of X11). It's most definitely not a GTK issue (I take my words back haha). I had grossly underestimated how tightly coupled the gnome ecosystem is 😅 |
We'd probably need to implement these dialogues ourselves. |
Edit: Nonsense: The default keybindings (Mod+Shift+e) work fine, and use in fact swaynag. It's just the 'Logout' item in Ilia that doesn't work (which probably comes from Gnome). |
I've repro'ed the gnome=session logout not working in sway. The package is not x11 specific so this is a bug IMO. Either the logout desktop action should work or it should be removed. Off the cuff I think abstracting logout in some shell script that will work in both X11 and Sway is feasable, so it seems that we can make this work..
|
Thanks @kgilmer, I also noted that its sibling By the way I just noticed that I reported this issue against |
Describe the bug
Gnome seems unable to show certain modal/dialog windows. Such windows are often used for confirming certain choices. Examples:
gnome-session-quit --logout
: The default command that is run when the default 'logout' key combination pressed. Should show a confirmation dialog. The dialog does not pop up so I am unable to log out of a session. (Mentioned earlier: https://github.com/orgs/regolith-linux/discussions/876#discussioncomment-6722839)gnome-settings
should show a popup with a timeout to automatically revert in case the use can no longer see their display. The popup never shows and the settings are neither persisted across reboots nor reverted when the timeout expires.To Reproduce
Steps to reproduce the behavior:
Logging out
gnome-session-quit --logout
--no-prompt
flag that skips the confirmation dialog).0
.Changing display settings
gnome-settings
(Change resolution or monitor layout)Expected behavior
That the dialogs are shown. This is important because their absence renders basic functionality broken (Logging out, setting display configuration, etc).
Installation Details
release-3_2
Additional context
As @SoumyaRanjanPatnaik mentioned in https://github.com/orgs/regolith-linux/discussions/876#discussioncomment-6722839:
The text was updated successfully, but these errors were encountered: