Do not override XDG_DATA_DIRS (fixes #2583) (#3321)

This commit is contained in:
Minh
2026-05-13 19:42:50 +02:00
committed by GitHub
+1 -1
View File
@@ -2,7 +2,7 @@
hl.env("ELECTRON_OZONE_PLATFORM_HINT", "auto")
-- Applications
hl.env("XDG_DATA_DIRS", "$HOME/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share")
hl.env("XDG_DATA_DIRS", "$HOME/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share:$XDG_DATA_DIRS")
-- Themes
hl.env("QT_QPA_PLATFORM", "wayland;xcb")