You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Monday, October 21st 2002, 10:26pm

kstart problem

Hello all.

I have a problem with kstart, I like to have gkrellm loaded at startup of KDE on the upper right corner of my desktop, so I have in my Autostart directory something like that
kstart --alldesktop --window gkrellm /usr/X11R6/bin/gkrellm -geometry -0+0
That does it, but I'd also like to have it always on top. You'll say no problem, I just need to add the --ontop switch to kstart, but the problem is, if I do that gkrellm will appear on the first empty desktop space, regardless of the -geometry option pased to gkrellm itself.

I also tried the --geometry option of kstart instead of the one of gkrellm, but this seem to do nothing (even when I don't give the --ontop switch).

The most annoying is that it worked with KDE2, am I doping something wrong or should I fill a bug report?

2

Wednesday, October 23rd 2002, 1:24am

Re: kstart problem

Quoted

Original von wismerhill


The most annoying is that it worked with KDE2, am I doping something wrong or should I fill a bug report?


hi,
yes, it seems to be a bug. i've got the same result in kde 3.0.4 as you.
however, here's my hint, how to do what u want anyway:

1) do e.g. this:
kstart --window gkrellm --alldesktops gkrellm -g -0+0 --wm

2) click with right mouse btn on the win decoration and in the menu switch on "Always on top" and then click "Save settings", quit gkrellm

3) run again as u want, it'll remember 'allways on-top' state now:
kstart --window gkrellm --alldesktops gkrellm -g -0+0

enjoy!
:.. :.: ::: :

3

Wednesday, October 23rd 2002, 12:27pm

Hey, cool!
Thank you :)