| Author |
Message |
Warrior522
Joined: 03 Aug 2010 Posts: 91
|
Posted: Sat 05 Nov 2011, 18:45 Post subject:
MS paint clone .pet |
|
I tried running MS Paint in wine, "Segmentation Fault." Since i'd rather not fight with an error that I have literally no knowledge of how to deal with (and with wine being a temperamental beast), I was wondering if anyone has or could compile a .pet that contained a MS Paint clone, be it Kolourpaint, GPaint, or any of the other clones that my OS dislikes running directly...
|
|
Back to top
|
|
 |
darkcity

Joined: 23 May 2010 Posts: 2218 Location: near here
|
Posted: Mon 07 Nov 2011, 08:33 Post subject:
|
|
have you tried mtpaint which is standard in Puppy?
_________________ Wiki Audacity 2.0.1
|
|
Back to top
|
|
 |
disciple
Joined: 20 May 2006 Posts: 6201 Location: Auckland, New Zealand
|
Posted: Mon 07 Nov 2011, 19:01 Post subject:
|
|
| Quote: | | I was wondering if anyone has or could compile a .pet that contained a MS Paint clone, be it Kolourpaint, GPaint, or any of the other clones |
A number of them have been packaged in the past. Try searching the forum.
_________________ DEATH TO SPREADSHEETS
- - -
Classic Puppy quotes
- - -
Beware the demented serfers!
|
|
Back to top
|
|
 |
Warrior522
Joined: 03 Aug 2010 Posts: 91
|
Posted: Mon 07 Nov 2011, 19:47 Post subject:
|
|
| darkcity wrote: | | have you tried mtpaint which is standard in Puppy? |
Yes, but I find it's interface to lack MS Paint's two points of usefulness; direct canvas manipulation, and easy drag 'n drop of other images onto the canvas you're working on...
|
|
Back to top
|
|
 |
Geoffrey

Joined: 30 May 2010 Posts: 936 Location: Queensland Australia ɹǝpu∩uʍop
|
Posted: Mon 07 Nov 2011, 21:10 Post subject:
|
|
Warrior522
I have a copy of pinta 1.0 HERE that I made into a pet from the linux portable apps site, works in lucid 5.2.8., it is 7460K in size though.
Geoffrey
|
|
Back to top
|
|
 |
666philb

Joined: 07 Feb 2010 Posts: 1264 Location: wales
|
Posted: Mon 07 Nov 2011, 21:13 Post subject:
|
|
hi warrior
if you using lucid puppy you might like 'pinta' not sure if it works in others.
you can download a portable version here
http://sourceforge.net/projects/portable/files/Pinta%201.0/download
you may need to' right click' on it, then choose 'permissions', and then 'make executable/searchable'
edit: ..beaten to it Geoffrey
_________________ Quickpet_Precise, install popular apps quickly http://www.murga-linux.com/puppy/viewtopic.php?t=83642
LÖVE2d, a collection of 27 lua gameshttp://www.murga-linux.com/puppy/viewtopic.php?t=76739
|
|
Back to top
|
|
 |
Warrior522
Joined: 03 Aug 2010 Posts: 91
|
Posted: Mon 07 Nov 2011, 21:28 Post subject:
|
|
| Geoffrey wrote: | Warrior522
I have a copy of pinta 1.0 HERE that I made into a pet from the linux portable apps site, works in lucid 5.2.8., it is 7460K in size though.
Geoffrey |
Doesn't work; appears in menu but doesn't load when clicked on.
|
|
Back to top
|
|
 |
Geoffrey

Joined: 30 May 2010 Posts: 936 Location: Queensland Australia ɹǝpu∩uʍop
|
Posted: Mon 07 Nov 2011, 21:31 Post subject:
|
|
666philb
Sorry about that chief.................would you believe I only beat you by this >.............................< much
|
|
Back to top
|
|
 |
Geoffrey

