diff options
| author | Dana Jansens <danakj@orodu.net> | 2009-12-10 10:07:50 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2009-12-10 10:07:50 -0500 |
| commit | f0df9bb9d8f4f8182e60996d92a7b0e47549a0f6 (patch) | |
| tree | 013c43613068086baeb2642b9a913d749048f92a /data | |
| parent | 7abc28bdda2503732d3ee26192454f5058c84b83 (diff) | |
Remove desktop hints since Openbox won't overwrite them, but they may be set from GDM or other sessions
Diffstat (limited to 'data')
| -rw-r--r-- | data/xsession/openbox-gnome-session.in | 5 | ||||
| -rw-r--r-- | data/xsession/openbox-kde-session.in | 5 | ||||
| -rw-r--r-- | data/xsession/openbox-session.in | 5 |
3 files changed, 15 insertions, 0 deletions
diff --git a/data/xsession/openbox-gnome-session.in b/data/xsession/openbox-gnome-session.in index d93bab0c..86b7d06f 100644 --- a/data/xsession/openbox-gnome-session.in +++ b/data/xsession/openbox-gnome-session.in @@ -7,6 +7,11 @@ if test -n "$1"; then exit fi +# Clean up after GDM +xprop -root -remove _NET_NUMBER_OF_DESKTOPS \ + -remove _NET_DESKTOP_NAMES \ + -remove _NET_CURRENT_DESKTOP 2> /dev/null + VER=$(gnome-session --version 2>/dev/null | \ sed -e 's/[^0-9.]*\([0-9.]\+\)/\1/') diff --git a/data/xsession/openbox-kde-session.in b/data/xsession/openbox-kde-session.in index 16017260..5299b045 100644 --- a/data/xsession/openbox-kde-session.in +++ b/data/xsession/openbox-kde-session.in @@ -7,6 +7,11 @@ if test -n "$1"; then exit fi +# Clean up after GDM +xprop -root -remove _NET_NUMBER_OF_DESKTOPS \ + -remove _NET_DESKTOP_NAMES \ + -remove _NET_CURRENT_DESKTOP 2> /dev/null + # Run KDE with Openbox as its window manager export KDEWM="@bindir@/openbox" exec startkde "$@" diff --git a/data/xsession/openbox-session.in b/data/xsession/openbox-session.in index 7c3daa73..fa1bb996 100644 --- a/data/xsession/openbox-session.in +++ b/data/xsession/openbox-session.in @@ -7,6 +7,11 @@ if test -n "$1"; then exit fi +# Clean up after GDM +xprop -root -remove _NET_NUMBER_OF_DESKTOPS \ + -remove _NET_DESKTOP_NAMES \ + -remove _NET_CURRENT_DESKTOP 2> /dev/null + AUTOSTART="${XDG_CONFIG_HOME:-"$HOME/.config"}/openbox/autostart.sh" GLOBALAUTOSTART="@configdir@/openbox/autostart.sh" |
