FS#53876 - [mypaint] Failed to run

Attached to Project: Community Packages
Opened by Yangtse Su (yangtsesu) - Saturday, 29 April 2017, 03:20 GMT
Last edited by Balló György (City-busz) - Sunday, 21 January 2018, 00:56 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Balló György (City-busz)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

mypaint 1.2.1-2

$ mypaint
INFO: mypaint: Installation layout: conventional POSIX-like structure with prefix u'/usr'
INFO: lib.i18n: POSIX: LANG='zh_CN.utf8'
INFO: lib.i18n: POSIX: LANGUAGE=None
Gdk-Message: Unable to load arrow from the cursor theme
Traceback (most recent call last):
File "/usr/bin/mypaint", line 464, in <module>
main.main(datapath, iconspath, old_confpath, version=version)
File "/usr/share/mypaint/gui/main.py", line 95, in main
from gui import application
File "/usr/share/mypaint/gui/application.py", line 53, in <module>
import gui.device
File "/usr/share/mypaint/gui/device.py", line 25, in <module>
import gui.mode
File "/usr/share/mypaint/gui/mode.py", line 818, in <module>
class SingleClickMode (InteractionMode):
File "/usr/share/mypaint/gui/mode.py", line 823, in SingleClickMode
cursor = gdk.Cursor.new(gdk.CursorType.ARROW)
TypeError: constructor returned NULL
This task depends upon

Closed by  Balló György (City-busz)
Sunday, 21 January 2018, 00:56 GMT
Reason for closing:  Fixed
Additional comments about closing:  mypaint 1.2.1-5
Comment by Sergej Pupykin (sergej) - Tuesday, 16 May 2017, 15:16 GMT
Can not reproduce it now.
Comment by Yangtse Su (yangtsesu) - Sunday, 18 June 2017, 15:59 GMT
Mypaint works well with xorg but wayland.
Comment by Yangtse Su (yangtsesu) - Sunday, 18 June 2017, 16:01 GMT
$ GDK_BACKEND=x11 mypaint
works.

Loading...