@TheRepoClub I don't think your OOD flag is valid, the Linux builds in the fork this works from run behind the official Windows/macOS builds. As of this writing I think it is current. Complain to GitHub about their terrible project management ... Electron apps without Linux build ability in this case, "releases" that force new builds even when you use specific version tags in the case of Super-Linter, etc.
Search Criteria
Package Details: github-desktop 3.4.8-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/github-desktop.git (read-only, click to copy) |
---|---|
Package Base: | github-desktop |
Description: | GUI for managing Git and GitHub |
Upstream URL: | https://desktop.github.com |
Keywords: | git github |
Licenses: | MIT |
Submitter: | mikelpint |
Maintainer: | alerque (shiftkey) |
Last Packager: | alerque |
Votes: | 50 |
Popularity: | 0.38 |
First Submitted: | 2017-07-22 21:26 (UTC) |
Last Updated: | 2024-11-15 19:20 (UTC) |
Dependencies (15)
- curl (curl-quiche-gitAUR, 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)
- nodejs-lts-iron (make)
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
- python-setuptools (make)
- xorg-server-xvfb (xorg-server-xvfb-gitAUR) (make)
- yarn (yarn-pnpm-corepackAUR, corepackerAUR, yarn-berryAUR) (make)
- github-cli (github-cli-gitAUR) (optional) – CLI interface for GitHub
- hub (hub-gitAUR) (optional) – CLI interface for GitHub
Required by (0)
Sources (5)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »
alerque commented on 2021-01-08 09:22 (UTC)
Fuxy commented on 2020-06-13 22:22 (UTC) (edited on 2020-06-13 22:23 (UTC) by Fuxy)
I'm getting
/usr/bin/github-desktop: line 3: /opt/github-desktop/github-desktop: Is a directory
it looks like the path to the executable changed to
/opt/github-desktop/github-desktop/github-desktop
i had to edit the shell script at /usr/bin/github-desktop
but this is only a temporary fix
tyrannis.hawk commented on 2020-04-12 17:40 (UTC) (edited on 2020-04-17 12:52 (UTC) by tyrannis.hawk)
I'm getting the following buuld error (using a clean build environment with aurutils):
Packaging…
Packaging app for platform linux x64 using electron v7.1.8
Error: spawn unzip ENOENT
at Process.ChildProcess._handle.onexit (internal/child_process.js:267:19)
at onErrorNT (internal/child_process.js:467:16)
at processTicksAndRejections (internal/process/task_queues.js:84:21) {
errno: -2,
code: 'ENOENT',
syscall: 'spawn unzip',
path: 'unzip',
spawnargs: [
'-o',
'/build/.cache/electron/httpsgithub.comelectronelectronreleasesdownloadv7.1.8electron-v7.1.8-linux-x64.zip/electron-v7.1.8-linux-x64.zip',
'-d',
'/build/github-desktop/src/desktop/dist/linux-x64-template'
],
cmd: 'unzip -o /build/.cache/electron/httpsgithub.comelectronelectronreleasesdownloadv7.1.8electron-v7.1.8-linux-x64.zip/electron-v7.1.8-linux-x64.zip -d /build/github-desktop/src/desktop/dist/linux-x64-template'
}
error Command failed with exit code 1.
[EDIT] I figured it out. unzip is a build dependency. Could you please add it to makedepends? That should fix the issue and prevent an issue for other people who build in a clean env or don't have it installed.
immackay commented on 2019-04-26 06:43 (UTC)
Recommendation: install the binary version, github-desktop-bin.
Compiling this is painful.
pthalamy commented on 2019-03-27 14:38 (UTC) (edited on 2019-03-27 14:39 (UTC) by pthalamy)
For some reason doing as advised by @marlock87 did not work for me. I had to manually install nvm and configure it before installing github-desktop from AUR. These are the commands I had to run:
yay nvm # or whatever AUR helper you are using
source /usr/share/nvm/init-nvm.sh
nvm install --lts
nvm use --lts
yay github-desktop # or whatever AUR helper you are using
nvm deactivate
<deleted-account> commented on 2018-12-27 05:23 (UTC)
To add to @madis's comment: the new path of the binary is /opt/github-desktop/github-desktop
. Currently launching via the .desktop file or the /usr/bin/github-desktop script is broken.
<deleted-account> commented on 2018-12-27 04:35 (UTC)
Note that the repo url has changed to github.com/desktop/desktop. shiftkey/desktop is now shiftkey's personal fork. [EDIT: my bad; shiftkey's fork is what provides linux support. Sorry]
madis commented on 2018-12-24 11:47 (UTC) (edited on 2018-12-24 11:47 (UTC) by madis)
Having this error:
/usr/bin/github-desktop: line 3: /opt/github-desktop/desktop: No such file or directory
on 2018-12-22 update.
Pinned Comments
alerque commented on 2024-04-26 10:20 (UTC) (edited on 2024-04-26 10:21 (UTC) by alerque)
This package follows the Linux enabled fork releases here. Please do not flag it as OOD when the upstream Windows/OSX only Microsoft project updates but when the Linux enabled builds are available from @shiftkey. Thank you.