https://bugs.kde.org/show_bug.cgi?id=480091
Jona Wagner changed:
What|Removed |Added
Status|REPORTED|RESOLVED
Resolution
https://bugs.kde.org/show_bug.cgi?id=480091
Bug ID: 480091
Summary: kdeconnectd dies upon connection
Classification: Applications
Product: kdeconnect
Version: 23.08.4
Platform: Arch Linux
OS: Linux
Status: REPOR
https://bugs.kde.org/show_bug.cgi?id=480091
--- Comment #2 from Jona Wagner ---
(In reply to Nicolas Fella from comment #1)
> Can you the logs (journalctl _COMM=kdeconnectd) from right before the
> problem? It looks like a plugin fails to load because of library issues
These are the jour
https://bugs.kde.org/show_bug.cgi?id=480091
--- Comment #3 from Jona Wagner ---
Might also be some kind of dbus issue, see this log:
ยป journalctl -b | grep "26 13:15"
Jan 26 13:15:42 hostname kdeconnectd[1982]: new capabilities for "Android"
Jan 26 13:15:42 hostn
https://bugs.kde.org/show_bug.cgi?id=500951
Bug ID: 500951
Summary: KDE PowerDevil deadlock causes kwin_wayland to hang
Classification: Plasma
Product: plasmashell
Version: 6.3.2
Platform: Arch Linux
OS: Linux
S
https://bugs.kde.org/show_bug.cgi?id=500951
--- Comment #1 from Jona Wagner ---
More logs:
PowerDevil:
```
Mar 02 08:11:05 r9950 systemd[1427]: Started Powerdevil.
Mar 02 08:11:05 r9950 org_kde_powerdevil[1989]: org.kde.powerdevil: Handle
button events action could not check for screen
https://bugs.kde.org/show_bug.cgi?id=500951
--- Comment #5 from Jona Wagner ---
installed libddcutil branch 2.2.1-dev, set config option `--trace api`,
reproduced the issue by running `kscreen-doctor -d off` 4 times. seems like
this happens if the screen reconnects (as indicated by the sound
https://bugs.kde.org/show_bug.cgi?id=500951
--- Comment #3 from Jona Wagner ---
I did some more debugging (coredump available if needed)
the Display Lock Record of libddcutil has this data:
(gdb) p dlr
$1 = (Display_Lock_Record *) 0x5b97091df140
(gdb) p *dlr
$2 = {marker = "DDSC"
https://bugs.kde.org/show_bug.cgi?id=500951
--- Comment #7 from Jona Wagner ---
After fixing a few typos (mutex null pointer resulting in crash and comparing a
function pointer instead of the function return value resulting in an always
true condition)
```
diff --git a/src/dw/dw_common.c b/src
https://bugs.kde.org/show_bug.cgi?id=500951
--- Comment #9 from Jona Wagner ---
After fixing this typo to get ddcutil to compile
```
diff --git a/src/libmain/api_displays.c b/src/libmain/api_displays.c
index 9e8a6ade..21829a13 100644
--- a/src/libmain/api_displays.c
+++ b/src/libmain
10 matches
Mail list logo