Bug 256973 - textproc/ibus-table: Use GLIB_SCHEMAS to install GSettings schema
Summary: textproc/ibus-table: Use GLIB_SCHEMAS to install GSettings schema
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: Yuri Victorovich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-04 11:10 UTC by Ting-Wei Lan
Modified: 2021-07-04 19:34 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (yuri)


Attachments
Fix ibus-table crash by using GLIB_SCHEMAS (1.19 KB, patch)
2021-07-04 11:10 UTC, Ting-Wei Lan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ting-Wei Lan 2021-07-04 11:10:02 UTC
Created attachment 226213 [details]
Fix ibus-table crash by using GLIB_SCHEMAS

Otherwise, glib-compile-schemas isn't run after the package is installed, causing ibus-table to crash on startup because it can't find the required GSettings schema.
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2021-07-04 16:42:52 UTC
Committed, thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-07-04 16:43:31 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=066b4db9b1ddaadd5fb0c7076733998f810dcda8

commit 066b4db9b1ddaadd5fb0c7076733998f810dcda8
Author:     Ting-Wei Lan <lantw44@gmail.com>
AuthorDate: 2021-07-04 16:41:57 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-07-04 16:42:57 +0000

    textproc/ibus-table: Use GLIB_SCHEMAS to install GSettings schema

    PR:             256973

 textproc/ibus-table/Makefile  | 4 +++-
 textproc/ibus-table/pkg-plist | 1 -
 2 files changed, 3 insertions(+), 2 deletions(-)
Comment 3 commit-hook freebsd_committer freebsd_triage 2021-07-04 19:34:58 UTC
A commit in branch 2021Q3 references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ecf23b2373665e3e1be06137544bf27d44dfb1d6

commit ecf23b2373665e3e1be06137544bf27d44dfb1d6
Author:     Ting-Wei Lan <lantw44@gmail.com>
AuthorDate: 2021-07-04 16:41:57 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-07-04 19:34:16 +0000

    textproc/ibus-table: Use GLIB_SCHEMAS to install GSettings schema

    PR:             256973
    (cherry picked from commit 066b4db9b1ddaadd5fb0c7076733998f810dcda8)

 textproc/ibus-table/Makefile  | 4 +++-
 textproc/ibus-table/pkg-plist | 1 -
 2 files changed, 3 insertions(+), 2 deletions(-)