RetGal / Dayon

Dayon! - A cross-platform remote desktop assistance solution for your family and friends
https://retgal.github.io/Dayon/
GNU General Public License v3.0
146 stars 45 forks source link

Use basename in .desktop file Exec #66

Closed fgaz closed 1 year ago

fgaz commented 1 year ago

The install prefix could be different from /usr/bin. The installed binary is supposed to be in $PATH, so a basename is best for compatibility.

For example in NixOS the install prefix is /nix/store/<package hash>.

RetGal commented 1 year ago

@fgaz Thanks!