-
-
Notifications
You must be signed in to change notification settings - Fork 333
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
Support Wayland using the "--platform" command line parameter #159
Comments
Anything new about this? [Desktop Entry]
Version=1.1
Type=Application
Name=Jellyfin Media Player
Comment=Desktop client for Jellyfin
Icon=com.github.iwalton3.jellyfin-media-player
Exec=env QT_QPA_PLATFORM=wayland jellyfinmediaplayer %c %i
Actions=DesktopF;DesktopW;TVF;TVW;
Categories=AudioVideo;Player;TV;Video;
[Desktop Action DesktopF]
Name=Desktop [Fullscreen]
Exec=jellyfinmediaplayer --fullscreen --desktop
[Desktop Action DesktopW]
Name=Desktop [Windowed]
Exec=jellyfinmediaplayer --windowed --desktop
[Desktop Action TVF]
Name=TV [Fullscreen]
Exec=jellyfinmediaplayer --fullscreen --tv
[Desktop Action TVW]
Name=TV [Windowed]
Exec=jellyfinmediaplayer --windowed --tv When i try to start Jellyfin simply nothing happens. |
I have released this in this pre-release: https://github.com/jellyfin/jellyfin-media-player/releases/tag/v1.7.0-pre3 |
Wonderful, thank you very much ❤️ 👍 |
Is your feature request related to a problem? Please describe.
I would like to use Jellyfin Media Player with native Wayland support without the need to specify environment variables.
This can be a bit tricky inside .desktop files. Most other QT-based applications allow this too.
Describe the solution you'd like
Start Jellyfin with Wayland support by doing this:
This should not lead to an error but instead do the same like:
Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered: