Skip to content

Commit eda285a

Browse files
Update to allow AppImage to work on Ubuntu (#1153)
Ubuntu requires `libfuse2` to be installed for AppImage to work. Co-authored-by: Aaron Honeycutt <aaron@system76.com>
1 parent ecfaa9c commit eda285a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

content/launch-keyboard.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,16 @@ Once the keyboard is in this mode, you can apply the firmware update. When the u
4141

4242
## Keyboard Configurator
4343

44-
You can download the configurator application [here](https://github.com/pop-os/keyboard-configurator/releases) On Pop!\_OS the configurator is available in the <u>Pop!\_Shop</u>. An `AppImage` is provided for Ubuntu and other Linux OSes. Windows and macOS downloads are also available.
44+
You can download the configurator application [here](https://github.com/pop-os/keyboard-configurator/releases) On Pop!\_OS the configurator is available in the <u>Pop!\_Shop</u>. An `AppImage` is provided for Ubuntu and other Linux OSes as a standalone file. Recent changes to Ubuntu will require that you install the `libfuse2` package for `AppImage` support and can be done with the following command run in a terminal:
4545

46+
```bash
47+
sudo apt update
48+
sudo apt install libfuse2
49+
```
4650
You can also download the configurator from the Arch Linux User Repository (AUR). The main version is built from the latest release, which is recommended for most users. You can find more information [here](https://aur.archlinux.org/packages/system76-keyboard-configurator). The git version is built from the latest commits to the project (this version will have the very latest fixes and features) which can be found [here](https://aur.archlinux.org/packages/keyboard-configurator-git/).
4751

52+
There are also builds of the Keyboard Configurator for [Windows and macOS](https://github.com/pop-os/keyboard-configurator/releases) at the same location.
53+
4854
## Remapping Keys
4955

5056
<video width="900" height="900" controls>

0 commit comments

Comments
 (0)