We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uinput
Describe the bug xpra doesn't start
To Reproduce Steps to reproduce the behavior:
xpra start :100 --exit-with-children --start-child=gpodder
System Information (please complete the following information):
Additional context
cat /run/user/1000/xpra/100/server.log.new xpra main error: Traceback (most recent call last): File "/usr/lib64/python3.11/site-packages/xpra/scripts/main.py", line 142, in main return run_mode(script_file, cmdline, err, options, args, mode, defaults) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/site-packages/xpra/scripts/main.py", line 451, in run_mode return do_run_mode(script_file, cmdline, error_cb, options, args, mode, defaults) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/site-packages/xpra/scripts/main.py", line 486, in do_run_mode return run_server(script_file, cmdline, error_cb, options, args, mode, defaults) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/site-packages/xpra/scripts/main.py", line 1836, in run_server return do_run_server(script_file, cmdline, error_cb, options, args, mode, display, defaults) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/site-packages/xpra/scripts/server.py", line 759, in do_run_server return _do_run_server(script_file, cmdline, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/site-packages/xpra/scripts/server.py", line 1221, in _do_run_server use_uinput = has_uinput() and opts.input_devices.lower() in ("uinput", "auto") and not shadowing ^^^^^^^^^^^^ File "/usr/lib64/python3.11/site-packages/xpra/server/server_util.py", line 405, in has_uinput import uinput File "/usr/lib64/python3.11/site-packages/uinput/__init__.py", line 86, in <module> _libsuinput_path = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "_libsuinput" + sysconfig.get_config_var("SO"))) ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ TypeError: can only concatenate str (not "NoneType") to str
The text was updated successfully, but these errors were encountered:
Your installation of python3-uinput is broken. Remove it, it should not be installed anyway. (not an xpra bug)
python3-uinput
Sorry, something went wrong.
#3690 uinput packages can be broken in new ways
2c192de
be1baec
d9f8b7e
No branches or pull requests
Describe the bug
xpra doesn't start
To Reproduce
Steps to reproduce the behavior:
xpra start :100 --exit-with-children --start-child=gpodder
System Information (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: