Active Topics

 



Notices


Reply
Thread Tools
Posts: 20 | Thanked: 2 times | Joined on Apr 2010
#211
thank harp, I see there is a link to the "data" file for the 0.8 in that link u gave...that might be the one I need
 
Dousan's Avatar
Posts: 1,161 | Thanked: 1,707 times | Joined on Jan 2010 @ Denmark
#212
Originally Posted by twenty90seven View Post
thank harp, I see there is a link to the "data" file for the 0.8 in that link u gave...that might be the one I need
You need to be sure that you have the same mypaint as mypaint-data. I ran into that problem. I updated via app manager and it didn't update the mypaint-data so it wouldn't launch.

Aapo gave the codes on how to tjek that in xterm on page 18 i think.

If you updated to the newest maemo8 then you can get the mypaint data here
http://maemo.org/packages/view/mypaint-data/

and then do this in xterm as sudo gainroot:
code in xterm:
cd /to/where/file/is/located/ "enter"
dpkg -i mypaint-data_0.8.2-1maemo8_all.deb "enter"

It worked for me and it seems to be working fine. Takes some time to load more than the 0.7.1

e: Will try to get back soon with info on the new version when i have the time to test it

Last edited by Dousan; 2010-05-07 at 12:28.
 

The Following User Says Thank You to Dousan For This Useful Post:
Posts: 839 | Thanked: 3,386 times | Joined on Mar 2009
#213
Originally Posted by bousch View Post
Same for me, no mypaint icon in the menu.
Working with this. -maemo8 has button on menu, but not fancy icon.

Originally Posted by bousch View Post
When starting from the terminal it warns: "Warning: Where have all my icons gone?" followed by a theme search path.
This is not critical, but I'm working with it.

Originally Posted by bousch View Post
Also the "mode for input devices" is set to disabled on first run. Had to set it to screen manually.
If I have mode='screen', I can't draw anything. Therefor I change this to 'disabled' and it works very well. What value there should be?


Originally Posted by bousch View Post
The brush selection window has strange characters between the brushset names.
They are:
pad_s = u"\u202f" # NARROW NO-BREAK SPACE
sp_s = pad_s + u"\u200b" # ZERO WIDTH SPACE
Don't know why there are not working.


Originally Posted by bousch View Post
Oh and when opening a file I get a python warning in xterminal from filehandling.py line 204: which reads something like HildonFileSystemSettings has no property named 'hour24'
Is this critical? Haven't seen it before.
 

The Following 4 Users Say Thank You to AapoRantalainen For This Useful Post:
Posts: 176 | Thanked: 149 times | Joined on Dec 2009
#214
Two features I'm thankful for.

*Layer Manager - My only complaint with 0.7.1 and it's already addressed.
*A more attractive gtk_menu and I can call it with a hotkey while in full screen.

Thank you to everyone working on this project. This program makes the N900 amazing value for money.
 
Creativetone's Avatar
Posts: 502 | Thanked: 4,475 times | Joined on Feb 2010 @ Finland
#215
Plaah.. thank god!

I got MyPaint 0.8.2-1maemo8 to working now..

I removed every trace about mypaint...
and installed python-protobuf (this was my main problem!)
And then installed again everything..

so far so good.. Thanks!

btw. nice that you have not touched this fancy "Pick Color" thing..
I like it just like that.
 

The Following User Says Thank You to Creativetone For This Useful Post:
Posts: 20 | Thanked: 2 times | Joined on Apr 2010
#216
Originally Posted by Creativetone View Post
Plaah.. thank god!

I got MyPaint 0.8.2-1maemo8 to working now..

I removed every trace about mypaint...
and installed python-protobuf (this was my main problem!)
And then installed again everything..

so far so good.. Thanks!

btw. nice that you have not touched this fancy "Pick Color" thing..
I like it just like that.
hey 5one...good news. how did u delete the data package? what command do u use in xterm to delete...i am new to this, cheers
 
Posts: 120 | Thanked: 69 times | Joined on Nov 2007 @ NL
#217
Originally Posted by AapoRantalainen View Post
If I have mode='screen', I can't draw anything. Therefor I change this to 'disabled' and it works very well. What value there should be?
It should be screen. If disabled you have no pressure sensitivity.

Originally Posted by AapoRantalainen View Post
Is this critical? Haven't seen it before.
It seems to work alright so I guess not.
 
Posts: 562 | Thanked: 1,732 times | Joined on Jan 2010 @ NYC
#218
Wow, go away for half a day and there are 3 updates and about five page added to the thread..lol. Loving it.

yeah, finally had time to update to 0.8.2-1v8! so far everyting is working great! Holy smoke we have a lot brush choices now. The thread I was going to start is almost mute now..lol, but I'll do it for the 800/810 folk and anyone else hopefully this weekend.

I saw that many people were having problem from loading the update from the app manager so for this time I tried update 0.7.1 from xterm instead.

I'd alreadly check for all the extra dep'n and was good to go.

type in apt-get update mypaint mypaint-data

it checked and updata mypaint and a few other files and in the end it look like this:

Setting up mypaint-data (0.8.2-1maemo8) ...
Setting up python-support (1.0.6maemo1) ...
Setting up mypaint (0.8.2-1maemo8) ...
Setting up poppler-utils (0.12.2-3maemo1) ...
Setting up python-hildondesktop (0.1.0-1maemo3) ...
Setting up python-osso (0.4-0maemo3) ...
Setting up lirc (0.8.5-3fremantle30) ...
Processing triggers for python-support ...

and now can start from desktop shortcut, hid'n menu working, color picker working, kept all of the old setting fine. Also it took about 30 sec +- for the canvus to come up after mypaint first startup black screen (if that makes sense).

super happy so far. Great wrok guys

x

Last edited by xman; 2010-05-07 at 14:31.
 
Posts: 20 | Thanked: 2 times | Joined on Apr 2010
#219
Originally Posted by Creativetone View Post
Plaah.. thank god!

I got MyPaint 0.8.2-1maemo8 to working now..

I removed every trace about mypaint...
and installed python-protobuf (this was my main problem!)
And then installed again everything..

so far so good.. Thanks!

btw. nice that you have not touched this fancy "Pick Color" thing..
I like it just like that.
CreativeTone, I,ve now got the right data package installed but when I go launch mypaint in xterm it tells me i am missing the python-protobuf. where do u find this?
 
Posts: 20 | Thanked: 2 times | Joined on Apr 2010
#220
Originally Posted by twenty90seven View Post
CreativeTone, I,ve now got the right data package installed but when I go launch mypaint in xterm it tells me i am missing the python-protobuf. where do u find this?
yayness....saw a post earlier in this thread about how to install python protobuf, mypaint is now working! thanks everyone for your useful posts.
 

The Following User Says Thank You to twenty90seven For This Useful Post:
Reply

Tags
mypaint, sketching


 
Forum Jump


All times are GMT. The time now is 10:50.