Changes between Initial Version and Version 1 of Ticket #1864
- Timestamp:
- 06/04/18 02:35:14 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1864
-
Property
Status
changed from
new
toclosed
-
Property
Resolution
changed from
to
invalid
-
Property
Milestone
changed from
to
2.4
-
Property
Status
changed from
-
Ticket #1864 – Description
initial v1 3 3 the package is missing dependency `python websockify` 4 4 5 ``` 5 {{{ 6 6 Jun 03 18:13:16 do004466 xpra[2877]: 2018-06-03 18:13:16,059 either fix your installation or use the 'mdns=no' option 7 7 Jun 03 18:13:16 do004466 xpra[2877]: 2018-06-03 18:13:16,064 html server unavailable, cannot find websockify module 8 8 Jun 03 18:13:16 do004466 xpra[2877]: 2018-06-03 18:13:16,195 xpra proxy version 2.1.3-r17247M 64-bit 9 ``` 9 }}} 10 10 11 11 after adding the package: 12 ``` 12 {{{ 13 13 apt install python-websockify 14 ``` 14 }}} 15 15 16 16 17 17 the package seems to be missing the html dir `/usr/share/xpra/www` 18 19 ``` 18 {{{ 20 19 Jun 03 18:14:57 do004466 xpra[2962]: 2018-06-03 18:14:57,250 Error: cannot find the html web root 21 20 Jun 03 18:14:57 do004466 xpra[2962]: 2018-06-03 18:14:57,250 '/usr/share/xpra/www' does not exist 22 ``` 21 }}} 23 22 24 23 this might be a bug on my end because I did try switching between the beta package and the native distro package... but still seems a little messed up. 25 24 26 25 xpra version 2.1.3 27 https://launchpad.net/ubuntu/bionic/+source/xpra 26 [https://launchpad.net/ubuntu/bionic/+source/xpra]