Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Fluxboxmenu> what's the correct string for "run comm
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
athlonkmf
n00b
n00b


Joined: 02 Jun 2002
Posts: 37

PostPosted: Mon Jun 03, 2002 7:11 pm    Post subject: Fluxboxmenu> what's the correct string for "run comm Reply with quote

Probably a major newbie-question, but i want to edit the fluxbox menu in such a way that there's an option "run command" like in gnome or kde.

It'd give me a commandlinebox to punch in the command and execute the program that I need without the use of an exterm. Anyone got an idea?


And is there already a way to automaticly update the menu-file with each emerge?
Back to top
View user's profile Send private message
jay
l33t
l33t


Joined: 08 May 2002
Posts: 980

PostPosted: Mon Jun 03, 2002 7:26 pm    Post subject: Reply with quote

emerge bbrun
_________________
Do you want your posessions identified? [ynq] (n)
Back to top
View user's profile Send private message
Zu`
l33t
l33t


Joined: 26 May 2002
Posts: 716
Location: BE

PostPosted: Mon Jun 03, 2002 9:06 pm    Post subject: Reply with quote

Thanks

was looking for this aswell
Back to top
View user's profile Send private message
athlonkmf
n00b
n00b


Joined: 02 Jun 2002
Posts: 37

PostPosted: Mon Jun 03, 2002 9:46 pm    Post subject: Reply with quote

Strangely, it doesn't work with me. When I do a "bbrun" command in an xterm, it just seems to do nothing at all. Creating a bbrun-button in the menu of fluxbox and clicking it does nothing also.

What have I done wrong?
Back to top
View user's profile Send private message
c_kuzmanic
Guru
Guru


Joined: 18 Apr 2002
Posts: 488
Location: Los Angeles , California

PostPosted: Wed Jun 05, 2002 10:03 am    Post subject: Reply with quote

are you using the slit and is it visible? it should appear right in the slit.
Back to top
View user's profile Send private message
taskara
Advocate
Advocate


Joined: 10 Apr 2002
Posts: 3763
Location: Australia

PostPosted: Mon Jun 10, 2002 12:57 pm    Post subject: Reply with quote

how do you get the slit working ?

can someone post what they did?

ta
Back to top
View user's profile Send private message
Roderik
n00b
n00b


Joined: 06 Jun 2002
Posts: 55
Location: Belgium

PostPosted: Mon Jun 10, 2002 1:06 pm    Post subject: Reply with quote

Code:

emerge bbrun
bbrun


then there will appear in one of the corners of your screen a button with the kde logo, press it and a window will appear where you can type your command
Back to top
View user's profile Send private message
taskara
Advocate
Advocate


Joined: 10 Apr 2002
Posts: 3763
Location: Australia

PostPosted: Mon Jun 10, 2002 1:17 pm    Post subject: Reply with quote

thanks !

can I ask one other question.

how do you get your background image to stay?

when I restart fluxbox, my background disappears

thanks again
Back to top
View user's profile Send private message
Roderik
n00b
n00b


Joined: 06 Jun 2002
Posts: 55
Location: Belgium

PostPosted: Mon Jun 10, 2002 2:52 pm    Post subject: Reply with quote

i run a script after starting x to mount nfs volumes, start gkrellm, start bbrun, start kmerlin and set my bg

Code:

#!/bin/bash

echo "Setting Background"

bsetbg -f /root/.fluxbox/Sectour9point1.jpg

echo "[OK]"

echo "Mounting NFS Filesytems @ Talt0s.kotnet.org"

mount 10.10.10.1:/ /mnt/talt0s
mount 10.10.10.1:/glftpd/site /mnt/talt0s/glftpd/site
mount 10.10.10.1:/glftpd/site/storage /mnt/talt0s/glftpd/site/storage

echo "[OK]"

echo "Starting gkrellm"

gkrellm -w &

echo "[OK]"

echo "Starting Kmerlin"

/usr/kde/3/bin/kmerlin

echo "[OK]"

echo "Starting bbrun"

bbrun &

echo "[OK]"
Back to top
View user's profile Send private message
taskara
Advocate
Advocate


Joined: 10 Apr 2002
Posts: 3763
Location: Australia

PostPosted: Mon Jun 10, 2002 3:22 pm    Post subject: Reply with quote

ok ta.. I'll give that a go if I can't find some setting somewhere :)
Back to top
View user's profile Send private message
therobot
Apprentice
Apprentice


Joined: 07 Jun 2002
Posts: 256
Location: Canada

PostPosted: Mon Jun 10, 2002 4:10 pm    Post subject: Reply with quote

I still can't figure out how to get this slit working?
Back to top
View user's profile Send private message
Zu`
l33t
l33t


