From: Daniel Iliev <danny@ilievnet.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Screenshot package
Date: Mon, 18 Sep 2006 10:16:26 +0300 [thread overview]
Message-ID: <450E47CA.3080306@ilievnet.com> (raw)
In-Reply-To: <20060916153001.3568.qmail@web35203.mail.mud.yahoo.com>
Stephen Liu wrote:
> Hi folks,
>
>
> Gentoo amd64
> Gnome-light
>
> Screenshot does not come with gnome-light. Please advise which package
> shall I emerge. TIA
>
> B.R.
> SL
>
If you have media-gfx/imagemagick installed, you could use a bash script
like this:
#!/bin/bash
# I am "/bin/print.sh"
var_name=`date +%s`
import "${HOME}/screenshots/${var_name}.png"
display "${HOME}/screenshots/${var_name}.png"
unset var_name
exit
#EOF
Save this script somewhere in your $PATH and bind a key to it. I use it
in xfce-4.
--
Best regards,
Daniel
--
gentoo-user@gentoo.org mailing list
next prev parent reply other threads:[~2006-09-18 7:21 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-09-16 15:30 [gentoo-user] Screenshot package Stephen Liu
2006-09-18 7:16 ` Daniel Iliev [this message]
2006-09-18 7:43 ` Stephen Liu
2006-09-18 8:01 ` Neil Bothwick
2006-09-18 15:22 ` Stephen Liu
2006-09-24 0:48 ` Nico
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=450E47CA.3080306@ilievnet.com \
--to=danny@ilievnet.com \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox