| Summary: | mypaint fails to start if /bin is in the path | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | Dave Hodgins <davidwhodgins> |
| Component: | RPM Packages | Assignee: | Damien Lallement <mageia> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | Normal | CC: | jani.valimaa, loginov_alex |
| Version: | Cauldron | Keywords: | Triaged |
| Target Milestone: | --- | ||
| Hardware: | i586 | ||
| OS: | Linux | ||
| Whiteboard: | MGA3TOO | ||
| Source RPM: | mypaint-1.0.0-3.mga3.src.rpm | CVE: | |
| Status comment: | |||
|
Description
Dave Hodgins
2013-07-20 21:36:00 CEST
Manuel Hiebel
2013-07-22 20:31:42 CEST
Keywords:
(none) =>
Triaged For LXDE, MATE (mypaint-1.1.0-5.mga5):
[user@localhost ~]$ mypaint
We are not correctly installed or compiled!
script: "/bin/mypaint"
deduced prefix: "/"
lib_shared: "/share/mypaint/"
lib_compiled: "/lib/mypaint/"
Traceback (most recent call last):
File "/bin/mypaint", line 170, in <module>
datapath, extradata, confpath, localepath, localepath_brushlib = get_paths()
File "/bin/mypaint", line 111, in get_paths
from lib import mypaintlib
ImportError: No module named lib
Workaround:
export PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/local/games:/usr/games:/usr/lib/qt4/bin:/usr/lib/qt5/bin
With workaround in LXDE:
Traceback (most recent call last):
File "/usr/share/mypaint/gui/toolbar.py", line 755, in on_size_allocate
self._update()
File "/usr/share/mypaint/gui/toolbar.py", line 776, in _update
scaled_pixbuf = self._get_scaled_pixbuf(s)
File "/usr/share/mypaint/gui/toolbar.py", line 760, in _get_scaled_pixbuf
return theme.load_icon(gtk.STOCK_MISSING_IMAGE, size, 0)
glib.GError: Icon 'gtk-missing-image' not present in theme
mypaint works in KDE.CC:
(none) =>
loginov_alex Fixed usage of deprecated STOCK_MISSING_IMAGE and startup issue after usrmove in mypaint-1.1.0-6.mga5. CC:
(none) =>
jani.valimaa Works for me. Many thanks. Mga3 is EOL, but fixed in Cauldron. Status:
NEW =>
RESOLVED |