Jump to content

Kicker in XFCE4?


Andrewski
 Share

Recommended Posts

Hi, I'm using the XFCE desktop (for running high-end graphics programs) on my computer, but I just can't do without kicker! I added it to my startup folder, and it works pretty well, except for a few things:

* can't "customise panel"; window never comes up

* can't use it to log out

* on startup, xmms (and subsequent system tray icon) load first, making said system tray icon have its own window

 

Is there any way around this? For the first one, I would think the kde libraries required to run kicker would be enough to run config. For the second, xfce and kde are both aligned with freedesktop.org standards....

Link to comment
Share on other sites

unless someone know specifically how it's done now days. About a year ago I ran kde stuff with waimea and this was my ~/.xinitrc sections for it.

#!/bin/bash

#=======KDE STUFF AND BKGRND=======#
/usr/bin/kicker &
/usr/bin/kdeinit &
/usr/bin/dcopserver && kded &
~/setbkgrd.sh
export LD_LIBRARY_PATH=$QTDIR/usr/lib/qt3/lib/
export OPERA_FORCE_JAVA_ENABLED=1
export QT_XFT=true
/usr/bin/artsd -F 10 -S 4096 -s 60 -m artsmessage -l 3 -f &

#=======WAIMEA=======#
export LC=C 
export LC_ALL=C 
export GDK_USE_XFT=1
(sleep 10; gkrellm) &
(sleep 4; Eterm --trans -g 80x77+0+0) &
enable_X11_numlock &
(sleep 8; aterm -T WvDial -tr +sb -bg black -fg yellow -bw 0 -e wvdial) &
(sleep 1; xset s off s noblank dpms 0 0 0) &
(sleep 12; idesk) &
/usr/bin/wampager &
exec /usr/X11R6/bin/waimea --menufile /home/bvc/waimea/menu

Edited by bvc
Link to comment
Share on other sites

bvc, thanks for the help across the board... pun *definitely* intended. [groan]

 

Where did you figure out what all of those kde programs do? I'd hate to ask you to explain exactly what's going on there, so if you could point me to a tutorial/howto--sheesh, even give me some choice words to go on!--that'd be swell.

Link to comment
Share on other sites

bvc, I don't have an .xinitrc or even an .xsession file in my home directory. I use gdm to login and its documentation was frustatingly silent on which (or another) file it uses. I'm running XFCE 4.0.2, which says on its site that it uses startxfce4 to start up, which in turn loads programs from ~/.xfce4/xinitrc. Should I be editing that, or should I still make one of the files you mentioned?

Link to comment
Share on other sites

OK, thanks for the affirmation; I already started messing with that one.

 

Problem is, when I bump down to telinit 3 and use startx, KDE automatically comes up. If I use gdm in telinit 5, I can't see if there are any startup errors in XFCE/kicker. I'm willing to work with either scenario, if you're willing to help. ;)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...