Skip to content
New issue

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

xpra doesn't start: uinput error #3690

Closed
ndias opened this issue Nov 21, 2022 · 1 comment
Closed

xpra doesn't start: uinput error #3690

ndias opened this issue Nov 21, 2022 · 1 comment
Labels
bug Something isn't working invalid This doesn't seem right

Comments

@ndias
Copy link

ndias commented Nov 21, 2022

Describe the bug
xpra doesn't start

To Reproduce
Steps to reproduce the behavior:

  1. xpra start :100 --exit-with-children --start-child=gpodder

System Information (please complete the following information):

  • Server OS: Fedora 37
  • Client OS:
  • Xpra Server Version xpra-4.4.2-10.fc37.x86_64
  • Xpra Client Version

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
@ndias ndias added the bug Something isn't working label Nov 21, 2022
@totaam
Copy link
Collaborator

totaam commented Nov 21, 2022

Your installation of python3-uinput is broken. Remove it, it should not be installed anyway.
(not an xpra bug)

@totaam totaam closed this as completed Nov 21, 2022
@totaam totaam added the invalid This doesn't seem right label Jul 18, 2023
@totaam totaam changed the title xpra doesn't start xpra doesn't start: uinput error Jul 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants