From 974391d345adf122816831cc24cbdfec5616aed1 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 7 May 2007 01:57:10 +0000 Subject: 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 --- data/xsession/openbox-gnome | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'data/xsession/openbox-gnome') 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 "$@" -- cgit v1.2.3