The gconf dependency is no longer needed and now has trouble compiling with the latest release.
Search Criteria
Package Details: github-desktop-bin 3.4.8_linux1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/github-desktop-bin.git (read-only, click to copy) |
---|---|
Package Base: | github-desktop-bin |
Description: | GUI for managing Git and GitHub. |
Upstream URL: | https://desktop.github.com |
Licenses: | MIT |
Conflicts: | github-desktop |
Provides: | github-desktop |
Submitter: | immackay |
Maintainer: | fanninpm (shiftkey) |
Last Packager: | fanninpm |
Votes: | 55 |
Popularity: | 2.59 |
First Submitted: | 2018-08-01 14:12 (UTC) |
Last Updated: | 2024-11-14 03:56 (UTC) |
Dependencies (9)
- curl (curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- git (git-gitAUR, git-glAUR)
- libsecret
- libxss
- nspr (nspr-hgAUR)
- nss (nss-hgAUR)
- org.freedesktop.secrets (keepassxc-gitAUR, gnome-keyring-gitAUR, pass-secrets-gitAUR, keepassxc-allow-aur-extension-originAUR, keepassxc-allow-aur-extension-origin-binAUR, pass-secret-service-binAUR, dssdAUR, pass-secret-service-gitAUR, bitw-gitAUR, keepassxc-qt6AUR, gnome-keyring, keepassxc, kwallet, kwallet5)
- unzip (unzip-natspecAUR, unzip-zstdAUR)
- hub (hub-gitAUR) (optional) – CLI interface for GitHub.
Required by (0)
Sources (4)
- github-desktop.desktop
- https://github.com/shiftkey/desktop/releases/download/release-3.4.8-linux1/GitHubDesktop-linux-amd64-3.4.8-linux1.deb
- https://github.com/shiftkey/desktop/releases/download/release-3.4.8-linux1/GitHubDesktop-linux-arm64-3.4.8-linux1.deb
- https://github.com/shiftkey/desktop/releases/download/release-3.4.8-linux1/GitHubDesktop-linux-armhf-3.4.8-linux1.deb
twolf commented on 2021-03-01 13:40 (UTC)
sdp8483 commented on 2020-12-19 13:48 (UTC)
@mlerota I have the same slow commit experience you mention. I did find that if I click the "Fetch Origin" button during this waiting I can get the commit to finish instantly.
mlerota commented on 2020-11-26 15:05 (UTC)
Anyone having problems with slow commit? Version 2.5.3 works OK, but after that when you click "commit" it takes 45-120 seconds to finish.
hschletz commented on 2020-11-18 16:23 (UTC)
I built this package with the gconf dependency removed from the PKGBUILD and it runs just fine. It is included in the upstream Debian package, but the author appears to be unsure whether it is actually needed:
https://github.com/shiftkey/desktop/blob/linux/script/package-debian.ts
The upstream RPM does not have the gconf dependency either.
bonkmaykrq commented on 2020-11-01 20:39 (UTC)
If any of you are having trouble compiling gconf, run this:
sudo pacman -S gtk-doc gobject-introspection gnome-common
archisman commented on 2020-08-18 05:29 (UTC)
Is it possible to install this in armhf or arm64 (Raspberry Pi)?
petko10 commented on 2020-06-23 09:51 (UTC)
As Elanzer pointed out the PKGBUILD needs to be updated because the binary is one directory deeper. I guess this is the problematic line:
printf "#!/bin/sh\n\n/opt/${_pkgname}/github-desktop \"\$@\"\n" | install -Dm755 /dev/stdin "${pkgdir}/usr/bin/${_pkgname}"
Where the actual binary location is /opt/github-desktop/github-desktop/github-desktop
The other way around is to manually replace the symlink to said bianry.
Elanzer commented on 2020-06-13 21:58 (UTC) (edited on 2020-06-13 22:01 (UTC) by Elanzer)
I had to update /usr/bin/github-desktop
script to /opt/github-desktop/github-desktop/github-desktop "$@"
, because it was pointing to the directory.
serkonda7 commented on 2020-05-14 20:49 (UTC)
Is gnome-keyring actually needed? Because GitHub Desktop just starts even if I enter a wrong keyring password.
Pinned Comments
fanninpm commented on 2022-04-05 00:18 (UTC)
ATTN: The hard dependency on
gnome-keyring
has finally been relaxed. I have not tested this thoroughly; your mileage may vary.immackay commented on 2019-10-04 23:52 (UTC)
For whom it may concern: this package depends on Shiftkey's linux support fork, located at https://github.com/shiftkey/desktop/
I check this regularly for releases. If you want the newest version, I suggest you check out github-desktop-git and modify the PKGBUILD to use the base repository, with the understanding that the application takes a significant amount of RAM to build.