Commit 3ebbe02
fix: restore Bluefin dinosaur avatars in GNOME user-account picker (#1241)
gnome-control-center's avatar chooser (cc-avatar-chooser.c) and
gnome-initial-setup's account page only enumerate files directly inside
<datadir>/pixmaps/faces/ - they never recurse into subdirectories.
bluefin-common ships its dinosaur-themed avatars in a bluefin/ category
subdirectory (/usr/share/pixmaps/faces/bluefin/*.jpg), so both UIs
silently fall back to Fedora/GNOME's near-empty stock faces dir and
Bluefin's avatars never appear on Dakota.
Set org.gnome.desktop.interface avatar-directories via a distro dconf
override to point both UIs at the bluefin/ subdirectory, matching the
existing dconf-override pattern used elsewhere in this repo.
Closes #353
Assisted-by: Claude Sonnet 5 via GitHub Copilot
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent f68ea42 commit 3ebbe02
3 files changed
Lines changed: 39 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
0 commit comments