mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
environment: Require GnomeBluetooth 1.0
libgnome-bluetooth will start to offer a 2.0 library version depending on GTK4. Given that GNOME Shell already depends on GTK3, it cannot use this next version of gnome-bluetooth. And since GJS will automatically try and use the latest version available of any library, Shell must specify it wants 1.0 explicitly. Add a required GnomeBluetooth version number when importing it for the status indicator. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2015>
This commit is contained in:
parent
fd45a6c9d2
commit
9ce6756235
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ const Config = imports.misc.config;
|
|||
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.Gtk = '3.0';
|
||||
imports.gi.versions.Soup = '3.0';
|
||||
imports.gi.versions.TelepathyGLib = '0.12';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue