OrangeDrangon / android-messages-desktop

Android Messages as a Cross-platform Desktop App
Other
331 stars 28 forks source link

Wayland Support #437

Closed buckmelanoma closed 9 months ago

buckmelanoma commented 9 months ago

.desktop file needs the following arguments to enable Wayland support (currently only X11 is supported):

--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations

qdbus org.kde.KWin /KWin org.kde.KWin.showDebugConsole output before: Screenshot_20231230_141720

qdbus org.kde.KWin /KWin org.kde.KWin.showDebugConsole output after: Screenshot_20231230_141929

.desktop file: Screenshot_20231230_142306

OrangeDrangon commented 9 months ago

I assume this allows wayland to work without breaking X support?

buckmelanoma commented 9 months ago

Correct. The app still works as expected under X.

Ex: Screenshot_20240102_094432