[Bug 272418] Re: openbox/Gnome wont launch from gdm
Kimec
kimeckun at gmail.com
Fri Oct 30 00:45:16 UTC 2009
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 "$@"
--
openbox/Gnome wont launch from gdm
https://bugs.launchpad.net/bugs/272418
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
More information about the universe-bugs
mailing list