View Single Post
Posts: 755 | Thanked: 406 times | Joined on Feb 2008 @ UK
#245
Filemanager Icons for Xournal

I wanted to give the Xournal files an icon in Filemanager, as they were showing up blank, so did the following.

Code:
cd /usr/share/icons/hicolor/26x26/mimetypes
ln -s ../hildon/xournal.png gnome-mime-application-x-xoj.png
cd /usr/share/icons/hicolor/scalable/mimetypes
ln -s ../hildon/xournal.png gnome-mime-application-x-xoj.png
gtk-update-icon-cache -f /usr/share/icons/hicolor/
They now display nicely as:

and
 

The Following User Says Thank You to codeMonkey For This Useful Post: