Created
August 16, 2012 22:11
-
-
Save hasufell/3374067 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From: Julian Ospald <[email protected]> | |
Date: Thu Aug 16 21:51:41 UTC 2012 | |
Subject: desktop files | |
fix several non-standard/deprecated entries | |
--- data/spacefm.desktop.in | |
+++ data/spacefm.desktop.in | |
@@ -1,8 +1,7 @@ | |
[Desktop Entry] | |
Version=1.0 | |
-Encoding=UTF-8 | |
_Name=SpaceFM | |
-Categories=Application;System;Utility;Core;GTK; | |
+Categories=System;Utility;Core;GTK; | |
Exec=spacefm %F | |
Icon=spacefm | |
StartupNotify=true | |
--- data/spacefm-find.desktop.in | |
+++ data/spacefm-find.desktop.in | |
@@ -1,8 +1,7 @@ | |
[Desktop Entry] | |
Version=1.0 | |
-Encoding=UTF-8 | |
_Name=SpaceFM File Search | |
-Categories=Application;Utility;GTK; | |
+Categories=Utility;GTK; | |
Exec=spacefm --find-files %F | |
Icon=spacefm-find | |
StartupNotify=true | |
--- data/spacefm-folder-handler.desktop.in | |
+++ data/spacefm-folder-handler.desktop.in | |
@@ -1,5 +1,4 @@ | |
[Desktop Entry] | |
-Encoding=UTF-8 | |
_Name=SpaceFM Open Folder | |
_Comment=Open folder | |
TryExec=spacefm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment