Skip to content

Instantly share code, notes, and snippets.

@egdoc
Created May 3, 2024 20:38
Show Gist options
  • Save egdoc/753d3c934f5892a32a29de916fbce8b1 to your computer and use it in GitHub Desktop.
Save egdoc/753d3c934f5892a32a29de916fbce8b1 to your computer and use it in GitHub Desktop.
Set user avatar using dbus
dbus-send --system --print-reply \
--dest=org.freedesktop.Accounts \
/org/freedesktop/Accounts/User1000 \
org.freedesktop.Accounts.User.SetIconFile string:/path/to/image.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment