You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to properly manage Snap apps shortcut on JingOS Desktop (JingPad A1) you have to:
sudo cp -n /var/lib/snapd/desktop/applications/*.desktop /usr/share/applications
sudo mv /var/lib/snapd/desktop/applications /var/lib/snapd/desktop/__applications
sudo ln -s /usr/share/applications /var/lib/snapd/desktop/applications
Please fix it in the next version of JingOS, is really simple to do.
The text was updated successfully, but these errors were encountered:
Hi,
I wrote a guide on how to fix JingOS management of Snap Apps shortcut.
See:
https://forum.jingos.com/t/guide-snap-app-install-and-use-snapd/2200
In order to properly manage Snap apps shortcut on JingOS Desktop (JingPad A1) you have to:
sudo cp -n /var/lib/snapd/desktop/applications/*.desktop /usr/share/applications
sudo mv /var/lib/snapd/desktop/applications /var/lib/snapd/desktop/__applications
sudo ln -s /usr/share/applications /var/lib/snapd/desktop/applications
Please fix it in the next version of JingOS, is really simple to do.
The text was updated successfully, but these errors were encountered: