Ubuntu: default clipboard should not be selection but real clipboard
grosser opened this issue · 3 comments
grosser commented
Clipboard.paste().should == Clipboard.paste('clipboard')
so it behaves consistent on all platforms
janlelis commented
Hm, the primary clipboard seems to be the default one in xclip. I can change that, but I need to understand more why.
Btw, the whole "three clipboards thing" in X is very annoying °_°.
grosser commented
xclip thinks selection should be default afaik, but every other person thinks that the 'primary' clipboard is not the selection
janlelis commented
changed with your commit.