Gentoo Archives: gentoo-user

From: Daniel Iliev <danny@××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Screenshot package
Date: Mon, 18 Sep 2006 07:21:07
Message-Id: 450E47CA.3080306@ilievnet.com
In Reply to: [gentoo-user] Screenshot package by Stephen Liu
1 Stephen Liu wrote:
2 > Hi folks,
3 >
4 >
5 > Gentoo amd64
6 > Gnome-light
7 >
8 > Screenshot does not come with gnome-light. Please advise which package
9 > shall I emerge. TIA
10 >
11 > B.R.
12 > SL
13 >
14 If you have media-gfx/imagemagick installed, you could use a bash script
15 like this:
16
17 #!/bin/bash
18 # I am "/bin/print.sh"
19
20 var_name=`date +%s`
21 import "${HOME}/screenshots/${var_name}.png"
22 display "${HOME}/screenshots/${var_name}.png"
23 unset var_name
24 exit
25 #EOF
26
27 Save this script somewhere in your $PATH and bind a key to it. I use it
28 in xfce-4.
29
30 --
31 Best regards,
32 Daniel
33
34
35 --
36 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Screenshot package Stephen Liu <satimis@×××××.com>