Bug 507225

Summary: Display Screen (Monitor) Model when only one screen is present
Product: [Applications] systemsettings Reporter: postix <postix>
Component: kcm_kscreenAssignee: kscreen-bugs-null <kscreen-bugs-null>
Status: CONFIRMED ---    
Severity: wishlist CC: kdedev, nate, olib141, plasma-bugs-null, yurnerolinux
Priority: NOR    
Version First Reported In: 6.4.2   
Target Milestone: ---   
Platform: Fedora RPMs   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description postix 2025-07-19 11:44:07 UTC
SUMMARY

Since Plasma 6.4 kscreen no longer shows the screen's manufacturer, model or serial number as long as only a single screen is attached.

Unfortunately I also cannot find this information in KInfoCenter.

I think for debugging and purely informational purposes it would be helpful to find this information somewhere easily, e.g. as an additional label "Monitor: ..." 

Depending on the monitor's or beamer's location, it may not be easily to check on the physical device.
Comment 1 TraceyC 2025-07-23 01:46:13 UTC Comment hidden (spam)
Comment 2 postix 2025-07-23 12:00:15 UTC Comment hidden (spam)
Comment 3 postix 2025-07-23 12:25:28 UTC
Sorry, I was mistaken, this information was already hidden in 6.3 (keyword visible: kcm.multipleScreensAvailable)

In 6.3 the top row was already hidden to re-arrange screens:
* https://invent.kde.org/plasma/kscreen/-/blob/Plasma/6.3/kcm/ui/ScreenView.qml

However the combobox was still shown if I remember and read the qml part correctly.
* https://invent.kde.org/plasma/kscreen/-/blob/Plasma/6.3/kcm/ui/Panel.qml#L29

In 6.4 the code has changed a bit and it looks like it shows devices now in a Navigation Scroll View instead of a combobox:
* https://invent.kde.org/plasma/kscreen/-/blob/v6.4.3/kcm/ui/main.qml#L301
Comment 4 postix 2025-07-23 12:26:25 UTC
Sorry, I can't edit Bugzilla Posts.

s/However the combobox was still shown if I remember and read the qml part correctly./Same goes for the combobox
Comment 5 postix 2025-07-23 14:12:23 UTC
I'm also open to move this issue to Info Center. :) Probably it makes more sense there.
Comment 6 TraceyC 2025-07-23 19:46:38 UTC
Passing along the feature request to the developers
Comment 7 Oliver Beard 2025-09-08 21:49:05 UTC
*** Bug 509283 has been marked as a duplicate of this bug. ***
Comment 8 Oliver Beard 2025-09-08 21:50:24 UTC
I think we could keep the navigation tab bar around even with a single display — it would expose the display's name and imply how other displays would be handled later if also connected. Most tab bars don't disappear with only a single item in most of our UI.