Skip to content

Commit

Permalink
fix spelling/broken URL
Browse files Browse the repository at this point in the history
  • Loading branch information
pdaoust committed Jun 24, 2024
1 parent b42e628 commit eae5b32
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .cspell/custom-words.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Words that are neither common nor directly related to Holochain but appear in
# Dev Portal content
adwaita
agent-centricity
Anwaar
Automerge
Expand All @@ -20,6 +21,11 @@ identicon
identicons
IPFS
Kleppmann
libasound
libatk
libcups
libgtk
libnss
NixOS
nixpkgs
pkgs
Expand All @@ -34,4 +40,6 @@ Tauri
Ulhaq
Wahlstrom
WebRTC
webview
webviews
workdir
2 changes: 1 addition & 1 deletion src/pages/get-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ You'll also need to install a few packages if you want to run two dev tools, `hc
sudo apt install -y libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libgtk-3-dev libasound2 adwaita-icon-theme
```

Read more about these fixes in the [Dev Tools Setup guide](/get-started/install-advanced/#opening-your-h-app-s-gui-in-ubuntu-on-ws-l2-windows-subsystem-for-linux).
Read more about these fixes in the [Dev Tools Setup guide](/get-started/install-advanced/#opening-your-happs-gui-in-ubuntu-on-wsl2).

### 2.3. Set up development environment

Expand Down
2 changes: 1 addition & 1 deletion src/pages/get-started/install-advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ There are other fixes [outlined in the Ubuntu 24.04 release notes](https://disco

Because the template repo `holochain-kangaroo-electron` also bundles Electron's chrome-sandbox in the binary that you'd distribute, your users will see the same error message when they try to run your application if you've used this repo. We're still researching the best solution, but since Ubuntu is recommending it, we recommend applying the first solution in the release notes, which involves creating an AppArmor profile for your app. This profile could then be distributed and installed alongside it. (Note: this won't work with portable application packages that aren't installed as root, such as `AppImage`s.)

## Opening your hApp's GUI in Ubuntu on WSL2 (Windows Subsystem for Linux)
## Opening your hApp's GUI in Ubuntu on WSL2 (Windows Subsystem for Linux) {#opening-your-happs-gui-in-ubuntu-on-wsl2}

Check warning on line 294 in src/pages/get-started/install-advanced.md

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (happs)

Check warning on line 294 in src/pages/get-started/install-advanced.md

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (happs)

There are two dev tools, `hc launch` and `hc spin`, which start your app's back end and open its GUI in [Tauri](https://tauri.app/) or [Electron](https://www.electronjs.org/) webview containers, respectively. Because the Ubuntu OS installed from the Microsoft Store doesn't come with GUI packages by default, you'll need to install just a few in order to get these tools to work.

Expand Down

0 comments on commit eae5b32

Please sign in to comment.