https://bugs.kde.org/show_bug.cgi?id=388301
Harald Sitter <sit...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sit...@kde.org --- Comment #7 from Harald Sitter <sit...@kde.org> --- (In reply to Nate Graham from comment #6) > Ah, that's probably because I'm using Neon dev unstable. Michael, you could > temporarily add this repository: > > deb http://archive.neon.kde.org/dev/unstable xenial main > > ...then install the aforementioned debug package, then remove the repo again. DO NOT DO THIS! That'd install the debug symbols of the unstable build, not the build that is crashing for Michael. So that makes no sense to begin with. Also, randomly mixing another edition repo is super dangerous as that basically breaks any and all binary compatibility expectation as well as package version order. Generally, all packages use -dbgsym suffix (only some sometimes have a -dbg compatibility version, which is purely there for compatibility reasons). So, what you want to install is plasma-discover-private-dbgsym. All that said, what you really should be doing is use the drkonqi's install packages button or run the helper manually. e.g. `/usr/bin/installdbgsymbols.sh /usr/lib/x86_64-linux-gnu/plasma-discover/libDiscoverCommon.so` -- You are receiving this mail because: You are watching all bug changes.