<div dir="ltr"><div><blockquote type="cite" class="" style="line-height:normal">Ken,<br><br>Thank you for your reply. I thought I sent a reply to the list but apparently not.<br><br>We were able to discover the cause of the problem and a fix.<br><br>The default XQuartz Pasteboard preference was:<br><br>Update Pasteboard when CLIPBOARD changes: checked<br><br>If this box is unchecked, cutting and pasting works.<br><br>This did lead to different problem, however, about the key mappings for cutting and pasting, which I posted in a followup post, which I&#39;ll repeat here.<br><br>---------- Begin forwarded message ----------<br><br>Dear XQuartz developers,<br><br>I have a class where the majority of students are using Macs and XQuartz to interact with an app running on Linux. They are developing code with the app, so are doing a lot of copying and pasting.<br><br>The students are used to using Cmd-C and Cmd-V to copy and paste, but the app expects Ctrl-C and Ctrl-V.<br><br>Googling how to map the keys led to your website, where I tried the solution offered at<br><br><a href="https://xquartz.macosforge.org/trac/ticket/398">https://xquartz.macosforge.org/trac/ticket/398</a><br><br>which is to have the students use this .Xmodmap file<br><br>clear mod2<br>clear control<br>keycode 63 = Control_L<br>keycode 67 = Control_L<br>keycode 71 = Control_L<br>add control = Control_L<br><br>Unfortunately, this doesn&#39;t work.<br><br>I&#39;m sure this is a commonly desired functionality and there must be a solution. Could you please tell me how to accomplish this key mapping.<br><br>These are our XQuartz Pasteboard settings:<br>Enable syncing: y<br>Update Pasteboard when CLIPBOARD changes: n<br>Update CLIPBOARD when Pasteboard changes: y<br>Update PRIMARY (middle-click) when Pasteboard changes: y<br>Update Pasteboard immediately when new text is selected: n<br><br>Many thanks,<br><br>Bill<br><div class="" style="font-family:Helvetica;font-size:12px;margin:0px"><span class="" style="font-family:-webkit-system-font,&#39;Helvetica Neue&#39;,Helvetica,sans-serif"><b class=""><br></b></span></div><div class="" style="font-family:Helvetica;font-size:12px;margin:0px"><span class="" style="font-family:-webkit-system-font,&#39;Helvetica Neue&#39;,Helvetica,sans-serif"><b class="">From: </b></span><span class="" style="font-family:-webkit-system-font,&#39;Helvetica Neue&#39;,Helvetica,sans-serif">Ken Thomases &lt;<a href="mailto:ken@codeweavers.com" class="">ken@codeweavers.com</a>&gt;<br class=""></span></div><div class="" style="font-family:Helvetica;font-size:12px;margin:0px"><span class="" style="font-family:-webkit-system-font,&#39;Helvetica Neue&#39;,Helvetica,sans-serif"><b class="">Subject: </b></span><span class="" style="font-family:-webkit-system-font,&#39;Helvetica Neue&#39;,Helvetica,sans-serif"><b class="">Re: [Xquartz-dev] Class unable to view Qt5 Linux app using XQuartz</b><br class=""></span></div><div class="" style="font-family:Helvetica;font-size:12px;margin:0px"><span class="" style="font-family:-webkit-system-font,&#39;Helvetica Neue&#39;,Helvetica,sans-serif"><b class="">Date: </b></span><span class="" style="font-family:-webkit-system-font,&#39;Helvetica Neue&#39;,Helvetica,sans-serif">April 12, 2016 at 8:13:30 PM PDT<br class=""></span></div><div class="" style="font-family:Helvetica;font-size:12px;margin:0px"><span class="" style="font-family:-webkit-system-font,&#39;Helvetica Neue&#39;,Helvetica,sans-serif"><b class="">To: </b></span><span class="" style="font-family:-webkit-system-font,&#39;Helvetica Neue&#39;,Helvetica,sans-serif">Developer talk about Xquartz &lt;<a href="mailto:xquartz-dev@lists.macosforge.org" class="">xquartz-dev@lists.macosforge.org</a>&gt;<br class=""></span></div><div class="" style="font-family:Helvetica;font-size:12px;margin:0px"><span class="" style="font-family:-webkit-system-font,&#39;Helvetica Neue&#39;,Helvetica,sans-serif"><b class="">Reply-To: </b></span><span class="" style="font-family:-webkit-system-font,&#39;Helvetica Neue&#39;,Helvetica,sans-serif">Developer talk about Xquartz &lt;<a href="mailto:xquartz-dev@lists.macosforge.org" class="">xquartz-dev@lists.macosforge.org</a>&gt;<br class=""></span></div><br class=""><div class="" style="font-family:Helvetica;font-size:12px"><div class="" style="word-wrap:break-word">What X error is Qt getting?  Presumably, you&#39;d need the Qt developers&#39; help in learning that.  Maybe Qt has a verbose logging setting.  Which selection is it using?<div class=""><br class=""></div><div class="">They asked about the ssh X11 forwarding configuration.  That would be useful for us, too.</div><div class=""><br class=""></div><div class="">Did you try installing xsel on the Linux system and running it with a Mac as the X server?  What were the results?</div><div class=""><br class=""></div><div class="">Regards,</div><div class="">Ken</div></div></div></blockquote></div></div>