Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: c634647271a8
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 337e900c3dea
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Nov 15, 2017

  1. glib: recognize NIX_GSETTINGS_OVERRIDES_DIR variable

    For some reason, the GNOME 3.26 update broke the overrides. It turns
    out the overrides now need to come before the overriden schemas in the
    XDG_DATA_DIRS variable. This is not possible in general due to applications
    prefixing the variable (e.g. in wrapGAppsHook).
    
    To fix this, a new environment variable NIX_GSETTINGS_OVERRIDES_DIR
    was introduced. It has greater priority than XDG_DATA_DIRS but lower
    than GSETTINGS_SCHEMA_DIR. A separate variable was chosen in order not
    to block the built-in one for users.
    jtojnar committed Nov 15, 2017
    Configuration menu
    Copy the full SHA
    1f79b94 View commit details
    Browse the repository at this point in the history
  2. nixos/gnome3: override schemas using env variable

    For some reason, the GNOME 3.26 update broke the overrides. It turns
    out the overrides now need to come before the overriden schemas in the
    XDG_DATA_DIRS variable. This is not possible in general due to applications
    prefixing the variable (e.g. in wrapGAppsHook).
    
    To fix this, a new environment variable NIX_GSETTINGS_OVERRIDES_DIR
    was introduced. It has greater priority than XDG_DATA_DIRS but lower
    than GSETTINGS_SCHEMA_DIR. A separate variable was chosen in order not
    to block the built-in one for users.
    jtojnar committed Nov 15, 2017
    Configuration menu
    Copy the full SHA
    510737c View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2017

  1. Configuration menu
    Copy the full SHA
    337e900 View commit details
    Browse the repository at this point in the history