openbox: fix openbox specific autostart mechanism (#522103)
This commit is contained in:
@@ -93,6 +93,9 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
wrapProgram "$out/bin/openbox-gnome-session" --prefix XDG_DATA_DIRS : "$out/share"
|
||||
wrapProgram "$out/bin/openbox-kde-session" --prefix XDG_DATA_DIRS : "$out/share"
|
||||
wrapPythonProgramsIn "$out/libexec" "$out ''${pythonPath[*]}"
|
||||
|
||||
substituteInPlace "$out/libexec/openbox-autostart" \
|
||||
--replace-fail "$out/etc/xdg/openbox/autostart" "/etc/xdg/openbox/autostart"
|
||||
'';
|
||||
|
||||
doInstallCheck = true;
|
||||
|
||||
Reference in New Issue
Block a user