morpheusthewhite / nordpy

A gui application to connect automatically to the recommended NordVPN server
GNU General Public License v3.0
105 stars 16 forks source link

after installing it won't create desktop entry #3

Closed Monti03 closed 5 years ago

morpheusthewhite commented 5 years ago

Please move to the cloned folder and execute this, posting what the terminal prints out

sudo echo "[Desktop Entry]
Type=Application
Version=1.0
Name=NordPy
Comment=NordVPN client application for connecting to recommended servers
Path="$current_dir"
Exec=python3 "$current_dir"/nordpy.py
Icon="$current_dir"/media/nordvpn.png
Terminal=false
Categories=Internet;System;Utilities;" | sudo tee /usr/local/share/applications/nordpy.desktop > /dev/null
echo "Done!"