diff --git a/helpers/make-gnome-control-center b/helpers/make-gnome-control-center index e0a90dd67008718da87c00907b17e5e58bd615f8..c9b68b6a7fe2637cbd036718ef3d82aa16f2b2cd 100644 --- a/helpers/make-gnome-control-center +++ b/helpers/make-gnome-control-center @@ -17,7 +17,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=5 +VERSION=6 COMPONENT=main . ./config @@ -28,6 +28,9 @@ sed '/ubuntu-docs/d' -i debian/control* # make the sound daemon compatible with trisquel custom session replace gnome-fallback gnome-classic . +# Hide misleading "Experience" label in graphics tab. +sed '/label19/,+1 s/True/False/' -i panels/info/info.ui + # Replace logo replace UbuntuLogo.png TrisquelLogo.png rm debian/UbuntuLogoBlank.png