Re: Show apps icons management
I do wine and 18.04 too, but I do not have any files in ~/.local/share/applications/wine/Programs. What you can do is to search for for the relevant *.desktop files iin the terminal like so:
locate *.desktop
There might be many files, some might even be in /usr/share/applications and/or in /home/"Your_user"/.local/share/applications/ (Change "your_user to your actual user name)
All files in /usr/share/applications can only be removed or edited with admin rights. The editor from terminal is called nano. So, to edit *.dektop files in your home dir type:
nano /home/"Your_user"/.local/share/applications/the_relevant_file.desktop
To study and learn more type from terminal:
man nano
which will show all commands within the ditor nano. nano is a very useful tool in the Linux world, and it can accomplish more than most graphical editors more effectively.
Learn more about the "desktop"-file specs and syntax.
Have fun learning!
https://specifications.freedesktop.o...est/index.html
Any follow-up information on your issue would be appreciated. Please have the courtesy to report back.