☆Jajauma's RealmX10☆

Results 5 comments of ☆Jajauma's RealmX10☆

Indeed, there are some nofitication clients known to request an icon by name. nm-applet for example requests its icons by their short name (`nm-device-wired` etc, see below, easily observable with...

@osleg: I'm sorry, there are no real benchmarks ATM, it is merely my personal opinion. I have been using the patched menubar which uses `icon_theme.find_icon_path()` implementation for several months and...

@Elv13: Thanks for the heads up, I'm going try first that external implementation and see if it works for me. It probably could serve us as a good reference.

Recently I found openbox (http://openbox.org) actually can use GTK to load icons for its application menu in some pluggable manner (link to the relevant generator https://src.fedoraproject.org/cgit/rpms/openbox.git/tree/xdg-menu using pyxdg) without introducing...

At the same time parsing `envlist` in `tox.ini` seems to work correctly. The override option can be used as a workaround, e.g.: ``` tox run -x 'tox.envlist=py{x,y,z}-{a,b,c}' ```