PDA

View Full Version : [SOLVED] cant install nautilus elementary on ubuntu 10.04



macstar
June 22nd, 2010, 07:48 PM
im following this guide:

http://www.webupd8.org/2010/04/install-nautilus-elementary-230-via-ppa.html

but having no success:

adding the ppa in terminal works as does it in synaptics package manager.
when i do update in terminal it seems to update A LOT of things and it takes quite long.

when looking in synaptics package manager for nautilus-elementary it finds nothing!

can someone say me why that is and how to install?


all i could think about is that it could have to do with the fact that i upgraded the kernel to 2.6.34. but can it really be the reason?

stlsaint
June 22nd, 2010, 11:15 PM
That command you used did not install anything. You cant upgrade anything that you dont have installed in the first place. You need to find out the package name of that application and install it.

for example:

sudo apt-get install nautilus-elementary

then you can upgrade via:

sudo apt-get upgrade

macstar
June 23rd, 2010, 12:11 AM
That command you used did not install anything. You cant upgrade anything that you dont have installed in the first place. You need to find out the package name of that application and install it.

for example:

sudo apt-get install nautilus-elementarythen you can upgrade via:

sudo apt-get upgrade

apt-get- install nautiulus-elementary says that it couldnt find the package...

when i enter:


sudo add-apt-repository ppa:am-monkeyd/nautilus-elementary-ppa

it gives the message:
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv 91DB0C47720C152FF466E7BA61E091672E206FF0


then tires to get the key 2E206FF0 from hkp Server keyserver.ubuntu.com

and its: wait wait wait wait ... nothing happens. it seems to be stuck and i cancel with strg+c. :(

macstar
June 23rd, 2010, 12:40 PM
can anyone help? why doesnt the package manager find nautilus-elementary despite me having added all neccessary sources?

macstar
June 23rd, 2010, 10:22 PM
in the meantime, i have fixed it by myself. i had to compile it on my own. no idea, why, but at least its working now :)



sudo apt-get install bzr
sudo apt-get build-dep nautilus
bzr branch lp:nautilus-elementary
cd nautilus-elementary/
./configure --prefix=/usr && make
sudo make install

macstar
June 24th, 2010, 12:02 AM
looks like ive done a big mistake. after killing nautilus all was working fine, i rebooted later now i cant see the desktop anymore!!! it stucks to a black screen, i can see and move the mouse cursor, but thats it about.

CAN ANYONE HELP? how can i uninstall this nautilus-elementary **** (yes, its obviously **** if it destroys the system) and get back to the normal nautilus again which was working just fine.

macstar
June 24th, 2010, 07:30 AM
anyone? its really important!

tg3793
June 9th, 2011, 02:12 PM
Woah! ... I was just getting ready to install Nautilus Elementary (in Ubuntu 10.04) when I saw this thread. Did you ever get this fixed? It would be a good idea if I knew how you fixed it (before I tried this).