aboutsummaryrefslogtreecommitdiff
path: root/src/usr/share/applications/gmm-tk.desktop
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2024-12-10 10:40:35 -0500
committerB. Stack <bgstack15@gmail.com>2024-12-10 10:40:35 -0500
commit35b46f635ee0089db5e2a8a302f29990c0ace8c6 (patch)
tree3fb0a03c1ff9e29ada20984ea839a9982e056976 /src/usr/share/applications/gmm-tk.desktop
downloadgmm-35b46f635ee0089db5e2a8a302f29990c0ace8c6.tar.gz
gmm-35b46f635ee0089db5e2a8a302f29990c0ace8c6.tar.bz2
gmm-35b46f635ee0089db5e2a8a302f29990c0ace8c6.zip
initial commit
Diffstat (limited to 'src/usr/share/applications/gmm-tk.desktop')
-rw-r--r--src/usr/share/applications/gmm-tk.desktop17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/usr/share/applications/gmm-tk.desktop b/src/usr/share/applications/gmm-tk.desktop
new file mode 100644
index 0000000..a36084d
--- /dev/null
+++ b/src/usr/share/applications/gmm-tk.desktop
@@ -0,0 +1,17 @@
+[Desktop Entry]
+Actions=UnmountAll;
+Categories=Utility;FileTools;
+Comment=Easily mount iso files
+Exec=gmm-tk --gui %F
+GenericName=Graphical mount manager (tk)
+Icon=dvd_unmount
+Keywords=mount,iso,mdf,ngr,bin,cue,cd,dvd,image
+MimeType=application/x-iso9660-image;
+Name=gmm-tk
+StartupNotify=false
+Terminal=false
+Type=Application
+
+[Desktop Action UnmountAll]
+Name=Unmount all managed mounts
+Exec=gmm-tk --no-gui --unmount --all
bgstack15