Just to be clear - when you click something in the clipboard panel applet list… it isn’t automatically pasted anywhere, how would it know where you wanted it pasted ?
all the clipboard manager does is let you select any of the last 25 (by default) items that have been copied to the clipboard… you still have to manually paste it yourself.
ie. select what you want in the list from the panel applet… now right-click in a document (for text) and select paste.
or for complete files… select from list > paste in a folder etc.
Firstly… there IS now a version of pastie in the PPA, and it works in 11.04.
OK, all 3 packages work properly in 11.04 on a VM for me. (parcellite, clipit, and pastie… didn’t try diodon… at least they do on the GNOME desktop (I still can’t get Unity to work properly in a VM).
First try them logged on to a GNOME (classic) desktop session rather than Unity… and see if they work in that.
If not… try this…
CLOSE ANY RUNNING CLIPBOARD MANAGER(S)
Uninstall them ALL of them (including config files):
sudo apt-get purge diodon
then
sudo apt-get purge pastie
then
sudo apt-get purge clipit
then
sudo apt-get purge parcellite
Next, remove the pastie PPA:
sudo mv /etc/apt/sources.list.d/hel-sheep-pastie-natty.list ~/hel-sheep-pastie-natty.list
Now clear the local apt package cache:
sudo apt-get clean
And remove any unecessary (left over) packages:
sudo apt-get autoremove
Hopefully that will have got rid of them all… now lets reinstall pastie…
Add the pastie PPA
sudo add-apt-repository ppa:hel-sheep/pastie
update the cache:
sudo apt-get update
Install pastie again:
sudo apt-get install pastie
and just to be 100% sure nothing got left behind that want overwritten, reinstall pastie again which should overwrite everything:
sudo apt-get install --reinstall pastie
Now anything (last 25 things by default) you copy should be available in the list when you normal (left) click the “Clipboard” icon on the top panel… just click what you want in the clipboard… then when you select “Paste”, that will be the item that is pasted.