Skip to content

Instantly share code, notes, and snippets.

@gusenov
Last active July 16, 2023 15:24
Show Gist options
  • Save gusenov/a8bc5ac513b0511960459d6036b7d6f4 to your computer and use it in GitHub Desktop.
Save gusenov/a8bc5ac513b0511960459d6036b7d6f4 to your computer and use it in GitHub Desktop.
ls -la /usr/bin/ | grep gnome-keyring-daemon
# -rwxr-xr-x 1 root root 1017128 Мау 21 2022 gnome-keyring-daemon
sudo chmod -x /usr/bin/gnome-keyring-daemon
ls -la /usr/bin/ | grep gnome-keyring-daemon
# -rw-r--r-- 1 root root 1017128 Мау 21 2022 gnome-keyring-daemon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment