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 shadow: cannot type "|" "<" keys, all write ">" #2301

Closed
totaam opened this issue May 17, 2019 · 61 comments
Closed

xpra shadow: cannot type "|" "<" keys, all write ">" #2301

totaam opened this issue May 17, 2019 · 61 comments

Comments

@totaam
Copy link
Collaborator

totaam commented May 17, 2019

Issue migrated from trac ticket # 2301

component: server | priority: major | resolution: fixed

2019-05-17 09:57:12: stdedos created the issue


Using xpra shadow :0, I cannot type the "|" and "<" characters.
Using en-us as active kb layout (on both sides) all write ">".

I tried following the https://xpra.org/trac/wiki/Keyboard template, ...:

  • active keyboard layout(s): en-us*, el-gr (both)
    [[Image(Xpra_cmd-gtk_view_kb_2019-05-17_11-51-15.png)]]
  • gtk_view_keyboard.py (named GTK_Keyboard_Test.exe on MS Windows)

... but the steps seem too much:

  • client and server log output with the -d keyboard debugging switch
  • running both the server and the client with the debug option -d keyboard, or for very verbose debugging: -d keyboard,verbose

... I don't know how to work them:

  • input methods
  • keyboard related configuration setup/files
  • keyboard type
  • if the problem is affecting specific keys, you may want to use the environment variable XPRA_DEBUG_KEYSYMS=keyname1,keyname2 on the server to log the keyboard mapping process for those keys
  • xev output of the misbehaving key events

... they sound irrelevant:

  • whether the bug is also present with/without --no-keyboard-sync

... these could be automated in one script saving them:

  • setxkbmap -print and setxkbmap -query (both directly in the client if it supports those commands and in the xpra session)
  • Keymap_info.exe on MS Windows, or xpra/gtk_common/keymap.py everywhere else
  • xmodmap -pke and xmodmap -pm (again on both)
  • xkbprint -label name $DISPLAY

