https://bugs.kde.org/show_bug.cgi?id=484682
--- Comment #8 from Naxdy <xna...@hydra-development.net> --- It varies. NixOS uses the XDG_DATA_DIRS env variable to specify where to look for "stuff". On my system, this evaluates to a rather long list of paths. Notable inclusions are these two: /etc/profiles/per-user/naxdy/share and /run/current-system/sw/share These two house symlinks to files from packages that are installed for my user, and system wide respectively. As for Spectacle's desktop file, a symlink is placed in /run/current-system/sw/share/applications/org.kde.spectacle.desktop (since it's installed system-wide), but the actual path of the desktop file is /nix/store/pxwfzb8l76scjk7pcxi69ncxypbij0d3-spectacle-24.02.1/share/applications/org.kde.spectacle.desktop The actual path is changing very often, hence the symlink to /run/current-system/... -- You are receiving this mail because: You are watching all bug changes.