Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#48930 - [mypaint] crash on startup

Attached to Project: Community Packages
Opened by Juan Simón (j1simon) - Wednesday, 13 April 2016, 21:02 GMT
Last edited by Sergej Pupykin (sergej) - Thursday, 14 April 2016, 16:57 GMT
Task Type Bug Report
Category Upstream Bugs
Status Closed
Assigned To Sergej Pupykin (sergej)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

mypaint v1.2.0-1
Gnome-shell 3.20.0
Python 2.7.11

When I execute mypaint, it crashes with this error:

INFO: mypaint: Installation layout: conventional POSIX-like structure with prefix u'/usr'
INFO: lib.i18n: POSIX: LANG='es_ES.utf8'
INFO: lib.i18n: POSIX: LANGUAGE=None
Traceback (most recent call last):
File "/usr/bin/mypaint", line 462, in <module>
main.main(datapath, iconspath, old_confpath, version=version)
File "/usr/share/mypaint/gui/main.py", line 92, in main
lib.glib.init_user_dir_caches()
File "/usr/share/mypaint/lib/glib.py", line 109, in init_user_dir_caches
logger.debug("Init g_get_user_config_dir(): %r", get_user_config_dir())
File "/usr/share/mypaint/lib/glib.py", line 71, in get_user_config_dir
return filename_to_unicode(d_fs)
File "/usr/share/mypaint/lib/glib.py", line 57, in filename_to_unicode
ustring = GLib.filename_to_utf8(opsysstring, -1, 0, 0)
TypeError: GLib.filename_to_utf8() takes exactly 2 arguments (4 given)
This task depends upon

Closed by  Sergej Pupykin (sergej)
Thursday, 14 April 2016, 16:57 GMT
Reason for closing:  Fixed
Additional comments about closing:  cherry pick patch from github issue applied
Comment by Doug Newgard (Scimmia) - Thursday, 14 April 2016, 00:31 GMT

Loading...