summary refs log tree commit diff
path: root/pkgs/applications/graphics/shutter
Commit message (Collapse)AuthorAge
* treewide: remove redundant recvolth2019-08-28
|
* gdk-pixbuf: rename from gdk_pixbufworldofpeace2019-07-22
|
* shutter: 0.94.2 -> 0.94.3R. RyanTM2019-06-18
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/shutter/versions
* lib.makePerlPath -> perlPackages.makePerlPathvolth2018-12-15
|
* shutter: 0.94 -> 0.94.2 (#49546)Tristan Helmich2018-11-03
| | | | | | | | | | | * shutter: 0.94 -> 0.94.2 * shutter: dependencies refresh procps and perlPackages.FileBaseDir were missing Perl package JSONMaybeXS replaces JSONXS Moved makeWrapper to nativeBuildInputs
* treewide: fix build with disallowed aliases (#43872)volth2018-07-21
| | | fixes build with disallowed aliases
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* shutter: wrap `XDG_DATA_DIRS` with `hicolor-icon-theme`Maximilian Bosch2018-05-04
| | | | | | | | | | | | | | | | | 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.
* shutter: add missing dependencies for Screenshot->Export (Ctrl+U) supportBjørn Forsman2018-04-19
| | | | | | | | | | However, none of the exporters I tried actually _worked_, but now shutter at least returns an error to the user (pop-up UI element) instead of silently hanging and only leaving messages on stdout/stderr about the missing deps. AFAICS, this changes the failure of Screenshot->Export functionality from a packaging bug to an application bug (upstream).
* shutter: 0.93.1 -> 0.94jaltek2017-10-10
|
* shutter: add patch for CVE-2015-0854 with remote codeGraham Christensen2016-11-16
|
* shutter: fix runtime error (missing imagemagick)Bjørn Forsman2016-06-02
| | | | | | | | | | | Fixes this: $ shutter ERROR: imagemagick is missing --> aborting! Due to 73f1f5eb3969743fe459e7cc36cfb766c7f5318a ("imagemagick: split dev output to fix #9604") which was committed in the same period as shutter was added to nixpkgs.
* shutter: init at 0.93.1Bjørn Forsman2016-05-26
Screenshot and annotation tool. The application may complain about missing GConf dbus service[1], but it still works (and remembers its settings, AFAICT). [1]: The error message is (line wrapped): GConf Error: Failed to contact configuration server; the most common cause is a missing or misconfigured D-Bus session bus daemon. See http://projects.gnome.org/gconf/ for information. (Details - 1: GetIOR failed: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.GConf was not provided by any .service files)