You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Continuing the discussion on from #714 maybe you could implement something like the following:
You could check what desktop the user is running:
If it is GNOME or Pantheon (the latter is used on Elementary OS) on Wayland. use client side window decoration (with the window controls in the frame, because on GNOME, the core developers... Have been more than a bit ridiculous on not supporting the other solution. (This is what the Nuclear does by default right now.)
If the desktop is anything else, like KDE Plasma, COSMIC, or any other compositor on Wayland or X11, you could use server-side decoration on Linux by default. This gives a bit of a better feel to the app in my opinion on KDE Plasma.
Obviously, this can be changed by the user, and it should remain as such; this would only concern the first run's defaults.
The text was updated successfully, but these errors were encountered:
In the 2nd case, do you mean decorations and frame rendered natively? You can do that by using the "frameless window" setting. Will that answer your need?
I meant detecting this for the user based on what desktop they are running by default. KDE seems to prefer server-side window decoration by default (but still supports client side) while GNOME support client-side decoration only on Wayland.
Of course, this is Just a request. You're free to do what you want with your project.
Continuing the discussion on from #714 maybe you could implement something like the following:
Obviously, this can be changed by the user, and it should remain as such; this would only concern the first run's defaults.
The text was updated successfully, but these errors were encountered: