flathub / chat.rocket.RocketChat

https://flathub.org/apps/details/chat.rocket.RocketChat
3 stars 8 forks source link

Window decorations disappeared #101

Open MarcusWichelmann opened 1 year ago

MarcusWichelmann commented 1 year ago

After updating the flatpak to 3.8.15, the window has no window decorations anymore. I can still show the menu bar by hitting the Alt-Key, but all the other window decorations (title bar, shadow) are missing.

Downgrading to 3.8.14 works to work around this:

sudo flatpak update --commit=4ec0e962941100e4c6a8b0b4ae61d3c17534a82596855efad7bb7bb56cb48346 chat.rocket.RocketChat
sudo flatpak mask chat.rocket.RocketChat

I'm on Fedora 37 running Wayland.

MarcusWichelmann commented 1 year ago

Probably related: https://github.com/RocketChat/Rocket.Chat.Electron/issues/2573

equeim commented 1 year ago

Another issue is that in KDE Plasma Wayland, Rocket.Chat no longer uses Breeze GTK3 theme and system fonts and some text is rendered without antialiasing. It has title bar though, but no tray icon.

andrevmatos commented 10 months ago

I've added some new dbus flags to latest commit; can you test and see if this is still an issue on latest build?

wjt commented 1 month ago

This is still an issue with the current version, as built from commit a1e7c86c, on GNOME 43 (via Endless OS).

If you pass --enable-features=WaylandWindowDecorations then decorations are drawn. This doesn't seem to have any negative effect on running the app on an X11 session.