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
Expected behavior
Tray icon is visible in tray area
Environment:
Smart screen model: Turing 3.5”
Revision of this project:main branch
OS with version: Arch Linux with Sway (Wayland)
Python version: Python 3.12
Hardware: AMD Ryzen 7 7700X
Additional context
Besides this, everything is working fine.
When testing with i3wm (X11) in the same system the try icon is shown.
The error logs show it is trying to call for _xorg.py
Error log in Sway:
09/10/2024 05:11:22 PM [ERROR] Failed to dock icon
Traceback (most recent call last):
File "/home/user/ironwork/turing-smart-screen-python/.venv/lib/python3.12/site-packages/pystray/_xorg.py", line 162, in _update_icon
self._assert_docked()
File "/home/user/ironwork/turing-smart-screen-python/.venv/lib/python3.12/site-packages/pystray/_xorg.py", line 395, in _assert_docked
assert self._systray_manager
^^^^^^^^^^^^^^^^^^^^^
AssertionError
The text was updated successfully, but these errors were encountered:
Describe the bug
Tray icon failed to dock
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Tray icon is visible in tray area
Environment:
main
branchAdditional context
Besides this, everything is working fine.
When testing with i3wm (X11) in the same system the try icon is shown.
The error logs show it is trying to call for _xorg.py
Error log in Sway:
09/10/2024 05:11:22 PM [ERROR] Failed to dock icon
Traceback (most recent call last):
File "/home/user/ironwork/turing-smart-screen-python/.venv/lib/python3.12/site-packages/pystray/_xorg.py", line 162, in _update_icon
self._assert_docked()
File "/home/user/ironwork/turing-smart-screen-python/.venv/lib/python3.12/site-packages/pystray/_xorg.py", line 395, in _assert_docked
assert self._systray_manager
^^^^^^^^^^^^^^^^^^^^^
AssertionError
The text was updated successfully, but these errors were encountered: