[gnome-shell/gbsneto/gnome-desktop-version] environment: Require gnome-desktop 3.0
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/gbsneto/gnome-desktop-version] environment: Require gnome-desktop 3.0
- Date: Thu, 11 Nov 2021 19:22:05 +0000 (UTC)
commit b711c89a422c574aad2da6739cb8fa5851d26ba6
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Thu Nov 11 16:20:39 2021 -0300
environment: Require gnome-desktop 3.0
Pretty much the exact same case of 9ce6756235.
libgnome-desktop saw a major version bump, and we have to
stick with 3.0 for a while.
js/ui/environment.js | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/js/ui/environment.js b/js/ui/environment.js
index e906fa6c68..cb254e3195 100644
--- a/js/ui/environment.js
+++ b/js/ui/environment.js
@@ -7,6 +7,7 @@ imports.gi.versions.Clutter = Config.LIBMUTTER_API_VERSION;
imports.gi.versions.Gio = '2.0';
imports.gi.versions.GdkPixbuf = '2.0';
imports.gi.versions.GnomeBluetooth = '1.0';
+imports.gi.versions.GnomeDesktop = '3.0';
imports.gi.versions.Gtk = '3.0';
imports.gi.versions.Soup = '3.0';
imports.gi.versions.TelepathyGLib = '0.12';
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]