-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Copy&Paste not working #312
Comments
my 15.10 is usable with this workaround. I also have the same problem as you with latest xrdp master. Note that this works on 15.10, but not on 14.04. First, make sure you start with a fresh system. Old xrdp config and initscripts can cause problems
Next, build a working X11rdp. This is necessary since ubuntu's vncserver won't work for copy
After that, create
... and
Then, get xrdp from this ppa: https://launchpad.net/~kxteam/+archive/ubuntu/daily . It does not have packages for 15.10, so either edit the repository config to use 14.04's packages, or just download and install the packages manually
... and create the missing file
Verify that /dev/fuse exist, and it is writable by normal user. "mknod" and "chmod" if necessary.
After that, copy&paste should work. Tested with xfce on server & windows 10 client, copy-paste with ctrl-c and ctrl-v. Again, this is a workaround, not a permanent fix. |
@fajarnugraha , all procedures were done, but still drive redirection not works. Any other way to save my project??? |
@lorenzoverbicaro : see https://github.com/ubuntu-xrdp/xrdp/blob/ubuntu/readme.md . The repo is based on latest xrdp master (9c48b7b), with added If you previously follow the above howto, purge xrdp package again, delete If you've followed that and it still doesn't work, chances are @Naroar : text copy&paste problems can usually be solved by simply using X11rdp instead of vnc. File copy&paste, however, requires fuse support enabled and working. |
@fajarnugraha , first of all I would like to thank you for your precious help. I have just three questions about your last tutorial:
|
if dpkg-buildpackage or dpkg-checkbuilddeps says you have a missing build dependency, install it. If they don't, then simply proceed to the next step.
Are you familiar with unix permissions and chmod? Look it up.
If /dev/fuse is writable by anyone (i.e. has 666 permission mode), then no need for a special group. The easiest way to test would be to try whether your user can use a simple fuse fs first. httpfs or sshfs should be a good test |
@fajarnugraha , after the "dpkg-buildpackage -b" I've get this error: _configure: exit 1 |
what is the output before that? does it say anything "missing" or "not found"? Chances are you don't have libjpeg-dev installed (or whatever the configure script say it's missing) |
@fajarnugraha , the libjpeg-dev was really missing. Now that the xrdp is installed, I'm trying to put it to load on boot, but without any sucess. I deleted xrdp* from /lib/systemd/system, followed by a systemctl daemon-reload, but it semens doesn't work. Could you help me once more??? |
depending on the output, you'd probably only need |
@fajarnugraha , Everything is OK with loading on boot. My ultimate issue is the old "no drive redirection", so I beg you to help me throught the right FUSE setup, and allowed permissions for all my users (I´m not familiarized with the commands chmod, ownmod or modprobe). I see /dev/fuse - /etc/fuse.conf - /bin/fusermount on my system, but I don´t how they can work correctly. |
My best advice is to verify that you can mount a fuse filesystem first. One way to do it is to try As for unix permissions, you could simply look it up. For example, http://archive.oreilly.com/pub/post/666_the_devils_readwrite_permi.html One additional note, compare also what's in |
@fajarnugraha , I'm giving up the distributions based on Ubuntu because I can not do redirect drives work at all. I'm now running XRDP on CentOS 6.7 (64-bit) because remember that you wrote in another post that drive redirection works perfectly in this scenario. I used the X11RDP-RH-Matic as you indicated, but still no success with drive redirection, and also the copy&paste. Do I have something else to do before you give up my project? I´m count on you to help me in that last attempt. |
Things that helped me get drive redirection working. |
@lorenzoverbicaro: I'm starting to think that your problem is a simple fuse problem. Again, my best advice at this point is to make sure that fuse works first. For example, make sure your user can use sshfs (no matter whether it's on centos or ubuntu) |
@fajarnugraha , Finally I've got the drive redirection, just unchecking printers and smart cards in my RDP client. Anyway, your help and other advices were extremelly valuable. Thanks a lot!!! |
@therevoman , Finally it works for me. Thanks a lot!!! |
Seems to be solved. |
Not very savvie when it comes to linux but I've tried to fix not getting copy & paste working from a Windows 10 64-bit guest to an Ubuntu Server 15.10 VM (running on azure). I've tried building from the master source here to replace the old version that you get from the ubuntu repos, since I was hoping it was just a question of v0.6.x not supporting it but a newer version would.. Allow_channels is on, cliprdr is on, and clipboard redirection is on in the windows client. Still doesn't work. Not kind of copy&paste is working, wether it is text or files. Anything basic I might have missed? RDP does work, so it's just the copy&paste not working at the moment.
The text was updated successfully, but these errors were encountered: