Hello! I've run into an issue where desktop icons aren't appearing in GNOME launcher after installing applications via sysexts.
After installing desktop apps, I can confirm that the .desktop files are successfully created. However, GNOME does not seem to detect the file changes in /usr/share/applications/. Because GNOME Wayland doesn't support hot restarts, I currently have to log out and log back in to make the new icons appear.
I tried following the Arch Wiki to manually update the database:
sudo update-desktop-database /usr/share/applications/
Running this returns the error: "The databases in [/usr/share/applications/] could not be updated.", likely due to the immutable /usr directory.
This behavior also causes issues when using sysexts-manager. During boot, the sysexts are sometimes loaded after I have already reached the desktop. Since GNOME doesn't detect the changes in /usr/share/applications/ dynamically, I have to re-login to see my application icons.
Hello! I've run into an issue where desktop icons aren't appearing in GNOME launcher after installing applications via sysexts.
After installing desktop apps, I can confirm that the
.desktopfiles are successfully created. However, GNOME does not seem to detect the file changes in/usr/share/applications/. Because GNOME Wayland doesn't support hot restarts, I currently have to log out and log back in to make the new icons appear.I tried following the Arch Wiki to manually update the database:
Running this returns the error: "The databases in [/usr/share/applications/] could not be updated.", likely due to the immutable
/usrdirectory.This behavior also causes issues when using sysexts-manager. During boot, the sysexts are sometimes loaded after I have already reached the desktop. Since GNOME doesn't detect the changes in
/usr/share/applications/dynamically, I have to re-login to see my application icons.