Stopping an application from being started at KDE-login
Ryo Furue
furue at hawaii.edu
Fri May 11 02:42:02 BST 2007
Hi,
| BUT: I do not start xmms via xmms, but via
|
| > kstart --windowclass "xmms" --window "XMMS*" --desktop 16 konsole
| -T "XMMS_foobar" -e CheckHardware --sound xmms -t
|
| So I get XMMS directly on desktop 16, and have konsole where output of
| xmms is visible. Quite useful sometimes.
[. . .]
| How to solve this? What do I need to put into that field to exclude
| just that one konsole from starting?
I may not fully understand your needs, but it seems to me that what
you want is to place a script in your ~/.kde/Autostart/ directory.
In the script you invoke the kstart command so that the script
might look like
#!/bin/sh
kstart --windowclass "xmms" --window "XMMS*" --desktop 16 \
konsole -T "XMMS_foobar" -e CheckHardware --sound xmms -t
Cheers,
Ryo
___________________________________________________
This message is from the kde mailing list.
Account management: https://mail.kde.org/mailman/listinfo/kde.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.
More information about the kde
mailing list