Package Details: gitkraken 9.13.0-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: 291
Popularity: 0.99
First Submitted: 2015-10-21 19:17 (UTC)
Last Updated: 2024-03-07 06:02 (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

1 2 3 4 5 6 .. 23 Next › Last »

sarvasana commented on 2023-08-19 03:34 (UTC) (edited on 2023-08-19 03:35 (UTC) by sarvasana)

The GitKraken.desktop file should be as below. Otherwise authentication will fail with the following error on at least KDE.

Error: Unable to create KIO worker. Unknown protocol 'gitkraken'.

Fixed GitKraken.desktop:

[Desktop Entry]  
Name=GitKraken  
GenericName=Git Client  
Comment=Git Graphical User Interface  
Exec=/usr/bin/gitkraken %U  
Icon=gitkraken  
Terminal=false  
Type=Application  
Categories=Development;IDE;Utility;  
MimeType=x-scheme-handler/gitkraken;  

hi-phile commented on 2023-01-26 01:29 (UTC)

Is the version correct for this? When I installed it via yay it seems to use 9.0.0-1 and then in the application it shows there's an update to 9.0.1.

yay -S gitkraken resolving dependencies... looking for conflicting packages...

Packages (1) gitkraken-9.0.0-1

Total Installed Size: 333.27 MiB

dnaka91 commented on 2022-10-13 14:01 (UTC)

Looks like version 8.10.0 has been withdrawn, according to the note at https://help.gitkraken.com/gitkraken-client/current/#version-8-10-0. Maybe that's the actual issue?

So downgrading the package to 8.9.1 might fix the issues (if that's possible).

For me I worked around it by wiping the whole /opt/gitkraken folder and extracting https://www.gitkraken.com/download/linux-gzip into it, which likely is now 8.9.1 instead of the 8.10.0 from the package.

Nikojiro commented on 2022-10-12 09:35 (UTC) (edited on 2022-10-12 09:38 (UTC) by Nikojiro)

The 8.10.0-2 update does not fix the issue for me, still getting:

$ gitkraken 
libva error: /usr/lib/dri/i965_drv_video.so init failed
[97854:1012/113416.180119:ERROR:sandbox_linux.cc(377)] InitializeSandbox() called with multiple threads in process gpu-process.

isto commented on 2022-10-12 08:50 (UTC) (edited on 2022-10-12 08:51 (UTC) by isto)

https://github.com/Azd325/gitkraken/tree/207-permissions fixed the issue for me, master with chrome_crashpad_handler update (29ba0dfe4f2d3d93fe02a4a76e80458586220fe4) did not work (no error message, but gitkraken start hangs up)

Azd325 commented on 2022-10-12 07:53 (UTC)

There is now an update out for the chrome_crashpad_handler.

vanhtuan0409 commented on 2022-10-12 02:49 (UTC) (edited on 2022-10-12 02:49 (UTC) by vanhtuan0409)

Tried to download the 8.10.0 binary and I can run it successfully

After a quick look around, I notice that /opt/gitkraken/*.so and /opt/gitkraken/chrome_crashpad_handler was not correctly as permission as 0755

Manually set permission for those files to 0755 make gitkraken start successfully

Hope the author updates the PKGBUILD to fix this

lukinhasb commented on 2022-10-11 20:07 (UTC) (edited on 2022-10-11 20:15 (UTC) by lukinhasb)

The 8.10.0 binary from https://www.gitkraken.com/download/linux-gzip also works, so this must be indeed connected to the package.

It doesn't work for me. Same error. I think downgrading to 8.9 is the only way for now, until Gitkraken fixes this. The steps shared by alorence worked nicely.

naraesk commented on 2022-10-11 14:57 (UTC)

The 8.10.0 binary from https://www.gitkraken.com/download/linux-gzip also works, so this must be indeed connected to the package.

alorence commented on 2022-10-11 12:49 (UTC)

Anyway, since I really need this tool to work, I manually downgraded to 8.9:

git clone git@github.com:Azd325/gitkraken.git /var/tmp/pamac-build-${USER}/gitkraken-8.9
cd /var/tmp/pamac-build-${USER}/gitkraken-8.9
git checkout c89ab0e
makepkg -si

Hope this will help others, until the issue is solved