NiHaiden / aurora

The ultimate developer workstation, based on Bluefin with KDE, now incorporated into Bluefin.
https://getaurora.dev
Apache License 2.0
69 stars 1 forks source link

Not-installed gnome-system-monitor entry appears in Application Menu and KRunner #9

Closed birkenbube closed 4 months ago

birkenbube commented 4 months ago

Describe the bug

When searching for applications prefixed with gnome-, an entry without an icon appears for gnome-system-monitor which isn't installed.

What did you expect to happen?

The entry should not be there.

Output of rpm-ostree status

State: idle
AutomaticUpdates: stage; rpm-ostreed-automatic.timer: no runs since boot
Deployments:
● ostree-image-signed:docker://ghcr.io/nihaiden/aurora-dx:39
                   Digest: sha256:9ea31c279e5260c345afe2ee97c760ae759cf338969f79fda66f59e0e1761c8e
                  Version: 39.20240306.0 (2024-03-06T16:54:11Z)
          LayeredPackages: yakuake

  ostree-image-signed:docker://ghcr.io/nihaiden/aurora-dx:39
                   Digest: sha256:2a426572625624adbf35c7e78a9f2d6e0eec56bea9fdd514de81a5299835b016
                  Version: 39.20240303.0 (2024-03-03T20:40:31Z)
          LayeredPackages: yakuake

Extra information or context

This seems to be caused by the presence of gnome-system-monitor.desktop inside of /usr/share/applications. I can hide the entry with the KDE menu editor, but it still comes up when searching for gnome-. The file only has Hidden=true as contents.

P.S.: Aurora is awesome, exactly what I was looking for! :+1:

NiHaiden commented 4 months ago

Hi, thank you for reporting this, I will look into this tomorrow!

NiHaiden commented 4 months ago

Hey @birkenbube, this issue should be fixed now. It was a file being created during the image building process which should've not been there.

birkenbube commented 4 months ago

That fixed it, awesome! Closing the issue