Loading pkgs/desktops/gnome/extensions/EasyScreenCast/default.nix +2 −3 Original line number Diff line number Diff line Loading @@ -2,13 +2,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "gnome-shell-extension-EasyScreenCast"; version = "1.7.1"; version = "1.9.0"; src = fetchFromGitHub { owner = "EasyScreenCast"; repo = "EasyScreenCast"; rev = finalAttrs.version; hash = "sha256-G7wdRFA0qL+6inVRLAmKoP0E0IOyvlmQIUwbDv/DbLI="; hash = "sha256-rRRMFAdWseTxW6W194TE3yNlnpPX7gLViLPLQW6zuSI="; }; patches = [ Loading @@ -32,6 +32,5 @@ stdenv.mkDerivation (finalAttrs: { license = licenses.gpl3Plus; maintainers = with maintainers; [ doronbehar ]; platforms = platforms.linux; broken = true; }; }) pkgs/desktops/gnome/extensions/EasyScreenCast/fix-gi-path.patch +43 −20 Original line number Diff line number Diff line diff --git a/prefs.js b/prefs.js index 97b85a3..2fc6539 100644 --- a/prefs.js +++ b/prefs.js @@ -14,8 +14,8 @@ diff --git i/extension.js w/extension.js index c151057..1b6dfc3 100644 --- i/extension.js +++ w/extension.js @@ -717,7 +717,7 @@ const EasyScreenCastIndicator = GObject.registerClass({ Lib.TalkativeLog('-*-execute post command'); // launch cmd after registration - const tmpCmd = `/usr/bin/sh -c "${this._settings.getOption('s', Settings.POST_CMD_SETTING_KEY)}"`; + const tmpCmd = `/bin/sh -c "${this._settings.getOption('s', Settings.POST_CMD_SETTING_KEY)}"`; const mapObj = { _fpath: pathFile, diff --git i/prefs.js w/prefs.js index e0dd1a2..9dcb87a 100644 --- i/prefs.js +++ w/prefs.js @@ -13,8 +13,8 @@ 'use strict'; const GIRepository = imports.gi.GIRepository; import GIRepository from 'gi://GIRepository'; -GIRepository.Repository.prepend_search_path('/usr/lib64/gnome-shell'); -GIRepository.Repository.prepend_library_path('/usr/lib64/gnome-shell'); +GIRepository.Repository.prepend_search_path('@gnomeShell@/lib/gnome-shell'); +GIRepository.Repository.prepend_library_path('@gnomeShell@/lib/gnome-shell'); const GObject = imports.gi.GObject; const Gio = imports.gi.Gio; @@ -746,7 +746,7 @@ const EasyScreenCastSettingsWidget = GObject.registerClass({ import Adw from 'gi://Adw'; import GObject from 'gi://GObject'; @@ -713,7 +713,7 @@ const EasyScreenCastSettingsWidget = GObject.registerClass({ Lib.TalkativeLog('-^-NOT SET xdg-user video'); ctx.CtrlExe.Execute( Loading @@ -22,19 +35,29 @@ index 97b85a3..2fc6539 100644 true, (success, out) => { Lib.TalkativeLog(`-^-CALLBACK sync S: ${success} out: ${out}`); diff --git a/utilaudio.js b/utilaudio.js index 957eda2..84af241 100644 --- a/utilaudio.js +++ b/utilaudio.js @@ -15,10 +15,7 @@ const GObject = imports.gi.GObject; const GIRepository = imports.gi.GIRepository; @@ -883,7 +883,7 @@ const EasyScreenCastSettingsWidget = GObject.registerClass({ ); ctx.CtrlExe.Execute( - 'journalctl /usr/bin/gnome-shell --since "15 min ago" --output=cat --no-pager', + 'journalctl @gnomeShell@/bin/.gnome-shell-wrapped --since "15 min ago" --output=cat --no-pager', false, success => { Lib.TalkativeLog(`-^-CALLBACK async S= ${success}`); diff --git i/utilaudio.js w/utilaudio.js index b07e181..ed7d3ba 100644 --- i/utilaudio.js +++ w/utilaudio.js @@ -14,10 +14,8 @@ import GObject from 'gi://GObject'; import GIRepository from 'gi://GIRepository'; -GIRepository.Repository.prepend_search_path('/usr/lib/gnome-shell'); -GIRepository.Repository.prepend_library_path('/usr/lib/gnome-shell'); -GIRepository.Repository.prepend_search_path('/usr/lib64/gnome-shell'); -GIRepository.Repository.prepend_library_path('/usr/lib64/gnome-shell'); +GIRepository.Repository.prepend_search_path("@gnomeShell@/lib/gnome-shell"); const Gvc = imports.gi.Gvc; +GIRepository.Repository.prepend_search_path('@gnomeShell@/lib/gnome-shell'); +GIRepository.Repository.prepend_library_path('@gnomeShell@/lib/gnome-shell'); import Gvc from 'gi://Gvc'; const ExtensionUtils = imports.misc.extensionUtils; import * as Lib from './convenience.js'; Loading
pkgs/desktops/gnome/extensions/EasyScreenCast/default.nix +2 −3 Original line number Diff line number Diff line Loading @@ -2,13 +2,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "gnome-shell-extension-EasyScreenCast"; version = "1.7.1"; version = "1.9.0"; src = fetchFromGitHub { owner = "EasyScreenCast"; repo = "EasyScreenCast"; rev = finalAttrs.version; hash = "sha256-G7wdRFA0qL+6inVRLAmKoP0E0IOyvlmQIUwbDv/DbLI="; hash = "sha256-rRRMFAdWseTxW6W194TE3yNlnpPX7gLViLPLQW6zuSI="; }; patches = [ Loading @@ -32,6 +32,5 @@ stdenv.mkDerivation (finalAttrs: { license = licenses.gpl3Plus; maintainers = with maintainers; [ doronbehar ]; platforms = platforms.linux; broken = true; }; })
pkgs/desktops/gnome/extensions/EasyScreenCast/fix-gi-path.patch +43 −20 Original line number Diff line number Diff line diff --git a/prefs.js b/prefs.js index 97b85a3..2fc6539 100644 --- a/prefs.js +++ b/prefs.js @@ -14,8 +14,8 @@ diff --git i/extension.js w/extension.js index c151057..1b6dfc3 100644 --- i/extension.js +++ w/extension.js @@ -717,7 +717,7 @@ const EasyScreenCastIndicator = GObject.registerClass({ Lib.TalkativeLog('-*-execute post command'); // launch cmd after registration - const tmpCmd = `/usr/bin/sh -c "${this._settings.getOption('s', Settings.POST_CMD_SETTING_KEY)}"`; + const tmpCmd = `/bin/sh -c "${this._settings.getOption('s', Settings.POST_CMD_SETTING_KEY)}"`; const mapObj = { _fpath: pathFile, diff --git i/prefs.js w/prefs.js index e0dd1a2..9dcb87a 100644 --- i/prefs.js +++ w/prefs.js @@ -13,8 +13,8 @@ 'use strict'; const GIRepository = imports.gi.GIRepository; import GIRepository from 'gi://GIRepository'; -GIRepository.Repository.prepend_search_path('/usr/lib64/gnome-shell'); -GIRepository.Repository.prepend_library_path('/usr/lib64/gnome-shell'); +GIRepository.Repository.prepend_search_path('@gnomeShell@/lib/gnome-shell'); +GIRepository.Repository.prepend_library_path('@gnomeShell@/lib/gnome-shell'); const GObject = imports.gi.GObject; const Gio = imports.gi.Gio; @@ -746,7 +746,7 @@ const EasyScreenCastSettingsWidget = GObject.registerClass({ import Adw from 'gi://Adw'; import GObject from 'gi://GObject'; @@ -713,7 +713,7 @@ const EasyScreenCastSettingsWidget = GObject.registerClass({ Lib.TalkativeLog('-^-NOT SET xdg-user video'); ctx.CtrlExe.Execute( Loading @@ -22,19 +35,29 @@ index 97b85a3..2fc6539 100644 true, (success, out) => { Lib.TalkativeLog(`-^-CALLBACK sync S: ${success} out: ${out}`); diff --git a/utilaudio.js b/utilaudio.js index 957eda2..84af241 100644 --- a/utilaudio.js +++ b/utilaudio.js @@ -15,10 +15,7 @@ const GObject = imports.gi.GObject; const GIRepository = imports.gi.GIRepository; @@ -883,7 +883,7 @@ const EasyScreenCastSettingsWidget = GObject.registerClass({ ); ctx.CtrlExe.Execute( - 'journalctl /usr/bin/gnome-shell --since "15 min ago" --output=cat --no-pager', + 'journalctl @gnomeShell@/bin/.gnome-shell-wrapped --since "15 min ago" --output=cat --no-pager', false, success => { Lib.TalkativeLog(`-^-CALLBACK async S= ${success}`); diff --git i/utilaudio.js w/utilaudio.js index b07e181..ed7d3ba 100644 --- i/utilaudio.js +++ w/utilaudio.js @@ -14,10 +14,8 @@ import GObject from 'gi://GObject'; import GIRepository from 'gi://GIRepository'; -GIRepository.Repository.prepend_search_path('/usr/lib/gnome-shell'); -GIRepository.Repository.prepend_library_path('/usr/lib/gnome-shell'); -GIRepository.Repository.prepend_search_path('/usr/lib64/gnome-shell'); -GIRepository.Repository.prepend_library_path('/usr/lib64/gnome-shell'); +GIRepository.Repository.prepend_search_path("@gnomeShell@/lib/gnome-shell"); const Gvc = imports.gi.Gvc; +GIRepository.Repository.prepend_search_path('@gnomeShell@/lib/gnome-shell'); +GIRepository.Repository.prepend_library_path('@gnomeShell@/lib/gnome-shell'); import Gvc from 'gi://Gvc'; const ExtensionUtils = imports.misc.extensionUtils; import * as Lib from './convenience.js';