URL:
  <http://gna.org/bugs/?21184>

                 Summary: Mypaint wont startup : IOError: [Errno 2] No such
file or directory: u'./palettes/MyPaint_Default.gpl' 
                 Project: MyPaint
            Submitted by: deevad
            Submitted on: Wed 09 Oct 2013 08:38:06 AM GMT
                Severity: 5 - Blocker
                Priority: 7 - High
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: Git master
         Planned Release: None
        Operating System: ArchLinux

    _______________________________________________________

Details:

Hi, 
I made a new compil/install of master following README on a clean system to be
back testing around. I have error at opening Mypaint from my menu ( the
.desktop entry point to "mypaint %f" , I tried to switch to "mypaint" but no
success ).  Also happen if I type 'mypaint' on any path in the terminal (
output pasted bellow ). Only place where it succeed ; if I type "mypaint" on
the directory /home/deevad/sources/mypaint/  ( my build directory ). 

_Note : I deleted ~/.mypaint and ~/.config/mypaint to exclude issue coming
from them and start with fresh pref._


[deevad@workstation ~]$ mypaint
(mypaint:2001): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:34:18:
Not using units is deprecated. Assuming 'px'.
INFO: gui.application: Created basedir u'/home/deevad/.config/mypaint'
(mypaint:2001): Gtk-CRITICAL **: gtk_box_reorder_child: assertion `old_link !=
NULL' failed
Traceback (most recent call last):
  File "/usr/local/bin/mypaint", line 315, in <module>
    main.main(datapath, extradata, old_confpath, version)
  File "/usr/local/share/mypaint/gui/main.py", line 162, in main
    run()
  File "/usr/local/share/mypaint/gui/main.py", line 135, in run
    version=version, fullscreen=options.fullscreen)
  File "/usr/local/share/mypaint/gui/application.py", line 238, in __init__
    self.brush_color_manager = BrushColorManager(self)
  File "/usr/local/share/mypaint/gui/brushcolor.py", line 30, in __init__
    colors.ColorManager.__init__(self, app.preferences)
  File "/usr/local/share/mypaint/gui/colors/adjbases.py", line 166, in
__init__
    palette = Palette(filename=default)
  File "/usr/local/share/mypaint/gui/colors/palette.py", line 110, in
__init__
    fp = open(filename, "r")
IOError: [Errno 2] No such file or directory:
u'./palettes/MyPaint_Default.gpl'
[deevad@workstation ~]$





    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?21184>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Mypaint-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/mypaint-bugs

Reply via email to