Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 358321 - sci-mathematics/wxmaxima-0.8.7 icons missing in configuration menu
Summary: sci-mathematics/wxmaxima-0.8.7 icons missing in configuration menu
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal trivial (vote)
Assignee: Gentoo Science Mathematics related packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-10 23:30 UTC by Simone Scanzoni
Modified: 2011-03-14 16:34 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simone Scanzoni 2011-03-10 23:30:58 UTC
Going in the Edit->Configure menu gives errors about missing icons and there are no icons in the menu.

Reproducible: Always




I fixed it with a small change in the ebuild:

--- /usr/portage/sci-mathematics/wxmaxima/wxmaxima-0.8.7.ebuild	2011-03-02 22:31:23.000000000 +0100
+++ wxmaxima-0.8.7.ebuild	2011-03-06 23:02:11.485304885 +0100
@@ -32,7 +32,7 @@
 		-i Makefile.in data/Makefile.in || die "sed failed"
 
 	sed -e 's:share/wxMaxima:share/wxmaxima:g' \
-		-i src/wxMaxima.cpp src/wxMaximaFrame.cpp || die "sed failed"
+		-i src/wxMaxima.cpp src/wxMaximaFrame.cpp src/Config.cpp || die "sed failed"
 }
 
 src_configure() {
Comment 1 Sébastien Fabbro (RETIRED) gentoo-dev 2011-03-14 16:34:32 UTC
fixed. thanks.