Page 1 of 1

MtPaint 3.49.25 (Puppy annd derivates)

Posted: Thu Jul 16, 2020 9:04 am
by PipzDex

Hi forum

Sharing this version of mtpaint working in precise, xenial even in dpupbuster32b and Quickpup and Slacko 7.0

https://drive.google.com/file/d/1Ol7jhQ ... sp=sharing

Version
Version
MtPaint34925-2.png (26.46 KiB) Viewed 1297 times

I hope it is useful

cheers! :thumbup2:


Re: MtPaint 3.49.25 (Precise 5.7.1)

Posted: Sat Jan 02, 2021 5:06 pm
by Dingo

Regarding mtpaint (a little gem I really loved) knows anyone where to find the manual for command-line mtpaint mode?


Re: MtPaint 3.49.25 (Precise 5.7.1)

Posted: Sat Jan 02, 2021 6:51 pm
by 666philb
Dingo wrote: Sat Jan 02, 2021 5:06 pm

Regarding mtpaint (a little gem I really loved) knows anyone where to find the manual for command-line mtpaint mode?

hi @Dingo
probably in here somewhere http://mtpaint.sourceforge.net/handbook ... ap_00.html


Re: MtPaint 3.49.25 (Precise 5.7.1)

Posted: Sun Jan 03, 2021 6:35 pm
by wjaguar
Dingo wrote: Sat Jan 02, 2021 5:06 pm

Regarding mtpaint (a little gem I really loved) knows anyone where to find the manual for command-line mtpaint mode?

As of this year 2021, it is the section 10 of the official handbook: http://mtpaint.sourceforge.net/handbook ... ap_10.html
In the time between releases, the most up-to-date manual can be found here: https://github.com/wjaguar/mtpaint_hand ... master/src
(HTML pages under docs/ may need regenerating from these source files, if not updated in the same commit as them)


Re: MtPaint 3.49.25 (Puppy annd derivates)

Posted: Sun Feb 07, 2021 10:12 am
by PipzDex

reuploaded


Re: MtPaint 3.49.25 (Puppy annd derivates)

Posted: Sun Feb 07, 2021 1:38 pm
by wjaguar
PipzDex wrote: Sun Feb 07, 2021 10:12 am

reuploaded

Software necromancy? :)
Current version is 3.50.05, and it accumulated several nontrivial bugfixes and improvements since 3.49.25.


Re: MtPaint 3.49.25 (Puppy annd derivates)

Posted: Wed Feb 24, 2021 9:10 pm
by don570

version 3.50.05 compiled easily on fatdog linux
It's running well!!


Re: MtPaint 3.49.25 (Puppy annd derivates)

Posted: Sun Jul 11, 2021 2:31 pm
by mikeslr

As far as I know, a handbook reflecting any changes by the recent upgrade is not yet available. But it is likely that the Handbook for 3.40 will explain most of what you want to know. It's available here, https://distro.ibiblio.org/puppylinux/p ... es-noarch/. No-arch so can be used on any Puppy. But that's probably because all the pet does is locate html files in /usr/share/doc.

To make it more accessible, I've attached a Menu pet.

mtpainthandboot_Menu-3.40.pet
(3.41 KiB) Downloaded 89 times

It consists of two files, one of which is /usr/share/applications/mtpaint-handbook.desktop. That text file reads:

[Desktop Entry]
Version=1.0
Name=mtPaint Handboot
GenericName=mtPaint Handbook
Comment=documentation for painting program
Type=Application
Exec=defaulthtmlviewer /usr/share/doc/mtpaint/index.html
Icon=/usr/share/pixmaps/Readme1.jpg
Categories=X-Graphic-paint
Keywords=graphics;documents
MimeType=html

Note that I've assigned it to the Graphics menu category. You may want to reassign it by changing the argument following Categories=. You probably will need to change the Exec= argument.. The pet was developed under Fossapup where dillo was builtin and assigned as default htmlviewer. Many new Puppys default indirectly to using abiword or geany and document's internal html links are broken. If you find that to be the case, edit "defaulthtmlviewer" to read "defaultbrowser" or to the executable of the web-browser you would prefer.