Is there a screen capture program besides mtPaint? (Solved)

Booting, installing, newbie
Post Reply
Message
Author
jodi5549
Posts: 134
Joined: Mon 19 Jan 2009, 21:15
Location: Tennessee

Is there a screen capture program besides mtPaint? (Solved)

#1 Post by jodi5549 »

Does any one have any advise on a screen capture program for puppy 4.2.1 beside mtpaint that will let you select your own window or margins. I have found one called Xnview on this site that is in zip form and how would I download to my puppy? Any input on this would be surely appreciated.
Thank You,
Jodi
Last edited by jodi5549 on Sat 30 May 2009, 03:04, edited 1 time in total.

disciple
Posts: 6984
Joined: Sun 21 May 2006, 01:46
Location: Auckland, New Zealand

#2 Post by disciple »

All sorts of things can take screenshots if you just write a little script and set up a shortcut key or menu entry to call them - gimp, something I think called fox shutterbug, xpaint...
I suggest you run petget and install xpaint from the Puppy 2 repository. If it doesn't come with the screenshot menu entry that it used to have, I can upload that for you. It lets you drag a box around the part of the screen you want to capture.
Or you could look through the recent posts... someone posted some new script for screen captures not long ago, although I don't remember exactly what it did. Hopefully it wasn't a certain person with a habit of posting unnecessary bloat to do simple tasks :)

BTW, do you have the Windows version of Xnview (it requires Wine, and is the best program for viewing photos on most digital cameras), the old Linux one, or the new Xnview MP (which isn't complete enough to be really useful)?
Do you know a good gtkdialog program? Please post a link here

Classic Puppy quotes

ROOT FOREVER
GTK2 FOREVER

User avatar
gposil
Posts: 1300
Joined: Mon 06 Apr 2009, 10:00
Location: Stanthorpe (The Granite Belt), QLD, Australia
Contact:

#3 Post by gposil »

There's already a puppy app called shot you can get from Dingo's site or mine.

http://www.gposil.com/pets/shot-0.1.2.pet

http://puppylinux.medianewsonline.com/p ... -0.1.2.pet

You use the Print Screen Key and it asks whether you want full screen or just window... :)
[img]http://gposil.netne.net/images/tlp80.gif[/img] [url=http://www.dpup.org][b]Dpup Home[/b][/url]

disciple
Posts: 6984
Joined: Sun 21 May 2006, 01:46
Location: Auckland, New Zealand

hopefully you don't need this

#4 Post by disciple »

In case that xpaint package doesn't come with a snapshot menu entry, here it is.
This script saved as /usr/local/bin/xpaintsnapshot.sh

Code: Select all

#!/bin/sh

xmessage -center -bg "#ff00ff" -title "Screen snapshot utility" -buttons "" -timeout 8 "
There will now be a pause of 10 seconds to allow you to adjust
windows as you wish, then the mouse cursor will change.
Note, you cannot take a snapshot of an open menu.

...then, drag and release mouse left button over area of interest.

This window will disappear in 8 seconds from its creation." &

sleep 10
exec xpaint -snapshot
This saved as /usr/share/applications/Xpaint-snapshot-screen-capture.desktop

Code: Select all

[Desktop Entry]
Encoding=UTF-8
Name=Xpaint-snapshot screen capture
Icon=mini-camera.xpm
Comment=Xpaint-snapshot screen capture
Exec=xpaintsnapshot.sh
Terminal=false
Type=Application
Categories=Graphics;Utility
GenericName=Xpaint-snapshot screen capture
Do you know a good gtkdialog program? Please post a link here

Classic Puppy quotes

ROOT FOREVER
GTK2 FOREVER

User avatar
Flash
Official Dog Handler
Posts: 13071
Joined: Wed 04 May 2005, 16:04
Location: Arizona USA

#5 Post by Flash »

Could you describe in more detail just what it is you want to do? Perhaps there is a way to do it in mtPaint.

User avatar
gposil
Posts: 1300
Joined: Mon 06 Apr 2009, 10:00
Location: Stanthorpe (The Granite Belt), QLD, Australia
Contact:

#6 Post by gposil »

jodi5549 maybe i've misunderstood what you want , do you want to capture a window or screen to file or not.
[img]http://gposil.netne.net/images/tlp80.gif[/img] [url=http://www.dpup.org][b]Dpup Home[/b][/url]

User avatar
trapster
Posts: 2117
Joined: Mon 28 Nov 2005, 23:14
Location: Maine, USA
Contact:

#7 Post by trapster »

trapster
Maine, USA

Asus eeepc 1005HA PU1X-BK
Frugal install: Slacko
Currently using full install: DebianDog

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#8 Post by MU »

search for "shutterbug" here:
http://wellminded.com/puppy/pupsearch.html

It allows to set a "lasso-frame" on your screen to choose a region to grab.

