From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1GPDRC-0001af-KL for garchives@archives.gentoo.org; Mon, 18 Sep 2006 07:21:07 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k8I7KYAf016563; Mon, 18 Sep 2006 07:20:34 GMT Received: from ilievnet.com ([84.21.204.200]) by robin.gentoo.org (8.13.8/8.13.6) with ESMTP id k8I7GQL7020532 for ; Mon, 18 Sep 2006 07:16:26 GMT Received: (qmail 20367 invoked from network); 18 Sep 2006 10:16:27 +0300 Received: from mail.ilievnet.com (HELO ?10.0.1.1?) (10.0.1.1) by mail.ilievnet.com with SMTP; 18 Sep 2006 10:16:27 +0300 Message-ID: <450E47CA.3080306@ilievnet.com> Date: Mon, 18 Sep 2006 10:16:26 +0300 From: Daniel Iliev User-Agent: Thunderbird 1.5.0.5 (X11/20060915) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Screenshot package References: <20060916153001.3568.qmail@web35203.mail.mud.yahoo.com> In-Reply-To: <20060916153001.3568.qmail@web35203.mail.mud.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 616ec60b-40a5-4e70-ab89-16ce1078bf8f X-Archives-Hash: 363753a2e86f1e82280ecfb1e15a4725 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