File: 06_openbox-3.5.0-which-2.20.patch

package info (click to toggle)
openbox 3.7~rc2-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 5,892 kB
  • sloc: ansic: 38,834; xml: 1,358; sh: 665; makefile: 613; python: 421
file content (14 lines) | stat: -rw-r--r-- 600 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Fixed load gnome 3 applications
Index: openbox-3.5.0/data/autostart/autostart.in
===================================================================
--- openbox-3.5.0.orig/data/autostart/autostart.in	2013-07-17 17:09:45.000000000 +0200
+++ openbox-3.5.0/data/autostart/autostart.in	2013-07-17 18:32:23.000000000 +0200
@@ -8,7 +8,7 @@
 #
 #if test -x @libexecdir@/gnome-settings-daemon >/dev/null; then
 #  @libexecdir@/gnome-settings-daemon &
-#elif which gnome-settings-daemon >/dev/null; then
+#elif which gnome-settings-daemon >/dev/null 2>&1; then
 #  gnome-settings-daemon &
 #fi