Skip to content

Instantly share code, notes, and snippets.

@FilBot3
Created September 20, 2020 03:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FilBot3/6907171a12cdf3f8b0ee1c0ced9587fe to your computer and use it in GitHub Desktop.
Save FilBot3/6907171a12cdf3f8b0ee1c0ced9587fe to your computer and use it in GitHub Desktop.
The packages installed to get Typora to work inside of a Fedora Toolbox container on Fedora Silverblue.
#!/usr/bin/env bash
# I had to download the Typora electron app from their home page: https://typora.io
# Then get the Linux version that is a tar.gz. Place it in the location being called below
# and then also install these packages inside of the toolbox you're using.
sudo dnf install -y \
nss \
libX11 \
libX11-xcb \
libXcomposite \
libXcursor \
libXdamage \
libXext \
libXi \
libXtst \
atk \
at-spi2-atk \
gdk-pixbuf2 \
gtk3 \
libdrm \
mesa-libgbm \
libXScrnSaver \
alsa-lib
/var/home/filbot/.local/Typora/Typora
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment