https://bugs.kde.org/show_bug.cgi?id=508139
Bug ID: 508139
Summary: Unresolved symbol causes kded6 to fail startup
Classification: Plasma
Product: Breeze
Version First master
Reported In:
Platform: Arch Linux
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
SUMMARY
Compiled from sources using Arch Linux. Plasma-k
STEPS TO REPRODUCE
1. Compile and install latest master using kde-builder
2. Login to the newly installed session
3. Volume Up/Down doesn't work, Startup items don't show up in tray, kded
service fails startup.
OBSERVED RESULT
systemctl --user status plasma-kded6.service == status failed.
journalctl -->
kded6: symbol lookup error:
/home/paragw/kde/usr/lib/plugins/org.kde.kdecoration3/org.kde.breeze.so:
undefined symbol: _ZN12KDecoration312BorderRadiusC1Edddd
EXPECTED RESULT
systemctl --user status plasma-kded6.service shows started successfully, things
work
SOFTWARE/OS VERSIONS
Linux/KDE Plasma:
Operating System: Arch Linux
KDE Plasma Version: 6.4.80
KDE Frameworks Version: 6.18.0
Qt Version: 6.9.1
Kernel Version: 6.15.9-arch1-1 (64-bit)
Graphics Platform: Wayland
Processors: 24 × AMD Ryzen 9 7900X 12-Core Processor
Memory: 64 GiB of RAM (62.4 GiB usable)
Graphics Processor: AMD Radeon RX 7900 GRE
ADDITIONAL INFORMATION
kdecoration/breezedecoration.cpp:497 and 514
Commenting out calls to BorderRadius makes things work.
// const auto radius = KDecoration3::BorderRadius(m_scaledCornerRadius,
m_scaledCornerRadius, bottomRightRadius, bottomLeftRadius);
--
You are receiving this mail because:
You are watching all bug changes.