[Linux] Why insync is autostarting?

Hello there!

Initially i was using insync-headless due to tray icon but but i’ve upgraded my system and now it works if i run simple insync start command.

Whoever for some reason by default insync is auto starting with --headless switch

# ps aux | grep insync
urbinek    662  1.3  0.6 723752 112540 ?       Sl   10:21   0:03 ./insync start --headless

I’ve remove autostart files from KDE

[code]$ ls ~/.config/autostart*
/home/urbinek/.config/autostart:
psensor.desktop steam.desktop Steam-native.desktop Transmission remote GUI.desktop

/home/urbinek/.config/autostart-scripts:
conky
[/code]

and set autostart to no via insync command
/usr/bin/insync set_autostart no
/usr/bin/insync-headless set_autostart no

how insync is starting in my system and how can i remove --headless from it…?

you sneeky little bastard…

[code]urbinek@haruko:~$ crontab -l

@reboot insync-headless start >/dev/null 2>&1
[/code]

problem solved

1 Like

This saved me a lot of time :smiley: THX! :slight_smile: