[Bug 50598] New: Wine Clipboard not always shared across to X11

WineHQ Bugzilla wine-bugs at winehq.org
Sun Jan 31 05:02:50 CST 2021


https://bugs.winehq.org/show_bug.cgi?id=50598

            Bug ID: 50598
           Summary: Wine Clipboard not always shared across to X11
           Product: Wine
           Version: 6.0
          Hardware: x86-64
                OS: Linux
            Status: UNCONFIRMED
          Severity: minor
          Priority: P2
         Component: -unknown
          Assignee: wine-bugs at winehq.org
          Reporter: paucoma at gmail.com
      Distribution: ---

Created attachment 69283
  --> https://bugs.winehq.org/attachment.cgi?id=69283
Details on how I installed Wine

PDF XChange Editor Installation
-------

https://www.tracker-software.com/product/pdf-xchange-editor
https://pdf-xchange.eu/DL/pdf-xchange-editor.htm
Download PDF-XChange Editor/Plus PORTABLE no OCR (32/64 Bit Version) (as ZIP
File)
unzipped into directory ..."C:\opt\..."
Version 8.0, build 343.0 [], Portable

installed Winbind as apparent "depenency" for error
005b:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated.
Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in
the winbind package of your distribution.

:~$ apt list *winbind* | grep -i installed
winbind/focal-updates,focal-security,now 2:4.11.6+dfsg-0ubuntu1.6 amd64
[installed]

Created a desktop entry in
~/.local/share/applications/wine-pdfxchgeditor.desktop

[Desktop Entry]
Type=Application
Name=PDF XChange Editor
Comment=Windows Pdf Editor launched in wine
Exec=env WINEPREFIX="/home/paui/.winex86"
WINEDEBUG='+clipboard,+timestamp,+tid,fixme-all' wine start
"C:\\opt\\pdfxedit\\PDFXEdit.exe" 
Terminal=true
X-KeepTerminal=true
Categories=Application;
StartupNotify=true
Icon=pdfxchg_bxv6
MimeType=application/pdf;


How To Reproduce the Bug:
------------

Not Working procedure:
1. Start the pdf Editor via the Ubuntu Launcher
2. Open any pdf file
3. Select text , copy (cntrl+C) (rightclick copy)
4. Paste in the same pdf and you see that the Wine Local Environment has the
contents in its Clipboard
5. Goto a linux local environment gedit empty file, attempt to paste. The
pasted contents are the "old" contents from a linux local environment. 

Clipboards are not Shared

6. Keep this Not working instance of the program open and open a terminal
7. Execute the same command as in Exec from the .desktop shortcut and add
logging (I have not been able to get logging from within the launcher to work)
env WINEPREFIX="/home/paui/.winex86"
WINEDEBUG='+clipboard,+timestamp,+tid,fixme-all' wine start
"C:\\opt\\pdfxedit\\PDFXEdit.exe" &>myKOlog.txt
8. Attempt the same and you will see that it doesn't work either.

Working procedure:
1. Close any wine instances of the launched program (Fresh start)
2. Open a terminal window
3. env WINEPREFIX="/home/paui/.winex86"
WINEDEBUG='+clipboard,+timestamp,+tid,fixme-all' wine start
"C:\\opt\\pdfxedit\\PDFXEdit.exe" &>myOKlog.txt
4. Attempt Copy+Paste Routine, Locally within the wine program --> Works
5. Attempt Copy+Paste Across Wine to local linux Environment, e.g. gedit empty
document. --> Works

Clipboards are Shared

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list