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: 86990d26bad0
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 5d795355a0eb
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jun 1, 2018

  1. signal-desktop: Fix a possible crash when saving an attachment

    If executed in a pure environment (nix-shell --pure) or depending on the
    `gtk3` version of the system Signal-Desktop was e.g. crashing when
    clicking on a PDF attachment (instead of showing the dialog to save a
    file).
    Using wrapGAppsHook and setting XDG_DATA_DIRS to the correct version
    fixes this bug.
    
    The error message was the following:
    ```
    (signal-desktop:30756): Gtk-WARNING **: 14:04:49.073: Could not find the icon 'user-home-symbolic-ltr'. The 'hicolor' theme
    was not found either, perhaps you need to install it.
    You can get a copy from:
            http://icon-theme.freedesktop.org/releases
    
    (signal-desktop:30756): GLib-GIO-ERROR **: 14:04:49.134: No GSettings schemas are installed on the system
    Trace/breakpoint trap
    ```
    primeos committed Jun 1, 2018
    Copy the full SHA
    5d79535 View commit details
    Browse the repository at this point in the history