-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
feature-failA feature fails unexpectedlyA feature fails unexpectedlytemporary-deleteThe function that is causing problems will be temporarily removedThe function that is causing problems will be temporarily removed
Description
When I run OS.py I have this error :
Exception in Tkinter callback
Traceback (most recent call last):
File "/usr/lib/python3.11/tkinter/__init__.py", line 1948, in __call__
return self.func(*args)
^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/tkinter/__init__.py", line 861, in callit
func(*args)
File "/home/judemont/autre/Python-OS/System/shell/Boot/Desktop/Desktop.py", line 51, in __init__
Desktop.desktop_initializer(self)
File "/home/judemont/autre/Python-OS/System/shell/Boot/Desktop/Desktop.py", line 73, in desktop_initializer
self.master.configure(background = "#001023",cursor = XCursor_2)
File "/usr/lib/python3.11/tkinter/__init__.py", line 1702, in configure
return self._configure('configure', cnf, kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/tkinter/__init__.py", line 1692, in _configure
self.tk.call(_flatten((self._w, cmd)) + self._options(cnf))
_tkinter.TclError: bad cursor spec "@Assets/Cursors/Linux/XCursor-2.xbm"
Metadata
Metadata
Assignees
Labels
feature-failA feature fails unexpectedlyA feature fails unexpectedlytemporary-deleteThe function that is causing problems will be temporarily removedThe function that is causing problems will be temporarily removed