Package Details: github-desktop-bin 3.4.8_linux1-1

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: 53
Popularity: 1.48
First Submitted: 2018-08-01 14:12 (UTC)
Last Updated: 2024-11-14 03:56 (UTC)

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.

Latest Comments

1 2 3 4 5 Next › Last »

nbtech commented on 2024-11-27 19:46 (UTC)

Good evening, I'm having this message when I run the github-desktop terminal, I'm using wayland with Hyprland, before it worked on KDE plasma

[1] 3832 segmentation fault (core dumped) github-desktop

How can I solve the other options that give me an error during installation.

Ferdinand commented on 2024-10-02 07:38 (UTC)

Same problem as paradox_arch. Is there anything we can do to get around this?

paradox_arch commented on 2024-08-29 07:21 (UTC) (edited on 2024-08-29 07:29 (UTC) by paradox_arch)

There seems to be a conflicting file issue with this and the visual-studio-code-bin aur package. any ideas or is this simply just a bug to be fixed?

error: failed to commit transaction (conflicting files)
github-desktop-bin-debug: /usr/lib/debug/.build-id/04/e9960947a38ced0a87421a6f198b9caf43dc3f exists in filesystem (owned by visual-studio-code-bin-debug)
github-desktop-bin-debug: /usr/lib/debug/.build-id/04/e9960947a38ced0a87421a6f198b9caf43dc3f.debug exists in filesystem (owned by visual-studio-code-bin-debug)
github-desktop-bin-debug: /usr/lib/debug/.build-id/37/851ad3790029c78d20ee4b4761055d5ad5dab6 exists in filesystem (owned by visual-studio-code-bin-debug)
github-desktop-bin-debug: /usr/lib/debug/.build-id/37/851ad3790029c78d20ee4b4761055d5ad5dab6.debug exists in filesystem (owned by visual-studio-code-bin-debug)
github-desktop-bin-debug: /usr/lib/debug/.build-id/68/3278eba471e7069eeddf5a8270d9a201ea88da exists in filesystem (owned by visual-studio-code-bin-debug)
github-desktop-bin-debug: /usr/lib/debug/.build-id/68/3278eba471e7069eeddf5a8270d9a201ea88da.debug exists in filesystem (owned by visual-studio-code-bin-debug)
Errors occurred, no packages were upgraded.

ng0177 commented on 2024-07-20 12:33 (UTC) (edited on 2024-07-20 12:35 (UTC) by ng0177)

As of today. Any ideas?

...
/usr/lib/debug/opt/github-desktop/resources/app/keytar.node.debug exists in filesystem (owned by github-desktop-debug)
Errors occurred, no packages were upgraded.
 -> error installing: [/home/user/.cache/yay/github-desktop-bin/github-desktop-bin-3.4.2_linux1-1-x86_64.pkg.tar.zst /home/user/.cache/yay/github-desktop-bin/github-desktop-bin-debug-3.4.2_linux1-1-x86_64.pkg.tar.zst] - exit status 1

BryanLiang commented on 2023-10-15 14:20 (UTC) (edited on 2023-10-20 09:12 (UTC) by BryanLiang)

I write a wrapper script which adds the support of github-desktop-flags.conf like chromium.

Here is the script

#!/bin/bash

XDG_CONFIG_HOME=${XDG_CONFIG_HOME:-~/.config}

# Allow users to override command-line options
if [[ -f "${XDG_CONFIG_HOME}/github-desktop-flags.conf" ]]; then
    mapfile -t GITHUB_DESKTOP_USER_FLAGS <<< "$(grep -v '^#' "${XDG_CONFIG_HOME}/github-desktop-flags.conf")"
    echo "User flags:" "${GITHUB_DESKTOP_USER_FLAGS[@]}"
fi

# Launch Github Desktop with the given flags
exec /opt/github-desktop/github-desktop "${GITHUB_DESKTOP_USER_FLAGS[@]}" "$@"

I hope this can be merged into this package.

GrabbenD commented on 2023-10-14 15:25 (UTC)

I'm using KeepassXC instead of gnome-keyring, works like a charm! https://gist.github.com/GrabbenD/6658c36a1c7fc7ee30ee2498647ca4c6

fanninpm commented on 2023-07-29 14:36 (UTC)

ATTN: The 3.2.6 release has been skipped because there were no binary packages built for that release.

Firestar commented on 2022-07-14 17:01 (UTC) (edited on 2022-07-14 17:04 (UTC) by Firestar)

still need gnome-keyring. keypass cannot store my login password. using keepassxc: Error: The name org.freedesktop.secrets was not provided by any .service files

Firestar commented on 2022-07-11 02:07 (UTC) (edited on 2022-07-14 17:05 (UTC) by Firestar)

Why is it using unzip? in system there is unar which is much better (such as encoding support)

alumni commented on 2022-04-28 15:36 (UTC)

Could you add xxx-flag.conf support like chrome/edge/electron/code? This would e.g. make it easy to run GitHub Desktop on Wayland: --enable-features=WaylandWindowDecorations --ozone-platform=wayland