![]() |
2011-08-12
, 21:57
|
|
Posts: 502 |
Thanked: 4,478 times |
Joined on Feb 2010
@ Finland
|
#82
|
Just wanted to give this nice thread a push. Anybody out there willing to help AapoRantalainen?
There are reasons why it is on extras-devel!
*Drawing is not working very well with pressure maps from mypaint-0.8.2. When starting new stroke it is attached to the end of the latest stroke. This can be avoided if stylus is used very gently. This is part I need help.
*Upgrading can break your own brush/settings/scraps.
![]() |
2011-08-20
, 20:09
|
Posts: 291 |
Thanked: 435 times |
Joined on Apr 2011
@ RO
|
#83
|
May I ask if it is any change to get fixed those Brush settings - > "Scale" problems?
example.
RADIUS PRESSURE envelope
N900 Mypaint scale = -1 to 1 = "very limited dynamic range"
DESKTOP MyPaint scale is -7 to 7
it seems that all RADIUS related things uses this -7 to 7 range.
--->
Opacity:
N900 = -1 to 1
DESKTOP = -2 to 2
Jitter:
N900 = -1 to 1
DESKTOP = -2 to 2
Offset by Speed:
N900 = -1 to 1
DESKTOP = -6 to 6
Slow Tracking per dab:
N900 = -1 to 1
DESKTOP = -10 to 10
etc.....
Can somebody confirm that?
So it is not just me and my N900.
Thanks!
![]() |
2011-09-06
, 19:46
|
Posts: 271 |
Thanked: 20 times |
Joined on Apr 2009
@ United Kingdom
|
#84
|
~ $ mypaint external python-simplejson Traceback (most recent call last): File "/opt/mypaint/bin/mypaint", line 171, in <module> from gui import main File "/opt/mypaint/share/mypaint/gui/main.py", line 13, in <module> assert gtk.ver >= required, 'You need to upgrade PyGTK, at least version %d.%d.%d is required.' % required AssertionError: You need to upgrade PyGTK, at least version 2.16.0 is required. ~ $
![]() |
2011-09-07
, 02:58
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#85
|
![]() |
2011-09-07
, 07:02
|
Posts: 839 |
Thanked: 3,386 times |
Joined on Mar 2009
|
#86
|
Code:~ $ mypaint File "/opt/mypaint/share/mypaint/gui/main.py", line 13, in <module> assert gtk.ver >= required, 'You need to upgrade PyGTK, at least version %d.%d.%d is required.' % required AssertionError: You need to upgrade PyGTK, at least version 2.16.0 is required. ~ $
apt-cache policy python-gtk2 libgtk2.0-0 mypaint
python-gtk2: Installed: 2.12.1-6maemo10 libgtk2.0-0: Installed: 2:2.14.7-1maemo33+0m5 mypaint: Installed: 0.9.1-maemo7
![]() |
2011-09-07
, 17:06
|
Posts: 271 |
Thanked: 20 times |
Joined on Apr 2009
@ United Kingdom
|
#87
|
Are you running firmware-1.3 with all updates?
Check what versions you have "apt-cache policy python-gtk2 libgtk2.0-0 mypaint"
~ $ apt-cache policy python-gtk2 libgtk2.0-0 mypaint python-gtk2: Installed: 2.12.1-6maemo10 Candidate: 2.12.1-6maemo10 Version table: *** 2.12.1-6maemo10 0 500 http://repository.maemo.org fremantle-1.3/free Packages 500 http://repository.maemo.org fremantle/free Packages 100 /var/lib/dpkg/status 2.12.1-6maemo9 0 500 http://repository.maemo.org fremantle-1.3/free Packages 500 http://repository.maemo.org fremantle-1.3/free Packages 500 http://repository.maemo.org fremantle/free Packages 2.12.1-6maemo8 0 500 http://repository.maemo.org fremantle-1.3/free Packages 500 http://repository.maemo.org fremantle/free Packages 2.12.1-6maemo7 0 500 http://repository.maemo.org fremantle-1.3/free Packages 500 http://repository.maemo.org fremantle-1.3/free Packages 500 http://repository.maemo.org fremantle/free Packages 2.12.1-6maemo6 0 500 http://repository.maemo.org fremantle/free Packages 2.12.1-6maemo5 0 500 http://repository.maemo.org fremantle/free Packages libgtk2.0-0: Installed: 2:2.14.7-1maemo33+0m5 Candidate: 2:2.14.7-1maemo33+0m5 Version table: *** 2:2.14.7-1maemo33+0m5 0 500 https://downloads.maemo.nokia.com ./ Packages 100 /var/lib/dpkg/status mypaint: Installed: 0.9.1-maemo7 Candidate: 0.9.1-maemo7 Version table: *** 0.9.1-maemo7 0 500 http://repository.maemo.org fremantle/free Packages 100 /var/lib/dpkg/status 0.8.2-2maemo0 0 500 http://repository.maemo.org fremantle-1.3/free Packages 500 http://repository.maemo.org fremantle-1.3/free Packages 0.8.2-1maemo22 0 500 http://repository.maemo.org fremantle-1.3/free Packages 0.8.2-1maemo19 0 500 http://repository.maemo.org fremantle-1.3/free Packages ~ $
I have:
And mypaint is working on menu and from command line.Code:python-gtk2: Installed: 2.12.1-6maemo10 libgtk2.0-0: Installed: 2:2.14.7-1maemo33+0m5 mypaint: Installed: 0.9.1-maemo7
It is true that Mypaint needs newer GTK than what we have on N900. You can disable checking of version, but I do not know why you are only one who gets error for this.
Remove line 13 from file /opt/mypaint/share/mypaint/gui/main.py
You might then get some other error, but again I'm wondering are you only one who gets errors.
![]() |
2011-09-07
, 18:15
|
Posts: 839 |
Thanked: 3,386 times |
Joined on Mar 2009
|
#88
|
sudo gainroot cd /opt/mypaint/share/mypaint/gui/ sed -i 's/assert gtk.ver/#assert gtk.ver/g' main.py
The Following User Says Thank You to AapoRantalainen For This Useful Post: | ||
![]() |
2011-09-07
, 19:34
|
Posts: 271 |
Thanked: 20 times |
Joined on Apr 2009
@ United Kingdom
|
#89
|
You have most updated pygtk as available.
You need root access: ( http://wiki.maemo.org/Root ). Then run
It disable version checking. As I wrote earlier this is something that should not happen, so you might encounter other problems. Until we catch primary reason for this (we are all running same version of Mypaint and used libraries, and you are first who reports this).Code:sudo gainroot cd /opt/mypaint/share/mypaint/gui/ sed -i 's/assert gtk.ver/#assert gtk.ver/g' main.py
The Following User Says Thank You to gohan2091 For This Useful Post: | ||
![]() |
2012-01-21
, 19:25
|
Posts: 215 |
Thanked: 348 times |
Joined on May 2011
|
#90
|
The Following 4 Users Say Thank You to lonk For This Useful Post: | ||
i hope the CSSU team's hearing this.