Comment 27 for bug 272418

Revision history for this message
Kimec (kimeckun) wrote :

I just manually launch openbox in background. Metacity/Compiz won't start this way. So far it seems to work. I know it is dirty :D.

My openbox-gnome-session file:

#!/bin/sh

if test -n "$1"; then
    echo "Syntax: openbox-gnome-session"
    echo
    echo "See the openbox-gnome-session(1) manpage for help."
  exit
fi

# Run GNOME with Openbox as its window manager
export WINDOW_MANAGER="/usr/bin/openbox"
#exec gnome-session --choose-session=openbox-session "$@"
openbox&
exec gnome-session "$@"