Hello, On Fri, 02 Mar 2018, Carlos E. R. wrote:
On Friday, 2018-03-02 at 16:06 +0100, Peter Suetterlin wrote:
Ken Schneider - openSUSE wrote:
I cannot get lxcc to run and when launched from the CL I get the following: code: ***********
ken@pc1:~> lxcc Traceback (most recent call last): File "/usr/bin/lxcc", line 157, in <module> app = Simple() File "/usr/bin/lxcc", line 141, in __init__ pixbuf=it.load_icon('gtk-stop',48,gtk.ICON_LOOKUP_FORCE_SVG) glib.GError: Icon 'gtk-stop' not present in theme ken@pc1:~>
***********
I'm not sure how to solve this. I'd rather not go back to KDE.
Here, they are part of breeze5-icons (svg version) and oxygen5-icon-theme. I think you can install them without pulling other stuff in. (Don't know if there are also gnome packages that have them in...)
The icon-names are generic, each theme has to have the same if it wants to change the default icons/buttons. Normally, if a theme lacks a specific icon, a default should be used as fallback. But I guess the gtk.ICON_LOOKUP_FORCE_SVG flag prevents that and the default only has bitmaps. And this all has _nothing_ to do with Gnome or LXDE or XFCE or KDE. Only with Gtk+.
cer@Telcontar:~> locate gtk-stop | grep 48 /usr/share/icons/Tango/48x48/actions/gtk-stop.png /usr/share/icons/gnome/48x48/actions/gtk-stop.png cer@Telcontar:~>
Try locate process-stop.svg. gtk-stop* are just symlinks to process-stop*.
But those are png, not vector.
I have quite some process-stop.svg from various themes, but in the "scalable" subdir. try symlinking: ln -s process-stop.svg \ /usr/share/icons/YOUR_THEME/scalable/actions/gtk-stop.svg and possibly: ln -s ../../scalable/actions/process-stop.svg \ /usr/share/icons/YOUR_THEME/48x48/actions/gtk-stop.svg HTH, -dnh -- panic("If this is a 64-bit machine, please try a 64-bit kernel.\n"); linux-2.6.6/arch/parisc/kernel/inventory.c -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org