Summary: | tabbox KCM - window switcher examples are confusing | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Raphael Kubo da Costa <rakuco> |
Component: | kcm_kwintabbox | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kde, nate, plasma-bugs |
Priority: | NOR | Keywords: | usability |
Version: | 6.2.5 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/kwin/-/commit/fafdf099cdf6b323d3cf41111fd802e7d0dbe677 | Version Fixed In: | 6.4.0 |
Sentry Crash Report: |
Description
Raphael Kubo da Costa
2025-01-24 20:44:34 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/7065 Git commit fafdf099cdf6b323d3cf41111fd802e7d0dbe677 by Nate Graham. Committed on 27/01/2025 at 23:41. Pushed by ngraham into branch 'master'. kcms/tabbox: hardcode app names and icons in the preview Right now the thumbnails are hardcoded, but the app names and icons are not, and change based on the user's default apps. This is nonsensical; the thumbnail won't match what the name and icon claim the app to be. Let's stop doing that and instead just hardcode the names and icons to match the thumbnails. FIXED-IN: 6.4.0 M +17 -13 src/kcms/tabbox/layoutpreview.cpp https://invent.kde.org/plasma/kwin/-/commit/fafdf099cdf6b323d3cf41111fd802e7d0dbe677 |