You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tickeys does not seem to work with Budgie. I have tried both the pip instalaltion as well as extracting the .deb file and executing Tickeys. Since Tickeys seems to complain about a missing window, I assume it is related to Budgie, but I might be wrong. Here is the output:
kabouik@xiaomimi-solus ~ $ sudo tickeys
[Errno 2] No such file or directory: '/tmp/tickeys_GUI_window_id'
Root checking...
Root checking success. You have the root permission
System checking...
System checking success. Your system is supported
[INFO ] [Logger ] Record log in /root/.kivy/logs/kivy_19-08-05_1.txt
[INFO ] [Kivy ] v1.9.0
[INFO ] [Python ] v2.7.16 (default, Mar 7 2019, 17:05:26)
[GCC 8.2.0]
[INFO ] [Factory ] 173 symbols loaded
[INFO ] [Image ] Providers: img_tex, img_dds, img_gif, img_pil (img_pygame, img_ffpyplayer ignored)
[INFO ] [Text ] Provider: pil(['text_pygame'] ignored)
[CRITICAL] [Window ] Unable to find any valuable Window provider at all!
egl_rpi - ImportError: cannot import name bcm
File "/usr/lib/python2.7/site-packages/kivy/core/__init__.py", line 57, in core_select_lib
fromlist=[modulename], level=0)
File "/usr/lib/python2.7/site-packages/kivy/core/window/window_egl_rpi.py", line 12, in<module>
from kivy.lib.vidcore_lite import bcm, egl
pygame - ImportError: No module named pygame
File "/usr/lib/python2.7/site-packages/kivy/core/__init__.py", line 57, in core_select_lib
fromlist=[modulename], level=0)
File "/usr/lib/python2.7/site-packages/kivy/core/window/window_pygame.py", line 8, in<module>
import pygame
x11 - ImportError: No module named window_x11
File "/usr/lib/python2.7/site-packages/kivy/core/__init__.py", line 57, in core_select_lib
fromlist=[modulename], level=0)
[CRITICAL] [App ] Unable to get a Window, abort.
Exception SystemExit: 1 in'kivy.properties.dpi2px' ignored
No module named pygame
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/tickeys/run.py", line 16, in run_GUI
from GUI import TickeysApp
File "/usr/lib/python2.7/site-packages/tickeys/GUI.py", line 10, in<module>
from keyboardHandler import KeyboardHandler
File "/usr/lib/python2.7/site-packages/tickeys/keyboardHandler.py", line 8, in<module>
from soundPlayer import SoundPlayer
File "/usr/lib/python2.7/site-packages/tickeys/soundPlayer.py", line 3, in<module>
from pygame import mixer
ImportError: No module named pygame
Run GUI Fail, reason:
The text was updated successfully, but these errors were encountered:
Tickeys does not seem to work with Budgie. I have tried both the
pip
instalaltion as well as extracting the .deb file and executingTickeys
. Since Tickeys seems to complain about a missing window, I assume it is related to Budgie, but I might be wrong. Here is the output:The text was updated successfully, but these errors were encountered: