diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-07 01:57:10 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-07 01:57:10 +0000 |
| commit | 974391d345adf122816831cc24cbdfec5616aed1 (patch) | |
| tree | 03204d484c0ea345e3fa8f467005193500b83203 /data/xsession | |
| parent | 740c8af41e77a0cf5a748a7530d19405ad6739c0 (diff) | |
switch to using a command line variable instead, for the restart binary, just remove it so its not given to the session manager and confuses things.
drop the reconfigure notify pid for now
Diffstat (limited to 'data/xsession')
| -rwxr-xr-x | data/xsession/openbox-gnome | 3 | ||||
| -rwxr-xr-x | data/xsession/openbox-kde | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/data/xsession/openbox-gnome b/data/xsession/openbox-gnome index 03a22d3f..c146aa81 100755 --- a/data/xsession/openbox-gnome +++ b/data/xsession/openbox-gnome @@ -1,5 +1,4 @@ #!/bin/sh # A temporary script to be replaced by a real program.. -export OPENBOX_RESTART_BINARY=openbox-gnome -exec openbox "$@" +exec openbox --restart-binary openbox-gnome "$@" diff --git a/data/xsession/openbox-kde b/data/xsession/openbox-kde index a3b603ac..87a5812c 100755 --- a/data/xsession/openbox-kde +++ b/data/xsession/openbox-kde @@ -1,5 +1,4 @@ #!/bin/sh # A temporary script to be replaced by a real program.. -export OPENBOX_RESTART_BINARY=openbox-kde -exec openbox "$@" +exec openbox --restart-binary openbox-kde "$@" |
