Summary: | Help page for Virtual Desktops is missing | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Natalie Clarius <natalie_clarius> |
Component: | kcm_kwinvirtualdesktops | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | nate, plasma-bugs-null |
Priority: | NOR | ||
Version First Reported In: | 5.25.4 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/kwin/commit/d2ec8ac64324c571b7b4ce88b1e9d1b692be074b | Version Fixed In: | |
Sentry Crash Report: |
Description
Natalie Clarius
2022-09-05 23:38:40 UTC
Maybe it's something as simple as not having the help button enabled... That's part of it. In kcmkwin/kwindesktop/virtualdesktops.cpp, changing > setButtons(Apply | Default); to > setButtons(Apply | Default | Help); makes the button appear, but clicking on it takes you to a "page not found" message. So something else is also not wired up correctly. Maybe you can figure out how the existing doc path is specified in another KCM that has it working, and see what's missing for the VIrtual Desktops KCM's code? A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/2923 Git commit d2ec8ac64324c571b7b4ce88b1e9d1b692be074b by Nate Graham, on behalf of Natalie Clarius. Committed on 09/09/2022 at 15:27. Pushed by ngraham into branch 'master'. kcm/kwindesktop: fix broken help page link M +1 -1 src/kcmkwin/kwindesktop/kcm_kwin_virtualdesktops.json M +1 -1 src/kcmkwin/kwindesktop/virtualdesktops.cpp https://invent.kde.org/plasma/kwin/commit/d2ec8ac64324c571b7b4ce88b1e9d1b692be074b |