The Power panel currently installs "info-symbolic" in /usr/share/icons, which makes this icon to appear as a pre-installed system icon. This makes app developers to use this icon in their apps under that assumption. Ship this icon as a gresource to fix this. Closes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2865
4 lines
149 B
Meson
4 lines
149 B
Meson
install_data(
|
|
'scalable/org.gnome.Settings-power-symbolic.svg',
|
|
install_dir: join_paths(control_center_icondir, 'hicolor', 'scalable', 'apps')
|
|
)
|