Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fastfetch gives accent-color error on F40 #2055

Closed
Danar435 opened this issue Dec 16, 2024 · 3 comments · Fixed by #2056
Closed

Fastfetch gives accent-color error on F40 #2055

Danar435 opened this issue Dec 16, 2024 · 3 comments · Fixed by #2056
Labels
bug Something isn't working good first issue Good for newcomers help wanted Keep Bluefin alive, dive in!

Comments

@Danar435
Copy link
Contributor

Describe the bug

Executing Fastfetch on Bluefin GTS results in an error right before the output: No such key “accent-color”
Image

What did you expect to happen?

There should be no error

Output of bootc status

No staged image present
Current booted state is native ostree
Current rollback state is native ostree

State: idle
AutomaticUpdates: stage; rpm-ostreed-automatic.timer: no runs since boot
Deployments:
● ostree-image-signed:docker://ghcr.io/ublue-os/bluefin-dx:gts
                   Digest: sha256:6736870a710fd6b14af5d5fe020155a40bf05cb83ac41f662862beea468ce40a
                  Version: gts-40.20241216.1 (2024-12-16T13:20:52Z)
          LayeredPackages: waydroid

  ostree-image-signed:docker://ghcr.io/ublue-os/bluefin-dx:gts
                   Digest: sha256:c6b01cd449234fddc32720fc1bec03e95474a878d1ffacdfd85a2a43f0715aa3
                  Version: gts-40.20241208 (2024-12-08T06:12:52Z)
          LayeredPackages: waydroid

Output of groups

kristiyan wheel audio lxd incus-admin docker libvirt

Extra information or context

This should not be an issue in the next major Fedora release

@dosubot dosubot bot added the bug Something isn't working label Dec 16, 2024
@castrojo
Copy link
Member

This is likely because there's no accent colors in the version of gnome in gts. Ideally we should skip the value if we're on F40.

@castrojo castrojo added good first issue Good for newcomers help wanted Keep Bluefin alive, dive in! labels Dec 17, 2024
@Danar435
Copy link
Contributor Author

THEME=$(gsettings get org.gnome.desktop.interface accent-color || echo "'slate'")

There is a fallback for when the gsettings command fails, but the output is printed to the users whenever that happens. This also happens with motd. I can hide it by redirecting the output to /dev/null. Should I open a PR?

@castrojo
Copy link
Member

Yeah a PR would be lovely!

@castrojo castrojo linked a pull request Dec 17, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Keep Bluefin alive, dive in!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants