@mkurz I have a patch to fix the incorrect wayland icon, see: https://github.com/shiftkey/desktop/pull/1226. You can try.
The patch works fine in my system.
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) |
@mkurz I have a patch to fix the incorrect wayland icon, see: https://github.com/shiftkey/desktop/pull/1226. You can try.
The patch works fine in my system.
The .desktop file is Wayland incompatible, it should be called GitHub Desktop.desktop. See https://github.com/shiftkey/desktop/issues/1176 for more details.
UPDATE: I built successfully after adding python
to makedepends.
I failed to build the package in chroot root environment. Here is the build log: https://pastebin.com/raw/cB8wJAmV
Hello. I am getting this error when trying to install after installing visual-studio-code-bin
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.
Any idea what I can do?
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.
I'm getting the following error when trying to update:
==> ERROR: One or more files did not pass the validity check! Failed to build github-desktop
This needs gnome-keyring as dependency. Issue on github
mimtype is broken because the 3.3.3 use
x-github-desktop-dev-auth
instead of
x-github-desktop-auth
Build fails now with:
could not find all required packages: nodejs-lts-gallium
What is the reason for keeping a make dependency on nodejs-lts-gallium?
It is rather old now and prevents from building the package as soon as one has a newer version of nodejs installed (e.g. nodejs-lts-hydrogen).
Changing this dependency to nodejs allows for building the package (at least with hydrogen) and leads to a tool that seems to work (not fully tested though).
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.