
LyX GNOME-brave
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
This is a set of icons for LyX to give it a GNOME look and feel. Icons are taken mostly from GNOME-colors (brave or blue version), some from the default GNOME icons and some are my own creation.
To install, extract to
/usr/local/share/lyx/images
or
/usr/share/lyx/images
depending on your version of LyX (the location is listed in the Help>About menu of LyX). You will probably want to back up your existing icons and note you will need root privileges to do the above.
To enable the GTK style for Qt apps such as LyX, go to http://labs.trolltech.com/page/Projects/Styles/GtkStyle and follow the instructions there. Also make sure to change the toolbar icons to Big-sized (right click on any toolbar)
aVirulence
12 years ago
Is this because Ubuntu ships an old version of Lyx?
Report
987poiuytrewq
12 years ago
mogrify -format xpm *.png ; rm *.png
This will convert all the png's to xpm's of the same name, and then delete all the pngs. You can then copy to your images directory as normal. Converting to xpm will give you a slight quality decrease, because it can't alpha blend the edges of the icons, so I recommend installing the new version of LyX.
Report