Skip to content

Instantly share code, notes, and snippets.

@kuznero
Last active May 23, 2023 16:42
Show Gist options
  • Save kuznero/9c384a240e951a13618625cfed00df49 to your computer and use it in GitHub Desktop.
Save kuznero/9c384a240e951a13618625cfed00df49 to your computer and use it in GitHub Desktop.
Disable Elementary AppCenter Daemon in Pop! OS

Elementary AppCenter Daemon in Pop! OS 22.04 is unreasonably resource hunger. To disable it, run the following script:

sudo mv -v /etc/xdg/autostart/io.elementary.appcenter-daemon.desktop \
  /etc/xdg/autostart/io.elementary.appcenter-daemon.desktop.bak
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment