Describe the bug
These are two bugs with setting XDG environment variables:
Setting XDG_CACHE_HOME makes the application look for nwg-dock-pinned in the $HOME/.config dir:
ERRO[0000] Unable to show grid button: open /home/yourusername/.config/nwg-dock-pinned: no such file or directory
Setting XDG_DATA_HOME to anything else than /usr/share makes the application look for the application images in $XDG_DATA_HOME/nwg-dock-hyprland/images instead of /usr/share/nwg-dock-hyprland/images, resulting in a panic:
Describe the bug These are two bugs with setting XDG environment variables:
XDG_CACHE_HOME
makes the application look fornwg-dock-pinned
in the$HOME/.config
dir:XDG_DATA_HOME
to anything else than/usr/share
makes the application look for the application images in$XDG_DATA_HOME/nwg-dock-hyprland/images
instead of/usr/share/nwg-dock-hyprland/images
, resulting in a panic:To Reproduce Steps to reproduce the behavior:
Expected behavior
nwg-dock-pinned
in$XDG_CACHE_HOME
/usr/share/nwg-dock-hyprland/images
Desktop (please complete the following information):