Installed cad/veroroute 2.20,1 from a package. The installed desktop file (/usr/local/share/applications/veroroute.desktop) refers to the executable in /usr/bin: tingo@kg-core2:~ $ grep Exec /usr/local/share/applications/veroroute.desktop Exec=/usr/bin/veroroute Obviously, this won't work as the program is installed in /usr/local/bin: tingo@kg-core2:~ $ which veroroute /usr/local/bin/veroroute This on tingo@kg-core2:~ $ freebsd-version -ku 13.0-RELEASE-p11 13.0-RELEASE-p11 tingo@kg-core2:~ $ uname -a FreeBSD kg-core2.kg4.no 13.0-RELEASE-p11 FreeBSD 13.0-RELEASE-p11 #0: Tue Apr 5 18:54:35 UTC 2022 root@amd64-builder.daemonology.net:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64
(In reply to Torfinn Ingolfsen from comment #0) Torfinn, Thanks for the report. The issue is now fixed in the latest version of the port 2.25.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=9308b879e2359aad90de076eb1b144da322e00b3 commit 9308b879e2359aad90de076eb1b144da322e00b3 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-04-30 18:40:24 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-04-30 18:42:35 +0000 cad/veroroute: Fix paths in .desktop file PR: 263689 Reported by: Torfinn Ingolfsen <tingox+freebsd@gmail.com> cad/veroroute/Makefile | 4 ++++ 1 file changed, 4 insertions(+)
A commit in branch 2022Q2 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=99f7d974fa133ef82d6468c92d98dd298e23fb13 commit 99f7d974fa133ef82d6468c92d98dd298e23fb13 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-04-30 18:40:24 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-04-30 18:44:52 +0000 cad/veroroute: Fix paths in .desktop file PR: 263689 Reported by: Torfinn Ingolfsen <tingox+freebsd@gmail.com> (cherry picked from commit 9308b879e2359aad90de076eb1b144da322e00b3) cad/veroroute/Makefile | 4 ++++ 1 file changed, 4 insertions(+)