[solved] Context menu icons for Linux version
Hello,
The Zotero version for Windows comes with very beautiful context menu icons http://imgur.com/Ufw8NUH
These are not included in the Linux version. Do you plan to add them, too?
The Zotero version for Windows comes with very beautiful context menu icons http://imgur.com/Ufw8NUH
These are not included in the Linux version. Do you plan to add them, too?
Menu icons are disabled by default system-wide in some distributions.
If you're on Ubuntu running Unity (or probably even Gnome 3), you can follow this post: http://ubuntuforums.org/showthread.php?t=2117831&s=8016a88075e2f20d7967314c2bd36b1a&p=12518705#post12518705
Essentially install dconf-tools
sudo apt-get install dconf-tools
Open dconf-editor (don't sudo)
dconf-editor
Set org.gnome.desktop.interface menus-have-icons to true
Restart Firefox (edit: or Standalone)
Regards