User Tools

Site Tools


doc:appunti:prog:kivy

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
doc:appunti:prog:kivy [2023/10/06 11:04] – [Logging] niccolodoc:appunti:prog:kivy [2025/11/19 07:29] (current) – [Settings and Clipboard problem] niccolo
Line 149: Line 149:
 <code> <code>
 /mnt/expand/[UUID]/user/0/[fully.qualified.app.name] /mnt/expand/[UUID]/user/0/[fully.qualified.app.name]
 +</code>
 +
 +In older Android versions (e.g. Android 8) the app home directory will be something like:
 +
 +<code>
 +/data/data/[fully.qualified.app.name]
 </code> </code>
  
Line 154: Line 160:
  
  
 +===== 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:
 +
 +<code>
 +[INFO    [Clipboard] Provider: gtk3(['clipboard_xclip', 'clipboard_xsel',
 +                       'clipboard_dbusklipper'] ignored)
 +[CRITICAL] [Cutbuffer] Unable to find any valuable Cutbuffer provider. Please enable debug
 +                       logging (e.g. add -d if running from the command line, or change the
 +                       log level in the config) and re-run your app to identify potential
 +                       causes
 +</code>
 +
 +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.1696583085.txt.gz · Last modified: by niccolo