diff options
Diffstat (limited to 'mate-disk-image-mounter/data')
-rw-r--r-- | mate-disk-image-mounter/data/Makefile.am | 14 | ||||
-rw-r--r-- | mate-disk-image-mounter/data/mate-disk-image-mounter.desktop.in | 13 |
2 files changed, 27 insertions, 0 deletions
diff --git a/mate-disk-image-mounter/data/Makefile.am b/mate-disk-image-mounter/data/Makefile.am new file mode 100644 index 00000000..1ec524e5 --- /dev/null +++ b/mate-disk-image-mounter/data/Makefile.am @@ -0,0 +1,14 @@ +NULL = + +diskimagemounterdir = $(datadir)/applications +diskimagemounter_in_files = mate-disk-image-mounter.desktop.in +diskimagemounter_DATA = $(diskimagemounter_in_files:.desktop.in=.desktop) +@INTLTOOL_DESKTOP_RULE@ + +EXTRA_DIST = \ + $(diskimagemounter_in_files) \ + $(NULL) + +CLEANFILES = \ + $(diskimagemounter_DATA) \ + $(NULL) diff --git a/mate-disk-image-mounter/data/mate-disk-image-mounter.desktop.in b/mate-disk-image-mounter/data/mate-disk-image-mounter.desktop.in new file mode 100644 index 00000000..f728a506 --- /dev/null +++ b/mate-disk-image-mounter/data/mate-disk-image-mounter.desktop.in @@ -0,0 +1,13 @@ +[Desktop Entry] +_Name=MATE Disk Image Mounter +_Comment=Attach and mount one or more disk image files +TryExec=mate-disk-image-mounter +Exec=mate-disk-image-mounter %U +# Translators: Do NOT translate or transliterate this text (this is an icon file name)! +Icon=drive-removable-media +MimeType=application/x-cd-image;application/x-raw-disk-image; +Terminal=false +StartupNotify=false +Type=Application +Categories=GTK;System; +OnlyShowIn=MATE; |