Activity log for bug #793152

Date Who What changed Old value New value Message
2011-06-05 14:11:00 Jean Thusek bug added bug
2011-06-06 22:19:20 Jean Thusek description After installing popper 0.28 from PPA, popper does not automatically start on login though it has added an autostart entry. The log-file shows the following line: popper.py: Fatal IO error 11 (Die Ressource ist zur Zeit nicht verfügbar) on X server :0. When starting the Configurator, the autostart checkbox is also active and clicking "save+exit" starts popper correctly. After installing popper 0.28 from PPA, popper does not automatically start on login though it has added an autostart entry. The log-file shows the following line: popper.py: Fatal IO error 11 (Die Ressource ist zur Zeit nicht verfügbar) on X server :0. When starting the Configurator, the autostart checkbox is also active and clicking "save+exit" starts popper correctly. ---------------------------------------------- UPDATE ---------------------------------------------- When I comment out lines 11-21 of the /usr/share/popper/popper.sh it starts correctly after logging in. So my script looks like this: #!/bin/bash main() { if [ -f ~/.popper/popper.log ]; then rm ~/.popper/popper.log fi cd `dirname $0` python popper.py autostarted >> ~/.popper/popper.log 2>&1 & } #connection() #{ #trap "exit 1" SIGTERM #while ! ping -c1 www.google.com 2>/dev/null 1>&2 # do # sleep 4.2 # The answer to life, the universe and everything :-) # done #kill %- #} # #connection main
2011-06-06 22:19:46 Jean Thusek description After installing popper 0.28 from PPA, popper does not automatically start on login though it has added an autostart entry. The log-file shows the following line: popper.py: Fatal IO error 11 (Die Ressource ist zur Zeit nicht verfügbar) on X server :0. When starting the Configurator, the autostart checkbox is also active and clicking "save+exit" starts popper correctly. ---------------------------------------------- UPDATE ---------------------------------------------- When I comment out lines 11-21 of the /usr/share/popper/popper.sh it starts correctly after logging in. So my script looks like this: #!/bin/bash main() { if [ -f ~/.popper/popper.log ]; then rm ~/.popper/popper.log fi cd `dirname $0` python popper.py autostarted >> ~/.popper/popper.log 2>&1 & } #connection() #{ #trap "exit 1" SIGTERM #while ! ping -c1 www.google.com 2>/dev/null 1>&2 # do # sleep 4.2 # The answer to life, the universe and everything :-) # done #kill %- #} # #connection main After installing popper 0.28 from PPA, popper does not automatically start on login though it has added an autostart entry. The log-file shows the following line: popper.py: Fatal IO error 11 (Die Ressource ist zur Zeit nicht verfügbar) on X server :0. When starting the Configurator, the autostart checkbox is also active and clicking "save+exit" starts popper correctly. ---------------- UPDATE ---------------- When I comment out lines 11-21 of the /usr/share/popper/popper.sh it starts correctly after logging in. So my script looks like this: #!/bin/bash main() { if [ -f ~/.popper/popper.log ]; then rm ~/.popper/popper.log fi cd `dirname $0` python popper.py autostarted >> ~/.popper/popper.log 2>&1 & } #connection() #{ #trap "exit 1" SIGTERM #while ! ping -c1 www.google.com 2>/dev/null 1>&2 # do # sleep 4.2 # The answer to life, the universe and everything :-) # done #kill %- #} # #connection main
2011-06-08 16:08:31 Ralf Hersel popper: status New Invalid