openbox-3.5.0-which-2.20.patch 434 B

123456789101112
  1. --- openbox-3.5.0/data/autostart/autostart.in~ 2011-08-02 15:50:01.963531310 +0000
  2. +++ openbox-3.5.0/data/autostart/autostart.in 2011-08-02 15:51:57.277879458 +0000
  3. @@ -8,7 +8,7 @@
  4. #
  5. #if test -x @libexecdir@/gnome-settings-daemon >/dev/null; then
  6. # @libexecdir@/gnome-settings-daemon &
  7. -#elif which gnome-settings-daemon >/dev/null; then
  8. +#elif which gnome-settings-daemon >/dev/null 2>&1; then
  9. # gnome-settings-daemon &
  10. #fi