Re: Putting Flatpak KCM through kdereview

2022-09-09 Thread Harald Sitter
Amazing!

For future reference: there is a sanity check list linked at
https://community.kde.org/Policies/Application_Lifecycle#kdereview
that you can follow to do a pre-review yourself and find most common
issues.

- Messages.sh missing (I see there is an MR pending)
- you should enable CI and in particular also enable the reuse
template to ensure reuse compliance moving forward
- the KCM name has a "Settings" suffix, that seems rather uncoming,
I'd remove it
- clazy is not happy with some stuff, I suggest you do a compile run
with it and fix its complaints
- missing a bugzilla product (request one via sysadmin ticket)
- missing an appstream file
- I have a rather large margin on the right hand side of the permissions view :O
- please always use i18nc() rather than i18n() for new strings and
provide suitable context. in particular for one-word strings... to a
translator it won't at all be obvious in what context "features"
appears or what "pcsc" refers to

All in all really good stuff.

HS


Putting Flatpak KCM through kdereview

2022-09-09 Thread Suhaas Joshi
Hello, members of the community!

I am Suhaas Joshi, a GSoC 2022 mentee. I have been working on Flatpak KCM,
which allows users to change the permissions that their Flatpak apps have
been granted.

Until now, this has resided in my personal namespace. We want to move this
to the Plasma group.

Out of the open issues, some will be solved soon (1-2 days), while others
are lower priority and will be worked on after the programme ends.

Repository: https://invent.kde.org/jsuhaas/flatpak-kcm

Following the kdereview instructions, I have also filed a sysadmin ticket
for the same: ⚓ T15811 Moving the Flatpak KCM to Plasma group


Please let me know the next steps to take.

Thanks
Suhaas Joshi