(#2299 was found during this ticket)

xpra start gnome-terminal sends the keys just right, it's probably a shadow-server-thing

@totaam
Copy link
Collaborator Author

totaam commented May 17, 2019

2019-05-17 09:57:21: stdedos uploaded file Xpra_cmd-gtk_view_kb_2019-05-17_11-51-15.png (59.1 KiB)

Xpra_cmd-gtk_view_kb_2019-05-17_11-51-15.png

@totaam
Copy link
Collaborator Author

totaam commented May 17, 2019

2019-05-17 09:59:08: stdedos uploaded file kb-bug-report.zip (72.7 KiB)

@totaam
Copy link
Collaborator Author

totaam commented May 26, 2019

2019-05-26 11:30:13: antoine changed owner from antoine to stdedos

@totaam
Copy link
Collaborator Author

totaam commented May 26, 2019

2019-05-26 11:30:13: antoine commented


From the bug report zip file, this system seems to be running Ubuntu 16.04 and xpra GTK3 client version 3.0 r22449.
Is the client MS Windows? What version?

Please capture the -d keyboard output of just when you press the keys that are not mapped properly.

@totaam
Copy link
Collaborator Author

totaam commented May 26, 2019

2019-05-26 12:35:48: stdedos commented


Replying to [comment:1 Antoine Martin]:

From the bug report zip file, this system seems to be running Ubuntu 16.04 and xpra GTK3 client version 3.0 r22449.
Is the client MS Windows? What version?

Win10 r22633

Please capture the -d keyboard output of just when you press the keys that are not mapped properly.

Is it possible to do that?

It would help a lot with the server bug reports, since, -d keyboard means my lockscreen password is coming up on the logs

@totaam
Copy link
Collaborator Author

totaam commented May 26, 2019

2019-05-26 12:42:44: antoine commented


Is it possible to do that?
tail -f on the logfile and copy only the portion corresponding to the event.

@totaam
Copy link
Collaborator Author

totaam commented Jun 18, 2019

2019-06-18 10:41:57: antoine commented


I've added a greek layout to my ms windows 7 system, connected to an ubuntu 16.04 shadow server.

All the keys worked just fine.

Unless you can provide easily reproducible steps, I will have to close this ticket as 'needinfo'.

@totaam
Copy link
Collaborator Author

totaam commented Jun 18, 2019

2019-06-18 11:21:10: stdedos changed owner from stdedos to Antoine Martin

@totaam
Copy link
Collaborator Author

totaam commented Jun 18, 2019

2019-06-18 11:21:10: stdedos commented


I believe xpra shadow :0 -d keyboard mixes mouse events :/

�[36m2019-06-18 13:18:13,945 update_mouse(3, 5386, 620, 906, 620) current=(1016, 776), client=1, show=True�[0m
�[36m2019-06-18 13:18:13,947 filtered_modifiers_set([])=set([])�[0m
�[36m2019-06-18 13:18:13,947 filtered_modifiers_set([])=set([])�[0m

@totaam
Copy link
Collaborator Author

totaam commented Jun 18, 2019

2019-06-18 11:21:25: stdedos uploaded file xpra-2301-client.txt (10.0 KiB)

@totaam
Copy link
Collaborator Author

totaam commented Jun 18, 2019

2019-06-18 11:23:00: stdedos uploaded file xpra-2301-server-2019-06-18_13-20-44.txt (9.4 KiB)

@totaam
Copy link
Collaborator Author

totaam commented Jun 18, 2019

2019-06-18 11:26:26: antoine commented


I believe xpra shadow :0 -d keyboard mixes mouse events :/
I don't understand what that means, in any case this doesn't provide any steps to reproduce the problem.

@totaam
Copy link
Collaborator Author

totaam commented Jun 18, 2019

2019-06-18 11:34:07: stdedos commented


I am not sure what do you mean you don't understand.

I started a shadow server with -d keyboard, and I see mouse events (mixed with the keyboard events)

Additionally, I added debug run from both ends as an attachment - and I believe that it is complete debug information according to your request.

@totaam
Copy link
Collaborator Author

totaam commented Jun 18, 2019

2019-06-18 11:39:10: antoine commented


I started a shadow server with -d keyboard, and I see mouse events (mixed with the keyboard events)
Pointer events include the modifiers state. So you will see things like filtered_modifiers_set.. and some adjustments made on occasion.
That's because if you change shift or alt state whilst moving over another window, we need to synchronize that state when moving back over xpra's window, as some applications use this state.

Additionally, I added debug run from both ends as an attachment - and I believe that it is complete debug information according to your request.
As per comment:4, I asked for exact steps to reproduce the problem.
How to configure my test systems to trigger this issue.

@totaam
Copy link
Collaborator Author

totaam commented Jun 18, 2019

2019-06-18 12:18:59: stdedos commented


I don't have any special configuration in-place. Except the /etc/xpra/80_lock.conf, I simply provide any configuration straight to the command line for reproducibility

On both stations I have US layout active (but GR installed also), I start xpra-shadow remotely, I am just pressing <>?| keys in a sublime window (see that it "gives" >>?>), and close the session.

@totaam
Copy link
Collaborator Author

totaam commented Jun 18, 2019

2019-06-18 13:02:36: antoine commented


Like I said, I cannot reproduce the problem at all using a default configuration.
So please provide the details required so that I can configure my test systems exactly like yours. (as per keyboard / bug reporting wiki pages: setxkbmap -query from the server session, etc)

@totaam
Copy link
Collaborator Author

totaam commented Jun 18, 2019

2019-06-18 13:41:40: stdedos commented


Have you opened [/attachment/ticket/2301/kb-bug-report.zip] ?

It contains setxkbmap -query

rules:      evdev
model:      pc105
layout:     us

and a couple of other things too

Configuration on the server is "pretty clean too":

log-file              (used)   = 'display-$DISPLAY.log'            <type 'str'>
log-file             (default) = '$DISPLAY.log'                    <type 'str'>
microphone            (used)   = 'disabled'                        <type 'str'>
microphone           (default) = 'off'                             <type 'str'>
min-quality           (used)   = 20                                <type 'int'>
min-quality          (default) = 30                                <type 'int'>
min-speed             (used)   = 50                                <type 'int'>
min-speed            (default) = 30                                <type 'int'>
pings                 (used)   = 1                                 <type 'int'>
pings                (default) = 5                                 <type 'int'>
speaker               (used)   = 'disabled'                        <type 'str'>
speaker              (default) = 'on'                              <type 'str'>
start-on-last-client-exit  (used)   = 'bash -c 'echo now I will touch ; touch /run/user/1000/xpra-test-`date +%s`*, 'bash -c 'echo now I will fail! ; `date`*, 'bash -c 'echo now I will lock ; . /run/user/1000/dbus-session; gnome-screensaver-command -l''  <type 'list'>
start-on-last-client-exit (default) = []                                <type 'list'>
webcam                (used)   = 'no'                              <type 'str'>
webcam               (default) = 'auto'                            <type 'str'>

@totaam
Copy link
Collaborator Author

totaam commented Dec 6, 2019

2019-12-06 01:05:39: mjlbach commented


I can reproduce this problem with the MacOS client and a Fedora host on the latest beta; happy to post relevant logs or help debug this issue.

@totaam
Copy link
Collaborator Author

totaam commented Feb 6, 2020

2020-02-06 03:20:27: antoine commented


The fixes from #2560 may well help with this.
@stdedos: Does the latest beta server build help?

If not, then #2574 may help too.

@totaam
Copy link
Collaborator Author

totaam commented Feb 13, 2020

2020-02-13 09:05:07: stdedos commented


On v3.0.6-r25174 (client Xpra-Python3-x86_64_4.0-25205.zip) I don't seen any difference:

[[Image(2301-xpra-gtk-kb-via-shadow-Screenshot from 2020-02-12 21-50-13.png)]]

Of course, you retargeted this to v4, so I cannot really test this anytime soon.

@totaam
Copy link
Collaborator Author

totaam commented Feb 13, 2020

2020-02-13 09:05:25: stdedos uploaded file 2301-xpra-gtk-kb-via-shadow-Screenshot from 2020-02-12 21-50-13.png (36.3 KiB)

2301-xpra-gtk-kb-via-shadow-Screenshot from 2020-02-12 21-50-13.png

@totaam
Copy link
Collaborator Author

totaam commented Feb 14, 2020

2020-02-14 12:19:02: antoine commented


On v3.0.6-r25174 (client Xpra-Python3-x86_64_4.0-25205.zip) I don't seen any difference
What am I looking at?
Did you run the tool within the xpra session whilst connected from the win32 client?
What keys did you press exactly? And what was the active keyboard layout at that point?
The only change that is not in 3.0.6 is r25174 + r25175. This may eventually land in 3.1.x

@totaam
Copy link
Collaborator Author

totaam commented Feb 14, 2020

2020-02-14 12:51:22: stdedos commented


Replying to [comment:16 Antoine Martin]:

On v3.0.6-r25174 (client Xpra-Python3-x86_64_4.0-25205.zip) I don't seen any difference
What am I looking at?
Did you run the tool within the xpra session whilst connected from the win32 client?

I shadowed via Windows to Ubuntu, I pressed the keys, and took the screenshot using the gnome-screenshot in Ubuntu.
I wanted to make a better visualization, showing the same window in Windows; I'll try again today if I can make it

What keys did you press exactly? And what was the active keyboard layout at that point?

The non-Shift-keys are shown correctly. So, with en-us layout, in order:

  • ,
  • Shift+,
  • .
  • Shift+.
  • \
  • Shift+\

Can you add that on that window too?

  • Always show the active layout.
  • At the beggining, and for every layout change: Add a new line with the new layout

The only change that is not in 3.0.6 is r25174 + r25175. This may eventually land in 3.1.x

@totaam
Copy link
Collaborator Author

totaam commented Feb 15, 2020

2020-02-15 08:44:45: antoine commented


At the beggining, and for every layout change: Add a new line with the new layout
Done in r25236.

@totaam
Copy link
Collaborator Author

totaam commented Feb 15, 2020

2020-02-15 09:50:30: stdedos commented


Backport to 3.0.x?

Or can I just update my local version with this?

@totaam
Copy link
Collaborator Author

totaam commented Feb 18, 2020

2020-02-18 10:36:53: stdedos commented


Unfortunately, I am not able to "cleanly" prepare the visualization I wanted, it seems that the executable cannot passively listen to keyboard events; it needs to be focused.

Also, there is no r25236+ version for Windows, and I cannot patch an exe.
(additionally 25205 GTK_Keyboard_Test.exe is broken, I used 24039)

So, here is the visualization roughly (Screenshot from the Windows client, including the shadowed Keyboard State Tool):
[[Image(2301-Xpra_cmd_2020-02-18_12-27-28.png)]]

@totaam
Copy link
Collaborator Author

totaam commented Feb 18, 2020

2020-02-18 10:37:10: stdedos uploaded file 2301-Xpra_cmd_2020-02-18_12-27-28.png (115.6 KiB)

2301-Xpra_cmd_2020-02-18_12-27-28.png

@totaam
Copy link
Collaborator Author

totaam commented Feb 18, 2020

2020-02-18 12:12:46: antoine commented


Also, there is no r25236+ version for Windows, and I cannot patch an exe.
Ah... ZIP format: Xpra-Python3-x86_64_4.0-[r25280](../commit/0c33b602f176df735f5288af28205f46a016e200).zip is there now.

@totaam
Copy link
Collaborator Author

totaam commented Feb 18, 2020

2020-02-18 17:48:23: stdedos commented


Replying to [comment:21 Antoine Martin]:

Also, there is no r25236+ version for Windows, and I cannot patch an exe.
Ah... ZIP format: Xpra-Python3-x86_64_4.0-[r25280](../commit/0c33b602f176df735f5288af28205f46a016e200).zip is there now.

<3 It appears to be so much more convenient (and contained).

Same cx_Freeze error :/

@totaam
Copy link
Collaborator Author

totaam commented Feb 19, 2020

2020-02-19 04:11:26: antoine commented


Same cx_Freeze error :/
Same as?
There is no mention of a cx_Freeze error in this ticket.

@totaam
Copy link
Collaborator Author

totaam commented Mar 5, 2020

2020-03-05 18:07:44: antoine changed status from assigned to new

@totaam
Copy link
Collaborator Author

totaam commented Mar 5, 2020

2020-03-05 18:07:44: antoine changed owner from antoine to stdedos

@totaam
Copy link
Collaborator Author

totaam commented Mar 5, 2020

2020-03-05 18:07:44: antoine commented


I'm really not sure how to reproduce this problem. The keys in your screenshot come up fine, both with 3.0.7-RC and 4.0-beta servers.
How can I configure my win10 client PC with the exact same keyboard configuration as you?

Or alternatively, can you reproduce the bug with a command line specifying the keyboard options, ie: something like

xpra_cmd attach --keyboard-layout=us --keyboard-layouts=us,gr

The only problem I found so far is with the "Greek" layout activated, sending "control-C" to the server doesn't work. Will fix tomorrow.

@totaam
Copy link
Collaborator Author

totaam commented Mar 5, 2020

2020-03-05 19:12:07: stdedos commented


I have no idea. I merely added the (modern) Greek language and keyboard, alongside English for my user.
[[Image(xpra-2301-winsettings-language-ApplicationFrameHost_2020-03-05_21-01-40.png)]]
This is a multi-user machine provisioned in Finland, with Finnish / English keyboard.
[[Image(xpra-2301-language-region-welcome_screen-rundll32_2020-03-05_21-05-20.png)]]

Attaching with:

"Xpra-Python3-x86_64_4.0-[r25519](../commit/f9057e6fd70fff31eb2e9744132cafd5db367ff6)\xpra_cmd" attach ssh://user@ip/0 --ssh="plink -ssh -agent" --keyboard-layout=us --keyboard-layouts=us,gr --opengl=no --min-quality=20 --desktop-scaling=0.75

2020-03-05 20:53:24,914 Xpra GTK3 client version 4.0-[r25519](../commit/f9057e6fd70fff31eb2e9744132cafd5db367ff6) 64-bit
2020-03-05 20:53:24,916  running on Microsoft Windows 10
2020-03-05 20:53:24,978 Warning: failed to import opencv:
2020-03-05 20:53:24,979  No module named 'cv2'
2020-03-05 20:53:24,979  webcam forwarding is disabled
2020-03-05 20:53:26,055 GStreamer version 1.16.2 for Python 3.8.2 64-bit
2020-03-05 20:53:26,557 keyboard layout code 0x409
2020-03-05 20:53:26,559 identified as 'United States - English' : us
2020-03-05 20:53:27,110  keyboard settings: layout=us
2020-03-05 20:53:27,115  desktop size is 1600x900 with 1 screen:
2020-03-05 20:53:27,116   Default (423x238 mm - DPI: 96x96) workarea: 1600x860
2020-03-05 20:53:27,117     (Standard monitor types) Generic PnP Monitor (309x174 mm - DPI: 131x131)
2020-03-05 20:53:27,117  downscaled to 75%, virtual screen size: 2133x1200
2020-03-05 20:53:27,118   Default (423x238 mm - DPI: 128x128) workarea: 2133x1147
2020-03-05 20:53:27,120     (Standard monitor types) Generic PnP Monitor (309x174 mm - DPI: 175x175)
2020-03-05 20:53:35,019 enabled remote logging
2020-03-05 20:53:35,032 Xpra GTK3 shadow server version 3.0.6-[r25174](../commit/86fdb78c7bf461e68008d62bac8a4bf54dd5f12c) 64-bit
2020-03-05 20:53:35,035  running on Linux Ubuntu 16.04 xenial
2020-03-05 20:53:35,038  remote desktop size is 6400x1440
2020-03-05 20:53:35,060 Attached to 172.16.57.121:22
2020-03-05 20:53:35,069  (press Control-C to detach)


(xpra_cmd:8268): Pango-WARNING **: 20:53:35.748: couldn't load font "Bitstream Vera Sans Not-Rotated 14.662109375", falling back to "Sans Not-Rotated 14.662109375", expect ugly output.
2020-03-05 20:53:36,795 UI thread is now blocked
2020-03-05 20:53:37,462 UI thread is running again, resuming
2020-03-05 20:53:41,891 server is not responding, drawing spinners over the windows
2020-03-05 20:53:42,163 server is OK again
2020-03-05 20:55:13,765 unknown string message: 0xc286 / 0x0 / 0x0
2020-03-05 21:00:57,564 unknown string message: 0xc2aa / 0x707a4 / 0x2

And pressing in order: m,./ @ Shift+m,./ @ μ,./ @ Shift+μ,./ :
[[Image(GTK_Keyboard_Test_2020-03-05_20-57-27.png)]]

@totaam
Copy link
Collaborator Author

totaam commented Mar 5, 2020

2020-03-05 19:12:41: stdedos uploaded file GTK_Keyboard_Test_2020-03-05_20-57-27.png (199.8 KiB)

GTK_Keyboard_Test_2020-03-05_20-57-27.png

@totaam
Copy link
Collaborator Author

totaam commented Mar 5, 2020

2020-03-05 19:12:52: stdedos uploaded file xpra-2301-language-region-welcome_screen-rundll32_2020-03-05_21-05-20.png (21.8 KiB)

xpra-2301-language-region-welcome_screen-rundll32_2020-03-05_21-05-20.png

@totaam
Copy link
Collaborator Author

totaam commented Mar 5, 2020

2020-03-05 19:13:01: stdedos uploaded file xpra-2301-winsettings-language-ApplicationFrameHost_2020-03-05_21-01-40.png (9.3 KiB)

xpra-2301-winsettings-language-ApplicationFrameHost_2020-03-05_21-01-40.png

@totaam
Copy link
Collaborator Author

totaam commented Mar 6, 2020

2020-03-06 08:09:58: antoine uploaded file 500px-KB_Greek.svg.png (28.1 KiB)

greek keyboard layout
500px-KB_Greek.svg.png

@totaam
Copy link
Collaborator Author

totaam commented Mar 6, 2020

2020-03-06 08:10:34: antoine changed status from new to assigned

@totaam
Copy link
Collaborator Author

totaam commented Mar 6, 2020

2020-03-06 08:10:34: antoine commented


For my own reference, I believe the keyboard layout used is this one:
[[Image(500px-KB_Greek.svg.png)]]

@totaam
Copy link
Collaborator Author

totaam commented Mar 6, 2020

2020-03-06 10:15:49: stdedos commented


This is what it would look like physically:

[[Image(microsoft-500-wired.jpg)]]

@totaam
Copy link
Collaborator Author

totaam commented Mar 6, 2020

2020-03-06 10:15:59: stdedos uploaded file microsoft-500-wired.jpg (46.8 KiB)

microsoft-500-wired.jpg

@totaam
Copy link
Collaborator Author

totaam commented Mar 6, 2020

2020-03-06 12:51:38: antoine commented


I am very confident that this is fixed in r25529 so I've already backported the fix to the v3.0 branch in 25532. I managed to reproduce the problem using a Fedora server configured with 'us' layout. ('gb' layout doesn't have this problem because the default keycodes for 'less' and 'greater' are different..)

Note however that we still don't modify the server keymap, so we can't always find the Greek characters in the 'us' layout and some keys just won't work. To change that, we would need to introduce the option of modifying the server keymap in shadow mode. (we could then reconfigure the server as 'us' + 'gr' to ensure all the characters are mapped: #2630)

Other keymap debug improvements in r25530 + r25531, we will now also honour keysym debugging with shadow servers, ie:

XPRA_DEBUG_KEYSYMS=greater,less /usr/bin/python3 /usr/bin/xpra shadow

@stdedos: you can apply r25529 by hand, or use one of the latest 3.0.7-RC builds for xenial.

@totaam
Copy link
Collaborator Author

totaam commented Mar 6, 2020

2020-03-06 21:47:56: stdedos commented


I haven't tested the above comment, and probably won't until next week. With that out of the way:

I don't know exactly how your implementation of pressing keys work, and probably you have had good reasons to implement it the way you did.

On a very high level, unoptimized, I would think this would work like so:

  • You record the key presses on the client side, along with the active layout
  • You translate the keyboard layout to the server's equivalent layout (if needed)
  • You apply this layout to the server (1)
  • You replay the key presses to the virtual keyboard device on the server
  • You reset the server layout to the original one

(1) On my server, I have two physical keyboards: One printed with the US keyboard layout, one with the !Finnish/Nordic one.

Whenever I want to type with the Finnish one, I run while IFS= read -r i ; do setxkbmap -device "$i" -layout fi ; done < <(xinput --list | grep 'Dell KB216 Wired Keyboard' | grep -oP '(?<=id=)\d+') which allows for both keyboards to have two different layouts (I haven't found a way to persist that, and this is effective until next time I press Alt+Shift to change to the Greek layout).


What you mentioned:

, so we can't always find the Greek characters in the 'us' layout and some keys just won't work.

is happening when the server is set on the Greek layout: I am fairly certain can find exactly zero letter characters that can be printed.

@totaam
Copy link
Collaborator Author

totaam commented Mar 7, 2020

2020-03-07 04:08:29: antoine commented


On a very high level, unoptimized, I would think this would work like so:
There is a lot more to keyboard mapping than you can possibly imagine.

  • You record the key presses on the client side, along with the active layout
    Not possible, you often don't know which layout caused which key to be pressed. Only the keysym.
    Also, you may get spurious key events from the OS, or some key events may be swallowed (ie: shortcuts, window does not have keyboard focus, etc).
  • You translate the keyboard layout to the server's equivalent layout (if needed)
    Sort of. But that has to be done at connection setup time because:
  • You apply this layout to the server (1)
    You can't. Changing layout takes a long time and triggers all sorts of unwanted system events.
  • You replay the key presses to the virtual keyboard device on the server
    Here is the hard part. Which key?
    X11 deals with keycodes, you need to find the right one to use, and take into account modifier keys (and press / unpress them on the fly if needed), layout groups, etc.
  • You reset the server layout to the original one
    As per above, that's not possible.

, so we can't always find the Greek characters in the 'us' layout and some keys just won't work.
is happening when the server is set on the Greek layout: I am fairly certain can find exactly zero letter characters that can be printed.
The default 'gr' X11 layout does not have any regular 'a-zA-Z' latin characters, see setkxmap -pke.
To make those characters available, you have to configure your server with setxkbmap gr,us.

@totaam
Copy link
Collaborator Author

totaam commented Mar 10, 2020

2020-03-10 12:54:50: stdedos commented


FINALLY we can close this. It works:

[[Image(Xpra-kb-tool_cmd_2020-03-10_14-47-55.png)]]

Client: Xpra-Python3-x86_64_4.0-r25568
Server: Xenial / 3.0.7-25532

     69 2020-03-10 14:42:20,332 Warning: remote clipboard request timed out
     70 2020-03-10 14:42:20,332  request id 16, selection=CLIPBOARD, target=TARGETS
     71 2020-03-10 14:44:28,567 New unix-domain connection received
     72 2020-03-10 14:44:28,567  on '/run/user/1000/xpra/user.linux-precision-t3620-0'
     73 2020-03-10 14:44:28,569 Handshake complete; enabling connection
     74 2020-03-10 14:44:29,568 New unix-domain connection received
     75 2020-03-10 14:44:29,568  on '/run/user/1000/xpra/user.linux-precision-t3620-0'
     76 2020-03-10 14:44:29,569 New unix-domain connection received
     77 2020-03-10 14:44:29,569  on '/run/xpra/user.linux-precision-t3620-0'
     78 2020-03-10 14:44:31,592 Error setting up client dbus instance:
     79 2020-03-10 14:44:31,592   org.freedesktop.DBus.Error.NoServer
     80 2020-03-10 14:44:31,592   Failed to connect to socket /tmp/dbus-xsapXOpCxN
     81 2020-03-10 14:44:31,592   Connection refused
     82 2020-03-10 14:44:31,593  automatic picture encoding enabled, also available:
     83 2020-03-10 14:44:31,593   h264, vp9, vp8, png, png/P, png/L, rgb24, rgb32, jpeg
     84 2020-03-10 14:44:31,595 Python/GTK3 Microsoft Windows 10 aero client version 4.0-[r25568](../commit/879a9b9a0bf68b7e04127f8e0e93c05133ec4cdb) 64-bit
     85 2020-03-10 14:44:31,595  connected from 'AA-000000' as 'user.linux' - 'user.win'
     86 2020-03-10 14:44:31,598 shadow server: setting default keymap translation
     87 2020-03-10 14:44:31,599 set_default_keymap: ('less', 1)=59
     88 2020-03-10 14:44:31,599 set_default_keymap: ('less', 3)=59
     89 2020-03-10 14:44:31,599 set_default_keymap: ('greater', 1)=60
     90 2020-03-10 14:44:31,600 set_default_keymap: ('greater', 3)=60
     91 2020-03-10 14:44:31,600 set_default_keymap: ('less', 0)=94
     92 2020-03-10 14:44:31,600 set_default_keymap: ('greater', 1)=94
     93 2020-03-10 14:44:31,600 set_default_keymap: ('less', 2)=94
     94 2020-03-10 14:44:31,600 set_default_keymap: ('greater', 3)=94
     95 2020-03-10 14:44:31,601 set_default_keymap: less=94
     96 2020-03-10 14:44:31,601 set_default_keymap: greater=60
     97 2020-03-10 14:44:31,606  client root window size is 2133x1200
     98 2020-03-10 14:44:31,636 client   1 @11.658 Xpra GTK3 shadow server version 3.0.7-25532 64-bit
     99 2020-03-10 14:44:31,638 client   1 @11.662  running on Linux Ubuntu 16.04 xenial
    100 2020-03-10 14:44:31,641 client   1 @11.664  remote desktop size is 6400x1440
    101 2020-03-10 14:44:31,707 client   1 @11.690 Attached to ip:22
    102 2020-03-10 14:44:31,707 client   1 @11.704  (press Control-C to detach)
    103 2020-03-10 14:44:32,904 Warning: not adding duplicate printer 'Microsoft Print to PDF'
    104 2020-03-10 14:44:32,905 Warning: not adding duplicate printer 'Send To OneNote 16'
    105 2020-03-10 14:44:32,905 Warning: not adding duplicate printer 'OneNote'

@totaam
Copy link
Collaborator Author

totaam commented Mar 10, 2020

2020-03-10 12:55:22: stdedos uploaded file Xpra-kb-tool_cmd_2020-03-10_14-47-55.png (65.9 KiB)

Xpra-kb-tool_cmd_2020-03-10_14-47-55.png

@totaam
Copy link
Collaborator Author

totaam commented Mar 11, 2020

2020-03-11 03:57:07: antoine commented


This caused a regression: #2632#comment:8

@totaam totaam closed this as completed Mar 11, 2020
@totaam
Copy link
Collaborator Author

totaam commented Mar 16, 2020

2020-03-16 15:48:31: antoine commented


And another regression: #2648.

@totaam
Copy link
Collaborator Author

totaam commented Apr 2, 2020

2020-04-02 05:29:06: antoine commented


And another regression: #2702

I should not have made that change to the stable branch.


This ticket is similar to #1465.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant