jellyfin-media-player
jellyfin-media-player copied to clipboard
Window has no title bar
Describe the bug I encountered a weird issue on Jellyfin Media Player on Linux. I just installed it, launched it and the window doesn't have a title bar. So it's impossible to move it or close it in a normal way. I've installed the Flatpak version on Fedora 35 (Gnome 41.2) so obviously Wayland session.
To Reproduce Steps to reproduce the behaviour:
- Just install the flatpak package with command shown on Flathub
flatpak install flathub com.github.iwalton3.jellyfin-media-player
- Launch Jellyfin Media Player
- No title bar… (can't move or close the window)
Expected behaviour A window title bar would be nice :)
Screenshots
Desktop (please complete the following information):
- OS: Linux Fedora
- Version 35
- Desktop Environment: Gnome 41.2
- Installation Method: Flatpak
Having this too on the same OS. I think maybe a wayland issues ?
EDIT : The easy way to solve this it's to install flatseal and deactivate "socket=wayland" in jellyfin media player flatpak settings.
Indeed the workaround works. Any idea why ?
Here's the command to do it without Flatseal, directly using the flatpak CLI :
sudo flatpak override --nosocket=wayland com.github.iwalton3.jellyfin-media-player
Duplicate of #40
This is indeed a duplicate. Gnome on wayland forces clients to draw window borders themselves. Qt has support for this, but for some reason flatpak interferes with this.