https://bugs.kde.org/show_bug.cgi?id=484682
--- Comment #5 from Naxdy <xna...@hydra-development.net> --- I've been able to confirm that simply commenting out this line ( https://invent.kde.org/plasma/kglobalacceld/-/merge_requests/47/diffs?view=inline#014186ddf2dd1aa75709115400e25e06ba6e2d47_260_262 ) fixes the issues on NixOS. Both shortcuts resetting and the glitchy behavior of duplicate entries being present. It seems that either component->uniqueName() is not correctly resolving to the .desktop file's name, or that QStandardPaths::locate(QStandardPaths::GenericDataLocation, QLatin1String("kglobalaccel/") + component->uniqueName()).isEmpty() is not looking in the right place for desktop files. -- You are receiving this mail because: You are watching all bug changes.