How Can I Add in 'Nano' With 0.5.2 To Open Text Files?
Posted: Sun Jun 20, 2010 6:30 am
I use pcmanfm 0.5.2 and I want to have nano open text files when I click them, how can I do this?
THANKS
THANKS
Code: Select all
[Desktop Entry]
Encoding=UTF-8
Name=Nano
Comment=Simple text editor
Exec=nano %f
Icon=nano
Terminal=true
Type=Application
MimeType=text/plain
Categories=Utility;TextEditor;
StartupNotify=true
Code: Select all
[Desktop Entry]
Encoding=UTF-8
Name=Nano
Comment=Simple text editor
Exec=lxterminal -e nano %f
Icon=nano
Terminal=false
Type=Application
MimeType=text/plain
Categories=Utility;TextEditor;
StartupNotify=true
Code: Select all
[Desktop Entry]
Encoding=UTF-8
Name=Nano
Comment=Simple text editor
Exec=xterm -e nano %f
Icon=nano
Terminal=false
Type=Application
MimeType=text/plain
Categories=Utility;TextEditor;
StartupNotify=true