Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
can't seem to get fluxbox Slit to work
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
imcominup
Apprentice
Apprentice


Joined: 07 Jan 2007
Posts: 176

PostPosted: Wed Aug 29, 2007 6:37 am    Post subject: can't seem to get fluxbox Slit to work Reply with quote

i've searched through the tutorials, and it seems that every document i read the 'slit' section is always the one with the least detail. i literally have tried several times to get this thing to work, and nothing works. i don't see anything. nada. i'd really like to get gkrellm and idesk to work on my desktop. can anybody help me configure my fluxbox to support these two on startup?
Back to top
View user's profile Send private message
Ehnvis
Guru
Guru


Joined: 13 Jun 2006
Posts: 305
Location: /dev/random

PostPosted: Wed Aug 29, 2007 8:49 am    Post subject: Reply with quote

It depends on how you start your fluxbox. If you use startx then edit ~/.xinitrc and add the following before the line that starts fluxbox.
Code:
exec idesk &
exec gkrellm &


The slit has nothing to do with these two, the slit is used only with dockapps (check http://www.dockapps.org)

If you use any of xdm, gdm, kdm as login manager then I think you have to either add idesk and gkrellm to
~/.fluxbox/startup file or ~/.Xresources.
_________________
HP NC 4010, Pentium-M 725 1.6GHz w/ 1Gb RAM, 60Gb Hitachi Travelstar.
Running Gentoo-2.6.21-r4 (again as 2.6.22 kernels hogs CPU), all but SD reader works fine.
Back to top
View user's profile Send private message
imcominup
Apprentice
Apprentice


Joined: 07 Jan 2007
Posts: 176

PostPosted: Wed Aug 29, 2007 9:09 am    Post subject: Reply with quote

sorry bro, no dice. i dont understand what the deal is. i'm looking into dockapps but i'd like to figure out the gkrellm and idesk. what else could it be?

Code:

kumi@throne ~ $ cat .xinitrc
exec idesk &
exec gkrellm &
startfluxbox
kumi@throne ~ $ cat .fluxbox/startup
# fluxbox startup-script:
#
# Lines starting with a '#' are ignored.

# You can set your favourite wallpaper here if you don't want
# to do it from your style.
#
# bsetbg -f ~/images/neuron1600.jpg
#
# This sets a black background

/usr/bin/fbsetbg -l

# This shows the fluxbox-splash-screen
# fbsetbg -C /usr/share/fluxbox/splash.jpg

# Other examples. Check man xset for details.
#
# Turn off beeps:
# xset -b
#
# Increase the keyboard repeat-rate:
# xset r rate 195 35
#
# Your own fonts-dir:
# xset +fp /home/syrrus/.font
#
# Your favourite mouse cursor:
# xsetroot -cursor_name right_ptr
#
# Change your keymap:
# xmodmap ~/.Xmodmap



# Applications you want to run with fluxbox.
# MAKE SURE THAT APPS THAT KEEP RUNNING HAVE AN ''&'' AT THE END.
gkrellm -w &
# unclutter -idle 2 &
# wmnd &
# wmsmixer -w &
idesk -w &

# And last but not least we start fluxbox.
# Because it is the last app you have to run it with ''exec'' before it.

exec /usr/bin/fluxbox
# or if you want to keep a log:
# exec /usr/bin/fluxbox -log ~/.fluxbox/log
Back to top
View user's profile Send private message
Ehnvis
Guru
Guru


Joined: 13 Jun 2006
Posts: 305
Location: /dev/random

PostPosted: Wed Aug 29, 2007 10:00 am    Post subject: Reply with quote

What happens if you try to start idesk from a terminal, any error message? And check gkrellm at the same time.
_________________
HP NC 4010, Pentium-M 725 1.6GHz w/ 1Gb RAM, 60Gb Hitachi Travelstar.
Running Gentoo-2.6.21-r4 (again as 2.6.22 kernels hogs CPU), all but SD reader works fine.
Back to top
View user's profile Send private message
imcominup
Apprentice
Apprentice


Joined: 07 Jan 2007
Posts: 176

PostPosted: Wed Aug 29, 2007 10:08 am    Post subject: Reply with quote

Ehnvis wrote:
What happens if you try to start idesk from a terminal, any error message? And check gkrellm at the same time.


yeah i get an error:
Code:
kumi@throne ~ $ sudo nohup gkrellm > /dev/null &
[1] 15955
kumi@throne ~ $ Password:
mypass
bash: mypass: command not found

[1]+  Stopped                 sudo nohup gkrellm >/dev/null
kumi@throne ~ $ sudo nohup idesk > /dev/null &
[2] 15957
kumi@throne ~ $ Password:
mypass
bash: mypass: command not found

[2]+  Stopped                 sudo nohup idesk >/dev/null


what could it be?

by the way, thankyou for helping me out with this. it has been frustrating me for quite some time now.
Back to top
View user's profile Send private message
Ehnvis
Guru
Guru


Joined: 13 Jun 2006
Posts: 305
Location: /dev/random

PostPosted: Wed Aug 29, 2007 10:49 am    Post subject: Reply with quote

First of all, don't use sudo when you give the command and don't send the output to /dev/null. Just give the command plain and simple in the terminal and don't end the line with an &. Just type idesk and then hit enter.

So try again and paste the output here.
_________________
HP NC 4010, Pentium-M 725 1.6GHz w/ 1Gb RAM, 60Gb Hitachi Travelstar.
Running Gentoo-2.6.21-r4 (again as 2.6.22 kernels hogs CPU), all but SD reader works fine.
Back to top
View user's profile Send private message
imcominup
Apprentice
Apprentice


Joined: 07 Jan 2007
Posts: 176

PostPosted: Wed Aug 29, 2007 4:35 pm    Post subject: Reply with quote

so i've got park of idesk to work.
Code:
kumi@throne ~ $ idesk
 Idesk starting in :0.0
[idesk] Background's file not found.
[idesk] Background's source not found.
Error: you have to create the .idesktop dir on your HOME!!
kumi@throne ~ $ gkrellm
bash: gkrellm: command not found


gkrellm command doesn't work, and idesk is still being tweaked to get it to work. i'm not sure how to get it to run automatically when fluxbox starts. what could be the issue with gkrellm, also?
Back to top
View user's profile Send private message
Ehnvis
Guru
Guru


Joined: 13 Jun 2006
Posts: 305
Location: /dev/random

PostPosted: Wed Aug 29, 2007 5:17 pm    Post subject: Reply with quote

I did tell you in my first post how to get it to start when you start fluxbox.

Have you emerged gkrellm? If not do that otherwise you cant use that command.

I do guess you have been trying to follow this guide? http://gentoo-wiki.com/Fluxbox
_________________
HP NC 4010, Pentium-M 725 1.6GHz w/ 1Gb RAM, 60Gb Hitachi Travelstar.
Running Gentoo-2.6.21-r4 (again as 2.6.22 kernels hogs CPU), all but SD reader works fine.
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