Skip to content

applications: ensure private types used by the template

Jeongsu Kim requested to merge jeongsu816/gnome-control-center:master into master

on some systems, private types of settings app are not resolved.

Error building template class 'CcApplicationsPanel' for
an instance of type 'CcApplicationsPanel': 
Invalid object type 'CcToggleRow'

to fix this issue, ensure private types used by the template

refer https://bugs.gentoo.org/695326

Merge request reports