Re: [kde-linux] kstart --alldesktops
- Date: Tue, 20 Nov 2007 11:55:09 +0100
- From: Kevin Krammer <kevin.krammer@xxxxxx>
- Subject: Re: [kde-linux] kstart --alldesktops
On Tuesday 20 November 2007, Jerome Yuzyk wrote: > I have a script that's supposed to load three instances of GKrellM on all > four of my virtual desktops. It looks like this: > > x--------------------------------------------------------------- > kstart --alldesktops gkrellm & > kstart --alldesktops gkrellm -f -s 192.168.0.2 -P 19150 & > kstart --alldesktops gkrellm -f -s 192.168.0.166 -P 19150 & > x--------------------------------------------------------------- > > I execute the script from a button on my Kicker. > > However, only the desktop I am on at the time I pick the button receives > all three GKrellMs. The other desktops receive only one of the three, and > that varies from run to run. > > Is something broken? I am running KDE 3.5.5. No. The problem is that kstart needs to modify the application's window manager hints, so it has to wait until the application window appears. Since you have given no specific name, it will take the next window which is being opened, so this can be the same gkrellm window for all three kstart calls. If gkrellm changes its window title (caption) according to the IP address it is connecting to, you can use the window title to specify which kstart call belongs to which window, i.e. see kstart's --window option. Cheers, Kevin -- Kevin Krammer, KDE developer, xdg-utils developer KDE user support, developer mentoring
Attachment:
signature.asc
Description: This is a digitally signed message part.
___________________________________________________ This message is from the kde-linux mailing list. Account management: https://mail.kde.org/mailman/listinfo/kde-linux. Archives: http://lists.kde.org/. More info: http://www.kde.org/faq.html.
- Follow-Ups:
- Re: [kde-linux] kstart --alldesktops
- From: Jerome Yuzyk
- Re: [kde-linux] kstart --alldesktops
- References:
- [kde-linux] kstart --alldesktops
- From: Jerome Yuzyk
- [kde-linux] kstart --alldesktops
- Prev by Date: [kde-linux] konsole in the system tray
- Next by Date: Re: [kde-linux] konsole in the system tray
- Previous by thread: [kde-linux] kstart --alldesktops
- Next by thread: Re: [kde-linux] kstart --alldesktops
- Index(es):