From def741f1776963c5fd9bb1ba0ef118cbe1260742 Mon Sep 17 00:00:00 2001 From: thomas-zimmerman <41023059+thomas-zimmerman@users.noreply.github.com> Date: Mon, 17 Jul 2023 16:52:05 -0600 Subject: [PATCH] Update to allow AppImage to work on Ubuntu Ubuntu requires `libfuse2` to be installed for AppImage to work. --- content/launch-keyboard.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/launch-keyboard.md b/content/launch-keyboard.md index 82add36089..ae30f2eff6 100644 --- a/content/launch-keyboard.md +++ b/content/launch-keyboard.md @@ -41,10 +41,16 @@ Once the keyboard is in this mode, you can apply the firmware update. When the u ## Keyboard Configurator -You can download the configurator application [here](https://github.com/pop-os/keyboard-configurator/releases) On Pop!\_OS the configurator is available in the Pop!\_Shop. An `AppImage` is provided for Ubuntu and other Linux OSes. Windows and macOS downloads are also available. +You can download the configurator application [here](https://github.com/pop-os/keyboard-configurator/releases) On Pop!\_OS the configurator is available in the Pop!\_Shop. 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: +```bash +sudo apt update +sudo apt install libfuse2 +``` 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/). +There are also builds of the Keyboard Configurator for [Windows and macOS](https://github.com/pop-os/keyboard-configurator/releases) at the same location. + ## Remapping Keys