Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Created December 30, 2024 00:13
Show Gist options
  • Save miguelmota/93af6c6fa3dc649b06e6dbd2024aff21 to your computer and use it in GitHub Desktop.
Save miguelmota/93af6c6fa3dc649b06e6dbd2024aff21 to your computer and use it in GitHub Desktop.
Arch linux gnome disable dropbox autostart disable start on boot
# edit autostart file
vim ~/.config/autostart/dropbox.desktop
# Add or modify
X-GNOME-Autostart-enabled=false
# completely remove autostart
# rm ~/.config/autostart/dropbox.desktop
# disable service
systemctl --user disable dropbox.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment