Package Details: github-desktop 3.4.8-1

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.37
First Submitted: 2017-07-22 21:26 (UTC)
Last Updated: 2024-11-15 19:20 (UTC)

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.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »

KaMeHb-UA commented on 2018-04-18 21:30 (UTC)

@immackay can you add next line to the desktop file? This helps most WMs to recognize window.

StartupWMClass=github desktop

immackay commented on 2018-04-11 21:42 (UTC)

@Eschwartz Thank you for finding that node-gyp issue.

eschwartz commented on 2018-04-11 20:36 (UTC) (edited on 2018-04-11 20:39 (UTC) by eschwartz)

Anyone having node-gyp issues, this should be fixed with https://bugs.archlinux.org/task/58129 but I would think everyone would have them o_O.

(If this is not using the system node-gyp, why not? Also why is python2 an undeclared makedepends.)

immackay commented on 2018-04-11 19:39 (UTC)

@xgdgsc Thanks for letting me know

@pheoxy Thanks for the information, I'll look into this, though I haven't found a way to reproduce it yet on any of my systems. The flags in makepkg.conf shouldn't affect it, no. It appears that somehow your version of node-gyp has been corrupted in some way, but that baffles me as it should download a fresh version on installation of this package (as it's a dependency in package.json).

Do you have node-gyp installed globally on your system, and if so, does it make a difference if you either remove or reinstall it?

manuelschneid3r commented on 2018-04-11 14:46 (UTC)

@pheoxy how did you manage to build it finally?

xgdgsc commented on 2018-04-10 09:20 (UTC)

python2 should be a makedep

pheoxy commented on 2018-04-10 07:36 (UTC)

github-desktop builds fine on latest within a virtualbox vm though. Would make flags in /etc/makepkg.conf be affecting it?

pheoxy commented on 2018-04-09 14:00 (UTC) (edited on 2018-04-10 07:18 (UTC) by pheoxy)

ERROR: A failure occurred in build().

https://pastebin.com/TdaBK7f9

On:

cd app && yarn install --force && cd .. && git submodule update --recursive --init && yarn compile:tslint

"node-gyp cannot find module"

Hope this helps I'm getting the same error as @sl1pkn07

immackay commented on 2018-04-08 10:22 (UTC) (edited on 2018-04-08 10:29 (UTC) by immackay)

sl1pkn07, you shouldn't have to use any sort of patch for npm to install this. If you want me to troubleshoot, you're going to have to provide more than the vague console log that yarn produces.

Why did you modify your system's electron to get rid of gnome-keyring? These are requirements to build this package. Or am I reading what you wrote correctly?