@SakuraPuare using unversioned archives is bad packaging practices
Search Criteria
Package Details: gitkraken 11.1.1-1
Package Actions
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: | 304 |
Popularity: | 0.71 |
First Submitted: | 2015-10-21 19:17 (UTC) |
Last Updated: | 2025-05-17 19:07 (UTC) |
Dependencies (6)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR, gtk3-classic-xfceAUR)
- libsecret
- libxkbfile
- nss (nss-hgAUR)
- git-lfs (git-lfs-gitAUR) (optional) – git-lfs support
- org.freedesktop.secrets (gnome-keyring-gitAUR, pass-secrets-gitAUR, keepassxc-allow-aur-extension-originAUR, keepassxc-allow-aur-extension-origin-binAUR, bitw-gitAUR, keepassxc-qt6AUR, pass-secret-service-binAUR, keepassxc-gitAUR, pass-secret-service-gitAUR, dssdAUR, gnome-keyring, keepassxc, kwallet, kwallet5) (optional) – Provides ways to store passwords and encryption keys
Required by (0)
Sources (4)
FabioLolix commented on 2025-05-17 09:49 (UTC)
SakuraPuare commented on 2025-05-17 09:34 (UTC)
here is the latest url https://api.gitkraken.dev/releases/production/linux/x64/active/gitkraken-amd64.tar.gz
FabioLolix commented on 2024-04-10 16:12 (UTC)
AFAIK debug is know default, anyway installing the base-devel
package is a pre-requistite for using the AUR https://wiki.archlinux.org/title/Arch_User_Repository#Prerequisites
MarcinWieczorek commented on 2024-04-10 15:50 (UTC)
@tyress are you aware that your makepkg is configured to create a debug pacakge? https://man.archlinux.org/man/makepkg.conf.5#OPTIONS You might not need it at all.
tyress commented on 2024-04-10 13:49 (UTC) (edited on 2024-04-10 13:49 (UTC) by tyress)
I was getting this error initially during install:
error: failed to commit transaction (conflicting files)
gitkraken-debug: /usr/lib/debug/.build-id/5c/6db9b54e4ed82973661935a0eca0c1415196ff exists in filesystem (owned by mongodb-compass-debug)
gitkraken-debug: /usr/lib/debug/.build-id/5c/6db9b54e4ed82973661935a0eca0c1415196ff.debug exists in filesystem (owned by mongodb-compass-debug)
gitkraken-debug: /usr/lib/debug/.build-id/73/2e24a29d582f7bc4cea91594e5705a473fc762 exists in filesystem (owned by mongodb-compass-debug)
gitkraken-debug: /usr/lib/debug/.build-id/73/2e24a29d582f7bc4cea91594e5705a473fc762.debug exists in filesystem (owned by mongodb-compass-debug)
gitkraken-debug: /usr/lib/debug/.build-id/a2/1553c76c8c586d630a0323710633cdb676ae95 exists in filesystem (owned by mongodb-compass-debug)
gitkraken-debug: /usr/lib/debug/.build-id/a2/1553c76c8c586d630a0323710633cdb676ae95.debug exists in filesystem (owned by mongodb-compass-debug)
gitkraken-debug: /usr/lib/debug/.build-id/f4/621c3403815feaf0b0e1f04c3cd0a2aa3dddf0 exists in filesystem (owned by mongodb-compass-debug)
gitkraken-debug: /usr/lib/debug/.build-id/f4/621c3403815feaf0b0e1f04c3cd0a2aa3dddf0.debug exists in filesystem (owned by mongodb-compass-debug)
Ended up just removing mongodb-compass-debug
anyway so install succeeded, but just FYI
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)
Pinned Comments
Azd325 commented on 2016-12-06 23:45 (UTC)