-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
pantheon-terminal: fixes "Using the 'memory' GSettings backend" issue #37896
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -16,7 +16,8 @@ stdenv.mkDerivation rec { | |||
preFixup = '' | |||
for f in $out/bin/*; do | |||
wrapProgram $f \ | |||
--prefix XDG_DATA_DIRS : "$GSETTINGS_SCHEMAS_PATH:$XDG_ICON_DIRS:$out/share" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you use wrapGAppsHook
instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure
Also the |
56ca893
to
d7b738e
Compare
# For setup hook | ||
gobjectIntrospection | ||
]; | ||
buildInputs = with gnome3; [ | ||
glib gtk3 granite libnotify gettext vte_290 libgee | ||
gsettings-desktop-schemas defaultIconTheme | ||
gsettings-desktop-schemas defaultIconTheme wrapGAppsHook |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should go to nativeBuildInputs
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changed and tested.
d7b738e
to
64340f4
Compare
@GrahamcOfBorg build pantheon.pantheon-terminal |
No attempt on x86_64-darwin (full log) The following builds were skipped because they don't evaluate on x86_64-darwin: pantheon.pantheon-terminal Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: pantheon.pantheon-terminal Partial log (click to expand)
|
Failure on aarch64-linux (full log) Attempted: pantheon.pantheon-terminal Partial log (click to expand)
|
Motivation for this change
fix annoying issue
/cc @jtojnar
Things done
build-use-sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)