Package: openbox
Version: 3.5.2-4
Tags: patch

It seems that this ([1]) patch makes openbox execute
openbox-xdg-autostart twice, as openbox-xdg-autostart is already
executed by
openbox-autostart.

I'm attaching a simple patch that fixes the issue, by removing the
openbox-xdg-autostart call from openbox-autostart.


Kind regards,
Eugenio

[1]
https://github.com/mati75/openbox-debian/blob/master/debian/patches/644628_fix_autostart.patch

-- 
.: Eugenio Paolantonio - Semplice Linux developer :.

http://semplice-linux.org
http://medesimo.eu

Twitter: @eugenio_g7 - Homepage: http://me.medesimo.eu
Description: Fixes programs autostart twice when running in an Openbox session
Author: Eugenio Paolantonio <m...@medesimo.eu>

--- a/data/autostart/openbox-autostart.in
+++ b/data/autostart/openbox-autostart.in
@@ -27,8 +27,3 @@
 elif test -f $AUTOSTART.sh; then
     sh $AUTOSTART.sh
 fi
-
-# Run the XDG autostart stuff.  These are found in /etc/xdg/autostart and
-# in $HOME/.config/autostart.  This requires PyXDG to be installed.
-# See openbox-xdg-autostart --help for more details.
-@libexecdir@/openbox-xdg-autostart "$@"

Reply via email to