summaryrefslogtreecommitdiff
path: root/bin/ifuse-photos-to-tmp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-11-11 11:07:08 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-11-11 11:07:08 -0700
commit9d304defd4c951a8923fd110833abcedb4c922f8 (patch)
treee3e40cc889bba3a804a22c8d8c63b3e87978c9ec /bin/ifuse-photos-to-tmp
parent8417b333d3eab2caef415362352cdd02e93d9b97 (diff)
downloaddotfiles-9d304defd4c951a8923fd110833abcedb4c922f8.tar.gz
xdg-open should be in the background in ifuse-photos-to-tmp
Diffstat (limited to 'bin/ifuse-photos-to-tmp')
-rwxr-xr-xbin/ifuse-photos-to-tmp3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/ifuse-photos-to-tmp b/bin/ifuse-photos-to-tmp
index cbd513ba..ca54b35d 100755
--- a/bin/ifuse-photos-to-tmp
+++ b/bin/ifuse-photos-to-tmp
@@ -129,5 +129,4 @@ remove_tree(glob("$mount/PhotoData/Thumbnails/V2/DCIM/10*"),
system "fusermount -u $mount";
warn "failed to unmount $mount" unless ($? == 0);
-system "xdg-open $dest"
- or warn "failed to open $dest in a graphical file manager";
+system "xdg-open $dest &";