I searched the web looking for a simple way to get knetstats, a network monitoring tool, to start in the system tray at startup. I got nothing for my efforts. What I did find was a command for another program that works for any app that is located in /usr/bin/xxxxx, so here goes...
In a terminal type the following to start app at KDE startup (knetstats as an example)
	
		
To remove, type in a terminal
	
		
I know, pretty basic stuff, but it may help a newbie. 
							
						
					In a terminal type the following to start app at KDE startup (knetstats as an example)
			
			
				ln -s /usr/bin/knetstats ~/.kde/Autostart/knetstats
			
		
	
			
			
				rm ~/.kde/Autostart/knetstats
			
		
	
							
						
Comment