#515 closed defect (fixed)
xpra crashes on launch - "from xpra.client.tray_base import TrayBase … ImportError: No module named client.tray_base"
Reported by: | Stroller | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 0.12 |
Component: | server | Version: | 0.11.x |
Keywords: | Cc: |
Description
On the xpra.org homepage, the "Get started with Xpra" section says:
On the machine which will export the application (xterm in this example):
xpra start :100 --start-child=xterm
On my machine:
$ xpra start :100 --start-child=firefox Traceback (most recent call last): File "/usr/lib/python-exec/python2.7/xpra", line 4, in <module> import xpra.scripts.main File "/usr/lib64/python2.7/site-packages/xpra/scripts/main.py", line 21, in <module> from xpra.platform.features import LOCAL_SERVERS_SUPPORTED, SHADOW_SUPPORTED, CAN_DAEMONIZE File "/usr/lib64/python2.7/site-packages/xpra/platform/features.py", line 34, in <module> "UI_THREAD_POLLING") File "/usr/lib64/python2.7/site-packages/xpra/platform/__init__.py", line 38, in platform_import platform_module = __import__(module, {}, {}, imports) File "/usr/lib64/python2.7/site-packages/xpra/platform/xposix/features.py", line 19, in <module> from xpra.platform.xposix.appindicator_tray import is_unity File "/usr/lib64/python2.7/site-packages/xpra/platform/xposix/appindicator_tray.py", line 10, in <module> from xpra.client.tray_base import TrayBase, debug ImportError: No module named client.tray_base $
Version is 0.11.2, installed from the Gentoo ebuild in the official portage tree.
My server is headless, so I wished a minimal installation I chose the use flags "-client clipboard rencode x264 csc webp vpx -dec_av2 -dec_av -opengl -pulseaudio -sound".
Attachments (1)
Change History (6)
Changed 7 years ago by
Attachment: | xpra_and_environment_info.txt added |
---|
comment:1 Changed 7 years ago by
Milestone: | → 0.12 |
---|---|
Owner: | changed from Antoine Martin to Antoine Martin |
Status: | new → assigned |
comment:4 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Applied to 0.11.x branch in r5450. Closing.
comment:5 Changed 5 weeks ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/515
Note: See
TracTickets for help on using
tickets.
Pure server installations haven't been checked in a long time. Will fix.