winapps-org / winapps-launcher

Taskbar Launcher for [WinApps](https://github.com/winapps-org/winapps).
GNU General Public License v3.0
11 stars 6 forks source link

Set GDK_BACKEND to 'x11' on systems running wayland #13

Closed KernelGhost closed 1 month ago

KernelGhost commented 1 month ago

Introduced function to automatically set environment variable 'GDK_BACKEND' to 'x11' on systems running wayland.

This solution was tested successfully by @redelacruz here and requested by @freechelmi here.

As my personal system runs x11 and not wayland, would someone running wayland mind testing this PR? @freechelmi @redelacruz

Thanks guys!