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:
commit
4e1524f81a
@ -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
|
Fri Jun 8 12:04:35 UTC 2012 - jreidinger@suse.com
|
||||||
|
|
||||||
|
@ -3,6 +3,8 @@ MAX_RETRY=8
|
|||||||
RETRY=0
|
RETRY=0
|
||||||
SLEEP=1
|
SLEEP=1
|
||||||
|
|
||||||
|
unset SESSION_MANAGER
|
||||||
|
|
||||||
while [ $RETRY -lt $MAX_RETRY ]; do
|
while [ $RETRY -lt $MAX_RETRY ]; do
|
||||||
|
|
||||||
if [ -f /proc/fs/vmblock/dev ]; then
|
if [ -f /proc/fs/vmblock/dev ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user