[arch-commits] Commit in openbox/trunk (fix-workspaces-number-in-gdm.patch)

Andrea Scarpino andrea at archlinux.org
Sat Dec 19 13:50:47 UTC 2009


    Date: Saturday, December 19, 2009 @ 08:50:46
  Author: andrea
Revision: 61552

cleanup

Deleted:
  openbox/trunk/fix-workspaces-number-in-gdm.patch

------------------------------------+
 fix-workspaces-number-in-gdm.patch |   36 -----------------------------------
 1 file changed, 36 deletions(-)

Deleted: fix-workspaces-number-in-gdm.patch
===================================================================
--- fix-workspaces-number-in-gdm.patch	2009-12-19 13:50:03 UTC (rev 61551)
+++ fix-workspaces-number-in-gdm.patch	2009-12-19 13:50:46 UTC (rev 61552)
@@ -1,36 +0,0 @@
---- openbox-3.4.8/data/xsession/openbox-gnome-session.in~	2009-12-13 18:46:58.480826774 +0100
-+++ openbox-3.4.8/data/xsession/openbox-gnome-session.in	2009-12-13 18:49:15.776973708 +0100
-@@ -7,6 +7,9 @@
-   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/')
- 
---- openbox-3.4.8/data/xsession/openbox-kde-session.in~	2009-12-13 18:47:07.676987674 +0100
-+++ openbox-3.4.8/data/xsession/openbox-kde-session.in	2009-12-13 18:48:48.140310531 +0100
-@@ -7,6 +7,9 @@
-   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 "$@"
---- openbox-3.4.8/data/xsession/openbox-session.in~	2009-12-13 18:47:13.173649966 +0100
-+++ openbox-3.4.8/data/xsession/openbox-session.in	2009-12-13 18:48:17.696977111 +0100
-@@ -7,6 +7,9 @@
-   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"
- 




More information about the arch-commits mailing list