Comment 4 for bug 104432

Revision history for this message
Leon van der Ree (lvanderree) wrote : Re: Glipper makes copy/pasting of images in OpenOffice impossible

Sweet!

I looked at your patch and saw I'm not familiar enough with linux applications nor C++ to do this myself, but it works great! Nice you added the entry "binary data" in the glipper-list.

Thanks.

For the people who don't know how to apply the patch, I did it this way (first time I applied a patch to a package):

apt-get source glipper
cd glipper-0.95.1/
patch -p0 < ../glipper-fixes.patch
./autogen.sh
./configure
make
sudo checkinstall -D