You are here > Bugs > PlayOnLinux > Bug > Ticket #670
Added by eruantalon on 2012-02-22 09:55:01 - Comment or update this ticket
From what I understand you were running POL 4.0.14 at the time, does the problem still exist with POL 4.0.16 (or POL 4.0.17-dev)?
I am now using POL-4.0.16 and the bug is still there.
I haven't tested on the latest dev.
Does this mean that the copying works for other people?
I have now tested with latest dev from git and the results are:
Copying text from dialog boxes does still not work.
Trying Pastebin gave me this on the commandline:
/home/hans/Software/Playonlinux/POL-POM-4/bash/run_app: line 61: curl: command not found
[POL_Open] Message: Opening:
xdg-open - opens a file or URL in the user's preferred application
Synopsis
xdg-open { file | URL }
xdg-open { --help | --manual | --version }
Use 'man xdg-open' or 'xdg-open --manual' for additional info.
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 73563 0 28 100 73535 29 77353 --:--:-- --:--:-- --:--:-- 99103
[POL_Open] Message: Opening: http://pastebin.com/iuLcrR36
Created new window in existing browser session.
Which encouraged me too install curl:
sudo apt-get install curl
and now pastebin works. I guess POL should give an error message that pastebin needs this curl thing and the Ubuntu package should have curl as a dependency.
Thanks for those informations; It should be fixed in 4.0.17, most likely by using wget to post to pastebin, removing the need for curl.