Having this error:
/usr/bin/github-desktop: line 3: /opt/github-desktop/desktop: No such file or directory
on 2018-12-22 update.
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: | 53 |
Popularity: | 1.22 |
First Submitted: | 2017-07-22 21:26 (UTC) |
Last Updated: | 2025-03-04 11:52 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »
Having this error:
/usr/bin/github-desktop: line 3: /opt/github-desktop/desktop: No such file or directory
on 2018-12-22 update.
Any chance of new release soon?
/usr/bin/github-desktop: line 3: 24926 Segmentation fault (core dumped) LD_PRELOAD=libcurl.so.3 /opt/github-desktop/desktop "$@"
after i try to run this error occured please help
please update ! Latest Version is 1.2.3
Building errors are due to nodejs v10 in arch repository. Github desktop is developed with node v8.
adding nvm to makedepends and modifying build section to use nvm to change node version used during build should resolve this issue
build() {
cd desktop
source /usr/share/nvm/init-nvm.sh
nvm install --lts
nvm use --lts
export DISPLAY=':99.0'
Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
yarn install
yarn build:prod
nvm deactivate
}
make: *** [binding.target.mk:115: Release/obj.target/binding/src/binding.o] Ошибка 1
make: выход из каталога «/build/github-desktop/src/desktop/node_modules/node-sass/build»
gyp ERR! build error
gyp ERR! stack Error: make
failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/build/github-desktop/src/desktop/node_modules/node-gyp/lib/build.js:258:23)
gyp ERR! stack at ChildProcess.emit (events.js:182:13)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:235:12)
gyp ERR! System Linux 4.16.8-1-ARCH
gyp ERR! command "/usr/bin/node" "/build/github-desktop/src/desktop/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="
gyp ERR! cwd /build/github-desktop/src/desktop/node_modules/node-sass
gyp ERR! node -v v10.1.0
==> ОШИБКА: Произошел сбой в build(). Прерывание...
==> ERROR: One or more PGP signatures could not be verified! ==> ERROR: Makepkg was unable to build libcurl-openssl-1.0.
help me to install github desktop
For github-desktop-git, downgrade nodejs to official repo version:
nodejs-lts-carbon 8.11.1-1 source:https://github.com/nodejs/nan/issues/504
Will enable the git version of this package to build. Have not tried this version yet.
immackay, if confirmed to fix this version, could you either add this to the makedepends and/or remove or replace nodejs to nodejs-lts-carbon in depends?
These two packages are in conflict with each other.
Failed to compile. I use the appimage from https://github.com/shiftkey/desktop/releases for now.
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.