[Portland-bugs] [Bug 59732] Can't unmount sshfs after playing a file with vlc (locked by xdg-screensaver)

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Nov 7 13:20:12 PST 2013


https://bugs.freedesktop.org/show_bug.cgi?id=59732

--- Comment #1 from Konstantin Svist <fry.kun at gmail.com> ---
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 | (

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/portland-bugs/attachments/20131107/8ef0ff41/attachment.html>


More information about the Portland-bugs mailing list