| Summary: | Add right-click context menu or button to copy system info | ||
|---|---|---|---|
| Product: | [Applications] kinfocenter | Reporter: | KDE Neon user <emailmeat> |
| Component: | general | Assignee: | David Hubner <hubn3rd> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | codestruct, dufferzafar0, fuxfwgc4a2i1gr, greg, phoenix_firebrd, simonandric5 |
| Priority: | NOR | ||
| Version First Reported In: | 5.12.3 | ||
| Target Milestone: | --- | ||
| Platform: | Neon | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/kinfocenter/c0f28efd280f4c22c1fc061c32827086c1c52388 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
KDE Neon user
2016-07-30 01:54:38 UTC
The issue is being worked on here: https://phabricator.kde.org/D7087 *** Bug 355460 has been marked as a duplicate of this bug. *** *** Bug 391566 has been marked as a duplicate of this bug. *** Git commit c0f28efd280f4c22c1fc061c32827086c1c52388 by Gregor Mi.
Committed on 02/09/2018 at 12:34.
Pushed by gregormi into branch 'master'.
Add "Copy Info" button to the About System KCM
Summary:
Adds a new button with a "Copy to Clipboard" action to the "About" System module. The action copies the visible information to the clipboard. It can be used for quickly retrieving information for a bug report.
This is an example of how the copied text looks like:
Distro: openSUSE Tumbleweed 20180404
KDE Frameworks Version: 5.46.0
Qt Version: 5.10.0
Kernel Version: 4.15.13-2-default
OS Type: 64-bit
Processors: 4 × Intel® Core™ i3 CPU M 370 @ 2.40GHz
Memory: 7,7 GiB of RAM
(Note that in this example 'KDE Plasma Version' is missing here because it is hidden in the development version)
Screenshot:
{F5691627}
Also note, that the layout in Modules/about-distro/src/Module.ui had to be reworked in order to properly integrate the new button (see screenshots below). As a nice side effect is that the behavior of horizontal resizing is now better than before. The content is now always centered instead of shifted to the right.
Reviewers: ngraham, dhaumann, rkflx
Reviewed By: ngraham, dhaumann
Subscribers: rkflx, dhaumann, ltoscano, sebas, elvisangelaccio, cfeck, plasma-devel
Tags: #plasma
Differential Revision: https://phabricator.kde.org/D7087
M +46 -6 Modules/about-distro/src/Module.cpp
M +9 -0 Modules/about-distro/src/Module.h
M +334 -294 Modules/about-distro/src/Module.ui
https://commits.kde.org/kinfocenter/c0f28efd280f4c22c1fc061c32827086c1c52388
*** Bug 398181 has been marked as a duplicate of this bug. *** *** Bug 399939 has been marked as a duplicate of this bug. *** |