Re: [techtalk] Missing "taskbar" in KDE??

2000-02-25 Thread [EMAIL PROTECTED]

Nancy Corbett wrote:
> 
> Storm,
> >From your home directory, do an ls -la and it will show you all of the
> files in that directory, including the one running Xwindows.
> 
> For example, look for the .fvwmrc file.  Open it in a text editor and do a
> search for the word task.  You'll see that there is a choice there to
> activate either icons or the task bar or both.  Comment out the icon line
> and uncomment the task bar line and then restart your computer.
> 
> Let me know if that works.
> 

this is wrong. 

.fvwmrc is the file that configures _fvwm_ -- it's
a windowmanager config file; kde startup stuff is configured in other
places, and besides -- what it uses is called 'kpanel', not taskbar.

try changing your .xinitrc (the file that _really_ configures X-windows
startup) to read something like:

#!/bin/bash

kfm &
kpanel &
exec kwm

this assumes, of course, that the only thing you want to run is
kde and you don't have a nifty .xinitrc that's configured to
take $WINDOWMANAGER options from xdm... if that's the case, trying
sticking a 'kpanel.kdelnk' in your ~/Desktop/Autostart directory
(just edit another .kdelnk entry to point to kpanel instead).

or, alternatively, ask rick...


[EMAIL PROTECTED]   http://www.linuxchix.org



Re: [techtalk] Missing "taskbar" in KDE??

2000-02-25 Thread [EMAIL PROTECTED]

Rik Hemsley wrote:
> 
> #if [EMAIL PROTECTED]
> > this is wrong.
> > [...]
> > try changing your .xinitrc (the file that _really_ configures X-windows
> > startup) to read something like:
> >
> > #!/bin/bash
> >
> > kfm &
> > kpanel &
> > exec kwm
> 
> Heh, good try but this isn't right either :)
> 
> All .xinitrc should contain is 'exec startkde'

eeerp? for what version[s]?

this works fine on my system (seemingly), but then, i think i'm running
an old (ie, 1.1something) release.

or could this potentially be causing problems i have yet to notice?


[EMAIL PROTECTED]   http://www.linuxchix.org