7204N/ASolaris-specific patch to change the default background to our branded image
7204N/A
7204N/A--- gnome-shell-3.18.3/data/theme/gnome-shell.css~ 2015-11-17 13:21:03.000000000 +0000
7204N/A+++ gnome-shell-3.18.3/data/theme/gnome-shell.css 2016-10-13 22:40:15.790975576 +0000
7204N/A@@ -1649,7 +1649,7 @@
7204N/A box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4); }
7204N/A
7204N/A #lockDialogGroup {
7204N/A- background: #2e3436 url(resource:///org/gnome/shell/theme/noise-texture.png);
7204N/A- background-repeat: repeat; }
7204N/A+ background: #2e3436 url(file:///usr/share/backgrounds/solaris/Polygons_Color.png);
7300N/A+ background-repeat: no-repeat; background-size: cover; }
7204N/A
7204N/A #screenShieldNotifications StButton#vhandle, #screenShieldNotifications StButton#hhandle {
7204N/A--- gnome-shell-3.18.3/js/ui/background.js~ 2015-11-17 13:11:17.000000000 +0000
7204N/A+++ gnome-shell-3.18.3/js/ui/background.js 2016-10-14 17:25:00.602762652 +0000
7204N/A@@ -464,7 +464,7 @@
7204N/A Name: 'SystemBackground',
7204N/A
7204N/A _init: function() {
7204N/A- let file = Gio.File.new_for_uri('resource:///org/gnome/shell/theme/noise-texture.png');
7204N/A+ let file = Gio.File.new_for_uri('file:///usr/share/backgrounds/solaris/Polygons_Color.png');
7204N/A
7204N/A if (_systemBackground == null) {
7204N/A _systemBackground = new Meta.Background({ meta_screen: global.screen });