radicle-dev / radicle-upstream

Desktop client for Radicle.
Other
616 stars 51 forks source link

QA: v0.3.1 Linux #2844

Closed rudolfs closed 2 years ago

rudolfs commented 2 years ago

Prerequisites

QA checklist

Onboarding

Replication

Settings & Misc

Hints

How to set up a clean environemnt? 🔗

Safe method: use a temporary user account on your computer.

Dangerous method: remove all directories manually.

You can use this script. Make sure you have a backup of your data, or are using this in combination with the safe method (i.e. while logged in with a temporary user account).

How to set up git? 🔗

git config --global user.name "Mona Lisa"
git config --global user.email "email@example.com"

How to install? 🔗

On macOS:

  1. open the radicle-upstream-0.3.1-rc.dmg package
  2. install Upstream by dragging the Radicle Upstream binary to /Applications

On Linux (AppImage):

  1. chmod +x <PATH_TO_DOWNLOAD>/radicle-upstream-0.3.1-rc.AppImage
Kaihuang724 commented 2 years ago

Done - I also tested submitting a new patch and closing it. Everything works as expected. Great work all!

The only thing is in the README, external links don't open my browser by default. But I think that may be my personal machine, cause I've also seen that error elsewhere (not just with Radicle).

Everything else looks good to go.