GNU bug report logs - #22709
wxmaxima missing lots of toolbar icons

Previous Next

Package: guix;

Reported by: Danny Milosavljevic <dannym <at> scratchpost.org>

Date: Tue, 16 Feb 2016 19:57:01 UTC

Severity: normal

Done: Royce Strange <royball <at> disroot.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 22709 in the body.
You can then email your comments to 22709 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to help-debbugs <at> gnu.org:
bug#22709; Package wxmaxima. (Tue, 16 Feb 2016 19:57:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Danny Milosavljevic <dannym <at> scratchpost.org>:
New bug report received and forwarded. Copy sent to help-debbugs <at> gnu.org. (Tue, 16 Feb 2016 19:57:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Danny Milosavljevic <dannym <at> scratchpost.org>
To: submit <at> debbugs.gnu.org
Subject: wxmaxima missing lots of toolbar icons
Date: Tue, 16 Feb 2016 20:55:53 +0100
Package: wxmaxima

wxmaxima misses lots of toolbar icons and complains loudly multiple times in modal error dialog boxes - on startup and also every time you press Shift-Return in order to have it evaluate anything.

"assertion bitmap.isOk() failed"

(wxmaxima:6240): Gtk-WARNING **: Error loading theme icon 'document-new' for stock: Icon 'document-new' not present in theme hicolor

(wxmaxima:6240): Gtk-WARNING **: Error loading theme icon 'document-open' for stock: Icon 'document-open' not present in theme hicolor

(wxmaxima:6240): Gtk-WARNING **: Error loading theme icon 'document-save' for stock: Icon 'document-save' not present in theme hicolor

(wxmaxima:6240): Gtk-WARNING **: Error loading theme icon 'document-print' for stock: Icon 'document-print' not present in theme hicolor

(wxmaxima:6240): Gtk-WARNING **: Error loading theme icon 'application-exit' for stock: Icon 'application-exit' not present in theme hicolor

(wxmaxima:6240): Gtk-WARNING **: Error loading theme icon 'edit-copy' for stock: Icon 'edit-copy' not present in theme hicolor

(wxmaxima:6240): Gtk-WARNING **: Error loading theme icon 'zoom-in' for stock: Icon 'zoom-in' not present in theme hicolor

(wxmaxima:6240): Gtk-WARNING **: Error loading theme icon 'zoom-out' for stock: Icon 'zoom-out' not present in theme hicolor

(wxmaxima:6240): Gtk-WARNING **: Error loading theme icon 'process-stop' for stock: Icon 'process-stop' not present in theme hicolor

(wxmaxima:6240): Gtk-WARNING **: Error loading theme icon 'view-refresh' for stock: Icon 'view-refresh' not present in theme hicolor

(wxmaxima:6240): Gtk-WARNING **: Error loading theme icon 'list-add' for stock: Icon 'list-add' not present in theme hicolor

(wxmaxima:6240): Gtk-WARNING **: Error loading theme icon 'help-contents' for stock: Icon 'help-contents' not present in theme hicolor

(wxmaxima:6240): Gtk-WARNING **: Error loading theme icon 'dialog-information' for stock: Icon 'dialog-information' not present in theme hicolor

(wxmaxima:6240): Gtk-WARNING **: Error loading theme icon 'document-open' for stock: Icon 'document-open' not present in theme hicolor

(wxmaxima:6240): Gtk-WARNING **: Error loading theme icon 'document-save' for stock: Icon 'document-save' not present in theme hicolor

(wxmaxima:6240): Gtk-WARNING **: Error loading theme icon 'document-print' for stock: Icon 'document-print' not present in theme hicolor

(wxmaxima:6240): Gtk-WARNING **: Error loading theme icon 'edit-cut' for stock: Icon 'edit-cut' not present in theme hicolor

(wxmaxima:6240): Gtk-WARNING **: Error loading theme icon 'edit-copy' for stock: Icon 'edit-copy' not present in theme hicolor

(wxmaxima:6240): Gtk-WARNING **: Error loading theme icon 'edit-paste' for stock: Icon 'edit-paste' not present in theme hicolor

(wxmaxima:6240): Gtk-WARNING **: Error loading theme icon 'edit-select-all' for stock: Icon 'edit-select-all' not present in theme hicolor

(wxmaxima:6240): Gtk-WARNING **: Error loading theme icon 'edit-find' for stock: Icon 'edit-find' not present in theme hicolor
../wxWidgets-3.0.2/src/gtk/toolbar.cpp(262): assert "bitmap.IsOk()" failed in SetImage(): invalid bitmap for wxToolBar icon

(wxmaxima:6240): Gtk-WARNING **: Error loading theme icon 'dialog-error' for stock: Icon 'dialog-error' not present in theme hicolor
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.

(wxmaxima:6240): Gtk-WARNING **: gtk_window_set_titlebar() called on a realized window
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.

This is on Enlightenment on a pretty new GuixSD installation.




bug reassigned from package 'wxmaxima' to 'guix'. Request was from Danny Milosavljevic <dannym <at> scratchpost.org> to control <at> debbugs.gnu.org. (Tue, 16 Feb 2016 20:31:01 GMT) Full text and rfc822 format available.

Information forwarded to bug-guix <at> gnu.org:
bug#22709; Package guix. (Sat, 02 Apr 2016 19:02:02 GMT) Full text and rfc822 format available.

Message #10 received at 22709 <at> debbugs.gnu.org (full text, mbox):

From: Chris Marusich <cmmarusich <at> gmail.com>
To: 22709 <at> debbugs.gnu.org
Subject: Re: wxmaxima missing lots of toolbar icons
Date: Sat, 02 Apr 2016 12:01:00 -0700
[Message part 1 (text/plain, inline)]
Hi,

I've tried installing wxmaxima on my GuixSD (version 0.10.0) laptop, and
all the icons seem to be showing up correctly for me by default.

I think the hicolor icons are provided by the package
hicolor-icon-theme:

--8<---------------cut here---------------start------------->8---
$ guix package --search=hicolor
name: hicolor-icon-theme
version: 0.12
outputs: out
systems: x86_64-linux i686-linux armhf-linux mips64el-linux
dependencies: 
location: gnu/packages/gnome.scm:641:2
homepage: http://icon-theme.freedesktop.org/releases/
license: GPL 2
synopsis: Freedesktop icon theme
description: Freedesktop icon theme.
--8<---------------cut here---------------end--------------->8---

Is this package installed on your system?  Also, are your XDG
environment variables set correctly?  See the following email thread,
which seems related to your issue:

https://lists.gnu.org/archive/html/guix-devel/2016-01/msg00764.html

I hope that helps.

-- 
Chris
[signature.asc (application/pgp-signature, inline)]

Reply sent to Royce Strange <royball <at> disroot.org>:
You have taken responsibility. (Wed, 17 Jun 2020 02:29:02 GMT) Full text and rfc822 format available.

Notification sent to Danny Milosavljevic <dannym <at> scratchpost.org>:
bug acknowledged by developer. (Wed, 17 Jun 2020 02:29:02 GMT) Full text and rfc822 format available.

Message #15 received at 22709-done <at> debbugs.gnu.org (full text, mbox):

From: Royce Strange <royball <at> disroot.org>
To: 22709-done <at> debbugs.gnu.org
Subject: wxmaxima missing lots of toolbar icons
Date: Tue, 16 Jun 2020 21:28:27 -0500
Hello.

Looks like commit de477809d77393b8fb00d99cd35d65f77d157726
by Sou Bunnbu should have fixed this.

Validating using a current guix that icons load in wxmaxima
without having to load in anything else:

-----
guix --version
guix (GNU Guix) e7a7a483bcda6ec60d9dff3b3aba88dababe035c

$ guix environment --pure --ad-hoc wxmaxima -- wxmaxima
-----

Chris Marusich's suggestion to install an icon theme package into 
your profile will help with most other general icon issues.

Going to go ahead and close.
(note: there is bug#39955 to address the broken help menu)




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 15 Jul 2020 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 284 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.