diff options
author | rbuj <[email protected]> | 2019-09-18 06:57:05 +0200 |
---|---|---|
committer | Victor Kareh <[email protected]> | 2019-10-02 06:31:34 -0400 |
commit | 4f7ce74534361431949197af9711a8ce1e3307ca (patch) | |
tree | 268ab6f24440b64569504be4459ab6d3cc557495 /mate-disk-image-mounter/data | |
parent | 58f44578baf5fc6419b1a68be3d3f0ae7ca54e3e (diff) | |
download | mate-utils-4f7ce74534361431949197af9711a8ce1e3307ca.tar.bz2 mate-utils-4f7ce74534361431949197af9711a8ce1e3307ca.tar.xz |
Add MATE Disk Image Mounter utility
Based on https://github.com/GNOME/gnome-disk-utility/commit/2794ee121829d656d460da58c0ecaa84271e6fe7
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; |