doc:appunti:prog:kivy
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| doc:appunti:prog:kivy [2023/10/06 10:46] – [Logging] niccolo | doc:appunti:prog:kivy [2025/11/19 07:29] (current) – [Settings and Clipboard problem] niccolo | ||
|---|---|---|---|
| Line 151: | Line 151: | ||
| </ | </ | ||
| + | In older Android versions (e.g. Android 8) the app home directory will be something like: | ||
| + | |||
| + | < | ||
| + | / | ||
| + | </ | ||
| + | |||
| + | Every time that the Kivy environment is initializated, | ||
| + | |||
| + | |||
| + | ===== The Settings module and Clipboard problem ===== | ||
| + | |||
| + | Importing **Settings** or **SettingsWithNoMenu** from the **kivy.uix.settings** module, you may get the following error when editing a string option: | ||
| + | |||
| + | < | ||
| + | [INFO | ||
| + | ' | ||
| + | [CRITICAL] [Cutbuffer] Unable to find any valuable Cutbuffer provider. Please enable debug | ||
| + | | ||
| + | log level in the config) and re-run your app to identify potential | ||
| + | | ||
| + | </ | ||
| + | |||
| + | In Linux/X11 environment you have to install the **xclip** and **xsel** packages. In Android the error is displayed, but the program continues. | ||
doc/appunti/prog/kivy.1696581985.txt.gz · Last modified: by niccolo
