Hi, The application editors/litexl doesn't have its own litexl.desktop file therefore application launcher can't start it. $ ls /usr/local/share/applications/ | grep -i lite $ So in order to start it you have to launch it from terminal like this: $ /usr/local/bin/lite-xl Or create yourself the desktop file by copying it from lite-xl's github repository: $ fetch https://github.com/lite-xl/lite-xl/blob/master/resources/linux/com.lite_xl.LiteXL.desktop -o ~/.local/share/applications/lite-xl.desktop Icon is missing too: https://github.com/lite-xl/lite-xl/blob/master/resources/icons/lite-xl.svg
Sorry, I forgot to add few information: OS: $ freebsd-version -kru ; uname -ms 13.2-RELEASE-p3 13.2-RELEASE-p3 13.2-RELEASE-p3 FreeBSD amd64 Package version: $ pkg info lite-xl | grep Version Version : 2.1.1
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=080478034ac8ba6bf5cc2edc240385d8ad4c4048 commit 080478034ac8ba6bf5cc2edc240385d8ad4c4048 Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2023-09-27 10:00:48 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2023-09-27 10:00:48 +0000 editors/lite-xl: install some nonessential but nice to have files Modern graphical environments usually give better user experience when programs are supplied with icon(s), .desktop file, etc. PR: 274077 editors/lite-xl/Makefile | 10 +++++++++- editors/lite-xl/pkg-plist | 3 +++ 2 files changed, 12 insertions(+), 1 deletion(-)
Port had been improved, thank you!