[Bug 274077] editors/lite-xl port is missing the litexl.desktop file
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Sep 2023 12:07:23 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274077
Bug ID: 274077
Summary: editors/lite-xl port is missing the litexl.desktop
file
Product: Ports & Packages
Version: Latest
Hardware: amd64
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Individual Port(s)
Assignee: danfe@FreeBSD.org
Reporter: zero1@zaclys.net
Flags: maintainer-feedback?(danfe@FreeBSD.org)
Assignee: danfe@FreeBSD.org
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
--
You are receiving this mail because:
You are the assignee for the bug.