Summary: | Remember last viewed page (or have an option to specify the default page) | ||
---|---|---|---|
Product: | [Applications] plasma-systemmonitor | Reporter: | Vlad Zahorodnii <vlad.zahorodnii> |
Component: | general | Assignee: | KSysGuard Developers <ksysguard-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | ahiemstra, apmichalopoulos, kde, null, plasma-bugs |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-systemmonitor/commit/9c2d8b7676ec68b60a6f8e991d61c12b6575ad17 | Version Fixed In: | 5.22 |
Sentry Crash Report: |
Description
Vlad Zahorodnii
2020-11-20 21:09:21 UTC
There is a command line option(s) for it and the default is hardcoded to the overview page currently. I think we could allow selecting it either in the "Edit Pages..." dialog or allow marking a page for startup in "Configure Page.."? We can also just remember the last used page, personally I'd consider that more elegant. Preferably there should be an option for both selecting the default page and/or remembering the last used page. A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-systemmonitor/-/merge_requests/111 Git commit 9c2d8b7676ec68b60a6f8e991d61c12b6575ad17 by David Redondo. Committed on 29/04/2021 at 11:39. Pushed by davidre into branch 'master'. Allow specifying which page to open on start Adds a combobox to the page edit dialog where one can choose with which page to start or always open the last opened page. Related: bug 435279 FIXED-IN:5.22 M +0 -4 src/main.cpp M +13 -0 src/main.qml M +65 -0 src/page/PageSortDialog.qml M +4 -0 src/systemmonitor.kcfg https://invent.kde.org/plasma/plasma-systemmonitor/commit/9c2d8b7676ec68b60a6f8e991d61c12b6575ad17 |