Browse Source
kivy readme: note about running on linux desktop
closes #5037
password_lineedit
SomberNight
6 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
8 additions and
0 deletions
-
electrum/gui/kivy/Readme.md
|
|
@ -74,3 +74,11 @@ $ sudo docker run -it --rm \ |
|
|
|
|
|
|
|
### How do I get more verbose logs? |
|
|
|
See `log_level` in `buildozer.spec` |
|
|
|
|
|
|
|
|
|
|
|
### Kivy can be run directly on Linux Desktop. How? |
|
|
|
Install Kivy. |
|
|
|
|
|
|
|
Build atlas: `(cd electrum/gui/kivy/; make theming)` |
|
|
|
|
|
|
|
Run electrum with the `-g` switch: `electrum -g kivy` |
|
|
|