https://bugs.kde.org/show_bug.cgi?id=251164
Braxton Salyer <braxtonsal...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |braxtonsal...@gmail.com --- Comment #6 from Braxton Salyer <braxtonsal...@gmail.com> --- I think this may currently be a design decision from the choqok team until the app gets ported to kirigami, as it clearly used to rely on kde4libs and simply has the relevant code commented out. That said, for some reason, this segfaults for me when I build from source BEFORE I make any changes, but I have come up with a possible? fix for this particular thing if someone else wants to try it out: in cmakelists.txt insert at line 60 KF5::ConfigGui in /libchoqok/ui/textbrowser.cpp insert at line 37 #include <KStandardShortcut> replace line 122 w/ copy->setShortcut( KStandardShortcut::copy().at(0) ); replace line 133 w/ selectAll->setShortcut( KStandardShortcut::selectAll().at(0) ); -- You are receiving this mail because: You are watching all bug changes.