blob: 0dce7310dc7200cc4a70c35f7c5f3259a85ee526 (
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-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=Graphical Mount Manager (tk)
StartupNotify=false
Terminal=false
Type=Application
[Desktop Action UnmountAll]
Name=Unmount all managed mounts
Exec=gmm-tk --no-gui --unmount --all
|