Summary: | Integrate the `kinfo` CLI tool in the Bug reporting guidelines | ||
---|---|---|---|
Product: | [Websites] bugs.kde.org | Reporter: | Henning <boredsquirrel> |
Component: | templates | Assignee: | KDE sysadmins <sysadmin> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | nate, sheedy |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Unspecified | ||
Latest Commit: | https://invent.kde.org/websites/bugs-kde-org/-/commit/a1d0868b39775f7c994d8eeb519a6b48e6d719b6 | Version Fixed In: | |
Sentry Crash Report: |
Description
Henning
2023-05-22 19:10:29 UTC
Example output: sysinfo kate Specified App: kate-libs-23.04.1-1.fc38.x86_64 kate-plugins-23.04.1-1.fc38.x86_64 kate-23.04.1-1.fc38.x86_64 --- Software --- OS: Fedora Linux 38.20230522.0 (Kinoite) KDE Plasma: 5.27.5 KDE Frameworks: 5.106.0 Qt: 5.15.9 Kernel: 6.2.15-300.fc38.x86_64 Compositor: wayland --- Hardware --- CPU: AMD Ryzen 5 PRO 3500U w/ Radeon Vega Mobile Gfx RAM: 13.5 GB GPU: AMD Radeon Vega 8 Graphics Video memory: 2048MB Heh, we actually implemented a similar thing ourselves via the `kinfo` command, which will be available in Plasma 5.27. But I appreciate your work to do the same! We should definitely tell people to run it, yeah. hahahahaha oh my god we literally did the same tool. I have to say... My formatting is a bit nicer, it has integrated package managers and clipboard action, but I will look in your repos and try to improve it! also kinfo shows "offscreen" instead of wayland, has to be some weird bug Weird, it actually shows that for me on X11 too, currently in Plasma 6. I would add that my tool also supports a package manager functionality. Flatpak is a bit flawed maybe, I will fix this soon, but for the rest you can simply append appnames and get it printed too, which is pretty great. I focused on it to be - written in bash entirely - work on Wayland and X11 (clipboard) - work without sudo - support all distros even though just having all package managers integrated may be an inelegant solution edit: cleaned up the flatpak search function. It will try to only list the installed one and only search online if this doesnt work Ultimately we'll probably go with our tool because it'll be guaranteed to be pre-installed on all Plasma setups. I haven't added it to the template yet because there are still a lot of people using a version of Plasma older than 5.27 who won't have it available yet. completely understandable, but without having an easy appversion search not thaat useful. It would simply need a different version for every Distro then... lets see. I have no idea of KDE development, would like to help but overwhelmed, not much time, and afraid of complex products ;D oh lol and kinfo lacks pretty much all features like clipboard copy, the exact output of systemsettings, many more details I think we would welcome your contributions if you wanted to help make `kinfo` better. The code's here: https://invent.kde.org/plasma/kinfocenter/-/blob/master/Modules/about-distro/src/main.cpp In progress with https://invent.kde.org/websites/bugs-kde-org/-/merge_requests/14. Git commit a1d0868b39775f7c994d8eeb519a6b48e6d719b6 by Nate Graham. Committed on 30/07/2024 at 13:25. Pushed by bcooksley into branch 'kde-5.0'. Clarify how to get version numbers in the new bug template Related: bug 436951 M +1 -1 template/en/default/bug/create/create.html.tmpl https://invent.kde.org/websites/bugs-kde-org/-/commit/a1d0868b39775f7c994d8eeb519a6b48e6d719b6 |