| Summary: | x11-wm/hikari: crashes when opening Gtk4 apps | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Ahmad Raniri <ahmadraniri1994> | ||||||
| Component: | Individual Port(s) | Assignee: | Ashish SHUKLA <ashish> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Many People | CC: | ashish, jbeich | ||||||
| Priority: | --- | Keywords: | patch | ||||||
| Version: | Latest | Flags: | ashish:
maintainer-feedback+
ashish: merge-quarterly+ |
||||||
| Hardware: | amd64 | ||||||||
| OS: | Any | ||||||||
| Attachments: |
|
||||||||
|
Description
Ahmad Raniri
2022-07-09 10:29:50 UTC
My FreeBSD desktop is not working at the moment, so it'll be hard for me to test this attached patch, but I can perform the build, and commit that, assuming it worked fine for you. Although before I commit this patch, could you please share the source of the patch so I can also properly attribute/credit the author ? Thanks! Created attachment 235172 [details]
x11-wm/hikari diff
Hi,
Thanks for translating that darcs diff to unified diff.
Could you please try this attached diff to the port, and see if it works for you ?
Once you confirm, I'll commit it.
Thanks!
Thanks Ashish SHUKLA, it works now. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=c48fee7e6adef8939a7fbbb031e308cbbc809cd4 commit c48fee7e6adef8939a7fbbb031e308cbbc809cd4 Author: Ashish SHUKLA <ashish@FreeBSD.org> AuthorDate: 2022-07-10 13:53:29 +0000 Commit: Ashish SHUKLA <ashish@FreeBSD.org> CommitDate: 2022-07-11 03:26:46 +0000 x11-wm/hikari: Patch to prevent crashing with GTK4 apps PR: 265110 Reported by: Ahmad Raniri <ahmadraniri1994 at gmail dot com> Tested by: Ahmad Raniri <ahmadraniri1994 at gmail dot com> Obtained from: alex at xanderio dot de MFH: 2022Q3 (bug fix) x11-wm/hikari/Makefile | 1 + x11-wm/hikari/files/patch-src_server.c (new) | 12 ++++++++++++ 2 files changed, 13 insertions(+) A commit in branch 2022Q3 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=5d9c5b9cac42a22716f292fca5717c9842fdf464 commit 5d9c5b9cac42a22716f292fca5717c9842fdf464 Author: Ashish SHUKLA <ashish@FreeBSD.org> AuthorDate: 2022-07-10 13:53:29 +0000 Commit: Ashish SHUKLA <ashish@FreeBSD.org> CommitDate: 2022-07-11 03:31:58 +0000 x11-wm/hikari: Patch to prevent crashing with GTK4 apps PR: 265110 Reported by: Ahmad Raniri <ahmadraniri1994 at gmail dot com> Tested by: Ahmad Raniri <ahmadraniri1994 at gmail dot com> Obtained from: alex at xanderio dot de MFH: 2022Q3 (bug fix) (cherry picked from commit c48fee7e6adef8939a7fbbb031e308cbbc809cd4) x11-wm/hikari/Makefile | 1 + x11-wm/hikari/files/patch-src_server.c (new) | 12 ++++++++++++ 2 files changed, 13 insertions(+) Thanks for sharing the patch, and help with testing. Marking as resolved. |