Dominique Leuenberger 2012-08-04 10:48:13 +00:00 committed by Git OBS Bridge
parent 39c6c70fee
commit 1ab3d84244
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Aug 4 10:45:41 UTC 2012 - dimstar@opensuse.org
- autostart-wrapper: unset SESSION_MANAGER. This helps newer
gnome-session versions to not try to track this task. Due to the
double fork() it gets it wrong and delays logout (waiting for a
timeout to terminate this user task) (bgo#681904).
-------------------------------------------------------------------
Fri Jun 8 12:04:35 UTC 2012 - jreidinger@suse.com

View File

@ -3,6 +3,8 @@ MAX_RETRY=8
RETRY=0
SLEEP=1
unset SESSION_MANAGER
while [ $RETRY -lt $MAX_RETRY ]; do
if [ -f /proc/fs/vmblock/dev ]; then