5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 22:13:36 +08:00
wails/v2/internal/frontend/desktop/linux
Kevin MacMartin 27f36a8edd
Only set GDK_BACKEND to "x11" if GDK_BACKEND is unset and XDG_SESSION_TYPE is not "wayland" (#1811)
* Only set GDK_BACKEND to "x11" if GDK_BACKEND is unset and XDG_SESSION_TYPE is not "wayland"

* GDK_BACKEND should only be set if XDG_SESSION_TYPE is unset, "unspecified" or "x11"
2022-08-31 17:31:52 +10:00
..
browser.go [linux] get compiling working 2021-11-13 17:06:48 -08:00
calloc.go [linux] Dialogs WIP 2022-01-25 16:27:39 -06:00
dialog.go Support message dialog 2022-01-25 16:27:39 -06:00
frontend.go Only set GDK_BACKEND to "x11" if GDK_BACKEND is unset and XDG_SESSION_TYPE is not "wayland" (#1811) 2022-08-31 17:31:52 +10:00
gtk.go [v2, linux] Make sure to execute the menu callbacks on a new goroutine (#1403) 2022-05-17 20:45:48 +10:00
invoke.go [v2, linux] Improve switching to main thread for callbacks (#1392) 2022-05-31 20:28:37 +10:00
keys.go Feature/v2 linux menus (#1114) 2022-01-29 07:19:14 +11:00
menu.go Support MenuUpdateApplicationMenu 2022-01-29 10:13:29 +11:00
responsewriter.go feature - support linux/arm (#1427) 2022-05-27 19:09:50 -10:00
screen.go Expose screen dimensions (#1519) 2022-07-16 12:33:37 +10:00
window.go Add Some WindowState (#1349) 2022-08-30 06:52:01 +10:00