-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
Wrap gnome control center and online accounts #26305
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
--set GDK_PIXBUF_MODULE_FILE "$GDK_PIXBUF_MODULE_FILE" \ | ||
--prefix XDG_DATA_DIRS : "${gnome3.gnome_themes_standard}/share:${sound-theme-freedesktop}/share:$out/share:$out/share/gnome-control-center:$XDG_ICON_DIRS:$GSETTINGS_SCHEMAS_PATH" | ||
for i in $out/share/applications/*; do | ||
substituteInPlace $i --replace "gnome-control-center" "$out/bin/gnome-control-center" |
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.
Did you check that this substituteInPlace line is not needed anymore?
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.
Thanks for spotting, that was still needed. I added it back.
Any chance for a merge? |
019b8df
to
9e80d36
Compare
9e80d36
to
0340a33
Compare
Thanks! |
0340a33
to
845a403
Compare
Rebased. |
Motivation for this change
I could not add an exchange account using
gnome-online-accounts
because it could not findglib_networking
Things done
(nix.useSandbox on NixOS,
or option
build-use-sandbox
innix.conf
on non-NixOS)
nix-shell -p nox --run "nox-review wip"
./result/bin/
)