Skip to content
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

Fix gnome-shell-extensions-3.28.0 #38390

Merged
merged 3 commits into from Apr 3, 2018
Merged

Conversation

hedning
Copy link
Contributor

@hedning hedning commented Apr 3, 2018

Motivation for this change

This fixes three problems that surfaced when upgrading to gnome 3.28

  1. The new meson build doesn't compile the schema files.

  2. The apps-menu extension broke by gnome-shell no longer depending on gnome-menus.

  3. Lastly gnome-tweaks didn't find the necessary files to let users change themes when the user-theme extension was enabled.

cc @jtojnar

fixes #38377

Things done

Light testing of the changes in a VM on top of nixos-unstable.

  • Tested using sandboxing (nix.useSandbox on NixOS, or option build-use-sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

@GrahamcOfBorg GrahamcOfBorg added 6.topic: GNOME GNOME desktop environment and its underlying platform 10.rebuild-darwin: 0 10.rebuild-linux: 1-10 labels Apr 3, 2018

if [ -f $schema ]; then
mkdir $f/schemas
cp $schema $f/schemas;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Symlink should be enough.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

True

@@ -23,7 +23,7 @@ in stdenv.mkDerivation rec {
libnotify gnome3.gnome-shell python3Packages.pygobject3
libsoup gnome3.gnome-settings-daemon gnome3.nautilus
gnome3.mutter gnome3.gnome-desktop gobjectIntrospection
gnome3.nautilus
gnome3.nautilus gnome3.gnome-shell-extensions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add comment that it is needed for schemas from the theme extension?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, true

@jtojnar jtojnar merged commit 317567e into NixOS:master Apr 3, 2018
@hedning hedning deleted the gnome-shell-extensions branch April 3, 2018 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6.topic: GNOME GNOME desktop environment and its underlying platform 10.rebuild-darwin: 0 10.rebuild-linux: 1-10
Projects
None yet
Development

Successfully merging this pull request may close these issues.

gnome-shell-extensions-3.28 are broken on unstable
3 participants