Linux, Open Source, Web, Engineering, Technology

Posts Tagged ‘Thunar’

May 1, 2011

Thunar, Nautilus, exo-utils and “the location is not a folder” error.

Installing Thunar in gnome causes Nautilus to show a “the location is not a folder” error.

The problem is a thunar dependency called exo-utils.

Removing exo-utils also removes thunar. Some of us need to have both thunar and nautilus installed in gnome:
Since the problem is exo-utils, I have built a thunar .deb without the exo-utils dependency.

Here is how for 64bit:

wget http://launchpadlibrarian.net/69753654/thunar_1.2.1-3ubuntu2_amd64.deb
dpkg-deb -x thunar_1.2.1-3ubuntu2_amd64.deb tmpdir
dpkg-deb --control thunar_1.2.1-3ubuntu2_amd64.deb tmpdir/DEBIAN
gedit tmpdir/DEBIAN/control

Remove ‘exo-utils’ from the ‘Depends’ line and save

dpkg -b tmpdir thunar_1.2.1-3ubuntu2_amd64-no_exo-utils_dependency.deb
sudo apt-get remove exo-utils
sudo dpkg -i thunar_1.2.1-3ubuntu2_amd64-no_exo-utils_dependency.deb
sudo apt-get -f install

Or

Download the package from here:

https://blog.alejandrocuervo.com/downloads/thunar_1.2.1-3ubuntu2_amd64-no_exo-utils_dependency.deb

Done!

Posted by acuervo. Filed under Linux, terminal, Ubuntu.

Tags: , , , .



"The opposite of love is not hate, it's indifference.
The opposite of art is not ugliness, it's indifference.
The opposite of faith is not heresy, it's indifference.
And the opposite of life is not death, it's indifference."

Elie Wiesel
3502 grains of sand from alejandro cuervo