Skip to content

Commit

Permalink
gimp: Disable update check on startup
Browse files Browse the repository at this point in the history
By default, GIMP checks for updates. Currently, this does not work (in our
environment) resulting in the error below [1].

    $ gimp
    gimp_check_updates_callback: loading of https://gimp.org/gimp_versions.json failed: Peer failed to perform TLS handshake

So, configure the build to disable the check.

    --disable-check-update  GIMP will not look up new version availability on startup

[1]: https://gitlab.gnome.org/GNOME/gimp/-/issues/5622
  • Loading branch information
pmenzel committed Sep 9, 2020
1 parent 940657f commit f084b63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gimp.be0
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ SRCURL[0]="https://download.gimp.org/mirror/pub/gimp/v${PKGVERSION[2]}/gimp-${PK

mee_configure() {
bee_configure \
--disable-check-update \
--disable-python
}

Expand Down

0 comments on commit f084b63

Please sign in to comment.