Bug 463832 - Combine "Configure Keyboard Shortcuts", "Configure Language", and "Configure Toolbars" windows into apps' main config windows, rather than being separate ones.
Summary: Combine "Configure Keyboard Shortcuts", "Configure Language", and "Configure...
Status: CONFIRMED
Alias: None
Product: frameworks-kxmlgui
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords: usability
Depends on:
Blocks:
 
Reported: 2023-01-04 14:05 UTC by Andres Betts
Modified: 2023-01-04 21:03 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andres Betts 2023-01-04 14:05:14 UTC
SUMMARY

I noticed that Dolphin's settings menu appears to have 3 different settings that the user can select. I think this can be tough for some users to have to click so many times to find something specific. Ideally, we want to provide users with a one-stop-shop where they can do all things related to one specific activity.

In this case, the activity of editing settings is split into 3 different modules. Understanding that our KCMs are all modular, I would love it if we could combine Dolphin settings with the Shortcuts settings, and the Language settings into one UI. That way we make it a one-stop-shop.

If the argument is that these other KCMs come from System Settings and are general in their behavior, we should generally link those KCMs to System Settings instead. That way users understand the context of their changes. Otherwise, users can be confused to realize they are changing general settings vs Dolphin-specific settings.
Comment 1 Nate Graham 2023-01-04 14:50:34 UTC
Not specific to Dolphin; these actions are provided by KXMLGui, so the request is applicable to all KXMLGui-using apps.
Comment 2 Felix Ernst 2023-01-04 16:12:16 UTC
I agree with this suggestion.
Comment 3 Jack Hill 2023-01-04 20:57:25 UTC
Maybe also add the "About <app>" and "About KDE" pages to the bottom of the settings window, like most Kirigami apps do.
Comment 4 Nate Graham 2023-01-04 21:03:50 UTC
That I'm less sure about; "Configure this app" and "Seek out information about this app" are different tasks. The fact that we combine these in a lot of Kirigami apps is wrong, IMO. And we don't do it universally, either; Discover, System Monitor, and Elisa at least all have separate "About" pages triggered by separate menu items.