diff options
| author | Mikhail Osipov <mike.osipov@gmail.com> | 2019-02-18 12:45:40 +0300 |
|---|---|---|
| committer | Mikhail Osipov <mike.osipov@gmail.com> | 2019-02-18 12:45:40 +0300 |
| commit | 6df32ad70a85b9094c4683a7cd867623f4ccbdee (patch) | |
| tree | 152a5aaee15dd72f857b9ebb030071e460e3c44e /openbox/openbox-3.5.0-which-2.20.patch | |
| parent | f9460d1c8ab20b5ddb14b89a22ab27fd0885bc77 (diff) | |
openbox
Diffstat (limited to 'openbox/openbox-3.5.0-which-2.20.patch')
| -rw-r--r-- | openbox/openbox-3.5.0-which-2.20.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/openbox/openbox-3.5.0-which-2.20.patch b/openbox/openbox-3.5.0-which-2.20.patch new file mode 100644 index 0000000..f947d6a --- /dev/null +++ b/openbox/openbox-3.5.0-which-2.20.patch @@ -0,0 +1,11 @@ +--- openbox-3.5.0/data/autostart/autostart.in~ 2011-08-02 15:50:01.963531310 +0000 ++++ openbox-3.5.0/data/autostart/autostart.in 2011-08-02 15:51:57.277879458 +0000 +@@ -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 + |
