Comment 14 for bug 1026254

Revision history for this message
Milton (miltonlaufer) wrote :

I agree that this a very unpleasant change. I tried the patch, but I can't build the nautilus source (in the make, I get "fatal error: zeitgeist.h: No such file or directory", even if I have the zeitgeist package installed**).

Is there any other way?

** Reply to comment #13: In order to install a patch, you have to
1) Copy the patch file to a new folder
2) In that folder, do a "sudo apt-get source PACKAGE_NAME"
3) Copy the patch file into the new package folder in that dir
4) type "patch -p1 < patch_file_name"
5) sudo make (maybe you'll need to do a "sudo . /configure" first). Here you'll have to install all the dependencies that the package need to be build.
6) make install