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 .. 3 4 5 6 7 8 9 10 Next › Last »

sl1pkn07 commented on 2018-04-07 19:58 (UTC)

ok, fixed in my side with this patch in npm package https://patch-diff.githubusercontent.com/raw/npm/npm/pull/20276.diff

but now the big problem is, i can't able to use system electron (modified by me for get rid gnome keyring)

always download and use electron 1.8.3 form electron site

Packaging… Packaging app for platform linux x64 using electron v1.8.3

how i can use/link github-desktop with system electron?

greetings

sl1pkn07 commented on 2018-04-05 18:46 (UTC) (edited on 2018-04-05 19:10 (UTC) by sl1pkn07)

https://pastebin.com/NV4pUh9u https://pastebin.com/STuC6j0C

but npm and node-gyp (for the file node-gyp.js) is installed

kolik29 commented on 2018-02-14 18:55 (UTC) (edited on 2018-02-14 18:56 (UTC) by kolik29)

System freezes when installed. Logs: https://pastebin.com/777Q0Tir mb @OriginCode meant it

immackay commented on 2018-01-31 05:41 (UTC)

@azhang66 should be fixed, I'll add that to the -git package as well. Thanks for pointing that out, jokes on me for never using icons I suppose.

@OriginCode can you provide more information?

OriginCode commented on 2018-01-28 10:52 (UTC)

It is stuck when building through yarn. I just saw this: [-/5] . waiting...

azhang66 commented on 2018-01-21 07:07 (UTC)

@immackay, a few things need to be fixed with regards to the icon and desktop files.

In the PKGBUILD, the desktop file and icons should be installed with permissions 0644; the install -D ... should be replaced with install -Dm644 ...

In the github-desktop.desktop file, the Icon field references an icon named desktop, but the PKGBUILD installs the icons as github-desktop. The Icon filed needs to read github-desktop rather than desktop

immackay commented on 2017-11-28 21:08 (UTC) (edited on 2017-12-03 23:18 (UTC) by immackay)

Additional shell integration is fairly simple, just clone this package and run 'makepkg -o' to download the source. Then you can follow the instructions found in: desktop/docs/technical/shell-integration.md to add your personal shell to desktop/app/src/lib/shells/linux.ts.