I have updated vivaldi and since the update the menu icon is gone. The question now how to bring back the icon.
fixmenus
jwm -reload
Doesn't work for me.
I'm using Scarthgap-6.6.2
Moderator: BarryK
I have updated vivaldi and since the update the menu icon is gone. The question now how to bring back the icon.
fixmenus
jwm -reload
Doesn't work for me.
I'm using Scarthgap-6.6.2
I'm just on the forum briefly, got other stuff to do today.
A quick reply:
Look at /usr/share/applications/vivaldi.desktop
It may have got reset to the original. You will need to make sure it has these values:
Code: Select all
Icon=vivldi.png
Exec=vivaldi
NoDisplay=false
then run:
Code: Select all
# fixmenus
# jwm -reload
Thank you very much @BarryK .
You are right, /usr/share/applications/vivaldi.desktop got reset to the original one NoDisplay=true.
Code: Select all
Icon=vivaldi.png
Exec=vivaldi
NoDisplay=true