Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Fluxbox screen snapper??
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Jkay
Apprentice
Apprentice


Joined: 31 Dec 2002
Posts: 214
Location: thatched-roof cottages

PostPosted: Tue Feb 11, 2003 3:53 pm    Post subject: Fluxbox screen snapper?? Reply with quote

Hi -

Does Fluxbox have a screenshot hotkey (built-in)? I cant seem to find a reference to one on their home page docs.

If not, whats the best light-weight screenshooter to run on an Fb desk?
I'd like the option of shooting the hot window OR the full desk.

Thanks-
Back to top
View user's profile Send private message
Jkay
Apprentice
Apprentice


Joined: 31 Dec 2002
Posts: 214
Location: thatched-roof cottages

PostPosted: Tue Feb 11, 2003 4:05 pm    Post subject: Reply with quote

ah - nevermind .. I just enabled the GkrellM screen shooter, since I run that anyway.

Tanks
Back to top
View user's profile Send private message
AlterEgo
Veteran
Veteran


Joined: 25 Apr 2002
Posts: 1619

PostPosted: Tue Feb 11, 2003 7:22 pm    Post subject: Reply with quote

:?: 8O
Are you saying there's a take-a-screenshot-plugin for gkrellm? Where?
Back to top
View user's profile Send private message
kappax
Apprentice
Apprentice


Joined: 30 Aug 2002
Posts: 273
Location: The Moon

PostPosted: Tue Feb 11, 2003 8:05 pm    Post subject: Reply with quote

i just use a script and add it to the menu.


Code:


#!/bin/bash
sleep 3

NUM=`cat /home/kappax/.ssnumber`

let NUM=$NUM+1

FILENAME="ss$NUM.png"
DIR="/home/kappax/screenshots/"
import -window root $DIR$FILENAME
echo $NUM > /home/kappax/.ssnumber


_________________
My Box
glxgears - 4083.400 FPS
OS: GNU/Linux
Distro: Gentoo
kernel: 2.6.0-test9-mm2
----------------------
vi makes me :wq in word pad :(
Back to top
View user's profile Send private message
zleepy
n00b
n00b


Joined: 19 Dec 2002
Posts: 19
Location: /sweden/ludvika

PostPosted: Tue Feb 11, 2003 8:44 pm    Post subject: Reply with quote

In this thread there is some realy good tips.
I'm using the tip by morbuz under fluxbox and it works just fine
https://forums.gentoo.org/viewtopic.php?t=33485&highlight=screenshot+f12
Back to top
View user's profile Send private message
Jkay
Apprentice
Apprentice


Joined: 31 Dec 2002
Posts: 214
Location: thatched-roof cottages

PostPosted: Thu Feb 13, 2003 2:11 am    Post subject: Reply with quote

AlterEgo wrote:
:?: 8O
Are you saying there's a take-a-screenshot-plugin for gkrellm? Where?


It's GkrellShoot and it's for GkrellM 1, not 2 -
Back to top
View user's profile Send private message
kappax
Apprentice
Apprentice


Joined: 30 Aug 2002
Posts: 273
Location: The Moon

PostPosted: Thu Feb 13, 2003 2:29 am    Post subject: Reply with quote

Jkay wrote:
AlterEgo wrote:
:?: 8O
Are you saying there's a take-a-screenshot-plugin for gkrellm? Where?


It's GkrellShoot and it's for GkrellM 1, not 2 -


Umm i had GkrellShoot for Gkrillm2 ~~ what you talking abou!@!!
|
_________________
My Box
glxgears - 4083.400 FPS
OS: GNU/Linux
Distro: Gentoo
kernel: 2.6.0-test9-mm2
----------------------
vi makes me :wq in word pad :(
Back to top
View user's profile Send private message
AlterEgo
Veteran
Veteran


Joined: 25 Apr 2002
Posts: 1619

PostPosted: Thu Feb 13, 2003 9:57 am    Post subject: Reply with quote

Thanks Jkay, I have been searching for gkrellm-screen and found nothing.
Back to top
View user's profile Send private message
Jkay
Apprentice
Apprentice


Joined: 31 Dec 2002
Posts: 214
Location: thatched-roof cottages

PostPosted: Thu Feb 13, 2003 11:53 am    Post subject: Reply with quote

kappax wrote:

Umm i had GkrellShoot for Gkrillm2 ~~ what you talking abou!@!!
|


I did an emerge for "all" GkrellM plugins, and the only screen shooter was installed to the GkrellM dir, not GkrellM2 .. If you are 100% sure about a plugin for 2, then please tell me the name.

thanks -
Back to top
View user's profile Send private message
Jkay
Apprentice
Apprentice


Joined: 31 Dec 2002
Posts: 214
Location: thatched-roof cottages

PostPosted: Thu Feb 13, 2003 12:09 pm    Post subject: Reply with quote

AH HAH ... v0.4.1 is for GkrellM2 but only v0.3.2 for GkrellM(1) is in the ebuilds.

v0.4.1 is Masked.

Someone tell this poor newb how to unmask please.
Back to top
View user's profile Send private message
dylix
Apprentice
Apprentice


Joined: 20 Sep 2002
Posts: 261
Location: Atlanta

PostPosted: Thu Feb 13, 2003 5:56 pm    Post subject: Reply with quote

i call a bash script from the menu. and it puts it on my server, then i have a nifty php script that updates the screenshots automatically. up to the second update screenshots 8)
Code:

#!/bin/bash
import -window root /home/nfs/dylix/public_html/screenshots/ss-`date +%m.%d.%y`.jpg
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum