WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: taking a secrren shot  (Read 259 times)

Online JunkYard

  • Jr. Member
  • **
  • Posts: 76
taking a secrren shot
« on: June 05, 2026, 12:32:26 PM »
do you know how to do it please?

Offline Stefann

  • Wiki Author
  • Full Member
  • *****
  • Posts: 220
Re: taking a secrren shot
« Reply #1 on: June 05, 2026, 03:36:16 PM »
Just a suggestion,
Did you try the search function of the forum?
I get 19 pages if I search on “screenshot”

Online JunkYard

  • Jr. Member
  • **
  • Posts: 76
Re: taking a secrren shot
« Reply #2 on: June 05, 2026, 03:54:06 PM »
Just a suggestion,
Did you try the search function of the forum?
I get 19 pages if I search on “screenshot”

I get one!
And that is you
Please see the attachment

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 12820
Re: taking a secrren shot
« Reply #3 on: June 05, 2026, 04:10:23 PM »
Hi JunkYard
If you have a GUI running, then a screenshot utility should
already be present. Open a terminal and enter:
Code: [Select]
screenshot.shAfter a brief delay, you should see a message that it's done.
This takes a picture of the entire screen.

If you want to take a picture of just one window, install windowshot.tcz.
To use it, click on the Windshot icon.
Your cursor will change from an arrow to a crosshair.
Place the crosshair over the window of interest and left click.
The window must be fully visible to capture all of it.
After a brief delay, you should see a message that it's done.

If you want to select an area of the screen to capture, install grabber.tcz.
To use it, click on the SelectiveScreenshot icon.
Instructions can be found here:
http://tinycorelinux.net/17.x/x86/tcz/grabber.tcz.info
If you need help while its running, press ?. Hit any key to dismiss the help page.
« Last Edit: June 05, 2026, 04:13:27 PM by Rich »

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 12820
Re: taking a secrren shot
« Reply #4 on: June 05, 2026, 04:23:35 PM »
Hi JunkYard
I accidentally posted my last response without the link to
the instructions for grabber.tcz. That post has been corrected.

Online JunkYard

  • Jr. Member
  • **
  • Posts: 76
Re: taking a secrren shot
« Reply #5 on: June 05, 2026, 05:10:02 PM »
Hi JunkYard
I accidentally posted my last response without the link to
the instructions for grabber.tcz. That post has been corrected.

I have done that thanks! and a biolog box message appearedsaved to /home/tc/screenshot_1234567890.png

Next question is how do i open it?

Online JunkYard

  • Jr. Member
  • **
  • Posts: 76
Re: taking a secrren shot
« Reply #6 on: June 05, 2026, 05:12:08 PM »
Hi JunkYard
I accidentally posted my last response without the link to
the instructions for grabber.tcz. That post has been corrected.
sorry but I am keeping it vary simple for now, so just the entire screen should do. but as of my last post need to open the file now

Question; there is a screen shot button on my keyboard. how comes that dose not work?

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 12820
Re: taking a secrren shot
« Reply #7 on: June 05, 2026, 05:16:54 PM »
Hi JunkYard
I have  gpicview.tcz  installed on my machines for viewing images.

Online JunkYard

  • Jr. Member
  • **
  • Posts: 76
Re: taking a secrren shot
« Reply #8 on: June 05, 2026, 05:19:58 PM »
Hi JunkYard
I have  gpicview.tcz  installed on my machines for viewing images.

what is the code to install it please?

I mean we have "tce-load -wi or -wil or even -wo". so far
« Last Edit: June 05, 2026, 05:21:39 PM by JunkYard »

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 12820
Re: taking a secrren shot
« Reply #9 on: June 05, 2026, 05:21:21 PM »
Hi JunkYard
Code: [Select]
tce-load -wi gpicview.tcz

Online JunkYard

  • Jr. Member
  • **
  • Posts: 76
Re: taking a secrren shot
« Reply #10 on: June 05, 2026, 05:34:38 PM »
Hi JunkYard
Code: [Select]
tce-load -wi gpicview.tcz

