Add instructions how to change theme when using Flatpak (closes #14)
This commit is contained in:
parent
96ef9e7a1c
commit
9dfa5cfea6
15
README.md
15
README.md
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue