📝 Made note of icon issues

This commit is contained in:
tomit4 2025-09-29 17:09:53 -07:00
parent 213432675c
commit ae4f910eb6
2 changed files with 9 additions and 4 deletions

View file

@ -171,11 +171,11 @@ super + f
super + c
chromium --password-store=basic %U &
super + i
flatpak run org.inkscape.Inkscape &
# inkscape &
inkscape &
# flatpak run org.inkscape.Inkscape &
super + g
flatpak run org.gimp.GIMP --no-splash &
# gimp --no-splash &
gimp --no-splash &
# flatpak run org.gimp.GIMP --no-splash &
# krita --nosplash &
super + h
$HOME/scripts/bsphide &

View file

@ -950,3 +950,8 @@ IgnorePkg=lib32-gdk-pixbuf2
09/29/2025
Install gdkpixbuf2-noglycin and gdkpixbuf2-noglycin-docs packages (removes gdkpixbuf2 package, issues with GDK update):
doas pacman -S gdkpixbuf2-noglycin gdkpixbuf2-noglycin-docs
Take note of possible icon help, just run this overwrite:
```
sudo pacman -S --overwrite '*' libpng librsvg cairo pixman gtk3 hicolor-icon-theme shared-mime-info adwaita-icon-theme libx11 libxcb
```
Taken from: https://forum.manjaro.org/t/icon-themes-not-loading-correctly/178555