file asociations support, thanks to Jeremy Suntheimer
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
[Desktop Entry]
|
||||
Name=Text editor
|
||||
Exec=leafpad
|
||||
Icon=editor
|
||||
Comment=Simple text editor
|
||||
Exec=leafpad %f
|
||||
Icon=leafpad
|
||||
Terminal=false
|
||||
Type=Application
|
||||
MimeType=text/plain
|
||||
Categories=GTK;Utility;TextEditor;
|
||||
Keywords=text;editor;
|
||||
InitialPreference=6
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Icon=system-file-manager
|
||||
Name=File Manager
|
||||
Exec=pcmanfm
|
||||
GenericName=File Manager
|
||||
Comment=Browse the file system and manage the files
|
||||
Categories=System;FileTools;FileManager;Utility;Core;GTK;
|
||||
Exec=pcmanfm %U
|
||||
StartupNotify=true
|
||||
Terminal=false
|
||||
MimeType=inode/directory;
|
||||
|
||||
Reference in New Issue
Block a user