Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Name These Apps!
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
|ghost|
n00b
n00b


Joined: 08 Jul 2002
Posts: 20
Location: Left Coast USA

PostPosted: Sun Jul 21, 2002 2:43 pm    Post subject: Name These Apps! Reply with quote

I'm having lots of fun running fluxbox and tweaking my desktop etc, but being a n00b in this area there's some things I've seen in screenshots that I haven't been able to track down.

http://sickest.org/images/screenshots/ss.jpg

there's the memslut theme and I'm wondering, what are those two apps on the desktop, namely how do you get that opaque terminal output in the bottom left and what kind of app is that in the long rectangular box in the right hand corner.

thnx,
ghost
Back to top
View user's profile Send private message
metalhedd
l33t
l33t


Joined: 30 May 2002
Posts: 692
Location: Ontario Canada

PostPosted: Sun Jul 21, 2002 2:57 pm    Post subject: Reply with quote

the big rectangle on the right is gkrellm as for the one on the left it looks like eterm with a lot of commandline options :) not suer which ones but there are options to eliminate all the borders and get a semi transparent border... beware, eterms man page is large and aggravating ;)
Back to top
View user's profile Send private message
MacMasta
Guru
Guru


Joined: 18 Apr 2002
Posts: 545
Location: Anchorage, AK

PostPosted: Sun Jul 21, 2002 9:01 pm    Post subject: Righto! Reply with quote

The little four-box thing at the bottom right is called bbpager.
The bigger one at the upper-right is gkrellm - the most useful app ever. (tm)

The eterm command will look something like this:

Eterm -O -q -x --scrollbar-popup -e tail -f /var/log/everything/current

(note the caps)

-O is transparency, -q means "does not accept input or focus" -x means no border, --scrollbar-popup means no scrollbar unless focused (with -q means pretty much no scrollbar at all) -e is "run command" and tail -f /var/log/everything/current is a log location. Note that this will need to be run as root to see /var/log/everything/current. You can move it around with alt-click, although I suggest you pass it some geometry options instead.

~Mac~
Back to top
View user's profile Send private message
|ghost|
n00b
n00b


Joined: 08 Jul 2002
Posts: 20
Location: Left Coast USA

PostPosted: Sun Jul 21, 2002 11:44 pm    Post subject: Reply with quote

Ok so whats the most efficient way of getting this stuff running when flux comes up? Are these things dockapps? Do they go in the slit?

thnx
|ghost|
Back to top
View user's profile Send private message
Pigeon
Guru
Guru


Joined: 21 Jun 2002
Posts: 307

PostPosted: Mon Jul 22, 2002 12:04 am    Post subject: Reply with quote

Add:

Code:
exec gkrellm -w &
exec bbpager &


to your .xinitrc (before 'exec fluxbox -antialias')

I use 'bbpager -w &' to stick it in the slit instead of where he's got it.

This is also assuming you've run 'emerge gkrellm bbpager' first too. =)

Not sure what the deal with with the log file is- he's running it as his user account, and not under su or anything. (look at the output of who)
Back to top
View user's profile Send private message
MacMasta
Guru
Guru


Joined: 18 Apr 2002
Posts: 545
Location: Anchorage, AK

PostPosted: Mon Jul 22, 2002 12:13 am    Post subject: My guess Reply with quote

My guess would be that he's running the Eterm either with sudo, or using a script set suid root to do it.

~Mac~
Back to top
View user's profile Send private message
al3x
n00b
n00b


Joined: 19 Jun 2002
Posts: 47

PostPosted: Mon Jul 22, 2002 2:00 am    Post subject: bbpager question Reply with quote

And by the way: you can get bbpager to use your fluxbox style by creating a symbolic link from ~/.fluxbox/init to ~/.blackboxrc

Code:
ln -s ~/.fluxbox/init ~/.blackboxrc


Last edited by al3x on Mon Jul 22, 2002 2:32 am; edited 1 time in total
Back to top
View user's profile Send private message
KiTaSuMbA
Guru
Guru


Joined: 28 Jun 2002
Posts: 430
Location: Naples Italy

PostPosted: Mon Jul 22, 2002 2:32 am    Post subject: Re: Righto! Reply with quote

MacMasta wrote:
The little four-box thing at the bottom right is called bbpager.
The bigger one at the upper-right is gkrellm - the most useful app ever. (tm)

The eterm command will look something like this:

Eterm -O -q -x --scrollbar-popup -e tail -f /var/log/everything/current

(note the caps)

-O is transparency, -q means "does not accept input or focus" -x means no border, --scrollbar-popup means no scrollbar unless focused (with -q means pretty much no scrollbar at all) -e is "run command" and tail -f /var/log/everything/current is a log location. Note that this will need to be run as root to see /var/log/everything/current. You can move it around with alt-click, although I suggest you pass it some geometry options instead.

