Posts tagged 'icons'

Configuring GTK/Gnome toolbar icon sizes and labels (Ubuntu 12.10+ and more)

One major annoyance (first-world, clearly) for me having upgraded to Ubuntu 12.10 is that my GTK toolbar icons are very large (32x32 pixels) and have labels on them. This takes up a decent amount of screen real estate in applications like gedit, Rhythmbox, and many others — effectively anything that’s using GTK. What’s worse, it looks like the latest Ubuntu (Quantal Quetzal) now is adding visual padding/spacing around the buttons. I don’t like this at all and prefer my buttons to be tiny and without labels.

As per the post at http://ubuntuforums.org/showthread.php …

Plone: Overrides.zcml gets auto-included with z3c.autoinclude

Unsurprisingly, specifying a z3c.autoinclude entry point in your Plone product egg means your ZCML gets automatically included. That’s great because it means you don’t have to specify your product under the ZCML section of your instance in buildout. One thing that isn’t so obvious (it’s not mentioned that I can see on plone.org) is that if your package is marked for ZCML autoinclude, then Plone will automatically load an overrides.zcml file in your product.

Nothing hits you like a slippery wet fish in the face more than hitting this issue and having it …