I tried the resolution of the topic below but it didn't work for me as it needs to be root or sudo to create or copy the file "xxxxx.desktop" to "/usr/share/applications".
what I tried was the following:
mkdir -p "$HOME/.local/share/applications/"
cp ./VSCode.desktop "$HOME/.local/share/applications/"
update-desktop-database "$HOME/.local/share/applications/"
printf "Tor Browser has been registered as a desktop app for this user in ~/.local/share/applications/\n"
./BIN/code
rm -f "$HOME/.local/share/applications/VSCode.desktop"
update-desktop-database "$HOME/.local/share/applications/"
exit $?
As you can see I tried to create a folder in the current user's files, but zorin panel doesn't seem to load the portable application icon.
Is there any way around this in ZorinOS without needing root or sudo?
It's my first post, I hope this question is good for the community!
Edit reason: image editing and question update!
So when I said panel I refer to the panel where the open app indicator is and not the Zorin menu icons