Bug 395640 - Allow select command text for copy to clipboard in KDE su Password dialog
Summary: Allow select command text for copy to clipboard in KDE su Password dialog
Status: RESOLVED DUPLICATE of bug 237182
Alias: None
Product: frameworks-kdesu
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords: junior-jobs
Depends on:
Blocks:
 
Reported: 2018-06-20 08:49 UTC by Murz
Modified: 2018-06-27 19:19 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***