📝 Made note of icon issues
This commit is contained in:
parent
213432675c
commit
ae4f910eb6
2 changed files with 9 additions and 4 deletions
|
|
@ -171,11 +171,11 @@ super + f
|
||||||
super + c
|
super + c
|
||||||
chromium --password-store=basic %U &
|
chromium --password-store=basic %U &
|
||||||
super + i
|
super + i
|
||||||
flatpak run org.inkscape.Inkscape &
|
inkscape &
|
||||||
# inkscape &
|
# flatpak run org.inkscape.Inkscape &
|
||||||
super + g
|
super + g
|
||||||
flatpak run org.gimp.GIMP --no-splash &
|
gimp --no-splash &
|
||||||
# gimp --no-splash &
|
# flatpak run org.gimp.GIMP --no-splash &
|
||||||
# krita --nosplash &
|
# krita --nosplash &
|
||||||
super + h
|
super + h
|
||||||
$HOME/scripts/bsphide &
|
$HOME/scripts/bsphide &
|
||||||
|
|
|
||||||
|
|
@ -950,3 +950,8 @@ IgnorePkg=lib32-gdk-pixbuf2
|
||||||
09/29/2025
|
09/29/2025
|
||||||
Install gdkpixbuf2-noglycin and gdkpixbuf2-noglycin-docs packages (removes gdkpixbuf2 package, issues with GDK update):
|
Install gdkpixbuf2-noglycin and gdkpixbuf2-noglycin-docs packages (removes gdkpixbuf2 package, issues with GDK update):
|
||||||
doas pacman -S gdkpixbuf2-noglycin gdkpixbuf2-noglycin-docs
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue