1

I'm using Kubuntu and want to manage applications that automatically start at login. I've checked the "Autostart" tab in System Settings, but i just installed AnyDesk, and its starting automatically even though its not listed there.

What about other desktop gui like Ubuntu or Most Power-Efficient Ubuntu Mate, where is their autostart apps hidden?

Kangarooo
  • 5,223

1 Answers1

1

AnyDesk sets up its autostart setting bypassing KDE's autostart configuration (which involves creating a .desktop file in $HOME/.config/autostart/).

On the contrary, AnyDesk creates its autostart by creating a systemd service, which is a lower level process (therefore the DE's autostart menu cannot see it). It is not a "hidden autostart app", but here the kernel starts the process automatically.

To stop AnyDesk's autostart, either disable it in the AnyDesk settings, or disable the systemd service with the command

sudo systemctl disable anydesk.service

What about other desktop gui like Ubuntu or Most Power-Efficient Ubuntu Mate, where is their autostart apps hidden?

Since this is not controlled by the desktop environment, the solution remains the same.