[gnome-backgrounds/wip/jimmac/solidcolor] backgrounds: solid color for VNC sessions



commit 6b682637b25758ab6e3a69cd8fff2b17f270194e
Author: Jakub Steiner <jimmac gmail com>
Date:   Wed Apr 15 23:26:16 2020 +0200

    backgrounds: solid color for VNC sessions
    
    - provide  asolid color background for VNC sessions
    
    Fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/845

 backgrounds/VNC.png                     | Bin 0 -> 580 bytes
 backgrounds/gnome-backgrounds.xml.in.in |   7 +++++++
 backgrounds/meson.build                 |   1 +
 3 files changed, 8 insertions(+)
---
diff --git a/backgrounds/VNC.png b/backgrounds/VNC.png
new file mode 100644
index 0000000..7b52758
Binary files /dev/null and b/backgrounds/VNC.png differ
diff --git a/backgrounds/gnome-backgrounds.xml.in.in b/backgrounds/gnome-backgrounds.xml.in.in
index ef67b60..9553238 100644
--- a/backgrounds/gnome-backgrounds.xml.in.in
+++ b/backgrounds/gnome-backgrounds.xml.in.in
@@ -83,6 +83,13 @@
                <filename>@BACKGROUNDDIR@/Symbolics-2.jpg</filename>
                <options>zoom</options>
     <pcolor>#ffffff</pcolor>
+    <scolor>#000000</scolor>
+       </wallpaper>
+       <wallpaper deleted="false">
+               <name/>
+               <filename>@BACKGROUNDDIR@/VNC.png</filename>
+               <options>zoom</options>
+    <pcolor>#ffffff</pcolor>
     <scolor>#000000</scolor>
        </wallpaper>
        <wallpaper deleted="false">
diff --git a/backgrounds/meson.build b/backgrounds/meson.build
index fb426c4..f7f9424 100644
--- a/backgrounds/meson.build
+++ b/backgrounds/meson.build
@@ -23,6 +23,7 @@ backgrounds = [
   'SeaSunset.jpg',
   'Symbolics-1.jpg',
   'Symbolics-2.jpg',
+  'VNC.png',
   'Wood.jpg'
 ]
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]