flathub / com.bitwarden.desktop

https://flathub.org/apps/details/com.bitwarden.desktop
15 stars 18 forks source link

Feature: add optional Wayland support #175

Closed thatLeaflet closed 10 months ago

thatLeaflet commented 10 months ago

Currently, if I want to run Bitwarden in native Wayland mode, I need to either (1) launch from the terminal and pass ozone flags or (2) modify the desktop file and add those flags. Neither method is particularly good.

I propose that this this Bitwarden flatpak should follow in the steps of the Discord flatpak and add an optional native Wayland mode. With the Discord flatpak, it by default only comes with X11 access. But if you grant it Wayland access, it will automatically launch in native Wayland mode.

The only issue I've run into with native Wayland is that right clicking the titlebar does not bring up the menu on Gnome (not an issue on other desktop environments that support server side decorations on Wayland).

ghisvail commented 10 months ago

The ozone flags are already passed.

Not sure what your issue is.

thatLeaflet commented 10 months ago

You're right! It was added last month, I missed that happening.