Align avatar behaviour with urlopen

`/executable avatar` now also uses cmdtemplate and parse %p.
It seems to me that the `/avatar` command was actually completely broken
on master.
This commit is contained in:
Michael Vetter
2023-05-09 19:58:21 +02:00
parent daf3d193e2
commit 8075b32ebc
3 changed files with 24 additions and 19 deletions

View File

@@ -2314,7 +2314,7 @@ _get_default_string(preference_t pref)
case PREF_COLOR_NICK:
return "false";
case PREF_AVATAR_CMD:
return "xdg-open";
return "xdg-open %p";
case PREF_URL_OPEN_CMD:
return "xdg-open %u";
case PREF_VCARD_PHOTO_CMD: