Accepting request 134010 from Virtualization:VMware

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/134010
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-vm-tools?expand=0&rev=42
This commit is contained in:
Ismail Dönmez 2012-09-14 10:32:51 +00:00 committed by Git OBS Bridge
commit 4e1524f81a
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