Created
December 30, 2024 00:13
-
-
Save miguelmota/93af6c6fa3dc649b06e6dbd2024aff21 to your computer and use it in GitHub Desktop.
Arch linux gnome disable dropbox autostart disable start on boot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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