aboutsummaryrefslogtreecommitdiff
path: root/src/usr/share/applications/gmm-gtk.desktop
blob: a67f6d0cf2c8d99b3b7df8196538aa6f54a6e987 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Desktop Entry]
Actions=UnmountAll;
Categories=Utility;FileTools;
Comment=Easily mount iso files
Exec=gmm-gtk --gui %F
GenericName=Graphical mount manager
Icon=dvd_unmount
Keywords=mount,iso,mdf,ngr,bin,cue,cd,dvd,image
MimeType=application/x-iso9660-image;
Name=gmm-gtk
StartupNotify=false
Terminal=false
Type=Application

[Desktop Action UnmountAll]
Name=Unmount all managed mounts
Exec=gmm-gtk --no-gui --unmount --all
bgstack15