Skip to content

Commit

Permalink
gnomeExtensions.gsconnect: patch also gsconnect-preferences executabl…
Browse files Browse the repository at this point in the history
…e script

Fixes #363724

(cherry picked from commit 7ebf496)
  • Loading branch information
doronbehar authored and bjornfor committed Dec 19, 2024
1 parent 20f0f59 commit a034e02
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pkgs/desktops/gnome/extensions/gsconnect/fix-paths.patch
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,19 @@ index 53ecd5fc..78782357 100644
import Gio from 'gi://Gio';
import GObject from 'gi://GObject';

diff --git i/src/gsconnect-preferences w/src/gsconnect-preferences
index b16ddc7d..263dfb04 100755
--- a/src/gsconnect-preferences
+++ b/src/gsconnect-preferences
@@ -6,6 +6,8 @@

// -*- mode: js; -*-

+import './__nix-prepend-search-paths.js';
+
import Gdk from 'gi://Gdk?version=3.0';
import 'gi://GdkPixbuf?version=2.0';
import Gio from 'gi://Gio?version=2.0';
diff --git a/src/prefs.js b/src/prefs.js
index dd20fd20..5f82c53a 100644
--- a/src/prefs.js
Expand Down

0 comments on commit a034e02

Please sign in to comment.