-
-
Notifications
You must be signed in to change notification settings - Fork 223
Copying URL from web browser address bar on remote host fails #703
Description
Issue migrated from trac ticket # 703
component: core | priority: major | resolution: worksforme | keywords: clipboard
2014-10-01 21:59:14: jiang.qian created the issue
Copying and pasting generally works fine from and to web browsers on remote machines.
However, when I try to copy URL from address bar of the remote host, not only it does not register on the local clipboard, but also the clipboard integration is entirely disabled. clicking on tray menu shows previously checked clipboard unchecked, and re-checking it fails to re-enable clipboard copying between local and remote host. Only disconnecting and reconnecting restore clipboard. Selected URL can, however, be copied to remote web browser itself.
This problem appears in both firefox and chrome running on remote host.
The error message on the client window is:
"/usr/lib/python2.7/dist-packages/xpra/gtk_common/nested_main.py:163: Warning: Source ID 87638 was not found when attempting to remove it gobject.source_remove(hard)"Attached files show the information reported by bug report from tray menu
I'm running the latest xpra 0.14.8 on both server and client, the server running ubuntu 14.04 x86_64 and client running 14.04 32 bit.