From 19404c015c9826f9d560171651b47b5dead49fda Mon Sep 17 00:00:00 2001 From: wheaney <42350981+wheaney@users.noreply.github.com> Date: Thu, 17 Oct 2024 22:00:51 -0700 Subject: [PATCH] Fix issue with Color reference on the system background, pull in the latest driver and sombrero with GLSL compatibility fixes --- VERSION | 2 +- gnome/src/systembackground.js | 3 ++- modules/XRLinuxDriver | 2 +- modules/sombrero | 2 +- ui/modules/PyXRLinuxDriverIPC | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index ece61c6..f9cbc01 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.6 \ No newline at end of file +1.0.7 \ No newline at end of file diff --git a/gnome/src/systembackground.js b/gnome/src/systembackground.js index 32b501e..cf7a3bb 100644 --- a/gnome/src/systembackground.js +++ b/gnome/src/systembackground.js @@ -1,9 +1,10 @@ import Clutter from 'gi://Clutter'; +import Cogl from 'gi://Cogl'; import GLib from 'gi://GLib'; import GObject from 'gi://GObject'; import Meta from 'gi://Meta'; -const DEFAULT_BACKGROUND_COLOR = Clutter.Color.from_pixel(0x2e3436ff); +const DEFAULT_BACKGROUND_COLOR = Clutter.Color?.from_pixel(0x2e3436ff) || new Cogl.Color({red: 40, green: 40, blue: 40, alpha: 255}); let _systemBackground; diff --git a/modules/XRLinuxDriver b/modules/XRLinuxDriver index 70b9af0..7e8f254 160000 --- a/modules/XRLinuxDriver +++ b/modules/XRLinuxDriver @@ -1 +1 @@ -Subproject commit 70b9af0a0f706430f70d5421ebb1179930c548c7 +Subproject commit 7e8f2547392a24e86d1d8e1444937a6a408b089e diff --git a/modules/sombrero b/modules/sombrero index d270ebf..0ddc237 160000 --- a/modules/sombrero +++ b/modules/sombrero @@ -1 +1 @@ -Subproject commit d270ebfd2e3202133fea75e1513f1571960bdafd +Subproject commit 0ddc237b5b47208eb9f3f520177920f7ea157dfd diff --git a/ui/modules/PyXRLinuxDriverIPC b/ui/modules/PyXRLinuxDriverIPC index 3f23409..0a041b3 160000 --- a/ui/modules/PyXRLinuxDriverIPC +++ b/ui/modules/PyXRLinuxDriverIPC @@ -1 +1 @@ -Subproject commit 3f23409b6be154c9c9a7035c6213558a7ef6c84e +Subproject commit 0a041b39d21ae9f41dcabb95310d7f2db8ef8a9c