Do not override XDG_DATA_DIRS (fixes #2583)

This commit is contained in:
GregorVal
2026-05-13 17:51:41 +02:00
committed by GitHub
parent 412b2222c2
commit f7773acab4
+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")