Sometimes, after installing an application (Codeweavers Crossover to be more specific on this case) it fails to show on the Dash until you logout and back on. That happens with Unity and GNOME Shell, remember that with GNOME Fallback it is automatically added as a menu.
Is there a command that allows one to force a refresh on the cached application launchers in the Unity Dash or the GNOME Shell desktop environments?
setsid unity
just closes it, andunity --replace
closes it and restarts it (both close your unsaved programs in the process).restart
is not a known command. I also had to use the terminal as none of the commands did anything in alt+F2 – Mark Jeronimus May 06 '22 at 11:35