Friday, May 10, 2013

How to make Geany default text editor on Ubuntu Linux !


 Just open a terminal (Ctrl + Alt + T) and type the following command :
 xdg-mime default geany.desktop $(grep MimeType /usr/share/applications/geany.desktop | sed 's/MimeType=//' | sed 's/;/ /g')

No comments:

Post a Comment