Joined: 30 May 2010 Posts: 936 Location: Queensland Australia ɹǝpu∩uʍop
|
Posted: Mon 07 Nov 2011, 21:42 Post subject:
|
|
| Warrior522 wrote: | | Geoffrey wrote: | Warrior522
I have a copy of pinta 1.0 HERE that I made into a pet from the linux portable apps site, works in lucid 5.2.8., it is 7460K in size though.
Geoffrey |
Doesn't work; appears in menu but doesn't load when clicked on. |
Oh! that's my fault need a system link in /usr/bin/ , go to /usr/share/pinta/ and drag the pinta script to usr/bin and create a system link, that will fix it.
666philb you would have beat me if I hadn't rushed it...................
I re uploaded pinta with the system link in place ....silly me
|
|
Back to top
|
|
 |
Warrior522
Joined: 03 Aug 2010 Posts: 91
|
Posted: Mon 07 Nov 2011, 22:18 Post subject:
|
|
| Geoffrey wrote: | | Warrior522 wrote: | | Geoffrey wrote: | Warrior522
I have a copy of pinta 1.0 HERE that I made into a pet from the linux portable apps site, works in lucid 5.2.8., it is 7460K in size though.
Geoffrey |
Doesn't work; appears in menu but doesn't load when clicked on. |
Oh! that's my fault need a system link in /usr/bin/ , go to /usr/share/pinta/ and drag the pinta script to usr/bin and create a system link, that will fix it.
666philb you would have beat me if I hadn't rushed it...................
I re uploaded pinta with the system link in place ....silly me |
Relative or absolute?
|
|
Back to top
|
|
 |
Geoffrey

Joined: 30 May 2010 Posts: 936 Location: Queensland Australia ɹǝpu∩uʍop
|
Posted: Mon 07 Nov 2011, 22:28 Post subject:
|
|
Either will do the job, I usually use relative.
Here cut and paste this into the terminal | Code: | | ln -s /usr/share/pinta/pinta /usr/bin/ |
that will create the link in /usr/bin
|
|
Back to top
|
|
 |
Warrior522
Joined: 03 Aug 2010 Posts: 91
|
Posted: Tue 08 Nov 2011, 11:02 Post subject:
|
|
I found that all I have to do was go into usr/share/pinta and click on the program file and it would load fine, no other steps needed. One desktop shortcut later and I'm in business. (assuming i can figure out how to set the canvas to be manipulateable and how to import images...)
|
|
Back to top
|
|
 |
Geoffrey

Joined: 30 May 2010 Posts: 936 Location: Queensland Australia ɹǝpu∩uʍop
|
Posted: Tue 08 Nov 2011, 11:55 Post subject:
|
|
| Warrior522 wrote: | | I found that all I have to do was go into usr/share/pinta and click on the program file and it would load fine, no other steps needed. One desktop shortcut later and I'm in business. (assuming i can figure out how to set the canvas to be manipulateable and how to import images...) |
Good to see you have it working, though if you run that code in the terminal it will work from the menu entry.
To import, that is under the layers tab, import from file, it's not a bad paint program though I prefer Gimp.
|
|
Back to top
|
|
 |
Warrior522
Joined: 03 Aug 2010 Posts: 91
|
Posted: Tue 08 Nov 2011, 12:03 Post subject:
|
|
| Geoffrey wrote: | | Warrior522 wrote: | | I found that all I have to do was go into usr/share/pinta and click on the program file and it would load fine, no other steps needed. One desktop shortcut later and I'm in business. (assuming i can figure out how to set the canvas to be manipulateable and how to import images...) |
Good to see you have it working, though if you run that code in the terminal it will work from the menu entry.
To import, that is under the layers tab, import from file, it's not a bad paint program though I prefer Gimp. |
...welp, that doesn't do what I wanted it to do, but thanks for the information anyways.
|
|
Back to top
|
|
 |
Adagio

Joined: 06 May 2011 Posts: 107 Location: TerraAustralis
|
Posted: Tue 08 Nov 2011, 16:33 Post subject:
|
|
It's good that this has a Mono runtime included instead of having to stuff around with Mono.
It handles some of the basic stuff I use Gimp for, but I will still be using Gimp.
Thanks for that Geoffrey.
.
_________________ if you haven't backed up your data, it is like not having it at all !! (Anon)
|
|
Back to top
|
|
 |
|