fix(gui): force X11 backend for system tray to fix Wayland startup#506
Open
SavageCore wants to merge 1 commit intojellyfin:masterfrom
Open
fix(gui): force X11 backend for system tray to fix Wayland startup#506SavageCore wants to merge 1 commit intojellyfin:masterfrom
SavageCore wants to merge 1 commit intojellyfin:masterfrom
Conversation
0d044c1 to
f9b4bfa
Compare
fix(gui): force X11 backend for system tray to fix Wayland startup Unsets WAYLAND_DISPLAY and forces GDK_BACKEND=x11 before initializing the system tray process. This prevents the application from failing to start on Wayland environments due to pystray/GTK incompatibilities. Since only the system tray runs via XWayland, MPV launches natively under Wayland, which correctly allows it to inhibit screen timeouts.
f9b4bfa to
5189ee7
Compare
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Unsets WAYLAND_DISPLAY and forces GDK_BACKEND=x11 before initializing the system tray process. This prevents the application from failing to start on Wayland environments due to pystray/GTK incompatibilities.
Since only the system tray runs via XWayland, MPV launches natively under Wayland, which correctly allows it to inhibit screen timeouts.
Tested the Flatpak
Workaround for #219