https://bugs.kde.org/show_bug.cgi?id=484682
--- Comment #10 from Nicolas Fella <nicolas.fe...@gmx.de> --- (In reply to Naxdy from comment #5) > 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 Can you tell what the value of component->uniqueName() is? > 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.