in reply to Re: Using X selection: copy and paste
in thread Using X selection: copy and paste

I tried to used the text widget before, but it produces same result. Things only working when i turn on xclipboard and use Tk::Clipboard (malfunction without xclipboard), but i dun want to depend on the xclipboard. I used the Super Search and find similar case and none seems to have solution so far. Example: http://www.perlmonks.org/?node_id=121939
  • Comment on Re^2: Using X selection: copy and paste

Replies are listed 'Best First'.
Re^3: Using X selection: copy and paste
by zentara (Cardinal) on Sep 18, 2008 at 12:50 UTC
    You could try xclip and run it thru system. You may have to ask this on a KDE news/mail list.

    I'm not really a human, but I play one on earth Remember How Lucky You Are
      OK, let me try this and see