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: 758144ea44c1
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 92e6593b288b
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on May 7, 2018

  1. shutter: wrap XDG_DATA_DIRS with hicolor-icon-theme

    When opening `shutter` it adds an indicator icon to the status bar.
    However this doesn't happen (and an ugly default icon will be used) if
    `shutter` can't find the `hicolor-icon-theme`. In such a case a warning
    like this can be found in `stderr`:
    
    ```
    Gtk-WARNING **: Could not find the icon 'image-png'. The 'hicolor' theme
    was not found either, perhaps you need to install it.
    ```
    
    As I don't think that we should force users to install this theme
    globally and several other packages including `tor-browser`, `gparted`
    or `clawsmail` add `hicolor-icon-theme` to their closure this seems to
    be a fair measure.
    
    (cherry picked from commit 40226e6)
    Ma27 authored and fpletz committed May 7, 2018
    Copy the full SHA
    92e6593 View commit details
    Browse the repository at this point in the history