User Details
- User Since
- May 13 2017, 8:21 AM (401 w, 3 d)
- Availability
- Available
Aug 29 2024
Aug 28 2024
Aug 18 2024
Aug 16 2024
Aug 15 2024
Aug 14 2024
No response from the original author, so I'm overriding the proposal
Aug 13 2024
Does a bakery need smartcard login or LDAP though?
Here's a (somewhat superficial) list I gathered from various proposals and other conversations:
The proposal talks about adding "API" for configuration management, but we already have means to do that (KConfig from C++ and CLI tools like kreadconfig/kwriteconfig).
Here's my take on this goal:
All application will have to come under the same API framework, so you won't have to config each application in a diffrent tools, or diffrent config files
This assumes that removing functionality actually results in less resource utilization, which isn't necessarily the case
This overlaps quite a bit with T17424
You can absolutely design an application layout without knowing how a button looks like. Arguably you even _must_ do that, because how the button is going to look like in the application won't be pixel-for-pixel identical to your design anyway, due to user-specific fonts/font sizes, color schemes, application themes, future design changes etc.
I would avoid explicitly talking about "big" or "small" businesses and just target both
Jul 6 2024
Generally I do think that we are lacking a design vision, so I welcome any proposal to address this
The technical points all have merit, but centering the goal around sandboxing is a bit odd. Sandboxing is a means to an end, where the end is mostly security (and to a degree reliability). Maybe we could rephrase the goal around that?
Jun 15 2024
To me it doesn't matter that much whether applications are first-party or third-party. The important (and more actionable for us) thing would be to make sure our application development story is as good as possible. An uptick in third-party applications would be a sing of us doing something right there.
Jun 11 2024
What makes Redox OS worth supporting, and what does it have to do with Qt?
The days of X11 are numbered, no matter which way you slice it.
Implement more things in the dbus of org.freedesktop.secrets
Frequently Asked Questions:
I don't see much concrete content in this proposal, other than "something with cryptocurrency".
A goal is something the entire KDE community (which is far larger than just Plasma) should rally behind. A proposal that solely focuses on window management isn't really suitable for that
Jun 8 2024
A goal should be more than a list of your personal feature requests. It should articulate a vision for a specific topic/area of focus. Everyone should be able to look at the goal description and derive their own ideas/todo items from it.
Jun 7 2024
A goal is supposed to be something the entire KDE community should focus on for the next two years. If the proposal can be summed up as one bug report it is not a suitable goal
Jun 5 2024
Nov 7 2023
SlaveBase is now internal, can be cleaned up at any point
This is "solved" by dropping ResourceInstance: https://invent.kde.org/plasma/kactivities/-/merge_requests/34
I made MRs to adjust the CI config for all consumers
Nov 6 2023
Nov 5 2023
Oct 28 2023
There may also be cases where we prematurely ported to kcmshell6 and we need the ability to open a Qt5-based KCM. This could happen e.g. when running a KF6-based app in Plasma 5 (assuming that's a supported case at all)
Oct 27 2023
WindowEffects was clean up in https://invent.kde.org/frameworks/kwindowsystem/-/merge_requests/120
Oct 19 2023
Do we actually use the checkForConflictsAgainst in KeySequenceItem anywhere? Quick grep suggests not
"solved" for now by https://invent.kde.org/network/kio-extras/-/merge_requests/296
My proposed course of action:
I got confused by my incomplete Gnome installation, Gnome indeed ships gnome-applications.menu and this is a non-issue
This isn't about services in the KDE sense though, it's about applications. (It's not about konsole*part* but the actual Konsole application)
Sep 17 2023
Aug 26 2023
'service->property("Foo", QMetaType::QStringList).toStringList()' is a bit of a mouthful. Can/should we make it something like 'service->property<QStringList>("Foo")'?