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