Using scite as default editor in gnome in 2 steps
September 23rd, 2007
Tags: debian, gnome
1. Install the scite package
CODE:
-
apt-get install scite
2. Create/modify the file
CODE:
-
~/.local/share/applications/defaults.list
-
[Default Applications]
-
text/plain=scite.desktop
This will set scite as the default plaintext editor for this user.
If you want to modify the system-wide settings or have a look at other file associations go to
CODE:
-
/usr/share/gnome/applications/defaults.list
The scite.desktop file we linked to is located at
CODE:
-
/usr/share/applications/scite.desktop







Leave a Reply