Summary: | Plasma-desktop crashes immediately after login | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | dolgener |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | Keywords: | drkonqi |
Priority: | NOR | ||
Version First Reported In: | 4.10.5 | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
dolgener
2013-11-06 11:15:42 UTC
Something related with python binding does wrong in Debian. Remove all python plasmoid, or simply move ~/.kde4/share/config/*plasma* to another place as workaround. *** This bug has been marked as a duplicate of bug 326270 *** Dear Jekyll, you are right. It is the file "plasma-desktop-appletsrc" which causes the crash. Unfortunately, it contains the whole lot of handwork regarding desktop customization. So if there was a way to selectively remove only the item that really hurts, I would really like some time to track down the issue. May strace be helpful? Something like $ strace plasma-desktop 3>&1 1>&2 2>&3 | grep -i python sock_file=/home/username/.kde/socket-dream/kdeinit4__0 sock_file=/home/username/.kde/socket-dream/kdeinit4__0 but I had to know what to look for... |