wok-current view openbox/stuff/openbox-3.5.0-which-2.20.patch @ rev 25634

Mass update, new toolchain gcc 8.3.0, glibc 2.28.0
author Stanislas Leduc <shann@slitaz.org>
date Sun Jan 14 08:12:37 2024 +0000 (20 months ago)
parents
children
line source
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