Created attachment 882837 [details, diff] Patch to fix gui-apps/waybar-0.9.24 and up segfaults when building the UPower module. This is do to a bug with display device pointer. I have submitted an upstream fix at https://github.com/Alexays/Waybar/pull/2855. It forces the display device pointer to be null on class construction This bug can cause waybar to segfault or not show display device
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83bcf53c7f37cfe1b79066f1beff3dbb9347a771 commit 83bcf53c7f37cfe1b79066f1beff3dbb9347a771 Author: Julien Roy <julien@jroy.ca> AuthorDate: 2024-03-16 19:05:05 +0000 Commit: Arthur Zamarin <arthurzam@gentoo.org> CommitDate: 2024-03-16 20:33:33 +0000 gui-apps/waybar: add 0.10.0 Bug: https://bugs.gentoo.org/922689 Signed-off-by: Julien Roy <julien@jroy.ca> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> gui-apps/waybar/Manifest | 1 + gui-apps/waybar/metadata.xml | 8 +-- gui-apps/waybar/waybar-0.10.0.ebuild | 102 +++++++++++++++++++++++++++++++++++ 3 files changed, 107 insertions(+), 4 deletions(-)