OK i have installed it and opened them thanks! Next question is

1. How do I upload the image files to this forum

2. how do I copy them onto another external drive

Thanks

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 12820
Re: taking a secrren shot
« Reply #11 on: June 05, 2026, 08:24:50 PM »
Hi JunkYard
... 1. How do I upload the image files to this forum ...
The same way you did under Windows in reply #2.

When replying, below the text box where you enter your reply, click on:
Quote
Attachments and other options

This will now display various options. Below the choice "Attach:" is a
 Browse  button. Click it and select your file from  the file selector
window that pops up.


Quote
... 2. how do I copy them onto another external drive
Plug in your device. Then run:
Code: [Select]
dmesg | tailThe vertical line between the 2 commands should be on your  "\"  key.
The result should be similar to this:
Code: [Select]
[48021.938514] scsi host7: usb-storage 1-5:1.0
[48022.967271] scsi 7:0:0:0: Direct-Access     Udisk    Udisk 2.0        3.00 PQ: 0 ANSI: 2
[48022.974161] sd 7:0:0:0: Attached scsi generic sg8 type 0
[48022.978525] sd 7:0:0:0: [sdg] 962560 512-byte logical blocks: (493 MB/470 MiB)
[48022.979780] sd 7:0:0:0: [sdg] Write Protect is off
[48022.979825] sd 7:0:0:0: [sdg] Mode Sense: 0b 00 00 08
[48022.981036] sd 7:0:0:0: [sdg] No Caching mode page found
[48022.981119] sd 7:0:0:0: [sdg] Assuming drive cache: write through
[48023.002490]  sdg: sdg1      <----------- This is the line you care about.
[48023.007267] sd 7:0:0:0: [sdg] Attached SCSI removable disk
On my system, the device was assigned the name  sdg1.  On your machine
it will likely be something different.
Click on the  MountTool  icon.
When it comes up, click on the button whose name matches your device.
It should change from red to green.
Then to copy the file, using my device as an example:
Code: [Select]
cp windowshot-2026May28-101242.png /mnt/sdg1
Before unplugging your USB device, use the  MountTool  to unmount
your device. Click the button and make sure it turns from green to red.

Online JunkYard

  • Jr. Member
  • **
  • Posts: 76
Re: taking a secrren shot
« Reply #12 on: June 05, 2026, 11:51:55 PM »
Hi JunkYard
... 1. How do I upload the image files to this forum ...
The same way you did under Windows in reply #2.

When replying, below the text box where you enter your reply, click on:
Quote
Attachments and other options

This will now display various options. Below the choice "Attach:" is a
 Browse  button. Click it and select your file from  the file selector
window that pops up.

I dont undserstand what all this sda1/ 2/ 3 means ext. but I think i found the files from the home tab. let see if they upload

Online JunkYard

  • Jr. Member
  • **
  • Posts: 76
Re: taking a secrren shot
« Reply #13 on: June 05, 2026, 11:59:53 PM »
Hi JunkYard
... 1. How do I upload the image files to this forum ...
The same way you did under Windows in reply #2.

When replying, below the text box where you enter your reply, click on:
Quote
Attachments and other options

This will now display various options. Below the choice "Attach:" is a
 Browse  button. Click it and select your file from  the file selector
window that pops up.

I dont undserstand what all this sda1/ 2/ 3 means ext. but I think i found the files from the home tab. let see if they upload

infact I dont even know if it has done it! i try and open the attachment and told I need to open a program to do this but it dose not give you the option of the image viewer i recently downloaded before! Infact i cant even take a screen shot of it. because when i right click on the screen the diolog box i want to photograph vanises!

Online JunkYard

  • Jr. Member
  • **
  • Posts: 76
Re: taking a secrren shot
« Reply #14 on: Today at 12:03:09 AM »

Code: [Select]
dmesg | tail
the farward slash key dose not work in linux
I dont know what the line in the middle means! and with out being able to copy and paste it onto the the terminal there is no point continuing further
« Last Edit: Today at 12:05:54 AM by JunkYard »