You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Remove outdated readme from the shiftkey fork (previously hidden in <details>)
- Update Ubuntu install instructions to avoid a misleading error message
- Update APT distro list
@@ -214,184 +214,3 @@ Secondly, I think the official GitHub Desktop app is very slow in terms of updat
214
214
This fork also focuses on integrating nicely with Bitbucket, since I use it for work and haven't found a good Linux GUI client for it.
215
215
216
216
Keep in mind that this version is not endorsed by GitHub, and it's aimed at power users with technical knowledge. If you're looking for a polished and stable product, I recommend using the official GitHub Desktop app instead.
217
-
218
-
---
219
-
220
-
<details>
221
-
<summary>See original README</summary>
222
-
223
-
# [GitHub Desktop](https://desktop.github.com) - The Linux Fork
sudo sh -c 'echo -e "[mwt-packages]\nname=GitHub Desktop\nbaseurl=https://mirror.mwt.me/shiftkey-desktop/rpm\nenabled=1\ngpgcheck=1\nrepo_gpgcheck=1\ngpgkey=https://mirror.mwt.me/shiftkey-desktop/gpgkey" > /etc/zypp/repos.d/mwt-packages.repo'
340
-
```
341
-
342
-
#### Installation
343
-
344
-
```sh
345
-
sudo zypper ref && sudo zypper in github-desktop
346
-
```
347
-
348
-
349
-
## Other Distributions
350
-
351
-
### Arch Linux
352
-
353
-
Arch Linux users can install GitHub Desktop from the [AUR](https://aur.archlinux.org/packages/github-desktop-bin/).
354
-
355
-
`gnome-keyring` is required and the daemon must be launched either at login or when the X server is started. Normally this is handled by a display manager, but in other cases following the instructions found on the [Arch Wiki](https://wiki.archlinux.org/index.php/GNOME/Keyring#Using_the_keyring_outside_GNOME) will fix the issue of not being able to save login credentials.
356
-
357
-
### Cross-Distribution Packages
358
-
359
-
GitHub Desktop is also available cross-platform as a [Flatpak](https://github.com/flathub/io.github.shiftey.Desktop) and [AppImage](https://appimage.github.io/GitHubDesktop/).
360
-
361
-
### deb-get
362
-
363
-
Debian/Ubuntu users can also install directly from this repository using [`deb-get`](https://github.com/wimpysworld/deb-get): `deb-get install github-desktop`.
364
-
365
-
## Known issues
366
-
367
-
If you're having troubles with Desktop, please refer to the [Known issues](docs/known-issues.md#linux)
368
-
document for guidance and workarounds for common limitations.
369
-
370
-
If your package manager is still trying to reach PackageCloud, refer to the
Please check out the [README](https://github.com/desktop/desktop#github-desktop)
377
-
on the upstream [GitHub Desktop project](https://github.com/desktop/desktop) and
378
-
[desktop.github.com](https://desktop.github.com) for more product-oriented
379
-
information about GitHub Desktop.
380
-
381
-
See our [getting started documentation](https://docs.github.com/en/desktop/overview/getting-started-with-github-desktop) for more information on how to set up, authenticate, and configure GitHub Desktop.
382
-
383
-
## License
384
-
385
-
**[MIT](LICENSE)**
386
-
387
-
The MIT license grant is not for GitHub's trademarks, which include the logo
388
-
designs. GitHub reserves all trademark and copyright rights in and to all
389
-
GitHub trademarks. GitHub's logos include, for instance, the stylized
390
-
Invertocat designs that include "logo" in the file title in the following
391
-
folder: [logos](app/static/logos).
392
-
393
-
GitHub® and its stylized versions and the Invertocat mark are GitHub's
394
-
Trademarks or registered Trademarks. When using GitHub's logos, be sure to
395
-
follow the GitHub [logo guidelines](https://github.com/logos).
0 commit comments