From 9dfa5cfea69240c2e1abe27f941ee1971cf15405 Mon Sep 17 00:00:00 2001 From: Bnyro <82752168+Bnyro@users.noreply.github.com> Date: Sun, 2 Jul 2023 16:55:39 +0200 Subject: [PATCH] Add instructions how to change theme when using Flatpak (closes #14) --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 79dbf95..a0510a2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# lemoa +`# lemoa Native Gtk client for Lemmy (beta) @@ -31,6 +31,19 @@ If you don't use any of these platforms, consider [building the app from source] - Viewing the personal inbox (mentions, replies) - Private messages +# Troubleshooting + +### Flatpak installation doesn't follow the system Gtk theme + +In order to apply a different theme when using Flatpak, run +``` +flatpak override --filesystem=/usr/share/themes/ +flatpak override --env GTK_THEME=Adwaita-dark +``` +You can replace `Adwaita-dark` with the name of any other Gtk theme you have installed. + +If you don't use Flatpak, the correct Gtk Theme should be applied automatically. + # Build dependencies - rust