Created attachment 123643 [details] screenshot STEPS TO REPRODUCE 1. open system settings > user feedback 2. 3. OBSERVED RESULT See the attached screenshot. EXPECTED RESULT "User feedback" kcm works SOFTWARE/OS VERSIONS Operating System: KDE neon Unstable Edition KDE Plasma Version: 5.17.80 KDE Frameworks Version: 5.64.0 Qt Version: 5.13.1
Works for me with everything compiled from source. Assuming it's a Neon packaging issue that may have already been resolved. Can you perform all updates and check again today?
My system is fully updated but this issue persists. Compiled source code also works here.
If it works when you compile it from source, then something funny is going on in the Neon packaging. Moving there.
The kuserfeedback job is not actually generated by the job updater, as such it seems lack wiring to the meta jobs which would trigger daily builds and as a consequence of that it hasn't been built in over a month. Note upstream/downstream jobs listed at https://build.neon.kde.org/view/3%20unstable%20%E2%98%A3%20git%20master/job/bionic_unstable_neon-packaging_kuserfeedback/ vs. for example https://build.neon.kde.org/view/3%20unstable%20%E2%98%A3%20git%20master/job/bionic_unstable_kde_svgpart/
I'm pretty certain I would have made the jobs for kuserfeedback with the jenkins_jobs_update_nci.rb script but probably run locally for only that job NO_UPDATE=1 UPDATE_INCLUDE='_kuserfeedback' ./jenkins_jobs_update_nci.rb
Yeah the UPDATE_INCLUDE will not update the meta jobs and the way this works is that the metajobs have a comprehensive list of jobs they need to trigger. So, missing in this case.
already fixed