![]() |
Re: Mypaint-0.7.1 for Fremantle
I have also been following this thread for quite some weeks. Thought to give it a try.
Installed it from extras-devel. But it does not work. From the icon, trys to start but closes before running up. From console gives the google.protobuf ImportError. So enabled extras-devel again and installed the python-support After that run mypaint again. Overall seems to work. Tho got some Bug Reports, from left right arrows and canvas resizing, will look into it later and will give the details. Waiting to do my first scetch in Life! |
Re: Mypaint-0.7.1 for Fremantle
Im having troubles after updating to the latest version:
/home/user # mypaint Traceback (most recent call last): File "/opt/mypaint/bin/mypaint", line 123, in <module> from gui import main File "/opt/mypaint/share/mypaint/gui/main.py", line 11, in <module> import gtk, hildon, osso ImportError: No module named hildon /home/user # Anyone knows what to do? |
Re: Mypaint-0.7.1 for Fremantle
Quote:
(I am sure there is a better workaround..but im still a bit noobish) grtz |
Re: Mypaint-0.7.1 for Fremantle
Quote:
|
Re: Mypaint-0.7.1 for Fremantle
Quote:
First i made a backup of the brushes in /.mypaint/ and then I just edited the order.conf in a text editer and then put your new brush in the brushes folder and copied the brushes folder back to /.mypaint/ It will take some testing to get to know the brush and how it works ;) |
Re: Mypaint-0.7.1 for Fremantle
Nice video tone.
x |
Re: Mypaint-0.7.1 for Fremantle
hi everyone here! i have the following error
Nokia-N900-02-8:/# mypaint Traceback (most recent call last): File "/opt/mypaint/bin/mypaint", line 123, in <module> from gui import main File "/opt/mypaint/share/mypaint/gui/main.py", line 11, in <module> import gtk, hildon, osso ImportError: No module named osso Nokia-N900-02-8:/# how can i fix it?? |
Re: Mypaint-0.7.1 for Fremantle
1 Attachment(s)
Quote:
and for everybody else, a little C-toon:D: |
Re: Mypaint-0.7.1 for Fremantle
Nice cartoon!
Mine doesnt launch, might be because I need some other packages when I do a plain download from app.mngr? ''Import error: No module named google.protobuf'' Gotta say that this is a different error then I had before, so something is fixed yet:) So anyway: Whats the prob and what to do? |
Re: Mypaint-0.7.1 for Fremantle
Quote:
uhm..I think there is a solution for your problem on page 18 or 19..installing as root: apt-get install python-support hope you can get it working! |
Re: Mypaint-0.7.1 for Fremantle
Thx for the superquick response!
But now it tells me: You might want to run `apt-get -f install' to correct these: The following packages have unmet dependencies: chronium: Depends: libxss1 but is not going to be installed E: Unmet dependencies. Try `apt -get -f install' with no packages (or specify a solution). I dont care whatever it says about chronium, i use microB anyway. But I have no idea what's the further problem and what to do. mypaint still doesnt launch (havnt tried launching it from terminal cause I dunno anything about this so I just want to jeep this open for now). Btw: People make the most awesome things with this!!!(y):) Now I realy want it:p |
Re: Mypaint-0.7.1 for Fremantle
1 Attachment(s)
@Thiss
No problem;).. But I can't help you further....like I said before..I'm still very noobish reading those logs from xterm..maybe you just have to uninstall Chromium...and then install the python-support... Im just spitballing here:P and again a little Ctoon(A): |
Re: Mypaint-0.7.1 for Fremantle
Quote:
|
Re: Mypaint-0.7.1 for Fremantle
Sorry all folks for the trouble - I updated the installation notes in the first post just now... I've had these packages installed for ages now and I just plain forgot about the special Maemo stuff...
mypaint-0.8.2 HOWTO until aapo includes the dependencies in the package in extras-devel: enable extras-devel as root apt-get install mypaint mypaint-data python-support python-hildon python-osso cd /usr/lib/ ln -s libblas.so.3gf libblas.so ln -s liblapack.so.3gf.0 liblapack.so should do it... Issues: Fremantle UI not feature complete yet, and maybe some small bugs. I recommend it highly though... And as always - disable extras-devel when you are finished... |
Re: Mypaint-0.7.1 for Fremantle
Hi! Anders and BIG very big thanks!
I have one question? Could you do anything about that MyPaint Canvas Rotation? I just thought that 22.5 degree would be useful. now it is 25.7. There is problem when user want to rotate canvas 90degrees now?! Other thing is "Toggle Eraser Mode" in 0.8.2 version behaves differently and when switching to modes Brush Size changes ... this is a bit annoying thing. I know that these niggles are included Desktop version.. but if you could do something about these.. it would be great? Or Can I do myself something... "code hacking" or something? Any Tips.. Tone EDIT ----------------------------------------------------------------------- Is there now MyPaint desktop Icon?... because mine shows blue ugly thingy. ------------------------------------------------------------------------------ |
Re: Mypaint-0.7.1 for Fremantle
Hi Tone!
Thanks again for the nice video. I'll look in to the rotation thing: Code:
def rotate(self, command):The eraser toggle - I noticed you can scale brush and eraser independently and switch back and forth. But you are right - that equal size should be set to default... Most of MyPaint is written in Python (a very readable high level language) so you can definitely hack at it with very limited experience in programming - there is also a lot of good documentation on the net. The UI code is located in /opt/mypaint/share/mypaint/gui/ (on the n900) - have a look there first. I have no formal training in CS - I'm an artist (printmaking, painting) and occasional sysadmin and FOSS tyrant at an art school... Cheers Anders |
Re: Mypaint-0.7.1 for Fremantle
I'm no good at math but the equation 2*math.pi/14 translates to 2*180/14 so you can base your math off that.
So it should be 2*math.pi/16 = 22.5 and -2*math.pi/16 = -22.5 |
Re: Mypaint-0.7.1 for Fremantle
1 Attachment(s)
Here yet another cartoon now named 'Random Universe';)
P.S.: If somebody considers these posts as unnessecery flooding..please let me know:). |
Re: Mypaint-0.7.1 for Fremantle
2 Attachment(s)
i love it!!!! ahahahhah
|
Re: Mypaint-0.7.1 for Fremantle
1 Attachment(s)
Random Universe #25:D
|
Re: Mypaint-0.7.1 for Fremantle
1 Attachment(s)
Quote:
Here's what I did: The images are in /home/opt/mypaint/share/icons/hicolor you'll need the 16, 22, 24, 32, 48 scalabe They need a sym link in their corresponding folders here /usr/share/icons/hicolor you will only need to make a link no need to rm and files unless you have the images on the root. Just follow the instructions below, the cmd in blue is the one you really need. also please note that I did mine with midnight commander ... so take this post with a grain of salt, but it pretty much the same. From this post Quote:
x Midnight cmdr window when doing symlink from there. |
Re: Mypaint-0.7.1 for Fremantle
Quote:
I am looking and test this rotate thing.. this is so great if I can custom rotation degree. Now I must find where the "Toggle Eraser Mode" is located in code or something. The "Toggle Eraser Mode" sounds bit more complicated to change back to the old skool. :( - And maybe there should be a option to switch between old way and this new separate brush scales for "brush" and "eraser mode". Quote:
I am very very bad at math.. :) xpsj - nice characters.. :) santiago - nice doodles :) There is harp's nice thread also where you can show your MyPaint paintings http://talk.maemo.org/showthread.php...hlight=mypaint Only thing I am bit worrying is that there is a bit hard to find proper information about eg "how to install" MyPaint. I am glad that there is so many helpful people here. Thanks! Tone |
Re: Mypaint-0.7.1 for Fremantle
Quote:
There will be an icon as soon Aapo gets the autobuilder figured out... Again I'm sorry for the troubles and we're trying to sort things out... |
Re: Mypaint-0.7.1 for Fremantle
Hello hello
I installed MyPaint today after seeing the video by Creativetone, and wow! I am blown away! Anyway, is there work being done on the app itself? (Besides packaging) Could perhaps do with some finger scrolling in the selection dialogues. If no-one is working on that, I could perhaps take a look at some point. |
Re: Mypaint-0.7.1 for Fremantle
Quote:
http://pupnik.de/mypaint_cmds1sm.jpg which puts the frequently needed things where i need em. The N900 could use another one or two analogue inputs... Imagine sketching with one hand and using an analogue dpad to continuously control brush size and opacity on the two axes... http://scr3.golem.de/screenshots/100...-pandora-1.jpg Oh yeah... imagination turning into reality. What a glorious universe. |
Re: Mypaint-0.7.1 for Fremantle
Quote:
|
Re: Mypaint-0.7.1 for Fremantle
Quote:
I'm slowly trying to make the Fremantle UI as feature complete it can be... All contributions are welcome! Areas I'd like to see improved: - "Save as" should list .ora .png .jpeg and so on (I don't know if Fremantle supports it) - There would be nice to have a preview area in the dialogues (that's why I tried to implement them as stackable windows instead of gtk.Dialog) and so on... |
Re: Mypaint-0.7.1 for Fremantle
hey i just updated mypaint from appmanager .. the update was around 350 k.b and after the update the icon of mypaint turned blue and when i open it loads for about 5 sec and then goes back to desktop please Quick help .. i love this app!
|
Re: Mypaint-0.7.1 for Fremantle
having the same issue as shreif, although i just installed not updated !! !
Did I do anything wrong? |
Re: Mypaint-0.7.1 for Fremantle
Quote:
Code:
(Run xterminal -> Type mypaint -> Press enter)If you do have problems, do the above and post the errors here :D |
Re: Mypaint-0.7.1 for Fremantle
Quote:
But it sounds like it didn't update the mypaint-data, that happend to me when I updated to maemo8. You could fix it with this in xterm: sudo gainroot 'enter' apt-get install mypaint-data 'enter' (extras-devel enabled before doing this and remember to disable after). @jackie_jagger read post #294 on page 30 there anders_gud gives full instructions on how to install the mypaint :) |
Re: Mypaint-0.7.1 for Fremantle
i ran mypaint from xterm
it says : default brush collection not found! it should have been here : /opt/mypaint/share/mypaint/ tell me what to do |
Re: Mypaint-0.7.1 for Fremantle
Quote:
apt-cache policy mypaint apt-cache policy mypaint-data It's only to see if mypaint and mypaint-data are the same version |
Re: Mypaint-0.7.1 for Fremantle
how do i copy the whole output in here :D
|
Re: Mypaint-0.7.1 for Fremantle
Quote:
Mine is 0.8.2-1maemo10 on both ;) |
Re: Mypaint-0.7.1 for Fremantle
can i just uninstall this update or something?
|
Re: Mypaint-0.7.1 for Fremantle
Quote:
Everything works fine now, alltough sometimes it has a delay up to max 2 minutes. I gotta say: this really ROCKS!!! Im not really good at drawing stuff but I love doing it and playing around with all the brushes:) |
Re: Mypaint-0.7.1 for Fremantle
Quote:
edit: i uninstalled the mypaint i got off of the repo and used the command given in above mentioned post after gaining root. it refuses to install by giving me errors about some dependencies !! what am I doing wrong?? |
Re: Mypaint-0.7.1 for Fremantle
Ok, now for me mypaint is fully functional.
Had the layers Bug with the Hildonized menu, but with gtk_menu all is good. Not sure, what is the problem with the Hildonized menu. If needed, can recreate the Error message and post it here. One more thing. The slow startup problem. QtIrreco had the same problem in the beginning. But later they solved the problem and now the app is very nice and fast. Maybe would be worth the while to ask thoes guys what they did. http://talk.maemo.org/showthread.php...light=QtIrreco |
Re: Mypaint-0.7.1 for Fremantle
why isnt any one answering my question can i uninstall the update of mypaint without uninstalling the app ?
|
| All times are GMT. The time now is 16:52. |
vBulletin® Version 3.8.8