Custom Query (2683 matches)
Results (16 - 18 of 2683)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1851 | fixed | tune vpx threading | ||
Description |
Same as #1840 but for libvpx. Some links:
It looks like part of the reason why vp8 and vp9 are now faster, and why I chose to use vpx more (see ticket:832#comment:22) is that the threading improvements make it faster. This does mean that reducing the threading might reduce the performance too much. |
|||
#1856 | wontfix | Issues for on non-english OS error text | ||
Description |
2018-05-28 15:39:27,405 Xpra gtk2 client version 2.3-r19246 64-bit 2018-05-28 15:39:27,409 running on Microsoft Windows 10 2018-05-28 15:39:28,913 Warning: failed to import opencv: <Unicode console stdout>.write: UnicodeDecodeError('utf8', '2018-05-28 15:39:28,913 DLL load failed: ??p??a ???t??a p??et??\xb5as?a? \xb5?a? \xdf?\xdf???????? d??a\xb5???? s??des?? (DLL) ap?t??e.\n', 64, 65, 'invalid start byte') Traceback (most recent call last): File "C:/msys64/mingw64/lib/python2.7/logging/__init__.py", line 891, in emit UnicodeDecodeError: 'utf8' codec can't decode byte 0xb5 in position 64: invalid start byte Logged from file log.py, line 132 2018-05-28 15:39:28,913 webcam forwarding is disabled I have tried various ways to go around that, but I cannot seem to find something special. I think at some point I manage to "decode" the text, but I cannot seem to remember the used codepage. (I will update if I manage to) Text is in Greek (suggested codepage for chcp is 1253) Recommended chcp for UTF-8 is 65001 (although internet says it's broken anyway) |
|||
#1997 | fixed | connection failed: No module named paramiko | ||
Description |
Running $ xpra start ssh://sntentos@localhost --start-child=gnome-terminal --terminate-children=yes --exit-with-children=yes gives 2018-10-23 11:01:37,933 Xpra gtk2 client version 2.4-r20681 64-bit 2018-10-23 11:01:37,934 running on Linux Ubuntu 16.04 xenial 2018-10-23 11:01:37,935 window manager is 'Compiz' 2018-10-23 11:01:38,027 No OpenGL_accelerate module loaded: No module named OpenGL_accelerate 2018-10-23 11:01:38,257 OpenGL enabled with GeForce GT 640/PCIe/SSE2 xpra initialization error: connection failed: No module named paramiko $ neofetch .-/+oossssoo+/-. sntentos@sntentos-precision-t3620 `:+ssssssssssssssssss+:` --------------------------------- -+ssssssssssssssssssyyssss+- OS: Ubuntu 16.04.5 LTS x86_64 .ossssssssssssssssssdMMMNysssso. Host: Precision Tower 3620 /ssssssssssshdmmNNmmyNMMMMhssssss/ Kernel: 4.15.0-36-generic +ssssssssshmydMMMMMMMNddddyssssssss+ Uptime: 7 days, 23 hours, 30 mins /sssssssshNMMMyhhyyyyhmNMMMNhssssssss/ Packages: 2616 (dpkg), 3 (snap) .ssssssssdMMMNhsssssssssshNMMMdssssssss. Shell: bash 4.3.48 +sssshhhyNMMNyssssssssssssyNMMMysssssss+ Resolution: 1680x1050, 1920x1080, 1920x1080 ossyNMMMNyMMhsssssssssssssshmmmhssssssso DE: Unity ossyNMMMNyMMhsssssssssssssshmmmhssssssso WM: Compiz +sssshhhyNMMNyssssssssssssyNMMMysssssss+ WM Theme: Ambiance .ssssssssdMMMNhsssssssssshNMMMdssssssss. Theme: Ambiance [GTK2/3] /sssssssshNMMMyhhyyyyhdNMMMNhssssssss/ Icons: ubuntu-mono-dark [GTK2/3] +sssssssssdmydMMMMMMMMddddyssssssss+ Terminal: gnome-terminal /ssssssssssshdmNNNNmyNMMMMhssssss/ CPU: Intel i7-7700 (8) @ 4.200GHz .ossssssssssssssssssdMMMNysssso. GPU: Intel Device 5912 -+sssssssssssssssssyyyssss+- GPU: NVIDIA GeForce GT 640 OEM `:+ssssssssssssssssss+:` Memory: 18545MiB / 64183MiB .-/+oossssoo+/-.
I did read of an Trying the same command from Windows 10, it connects normally etc, but gives me no terminal window. Interrupting the client leaves no trace in the server |