Mark
[url=http://murga-linux.com/puppy/viewtopic.php?p=173456#173456]my recommended links[/url]

jodi5549
Posts: 134
Joined: Mon 19 Jan 2009, 21:15
Location: Tennessee

#9 Post by jodi5549 »

:D Wow! Thank you everyone for all the good answers. I'm am really enjoying the new pup 4.2.1 w/seamonkey. Just really don't like mtpaint for doing screen shots.
The xnview 1.70.pup from dotpups.de/dotpups to my win desktop and is a zip file at 2.52 Mb and not sure on how to get that installed on the linux machine anyway.
Thank you MU, I found the link to shutterbug at puppylover.netsons.org and it is as a pet, I have no problem with downloading those on the linux system and looks like what I'm looking for especially the lasso-frame part and as long as I can send the copies through an email or such, also looks fairly small.
Thank you also to disciple, never done any coding yet, too new w/puppy. I don't know where to begin or where to go to do that. Can you tell me where I go and do I put everything that you got in both the boxes, is there a way to copy and paste in puppy?

disciple
Posts: 6984
Joined: Sun 21 May 2006, 01:46
Location: Auckland, New Zealand

#10 Post by disciple »

Thank you also to disciple, never done any coding yet, too new w/puppy.
I just posted those in case they aren't included with the xpaint available in petget, but I think they are included.
If they aren't, you just need to create new blank files with the paths/names I posted, put the text in them, and right-click > permissions on the .sh one in rox, to make it executable.
Do you know a good gtkdialog program? Please post a link here

Classic Puppy quotes

ROOT FOREVER
GTK2 FOREVER

Sylvander
Posts: 4416
Joined: Mon 15 Dec 2008, 11:06
Location: West Lothian, Scotland, UK

#11 Post by Sylvander »

Is it possible to change the default save location in CAPTURA?

And if so how?

Doesn't seem to be able to capture:
The cursor...
Open drop-down menus.

User avatar
trapster
Posts: 2117
Joined: Mon 28 Nov 2005, 23:14
Location: Maine, USA
Contact:

#12 Post by trapster »

@ Sylvander:

Here
trapster
Maine, USA

Asus eeepc 1005HA PU1X-BK
Frugal install: Slacko
Currently using full install: DebianDog

Sylvander
Posts: 4416
Joined: Mon 15 Dec 2008, 11:06
Location: West Lothian, Scotland, UK

#13 Post by Sylvander »

Unfortunately...
I want to save the jpg files in /00, but don't want to put the CAPTURA binary file in there, because I reserve that folder for temporary storage only.
Ideally I'd like it to be empty most of the time, so that anything in there is noticed immediately, and easy to find, being at the top of the folder hierarchy.

jodi5549
Posts: 134
Joined: Mon 19 Jan 2009, 21:15
Location: Tennessee

#14 Post by jodi5549 »

Well downloaded Shutterbug, but unfortunately won't come up when clicked on. It was showing after download of missing library file libfox01.6 so.O. How will I download that please?

User avatar
trapster
Posts: 2117
Joined: Mon 28 Nov 2005, 23:14
Location: Maine, USA
Contact:

#15 Post by trapster »

@ Sylvander

Just create a link every time you run Captura

Try:

Code: Select all

#!/bin/sh
ln -s /usr/local/bin/Captura /00/Captura
cd /00
./Captura
trapster
Maine, USA

Asus eeepc 1005HA PU1X-BK
Frugal install: Slacko
Currently using full install: DebianDog

Sylvander
Posts: 4416
Joined: Mon 15 Dec 2008, 11:06
Location: West Lothian, Scotland, UK

#16 Post by Sylvander »

So it isn't possible to configure a new default save location?

In which case I think I'll just continue to change the save location each time I run the program.

Certainly not about to type commands every time I run the program.

disciple
Posts: 6984
Joined: Sun 21 May 2006, 01:46
Location: Auckland, New Zealand

#17 Post by disciple »

Well downloaded Shutterbug, but unfortunately won't come up when clicked on. It was showing after download of missing library file libfox01.6 so.O. How will I download that please?
http://www.savefile.com/files/1566619
Do you know a good gtkdialog program? Please post a link here

Classic Puppy quotes

ROOT FOREVER
GTK2 FOREVER

jodi5549
Posts: 134
Joined: Mon 19 Jan 2009, 21:15
Location: Tennessee

#18 Post by jodi5549 »

Thank you disciple that works! :D

User avatar
trapster
Posts: 2117
Joined: Mon 28 Nov 2005, 23:14
Location: Maine, USA
Contact:

#19 Post by trapster »

Sylvander wrote:
Certainly not about to type commands every time I run the program.
Save it as a script and click on it or put it in the menu. There is no typing commands every time.

I have it saved in /usr/local/bin as captura along with Captura except I use /root/my-documents for my save location.
trapster
Maine, USA

Asus eeepc 1005HA PU1X-BK
Frugal install: Slacko
Currently using full install: DebianDog

Sylvander
Posts: 4416
Joined: Mon 15 Dec 2008, 11:06
Location: West Lothian, Scotland, UK

#20 Post by Sylvander »

trapster
I'm a Linux/Puppy newbie.
HOW do I do that?
What's the method?
I tried making a "New" file [text file in /00]...
Opened it using leafpad...
Copied in the code you gave...
When I tried to copy the file to /usr/local/bin [easy using the Xfe dual panes :D ] a warning was displayed that this file already existed...
It does indeed exist with that name in that folder, and is a binary file [cogwheel icon].

If/when I eventually succeed in placing that file there...
When ever I want to run captura...
I first run the script?
What's the easiest/quickest way to run the script?
In a terminal?
Easier than trying to remember where to find it in the Puppy menu?

I'm already beginning to get the hang of typing commands in the terminal!
smm ["SaveMyModem"] is the one I use most.

Post Reply