1 2 3 4 5
#!/bin/sh # Run GNOME with Openbox as its window manager export WINDOW_MANAGER="@bindir@/openbox" exec gnome-session "$@"