Joined: 26 May 2002
Posts: 716
Location: BE

PostPosted: Mon Jun 10, 2002 7:21 pm    Post subject: Reply with quote

therobot wrote:
I still can't figure out how to get this slit working?


Did you check out the FAQ at http://fluxbox.sourceforge.net ?
It's well documented.
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Mon Jun 10, 2002 7:31 pm    Post subject: Reply with quote

Is there a non-KDE alternative to bbrun? Yes I understand you don't need to run KDE to use bbrun, I just prefer to not use KDE utilities.
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
therobot
Apprentice
Apprentice


Joined: 07 Jun 2002
Posts: 256
Location: Canada

PostPosted: Mon Jun 10, 2002 8:40 pm    Post subject: Reply with quote

It doesn't really offer me any information to get it too appear?
Back to top
View user's profile Send private message
Roderik
n00b
n00b


Joined: 06 Jun 2002
Posts: 55
Location: Belgium

PostPosted: Mon Jun 10, 2002 11:00 pm    Post subject: Reply with quote

if you start a program that can dock in the slit with the -w option it will apear in the slit

give it a try

emerge gkrellm
gkrellm -w &

as you can find in the faq on the fluxbox site...
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Tue Jun 11, 2002 5:53 am    Post subject: Reply with quote

kanuslupus wrote:
Is there a non-KDE alternative to bbrun? Yes I understand you don't need to run KDE to use bbrun, I just prefer to not use KDE utilities.
If anyone else is interested, I found usr/portage/x11-misc/grun. After emerge, it spat out this:
Code:

####################################################################
#                                                                  #
# It is recommended to bind grun to a keychain. Fluxbox users can  #
# do this by appending e.g. the following line to ~/.fluxbox/keys: #
#                                                                  #
# Mod4 r :ExecCommand grun                                         #
#                                                                  #
# Then reconfigure Fluxbox (using the menu) and hit <WinKey>-<r>   #
#                                                                  #
# The default system-wide definition file for associating file     #
# extensions with applications is /usr/share/grun/gassoc, the      #
# default system-wide definition file for recognized console       #
# applications is /usr/share/grun/consfile. They can be overridden #
# on a per user basis by ~/.gassoc and ~/.consfile respectively.   #
#                                                                  #
# To change the default terminal application grun uses, adjust the #
# TERM environment variable accordingly and remerge grun, e.g.     #
#                                                                  #
# export TERM=Eterm && emerge grun                                 #
#                                                                  #
# Have fun!                                                        #
#                                                                  #
####################################################################
I didn't bother with any of that, and it seems to work just fine. "Running" grun brings up a small popup window
that lets you enter a command. Afterwards, it closes automaticaly, even if you enter an incorrect command.
Would be nice if it stayed open.
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
therobot
Apprentice
Apprentice


Joined: 07 Jun 2002
Posts: 256
Location: Canada

PostPosted: Tue Jun 11, 2002 7:26 am    Post subject: Reply with quote

It says on the faq that running wmxmms -w will make it come up in the slit, but it didn't work.
oh well.
Back to top
View user's profile Send private message
AutoBot
l33t
l33t


Joined: 22 Apr 2002
Posts: 968
Location: Usually Out

PostPosted: Tue Jun 11, 2002 9:13 am    Post subject: Reply with quote

Maybe you should try re-emerging fluxbox.
_________________
This message self destructed a long time ago.
Back to top
View user's profile Send private message
therobot
Apprentice
Apprentice


Joined: 07 Jun 2002
Posts: 256
Location: Canada

PostPosted: Tue Jun 11, 2002 6:40 pm    Post subject: Reply with quote

I will
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