Summary: | Allow setting default page size (LC_PAGE) | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Syfer Polski <syferpl> |
Component: | kcm_regionandlang | Assignee: | Sebastian Kügler <sebas> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | akselmo, billgee, hanyoung, nate, null, plasma-bugs |
Priority: | NOR | Keywords: | junior-jobs, usability |
Version: | 5.16.5 | ||
Target Milestone: | --- | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-workspace/commit/73bfdcff3d7d16e648aaf9ea7630a3967376412e | Version Fixed In: | 5.26 |
Sentry Crash Report: |
Description
Syfer Polski
2020-05-02 21:41:17 UTC
Interesting idea. I like it. Looks like this will require adding support for reading and writing the LC_PAPER environment variable. *** Bug 451128 has been marked as a duplicate of this bug. *** I could give this a try as my first contribution :) Sounds great! Might be wise to wait until after https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/1147 has landed though, as that merge request changes basically all the code. You can CC yourself on its progress by going there and clicking the little switch by "Notification" on the right sidebar. (In reply to Nate Graham from comment #5) > Sounds great! Might be wise to wait until after > https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/1147 has > landed though, as that merge request changes basically all the code. You can > CC yourself on its progress by going there and clicking the little switch by > "Notification" on the right sidebar. Thanks, will do so. Hi, now that this is merged https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/1147 Can I start working on this now or is there something else I should wait on? Yes, go right ahead now! Thanks again for volunteering to do that. A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/1922 Git commit 73bfdcff3d7d16e648aaf9ea7630a3967376412e by Nate Graham, on behalf of Akseli Lahtinen. Committed on 15/07/2022 at 16:21. Pushed by ngraham into branch 'master'. kcms/regionandlang: Add default paper size (LC_PAPER) customizability This adds LC_PAPER as a setting to Region and Language settings, so it becomes possible to choose the default paper size. FIXED-IN: 5.26 M +11 -0 kcms/region_language/exampleutility.cpp M +1 -0 kcms/region_language/exampleutility.h M +7 -1 kcms/region_language/kcmregionandlang.cpp M +5 -0 kcms/region_language/languagelistmodel.cpp M +1 -0 kcms/region_language/languagelistmodel.h M +2 -0 kcms/region_language/localelistmodel.cpp M +24 -1 kcms/region_language/optionsmodel.cpp M +2 -1 kcms/region_language/optionsmodel.h M +5 -0 kcms/region_language/package/contents/ui/main.qml M +4 -0 kcms/region_language/regionandlangsettings.cpp M +3 -0 kcms/region_language/regionandlangsettingsbase.kcfg M +1 -1 kcms/region_language/settingtype.h https://invent.kde.org/plasma/plasma-workspace/commit/73bfdcff3d7d16e648aaf9ea7630a3967376412e |