WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: how to make screenshot?  (Read 10002 times)

Offline nickispeaki

  • Full Member
  • ***
  • Posts: 177
how to make screenshot?
« on: April 15, 2009, 04:58:35 PM »
and where is it?

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: how to make screenshot?
« Reply #1 on: April 15, 2009, 05:03:12 PM »
On the menu, Tools -> Screenshot.

Offline nickispeaki

  • Full Member
  • ***
  • Posts: 177
Re: how to make screenshot?
« Reply #2 on: April 15, 2009, 06:05:59 PM »
i know it! But where are my screenshot pics?  ???

Offline MikeLockmoore

  • Hero Member
  • *****
  • Posts: 525
  • Good software needn't be big!
Re: how to make screenshot?
« Reply #3 on: April 15, 2009, 08:14:04 PM »
nickispeaki: I wondered the same thing.  I could not find where Menu | Tools | Screenshot dumps data (if anyplace).   :-\  Maybe someone can enlighten us.   

However, I've found I can open a terminal and enter:

   imlib2_grab {myfilename.jpg}

Also, .png works.   That's how I made the screen grabs of my picture viewer app in action in another thread.

Offline mikshaw

  • Sr. Member
  • ****
  • Posts: 368
Re: how to make screenshot?
« Reply #4 on: April 15, 2009, 08:31:15 PM »
the menu command is "sleep 1 && imlib2_grab screenshot_`date "+%m.%d_%H:%M:%S"`.png", so it should be in your home directory and look something like this: screenshot_04.15_23:30:39.png

Offline Roberto A. Foglietta

  • Full Member
  • ***
  • Posts: 212
    • personal home page
Re: how to make screenshot?
« Reply #5 on: April 17, 2009, 04:50:16 AM »
the menu command is "sleep 1 && imlib2_grab screenshot_`date "+%m.%d_%H:%M:%S"`.png", so it should be in your home directory and look something like this: screenshot_04.15_23:30:39.png

it does not work for me but this it does:

Code: [Select]
exec /bin/sh -c "sleep 1 && /usr/bin/imlib2_grab screenshot_`date "+%Y%m%d%H%M%S"`.png"

Offline jpeters

  • Restricted
  • Hero Member
  • *****
  • Posts: 1017
Re: how to make screenshot?
« Reply #6 on: April 17, 2009, 10:56:54 AM »
Isn't 'usr/bin' in PATH?


Offline Roberto A. Foglietta

  • Full Member
  • ***
  • Posts: 212
    • personal home page
Re: how to make screenshot?
« Reply #7 on: April 17, 2009, 02:44:12 PM »
Isn't 'usr/bin' in PATH?

Yes, it is. Aterm says:

Code: [Select]
tc@box:~$ echo $PATH
/usr/local/bin:/usr/local/sbin:/usr/sbin:/usr/bin:/sbin:/bin

Offline jpeters

  • Restricted
  • Hero Member
  • *****
  • Posts: 1017
Re: how to make screenshot?
« Reply #8 on: April 17, 2009, 04:10:47 PM »
`sleep 1 && imlib2_grab screenshot_`date "+%m.%d_%H:%M:%S"`.png should work.  (you just included the path....shouldn't be necessary.   

Offline Roberto A. Foglietta

  • Full Member
  • ***
  • Posts: 212
    • personal home page
Re: how to make screenshot?
« Reply #9 on: April 18, 2009, 01:50:24 AM »
`sleep 1 && imlib2_grab screenshot_`date "+%m.%d_%H:%M:%S"`.png should work.    

I does not work with out the path!  >:(

Offline jpeters

  • Restricted
  • Hero Member
  • *****
  • Posts: 1017
Re: how to make screenshot?
« Reply #10 on: April 18, 2009, 04:42:34 AM »
`sleep 1 && imlib2_grab screenshot_`date "+%m.%d_%H:%M:%S"`.png should work.    

I does not work with out the path!  >:(

What if you type "whoami"  ?

note: if you get anything profound, you may need an exorcism 

 

« Last Edit: April 18, 2009, 04:45:55 AM by jpeters »

Offline Roberto A. Foglietta

  • Full Member
  • ***
  • Posts: 212
    • personal home page
Re: how to make screenshot?
« Reply #11 on: April 18, 2009, 05:21:57 AM »
`sleep 1 && imlib2_grab screenshot_`date "+%m.%d_%H:%M:%S"`.png should work.    

I does not work with out the path!  >:(

What if you type "whoami"  ?

I am using Tinycore 1.2, here you are:

Code: [Select]
tc@box:~$ whoami
tc
tc@box:~$ echo $PATH
/usr/local/bin:/usr/local/sbin:/usr/sbin:/usr/bin:/sbin:/bin

note: if you get anything profound, you may need an exorcism 

 ;D

Offline jpeters

  • Restricted
  • Hero Member
  • *****
  • Posts: 1017
Re: how to make screenshot?
« Reply #12 on: April 18, 2009, 12:07:09 PM »
OK, then  "imlib2_grab" should also be working. 

Note:  Do you copy/paste examples, or type them in yourself?
« Last Edit: April 18, 2009, 12:19:59 PM by jpeters »

Offline nickispeaki

  • Full Member
  • ***
  • Posts: 177
Re: how to make screenshot?
« Reply #13 on: April 19, 2009, 08:39:33 AM »
nickispeaki: I wondered the same thing.  I could not find where Menu | Tools | Screenshot dumps data (if anyplace).   :-\  Maybe someone can enlighten us.   

However, I've found I can open a terminal and enter:

   imlib2_grab {myfilename.jpg}

Also, .png works.   That's how I made the screen grabs of my picture viewer app in action in another thread.

i installed imlib2.tce and:
>imlib2_grab d.jpg  (4974)
>imlib2_grab d.jpg (4974) returned '0'

>gview "d.jpg"
Failed to execute child process "gview" (No such file or directory).

now i must to install some grapical viewer.... like gview.

I installed feh. Then I'm  viewing a picture from emelFM2. Right button  - Open with... -  feh

« Last Edit: April 19, 2009, 08:48:40 AM by nickispeaki »

Offline jpeters

  • Restricted
  • Hero Member
  • *****
  • Posts: 1017
Re: how to make screenshot?
« Reply #14 on: April 19, 2009, 10:19:03 AM »

i installed imlib2.tce and:
>imlib2_grab d.jpg  (4974)
>imlib2_grab d.jpg (4974) returned '0'

>gview "d.jpg"
Failed to execute child process "gview" (No such file or directory).

now i must to install some grapical viewer.... like gview.

I installed feh. Then I'm  viewing a picture from emelFM2. Right button  - Open with... -  feh


try 'imlib2_view d.jpg' 
« Last Edit: April 19, 2009, 10:20:49 AM by jpeters »