-
Notifications
You must be signed in to change notification settings - Fork 467
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
No Titlebar on Gnome-Wayland run natively #683
Comments
This is not something we can solve, and having this issue open while Electron itself doesn't support won't help either. When electron gets it we'll update. |
Well, can not is maybe the wrong wording, as for example VSCode has an setting to enable client side decorations, as I found out here. So the question would be more of is it worth the work, implementing something or waiting on what/when it changes in electron upstream^^ Jitsi doesn't have any menus, so it would basically only a simple bar, holding the buttons for minimize, maximize and close. |
Upstream electron is nearly ready with client side decorations, so I suggest that we hold off here and wait for that: electron/electron#29618 |
The electron PR is merged, but I still do not see any borders when using native wayland.... |
Try passing this argument: |
That worked! Thanks! |
@csett86 Not sure how risky it would be to enable this by default... |
Use with --ozone-platform=wayland to enable Closes: #683
Use with --ozone-platform=wayland to enable Closes: #683
Use with --ozone-platform-hint=auto to enable Closes: #683
Use with --ozone-platform-hint=auto to enable Closes: jitsi#683
Description
Running Jitsi in Wayland native on Gnome doesn't have Window decorator, as Gnome-Wayland doesn't support this at the moment.
This is related to the electron upstream issue electron/electron#27522 , but no idea how long it would take the upstream issue get's closed and then taking effect for Jitsi.
Current behavior
Running Jitsi in Wayland native under Gnome results in the window not having a titlebar.
Possible to fully use and move around with Super+Mouse Click&Drag.
Expected Behavior
Having Window decorator on Gnome when running in Wayland native
Possible Solution
Add custom decorator, or wait what electron does upstream
Steps to reproduce
Run in a Gnome-Wayland session with
Environment details
Ubuntu 20.04 Focal Fossa
Gnome 41 on Wayland
Jitsi 2021.11.2
The text was updated successfully, but these errors were encountered: