Official way to hide a menu item from system settings

I want to be able to remove the software update from the system settings app as we dont use it at all. What’s the official way to do that?

That’s not really a development question.

There’s no user facing way to achieve that, but it should be doable using Kiosk: Kiosk - Simple configuration management for large deployment | Developer

Sorry I thought that the depth of this question made it more appropriate for the dev cat instead of the help cat. Will try and report back

Fixed it by adding

[KDE Control Module Restrictions][$i]
kcm_updates=false

in the /etc/xdg/kdeglobals

4 Likes