On Tue, 17 Jul 2018 17:05:14 +0200 David Haller <dnh@opensuse.org> wrote:
Hello,
On Tue, 17 Jul 2018, Dave Howorth wrote:
FWIW, there's a tumbleweed bug for it that's two years old with no action, so I added a comment.
==== lxcc.patch ==== --- /usr/bin/lxcc~ 2018-07-17 16:49:47.879476140 +0200 +++ /usr/bin/lxcc 2018-07-17 16:48:47.515478131 +0200 @@ -138,7 +138,10 @@ else: pixbuf=it.load_icon(line[1],48,gtk.ICON_LOOKUP_FORCE_SVG) except: - pixbuf=it.load_icon('gtk-stop',48,gtk.ICON_LOOKUP_FORCE_SVG) + try: + pixbuf=it.load_icon('gtk-stop',48,gtk.ICON_LOOKUP_GENERIC_FALLBACK | gtk.ICON_LOOKUP_GENERIC_FALLBACK) + except: + pixbuf=it.load_icon('process-stop',48,gtk.ICON_LOOKUP_GENERIC_FALLBACK | gtk.ICON_LOOKUP_GENERIC_FALLBACK) namen=i18n(line[0]) self.liststore.append([ pixbuf,namen,line[2] ]) window.show_all() ====
Careful with the whitespace!
Thanks for that. I won't hack my system just yet; I'll wait and see if there's any action on that bug report.
-dnh
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org