Issue template proposal

Users post issues with usually little to no information about their hardware or software. A pinned thread just under https://discord.com/channels/1072614816579063828/1221849550688489483 can guide users to include necessary information. Here is an example: Include the following information when filing an issue. Output of rpm-ostree status Hardware information: * KDE Plasma: Open System Settings, scroll down, choose "About This System" and click "Copy Details" in top right. * GNOME: (???) Also include the following if your issue is about a game: * The launcher used: Steam, Lutris, Heroic Games Launcher... * Wine and / or Proton versions * Launch parameters * Whether you are using Steam Big Picture mode
22 Replies
FinnFann
FinnFannβ€’2mo ago
Be sure to add Nvidia or amd Actually fastfetch as long as screenshoted would be a huge boon. As well as better encouragement to mark as solved.
antheas
antheasβ€’2mo ago
journalctl -b | fpaste
π•Ύπ–™π–Šπ–‘π–‘π–†
just ask for ujust device-info
mrvictorywin (Ping on reply)
We have ujust device-info? πŸ‘€
π•Ύπ–™π–Šπ–‘π–‘π–†
lol it has a ton of useful stuff including hardware, software and ostree status the only issue is that the pastebin expires after 24 hours
antheas
antheasβ€’2mo ago
Device info is not particularly good
mrvictorywin (Ping on reply)
Gist
❯ fpaste --sysinfo --printonly|wl-copy
❯ fpaste --sysinfo --printonly|wl-copy . GitHub Gist: instantly share code, notes, and snippets.
mrvictorywin (Ping on reply)
Image: bazzite:stable ο‹Ό
OS: Bazzite
Kernel: Linux 6.16.4-115.bazzite.fc42.x86_64
Uptime: 24 mins

Host: B650M S2H (-CF)
CPU: AMD Ryzen 5 7600 (12) @ 3.80 GHz
GPU: AMD Radeon RX 7700 XT [Discrete]
Memory: 4.15 GiB / 30.79 GiB (13%)
Vulkan: 1.4.318 - radv [Mesa 25.2.4]
Disk (/run/media/system/linuxasus): 127.24 GiB / 348.35 GiB (37%) - btrfs
Disk (/run/media/system/manjaro): 20.40 GiB / 71.00 GiB (29%) - btrfs
Disk (/sysroot): 891.78 GiB / 929.51 GiB (96%) - btrfs [Read-only]
Display (VG249Q3A): 1920x1080 @ 180 Hz in 24" [External]
Gamepad: Mouse passthrough (absolute)

DE: KDE Plasma 6.4.5
Packages: 2690 (rpm), 60 (flatpak), 5 (brew), 1 (brew-cask)
Image: bazzite:stable ο‹Ό
OS: Bazzite
Kernel: Linux 6.16.4-115.bazzite.fc42.x86_64
Uptime: 24 mins

Host: B650M S2H (-CF)
CPU: AMD Ryzen 5 7600 (12) @ 3.80 GHz
GPU: AMD Radeon RX 7700 XT [Discrete]
Memory: 4.15 GiB / 30.79 GiB (13%)
Vulkan: 1.4.318 - radv [Mesa 25.2.4]
Disk (/run/media/system/linuxasus): 127.24 GiB / 348.35 GiB (37%) - btrfs
Disk (/run/media/system/manjaro): 20.40 GiB / 71.00 GiB (29%) - btrfs
Disk (/sysroot): 891.78 GiB / 929.51 GiB (96%) - btrfs [Read-only]
Display (VG249Q3A): 1920x1080 @ 180 Hz in 24" [External]
Gamepad: Mouse passthrough (absolute)

DE: KDE Plasma 6.4.5
Packages: 2690 (rpm), 60 (flatpak), 5 (brew), 1 (brew-cask)
how about a simplified fastfetch like this? this is the config
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"type": "none",
"source": "none",
"color": {
"1": "94",
"2": "47",
"3": "95",
"4": "0",
"5": "8",
"6": "55"
}
},
"display": {
"color": {
"keys": "light_blue"
},
},
"modules": [
{
"type": "command",
"key": "Image",
"text": "/usr/libexec/bazzite-fetch-image"
},
{
"type": "os",
"format": "{pretty-name}"
},
{
"type": "kernel",
"format": "{1} {2}"
},
{
"type": "uptime",
},
"break",
{
"type": "host",
},
{
"type": "cpu",
},
{
"type": "gpu",
},
{
"type": "memory",
},
{
"type": "vulkan",
},
{
"type": "disk",
"hideFS": "overlay",
},
{
"type": "display",
},
{
"type": "battery",
},
{
"type": "gamepad",
},
"break",
{
"type": "de",
},
{
"type": "packages",
},
"break",
]
}
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"type": "none",
"source": "none",
"color": {
"1": "94",
"2": "47",
"3": "95",
"4": "0",
"5": "8",
"6": "55"
}
},
"display": {
"color": {
"keys": "light_blue"
},
},
"modules": [
{
"type": "command",
"key": "Image",
"text": "/usr/libexec/bazzite-fetch-image"
},
{
"type": "os",
"format": "{pretty-name}"
},
{
"type": "kernel",
"format": "{1} {2}"
},
{
"type": "uptime",
},
"break",
{
"type": "host",
},
{
"type": "cpu",
},
{
"type": "gpu",
},
{
"type": "memory",
},
{
"type": "vulkan",
},
{
"type": "disk",
"hideFS": "overlay",
},
{
"type": "display",
},
{
"type": "battery",
},
{
"type": "gamepad",
},
"break",
{
"type": "de",
},
{
"type": "packages",
},
"break",
]
}
Network adapter info would also be good but fastfetch doesn't have any good modules for that :(
π•Ύπ–™π–Šπ–‘π–‘π–†
we could also use inxi but it's not preinstalled
mrvictorywin (Ping on reply)
this conf is not preinstalled either πŸ€·β€β™‚οΈ also does inxi support this:
{
"type": "vulkan",
},
{
"type": "vulkan",
},
π•Ύπ–™π–Šπ–‘π–‘π–†
inxi -Fa shows the vulkan version and driver
mrvictorywin (Ping on reply)
does it show vulkan version suported by the gpu? this is what fastfetch does
π•Ύπ–™π–Šπ–‘π–‘π–†
there's also a short one inxi -b
mrvictorywin (Ping on reply)
I'll check on my mac stuck on vk 1.3 inxi reports 1.4 fastfetch correctly reports 1.3
mrvictorywin (Ping on reply)
but no proper network adapter info on fastfetch
FinnFann
FinnFannβ€’2mo ago
Something important to bring up How do we best ensure people use the template? And what if we get a majority who don't? I know the answer is probably to weep the world refuses to change but still. Or more accurately how do we encourage them to at least look at using it
π•Ύπ–™π–Šπ–‘π–‘π–†
From my experience with helping out on discord, most people do not...so that's a good point
FinnFann
FinnFannβ€’2mo ago
Yeah we need some way to push them to acknowleding it or some...bot that asks the questions when they make one Otherwise all we'll do is help with maybe...2/10 asks
Grande Hawk
Grande Hawkβ€’2mo ago
Just spam the links on Reddit and discord and people will link it for new peeps I bet
mrvictorywin (Ping on reply)
Discord shows "Post Guidelines" when creating an issue here. Currently it says issues will be made accessbile to Internet. Writing there in all caps to check the issue template will be our best bet. Some people won't read it but it's better than having no standardized way of gathering and uploading system info. Also this is ublue discord, if someone installed bazzite chances are high they know how to read.

Did you find this page helpful?