Saturday, June 13, 2009

Drag and Drop Support For aMSN

-First you need to install cvs

sudo apt-get install cvs


-You need the tkdnd binaries

cvs -z3 -d:pserver:anonymous@tkdnd.cvs.sourceforge.net:/cvsroot/tkdnd login

(password not needed, just hit enter)

cvs -z3 -d:pserver:anonymous@tkdnd.cvs.sourceforge.net:/cvsroot/tkdnd co -P tkdnd/lib


-You need to create a tkdnd folder to your amsn directory

sudo mkdir /usr/share/amsn/utils/tkdnd

(mine was in /usr/share/amsn ; use search to locate yours)


-Finally you need to copy the files to your created tkdnd directory

sudo  cp /home/yourname/tkdnd/lib/*tcl /usr/share/amsn/utils/tkdnd/

sudo cp /home/yourname/tkdnd/lib/Linux/libtkdnd1.0.so /usr/share/amsn/utils/tkdnd/


-Now restart your aMSN and enjoy draging and droping :)




No comments:

Post a Comment