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