Summary: | Can't unmount sshfs after playing a file with vlc (locked by xdg-screensaver) | ||
---|---|---|---|
Product: | Portland | Reporter: | Konstantin Svist <fry.kun> |
Component: | xdg-utils | Assignee: | Portland Bugs <portland-bugs> |
Status: | RESOLVED MOVED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Konstantin Svist
2013-01-22 19:57:14 UTC
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 | ( -- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/xdg/xdg-utils/issues/64. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.