Add instructions how to change theme when using Flatpak (closes #14)

This commit is contained in:
Bnyro 2023-07-02 16:55:39 +02:00 committed by GitHub
parent 96ef9e7a1c
commit 9dfa5cfea6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# lemoa `# lemoa
Native Gtk client for Lemmy (beta) 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) - Viewing the personal inbox (mentions, replies)
- Private messages - 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 # Build dependencies
- rust - rust