Created attachment 239649 [details] add desktop file installation Add a desktop file to mlterm, so that it will appear in the menu of desktop environment such as LXDE.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=22d291bffeadf36da534664df1535074dca87c7e commit 22d291bffeadf36da534664df1535074dca87c7e Author: MANTANI Nobutaka <nobutaka@FreeBSD.org> AuthorDate: 2023-01-24 14:21:22 +0000 Commit: MANTANI Nobutaka <nobutaka@FreeBSD.org> CommitDate: 2023-01-24 14:25:44 +0000 x11/mlterm: Install mlterm.desktop PR: 269108 x11/mlterm/Makefile | 5 ++++- x11/mlterm/files/mlterm.desktop (new) | 18 ++++++++++++++++++ x11/mlterm/pkg-plist | 1 + 3 files changed, 23 insertions(+), 1 deletion(-)
Committed with a few modifications, thanks!