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
Describe the bug
On a Mac fresh installation of the latest version of xpra, I receive the following: zsh: command not found: xpra
Starting the application via the apps folder, the xpra icon appears in the dock momentarily before disappearing.
If I try to launch xpra via the file in /usr/local/bin I get a python exception:
grep: /usr/share/locale/locale.alias: No such file or directory
xpra main error:
Traceback (most recent call last):
File "/Applications/Xpra.app/Contents/Resources/lib/python/xpra/scripts/main.py", line 121, in main
return run_mode(script_file, cmdline, err, options, args, mode, defaults)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Applications/Xpra.app/Contents/Resources/lib/python/xpra/scripts/main.py", line 455, in run_mode
return do_run_mode(script_file, cmdline, error_cb, options, args, mode, defaults)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Applications/Xpra.app/Contents/Resources/lib/python/xpra/scripts/main.py", line 599, in do_run_mode
return gui.main(cmdline)
^^^^^^^^^^^^^^^^^
File "/Applications/Xpra.app/Contents/Resources/lib/python/xpra/gtk_common/gui.py", line 263, in main
from xpra.platform.darwin.gui import wait_for_open_handlers
File "/Applications/Xpra.app/Contents/Resources/lib/python/xpra/platform/darwin/gui.py", line 15, in <module>
import objc #@UnresolvedImport
^^^^^^^^^^^
File "objc/__init__.pyc", line 6, in <module>
File "objc/_objc.pyc", line 14, in <module>
File "objc/_objc.pyc", line 10, in __load
File "imp.pyc", line 343, in load_dynamic
ImportError: dlopen(/Applications/Xpra.app/Contents/Resources/lib/python/lib-dynload/objc/_objc.so, 0x0002): symbol not found in flat namespace '_ffi_find_closure_for_code_np'
To Reproduce
Install xpra
Try to launch via apps
Type xpra into the terminal, see command not found
Type /usr/local/bin/xpra into the terminal, receive exception
System Information (please complete the following information):
(Did not include server information as this is solely a client problem)
Additional context
I have reinstalled Xpra using both the pkg file on the Github page as well as homebrew. Both lead to the same result as described above.
Thanks in advance for any help / support.
The text was updated successfully, but these errors were encountered:
Describe the bug
On a Mac fresh installation of the latest version of xpra, I receive the following:
zsh: command not found: xpra
Starting the application via the apps folder, the xpra icon appears in the dock momentarily before disappearing.
If I try to launch xpra via the file in
/usr/local/bin
I get a python exception:To Reproduce
xpra
into the terminal, see command not found/usr/local/bin/xpra
into the terminal, receive exceptionSystem Information (please complete the following information):
(Did not include server information as this is solely a client problem)
Additional context
I have reinstalled Xpra using both the pkg file on the Github page as well as homebrew. Both lead to the same result as described above.
Thanks in advance for any help / support.
The text was updated successfully, but these errors were encountered: