Just noticed this in the terminal. Could this be related to the broken kivy on ubuntu?
[INFO ] [Clipboard ] Provider: sdl2([‘clipboard_dbusklipper’, ‘clipboard_gtk3’, ‘clipboard_xclip’, ‘clipboard_xsel’] ignored)
[CRITICAL] [Cutbuffer ] Unable to find any valuable Cutbuffer provider.
xclip - OSError: [Errno 2] No such file or directory
File “/usr/lib/python2.7/site-packages/kivy/core/init.py”, line 59, in core_select_lib
fromlist=[modulename], level=0)
File “/usr/lib/python2.7/site-packages/kivy/core/clipboard/clipboard_xclip.py”, line 17, in
p = subprocess.Popen([‘xclip’, ‘-version’], stdout=subprocess.PIPE)
File “/usr/lib/python2.7/subprocess.py”, line 390, in init
errread, errwrite)
File “/usr/lib/python2.7/subprocess.py”, line 1025, in _execute_child
raise child_exception
xsel - OSError: [Errno 2] No such file or directory
File “/usr/lib/python2.7/site-packages/kivy/core/init.py”, line 59, in core_select_lib
fromlist=[modulename], level=0)
File “/usr/lib/python2.7/site-packages/kivy/core/clipboard/clipboard_xsel.py”, line 16, in
p = subprocess.Popen([‘xsel’], stdout=subprocess.PIPE)
File “/usr/lib/python2.7/subprocess.py”, line 390, in init
errread, errwrite)
File “/usr/lib/python2.7/subprocess.py”, line 1025, in _execute_child
raise child_exception
The startup look fine and all green. It happens at some point during the use of GC. I’ve been moving around, loading diferent files, bit-up runs, but still not found how to trigger the error message.
I think this is different than the Ubuntu display issue. Xsel and xclip are the the utilities for Xorg clipboard - copy and paste, I believe. Are xsel and xclip packages installed?
The fuss might be about an image not found? The message is triggered by the ‘calibrate’ button. In the video at 0:45
Edit: Warning, don’t try to watch 48 minutes of calibrating! I was interrupted a few times, needed to get a drink, needed to carry some drinks away, the cats were hungry and I have no slim video editor on linux!
However the terminal error is unrelated to the picture one. It is for sure some python or kivy thing. It sowed up with 1.07 as well and I had not started calibration. Need to dig more. Perhaps some module with version inconsistency among linux flavours like we had with pyserial.
You ROCK! They were not, installing them will get rid of that anoying thing. THANK YOU!
Edit:
xclip version 0.13
Copyright (C) 2001-2008 Kim Saunders et al.
Distributed under the terms of the GNU GPL
[INFO ] [Clipboard ] Provider: xclip([‘clipboard_dbusklipper’, ‘clipboard_gtk3’] ignored)
[INFO ] [CutBuffer ] cut buffer support enabled