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. TW latest. -- Ken Schneider SuSe since Version 5.2, June 1998 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
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...) -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 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...)
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:~> But those are png, not vector. - -- Cheers, Carlos E. R. (from openSUSE 42.3 x86_64 "Malachite" at Telcontar) -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlqZp9UACgkQtTMYHG2NR9V5swCfWBgEd4i6r30hnXy2uViEfWLK z3QAoIqKZ/E+JjzoExtSY9nyWgD1r8e7 =wMLc -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
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
On 03/02/2018 10:06 AM, Peter Suetterlin wrote:
breeze5-icons (svg version) and oxygen5-icon-theme
Used zypper in -f to re-install those two packages and lxappearance to select a different "theme" and still get the same error. Next stop, try a different user. -- Ken Schneider SuSe since Version 5.2, June 1998 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 03/03/2018 10:18 AM, Ken Schneider - openSUSE wrote:
On 03/02/2018 10:06 AM, Peter Suetterlin wrote:
breeze5-icons (svg version) and oxygen5-icon-theme
Used zypper in -f to re-install those two packages and lxappearance to select a different "theme" and still get the same error. Next stop, try a different user.
Using a new user equals no change. Next will be a compare of installed packages on the desktop and laptop. -- Ken Schneider SuSe since Version 5.2, June 1998 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (4)
-
Carlos E. R.
-
David Haller
-
Ken Schneider - openSUSE
-
Peter Suetterlin