Bug 395640

Summary: Allow select command text for copy to clipboard in KDE su Password dialog
Product: [Frameworks and Libraries] frameworks-kdesu Reporter: Murz <MurzNN>
Component: generalAssignee: kdelibs bugs <kdelibs-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: normal CC: nate
Priority: NOR Keywords: junior-jobs
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Murz 2018-06-20 08:49:48 UTC
At now KDE su shows popup window with Password dialog, that contain full text of command to execute.

But this text is not selectable via mouse, so there are no ways for copy it to clipboard and check this command manually in console.

Please allow selecting command text via mouse for easy copy-pasting.
Comment 1 Nate Graham 2018-06-27 18:21:01 UTC
Should just need setTextInteractionFlags(Qt::TextSelectableByMouse | Qt::TextSelectableByKeyboard); set on the label, as in https://cgit.kde.org/kio.git/commit/?id=025e5e9957ff92c8196f820e9490f337ebfbe317
Comment 2 Christoph Feck 2018-06-27 19:19:08 UTC

*** This bug has been marked as a duplicate of bug 237182 ***