Use full path to binary in .desktop file

~/.local/bin might not be in the path
pull/5/head 0.3.3-beta
lawl 4 years ago committed by GitHub
commit 18b7f94795
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,7 @@
[Desktop Entry]
Name=NoiseTorch
Comment=Create a virtual microphone that suppresses noise, in any application.
Exec=noisetorch
Exec=~/.local/bin/noisetorch
Icon=noisetorch.png
Terminal=false
Type=Application

Loading…
Cancel
Save