~Mac~


Ok, I experimented a bit with the Eterm options but still it seems I miss a point: I can't get rid of the "toolbar" on the upper border, so it's still recognizable as a brain-damaged window.
_________________
Need to flame people LIVE on IRC? Join #gentoo-otw on freenode!
Back to top
View user's profile Send private message
KiTaSuMbA
Guru
Guru


Joined: 28 Jun 2002
Posts: 430
Location: Naples Italy

PostPosted: Mon Jul 22, 2002 2:49 am    Post subject: Reply with quote

Update: No prob, I figured out
Lengthy manpages are not easy to peruse in detail
Code:

Eterm -O -x -q --scrollbar=off --buttonbar=off -e <your command>
[/code]
_________________
Need to flame people LIVE on IRC? Join #gentoo-otw on freenode!
Back to top
View user's profile Send private message
citizen428
Retired Dev
Retired Dev


Joined: 10 Jun 2002
Posts: 317
Location: Vienna, Austria

PostPosted: Mon Jul 22, 2002 10:36 am    Post subject: Re: bbpager question Reply with quote

al3x wrote:
And by the way: you can get bbpager to use your fluxbox style by creating a symbolic link from ~/.fluxbox/init to ~/.blackboxrc

Thanks for that one! One of the main reasons I unmerged bbpager was that it didn't fit into my style.

I was always a GNOME/Sawfisch user, so I'm not that used to the *boxes. But ATM I wouldn't trade in my Fluxbox for any other WM.
Back to top
View user's profile Send private message
BoBB
Tux's lil' helper
Tux's lil' helper


Joined: 15 Jun 2002
Posts: 143
Location: Mesa, AZ

PostPosted: Fri Aug 16, 2002 7:15 pm    Post subject: root-tail Reply with quote

um that little app in the bottom right hand corner tailing the log file is a program called root-tail. It draws straight to the root desktop so it looks like its in the background but it updates in real-time. Its a real slick little app. I suggest you try it out, its in the portage tree :)
Back to top
View user's profile Send private message
BoBB
Tux's lil' helper
Tux's lil' helper


Joined: 15 Jun 2002
Posts: 143
Location: Mesa, AZ

PostPosted: Fri Aug 16, 2002 7:15 pm    Post subject: re: root-tail Reply with quote

umm ya i meant bottom left hand corner :)
Back to top
View user's profile Send private message
dreamer3
Guru
Guru


Joined: 24 Sep 2002
Posts: 553

PostPosted: Thu Oct 03, 2002 9:57 am    Post subject: Re: My guess Reply with quote

MacMasta wrote:
My guess would be that he's running the Eterm either with sudo, or using a script set suid root to do it.

What would be the best way to do this? I installed root-tail and I want to setup it to run on my user (non-root) desktop.

Thanks,
Back to top
View user's profile Send private message
kybber
Apprentice
Apprentice


Joined: 25 Jun 2002
Posts: 228
Location: Trondheim, Norway

PostPosted: Thu Oct 03, 2002 10:54 am    Post subject: Reply with quote

I don't know why it was mentioned before that it has to be run as root to tail logs. I simply use 'root-tail -g 120x25+5+845 /var/log/syslog,green, &' in my .xinitrc. This command can also be used from a term with no problem.
Back to top
View user's profile Send private message
dreamer3
Guru
Guru


Joined: 24 Sep 2002
Posts: 553

PostPosted: Thu Oct 03, 2002 11:23 am    Post subject: Reply with quote

kybber wrote:
I don't know why it was mentioned before that it has to be run as root to tail logs. I simply use 'root-tail -g 120x25+5+845 /var/log/syslog,green, &' in my .xinitrc. This command can also be used from a term with no problem.

Non root users don't have access to /var/log/everything/current on my box (and I like it that way). So I need some alternative since my user account doesn't have permission to the file I want to see.
Back to top
View user's profile Send private message
Craigo
Apprentice
Apprentice


Joined: 09 Aug 2002
Posts: 249
Location: /dev/life

PostPosted: Thu Oct 03, 2002 2:00 pm    Post subject: Reply with quote

Quote:

Non root users don't have access to /var/log/everything/current on my box (and I like it that way). So I need some alternative since my user account doesn't have permission to the file I want to see.


Take a look at 'sudo'. You can restrict it to specific users on the system.

-/Craigo/-
Back to top
View user's profile Send private message
dreamer3
Guru
Guru


Joined: 24 Sep 2002
Posts: 553

PostPosted: Thu Oct 03, 2002 2:11 pm    Post subject: Reply with quote

Craigo wrote:
Take a look at 'sudo'. You can restrict it to specific users on the system.
-/Craigo/-

Got it working using sudo. :-) Too bad nothing cool ever happens on my system to see in the logs... :(
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