How to disable Empathy auto startup? I turned it off in properties, but every time i restart Notebook it starts automatically. Maybe there is a deamon thats starts it
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
Look in /etc/xdg/autostart and the file telepathy-indicator.desktop find /etc/xdg/autostart/ -name "*.desktop" -exec sudo sed -i "s/NoDisplay=true/NoDisplay=false/g" '{}' \; |
|||||||||
|