Skip to content

Instantly share code, notes, and snippets.

@ion1
Created May 28, 2010 18:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ion1/417494 to your computer and use it in GitHub Desktop.
Save ion1/417494 to your computer and use it in GitHub Desktop.
Start empathy on login
(sed -re '/^Exec=/s/$/ --start-hidden/' /usr/share/applications/empathy.desktop; printf 'OnlyShowIn=GNOME;\nAutostartCondition=GNOME /apps/empathy/autoconnect\nX-GNOME-Autostart-Delay=30\n') >~/.config/autostart/empathy.desktop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment