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
Erro:
/run.sh: linha 6: [: =: esperava operador unário
Traceback (most recent call last):
File "./command.py", line 6, in
from handlers.default import HudMenu
File "/home/guilhermelopes/.local/share/fildem/handlers/default.py", line 16, in
from utils.window import WindowActions, backend
File "/home/guilhermelopes/.local/share/fildem/utils/window.py", line 16, in
backend = os.environ['XDG_SESSION_TYPE']
File "/usr/lib/python3.8/os.py", line 675, in getitem
raise KeyError(key) from None
KeyError: 'XDG_SESSION_TYPE'
The text was updated successfully, but these errors were encountered:
Erro:
/run.sh: linha 6: [: =: esperava operador unário
Traceback (most recent call last):
File "./command.py", line 6, in
from handlers.default import HudMenu
File "/home/guilhermelopes/.local/share/fildem/handlers/default.py", line 16, in
from utils.window import WindowActions, backend
File "/home/guilhermelopes/.local/share/fildem/utils/window.py", line 16, in
backend = os.environ['XDG_SESSION_TYPE']
File "/usr/lib/python3.8/os.py", line 675, in getitem
raise KeyError(key) from None
KeyError: 'XDG_SESSION_TYPE'
The text was updated successfully, but these errors were encountered: