https://bugs.kde.org/show_bug.cgi?id=516348
Lukas Bauza <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Lukas Bauza <[email protected]> --- Just wanted to add something to this, for my system running Guix, I have my desktop files under $HOME/.guix-home/profile/share I have done the following as a quick fix to this within my .bash_profile, for anyone else using Guix: if [ -d "$HOME/.guix-home/profile/share" ] then export XDG_DATA_DIRS="HOME/.guix-home/profile/share:$XDG_DATA_DIRS" fi -- You are receiving this mail because: You are watching all bug changes.
