fastfetch-cli / fastfetch

An actively maintained, feature-rich and performance oriented, neofetch like system information tool.
MIT License
9.92k stars 395 forks source link

Icon, cursor and GTK theme are not reported correctly #382

Closed algent-al closed 1 year ago

algent-al commented 1 year ago

General description of bug:

I am comparing fastfetch with neofetch. As you can notice fastfetch is reporting wrong Icons, cursor and GTK theme. They are as reported with neofetch.

figurë

Often helpful questions:

Output of fastfetch --version:

fastfetch 1.8.2

Output of fastfetch --load-config devinfo: figurë

Output of fastfetch --list-features:

gio
dbus
zlib
algent-al commented 1 year ago

Added more features but still the issue is not resolved. figurë

LinusDierheimer commented 1 year ago

Should work now.

algent-al commented 1 year ago

Partly fixed.

Icon theme and gtk theme are detected fine.

fastfetch

Cursor should be "Vimix" in this case.

LinusDierheimer commented 1 year ago

Do you know the dconf path where it is stored?

algent-al commented 1 year ago

This is the dconf path. figurë

fastfetch reads the default value I guess.

algent-al commented 1 year ago

And this command working fine in terminal: gsettings set org.gnome.desktop.interface cursor-theme "Bibata-Original-Ice"

algent-al commented 1 year ago

Probably unrelated but there is a missing letter f. figurë

LinusDierheimer commented 1 year ago

Probably unrelated but there is a missing letter f.

https://github.com/LinusDierheimer/fastfetch/commit/8a054706b5efd6d50db4cf92388d62a94d50f4ca

LinusDierheimer commented 1 year ago

Should also be working now.

algent-al commented 1 year ago

Should also be working now.

Yes. It is fixed. Thanks!