feat: propagate XDG_DATA_DIRS to dbus/systemd

This commit is contained in:
2026-04-15 09:45:21 +02:00
parent b341f7f4fc
commit a60b40eeac

View File

@@ -41,6 +41,8 @@
extraSessionCommands = '' extraSessionCommands = ''
# fix for java awt apps not rendering # fix for java awt apps not rendering
export _JAVA_AWT_WM_NONREPARENTING=1 export _JAVA_AWT_WM_NONREPARENTING=1
# propagate XDG_DATA_DIRS to dbus/systemd for d-bus activated apps
dbus-update-activation-environment --systemd XDG_DATA_DIRS
''; '';
}; };