Bug 269108 - x11/mlterm add a .desktop file
Summary: x11/mlterm add a .desktop file
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: MANTANI Nobutaka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-23 05:48 UTC by Hiroo Ono
Modified: 2023-01-24 14:30 UTC (History)
0 users

See Also:
nobutaka: maintainer-feedback+


Attachments
add desktop file installation (1.30 KB, patch)
2023-01-23 05:48 UTC, Hiroo Ono
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hiroo Ono 2023-01-23 05:48:51 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-01-24 14:26:58 UTC
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(-)
Comment 2 MANTANI Nobutaka freebsd_committer freebsd_triage 2023-01-24 14:30:36 UTC
Committed with a few modifications, thanks!