Package Details: gitkraken 11.1.1-1

Git Clone URL: https://aur.archlinux.org/gitkraken.git (read-only, click to copy)
Package Base: gitkraken
Description: The intuitive, fast, and beautiful cross-platform Git client.
Upstream URL: https://www.gitkraken.com/
Keywords: git
Licenses: custom
Provides: gitkraken
Submitter: Azd325
Maintainer: Azd325
Last Packager: Azd325
Votes: 305
Popularity: 1.37
First Submitted: 2015-10-21 19:17 (UTC)
Last Updated: 2025-05-17 19:07 (UTC)

Pinned Comments

Azd325 commented on 2016-12-06 23:45 (UTC)

Hey guys, If you want to speed up/improve the process there is also a GitHub repo availaible to do PRs :) https://github.com/Azd325/gitkraken Thanks Tim

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 14 15 .. 23 Next › Last »

funkymonk commented on 2017-07-02 17:19 (UTC)

@MarcinWieczorek @schmui having the same issue!

max-k commented on 2017-06-24 07:59 (UTC)

Hi, Is it possible to put gconf and libgnome-keyring as optional dependencies ?

wfriesen commented on 2017-06-11 04:15 (UTC)

Re-installing libcurl-openssl-1.0 solved this issue for me, on standard Arch: /opt/gitkraken/gitkraken: /usr/lib/libssl.so.1.0.0: version `OPENSSL_1.0.2d' not found (required by /usr/lib/libcurl-openssl-1.0.so.4.4.0) /opt/gitkraken/gitkraken: /usr/lib/libcrypto.so.1.0.0: version `OPENSSL_1.0.2d' not found (required by /usr/lib/libcurl-openssl-1.0.so.4.4.0)

EgidioCaprino commented on 2017-06-10 08:43 (UTC)

/opt/gitkraken/gitkraken: /usr/lib/libssl.so.1.0.0: version `OPENSSL_1.0.2d' not found (required by /usr/lib/libcurl-openssl-1.0.so.4.4.0) /opt/gitkraken/gitkraken: /usr/lib/libcrypto.so.1.0.0: version `OPENSSL_1.0.2d' not found (required by /usr/lib/libcurl-openssl-1.0.so.4.4.0)

MarcinWieczorek commented on 2017-06-09 14:31 (UTC)

https://github.com/Azd325/gitkraken/issues/45

schmui commented on 2017-06-09 14:30 (UTC)

I don't know since when it started happening, but GitKraken seems to use a different font in the file browser. Trying to open a repository opens the local filebrowser, but fonts are not shown correctly (see screenshot https://ibb.co/k70YOF) does anybody have an idea what might have changed? I tried recaching and installing some additional fonts but nothing changed. Anybody else having similar problems? (Using gnome 3.24.2)

ideepaksuryas commented on 2017-06-07 13:14 (UTC)

reinstalling libcurl-openssl-1.0 solved the problem on manjaro

tavuntu commented on 2017-06-06 16:53 (UTC)

@ParanoidCoder yes, I see the same issue.

Glaeqen commented on 2017-06-05 19:28 (UTC) (edited on 2017-07-12 21:10 (UTC) by Glaeqen)

READ THIS -> It helps! My suggested workaround for /opt/gitkraken/gitkraken: /usr/lib/libssl.so.1.0.0: version `OPENSSL_1.0.2d' not found (required by /usr/lib/libcurl-openssl-1.0.so.4.4.0) /opt/gitkraken/gitkraken: /usr/lib/libcrypto.so.1.0.0: version `OPENSSL_1.0.2d' not found (required by /usr/lib/libcurl-openssl-1.0.so.4.4.0) is: Modify /usr/bin/gitkraken script into LD_PRELOAD="/usr/lib/libcurl-openssl-1.0.so.4.4.0 /usr/lib/openssl-1.0-compat/libcrypto.so.1.0.0 /usr/lib/openssl-1.0-compat/libssl.so.1.0.0" /opt/gitkraken/gitkraken "$@"