Summary: | Unable to send SMS with spacebar 6.2.0 | ||
---|---|---|---|
Product: | [Applications] spacebar | Reporter: | brisk.wing4197 |
Component: | general | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | brisk.wing4197, criticaltemp |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | postmarketOS | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
brisk.wing4197
2024-10-09 23:20:23 UTC
Confirmed that downgrading spacebar-daemon to 24.05.0 with spacebar 24.05.0 or 6.2.0 both work. So it's an issue with spacebar-daemon 6.2.0 Just ran a bisect, this is the first bad commit bf7951bfd16ad7061ae6c77114461c69d630648c is the first bad commit commit bf7951bfd16ad7061ae6c77114461c69d630648c (HEAD) Author: Nicolas Fella <nicolas.fella@gmx.de> Date: Fri Aug 30 00:18:18 2024 +0200 Initialize KCrash To enable crash reporting .kde-ci.yml | 1 + CMakeLists.txt | 2 +- daemon/CMakeLists.txt | 1 + daemon/main.cpp | 13 ++++++++++--- src/CMakeLists.txt | 1 + src/main.cpp | 3 +++ 6 files changed, 17 insertions(+), 4 deletions(-) This is fixed with: https://invent.kde.org/plasma-mobile/spacebar/-/merge_requests/171 |