aboutsummaryrefslogtreecommitdiff
path: root/src/usr/share/applications/gmm-gtk.desktop
blob: eb59429b19461cece40517a1de047e03d52a8707 (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=Graphical Mount Manager (gtk)
StartupNotify=false
Terminal=false
Type=Application

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