diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-11-07 14:18:46 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-11-07 14:19:08 +0100 |
commit | c8d29eb1bc35b9e3e03097cec592c84078caf0b4 (patch) | |
tree | 0dc5b3d15a53ee56385515955d10b7e05ca3905a /main/xfburn/xfburn-0.4.3-desktop-file.patch | |
parent | e8e6a319136ef5ae19027fca8da11f38842785ac (diff) | |
download | aports-c8d29eb1bc35b9e3e03097cec592c84078caf0b4.tar.bz2 aports-c8d29eb1bc35b9e3e03097cec592c84078caf0b4.tar.xz |
main/xfburn: misc patches from fedora
Diffstat (limited to 'main/xfburn/xfburn-0.4.3-desktop-file.patch')
-rw-r--r-- | main/xfburn/xfburn-0.4.3-desktop-file.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/main/xfburn/xfburn-0.4.3-desktop-file.patch b/main/xfburn/xfburn-0.4.3-desktop-file.patch new file mode 100644 index 0000000000..7669b5fb8a --- /dev/null +++ b/main/xfburn/xfburn-0.4.3-desktop-file.patch @@ -0,0 +1,19 @@ +--- xfburn-0.4.3.orig/xfburn.desktop.in 2009-08-13 01:12:26.000000000 +0200 ++++ xfburn-0.4.3/xfburn.desktop.in 2012-09-28 22:12:14.840869423 +0200 +@@ -6,7 +6,7 @@ + Exec=xfburn + TryExec=xfburn + Icon=media-cdrom +-MimeType=application/x-cd-image ++MimeType=application/x-cd-image; + Terminal=false + Categories=X-XFCE;GTK;DiscBurning;Archiving;AudioVideo; + StartupNotify=true +@@ -14,7 +14,6 @@ + Actions=BurnImage; + + [Desktop Action BurnImage] +-MimeType=application/x-cd-image + Icon=media-cdrom + Exec=xfburn -i %f + _Name=Burn Image (xfburn) |