-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KDE App Launcher not showing installed apps #56176
Comments
Please see #20776 (comment) Try invalidating the cache by removing |
As mentioned in the linked issue, |
I'll give it a go. This is poor design if this is necessary. This should not be a thing. Apps that rely on invalid caches should be self-healing (automatically recognize and fix caches). Got errors as root:
And as user:
|
Yeah I got that too. I think you can do this:
and the run kbuildsyscoca5. |
Potential fix here: #57037 |
- Remove xdg-desktop-menu-dummy.menu kbuildsycoca5. Not sure why we need it but it is a pretty big failure if it exists. See issue NixOS#56176. - plasma: clear ksycoca cache before building This is needed to pick up on software removed since the last cache update. Otherwise it hangs around as zombies forever (or until the cache is cleared). - Add the above + the icon cache cleanup to plasmaSetup This will be run for the logged in user on each nixos-rebuild. Unfortunately this only works if you are managing software through nixos-rebuild (nix-env users need to run this manually, otherwise log out and log back in).
- Remove xdg-desktop-menu-dummy.menu kbuildsycoca5. Not sure why we need it but it is a pretty big failure if it exists. See issue #56176. - plasma: clear ksycoca cache before building This is needed to pick up on software removed since the last cache update. Otherwise it hangs around as zombies forever (or until the cache is cleared). - Add the above + the icon cache cleanup to plasmaSetup This will be run for the logged in user on each nixos-rebuild. Unfortunately this only works if you are managing software through nixos-rebuild (nix-env users need to run this manually, otherwise log out and log back in). (cherry picked from commit 393b359)
Thank you for your contributions. This has been automatically marked as stale because it has had no activity for 180 days. If this is still important to you, we ask that you leave a comment below. Your comment can be as simple as "still important to me". This lets people see that at least one person still cares about this. Someone will have to do this at most twice a year if there is no other activity. Here are suggestions that might help resolve this more quickly:
|
Issue description
The nvidia proprietary driver's settings app does not show up in the KDE App Launcher. The app is
nvidia-settings
.I have
switch
ed and rebooted many times and still do not see it listed in KDE's App Launcher.The text was updated successfully, but these errors were encountered: