<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - Can't unmount sshfs after playing a file with vlc (locked by xdg-screensaver)"
href="https://bugs.freedesktop.org/show_bug.cgi?id=59732#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW --- - Can't unmount sshfs after playing a file with vlc (locked by xdg-screensaver)"
href="https://bugs.freedesktop.org/show_bug.cgi?id=59732">bug 59732</a>
from <span class="vcard"><a class="email" href="mailto:fry.kun@gmail.com" title="Konstantin Svist <fry.kun@gmail.com>"> <span class="fn">Konstantin Svist</span></a>
</span></b>
<pre>Looks like there are no files that are actually locked by xdg-screensaver --
the only reason it refuses to quit is because its current directory is a remote
one
So the proper fix is:
--- bak/usr/bin/xdg-screensaver 2013-10-31 10:30:28.512078590 -0700
+++ /usr/bin/xdg-screensaver 2013-10-31 10:30:38.503124792 -0700
@@ -876,6 +876,7 @@
{
lockfile
test "${TMPDIR+set}" = set || TMPDIR=/tmp
+ cd $TMPDIR
tmpfile=`mktemp $TMPDIR/tmp.XXXXXXXXXX`
# Filter stale entries from the xdg-screensaver status file
cat "$screensaver_file" 2> /dev/null | (</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>