7

I am looking for application which allow me to manage the startup programs in KDE. Just like BootUp-Manager in Ubuntu (Gnome).

Gnoupi
  • 8,188

2 Answers2

8

In the KDE Control Center, a.k.a. System Settings, there is an "Autostart" module that will allow you to set programs to run when you log in to KDE. On my computer it's on the "Advanced" tab, but I think the layout varies somewhat from distro to distro.

If you want to mess with it at a lower level, the files to run on startup go in ~/.kde4/Autostart.

David Z
  • 6,785
1

'In addition to @David Z's answer, you can also have a look at /etx/xdg/autostart I noticed that some gnome applications were autostarted from here. If an application stills autostarts and you didn't find it in all these places, try dpkg -L theoffendingpackage and look for .desktop files.

Evpok
  • 121