FedoraThis forum is for the discussion of the Fedora Project.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Distribution: Debian, Fedora 8 and 9, Mandriva 2009, Mepis, Kubuntu, SuSe 10.1, Slackware 12.1 - and Knoppix.
Posts: 155
Rep:
Missing taskbar items
Since upgrading from FC5 to Fedora 7, most of the regular "background" icons that should be in the taskbar have disappeared. The clock, desktop selector, and kweather remain. The others - kmix, Skype, kopete, updates, etc have disappeared.
KSysGuard confirms they are all running, and on the ones that have a config option to display them in the taskbar, that option is turned on. They just don't appear.
Does anyone else have this problem, or know how to get the items to show?
Distribution: Debian, Fedora 8 and 9, Mandriva 2009, Mepis, Kubuntu, SuSe 10.1, Slackware 12.1 - and Knoppix.
Posts: 155
Original Poster
Rep:
Yes, that works for Applets but not for starting applications.
To get KMix to start on boot-up (been there, spent hours researching how to do it), create a file called Mystarter (any name you like will do) and put it in ~/.kde/Autostart
The file consists of:
Quote:
#!/bin/sh
/usr/bin/kmix
You can start any number of apps with that - just stick an ampersand & on the end of each line but the last to tell it to keep going.
You can have a different one for each user, which I think is pretty nifty if more than one person uses your Linux box.
Yes, that works for Applets but not for starting applications.
To get KMix to start on boot-up (been there, spent hours researching how to do it), create a file called Mystarter (any name you like will do) and put it in ~/.kde/Autostart
The file consists of:
You can start any number of apps with that - just stick an ampersand & on the end of each line but the last to tell it to keep going.
You can have a different one for each user, which I think is pretty nifty if more than one person uses your Linux box.
Well early this morning I downloaded the update to kde... The new one that just came out... it fixed a lot of things... my icons now appear in the task bar...
first of all i would like to thank you for your replay.
i mean after the computer start up and the desktop icons appears ( i have a small script file that i need to run it after the computer starts completlly and the icons appears on the gnome desktop )
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.