jellyfin-media-player icon indicating copy to clipboard operation
jellyfin-media-player copied to clipboard

Window has no title bar

Open Nicryc opened this issue 3 years ago • 4 comments

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:

  1. Just install the flatpak package with command shown on Flathub flatpak install flathub com.github.iwalton3.jellyfin-media-player
  2. Launch Jellyfin Media Player
  3. No title bar… (can't move or close the window)

Expected behaviour A window title bar would be nice :)

Screenshots Jellyfin Media Player screenshot with no title bar

Desktop (please complete the following information):

  • OS: Linux Fedora
  • Version 35
  • Desktop Environment: Gnome 41.2
  • Installation Method: Flatpak

Nicryc avatar Dec 15 '21 17:12 Nicryc

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.

tr1p0p avatar Dec 16 '21 17:12 tr1p0p

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

Nicryc avatar Dec 18 '21 17:12 Nicryc

Duplicate of #40

tydog98 avatar Dec 18 '21 20:12 tydog98

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.

iwalton3 avatar Dec 18 '21 20:12 iwalton3