6

I followed this question:

How to add my favorite places as a quicklist in my home's icon in Unity?

And created the launcher. It's pretty good, as you can see here:

But when I click it (be 'it' itself or any of the shortcuts) another launcher, the dull one, gets to represent nautilus in Unity, as you can see here:

I even backed nautilus.desktop up at /usr/share/applications so and then copied my custom launcher to this system folder --- but it still doesn't work!!!

So, what can I do?

4 Answers4

3

I did't copy /usr/share/applications/nautilus.desktop to ~/.local/applications and just worked on the original file.

gksu gedit /usr/share/applications/nautilus.desktop

Afterwards I pulled the Nautilus/File Manager starter from /usr/share/applications to the launcher. Even worked after a reboot.

As you only add something at the end of the file it's easily reversible.

joschi
  • 1,754
  • Hmm yeah, you've got a point. I'll try that and get back here. – Peterson Silva Oct 13 '11 at 21:55
  • Couldn't do it. I edited nautilus.desktop, and then I saw there was a "nautilus-home" app. Moved it to my home folder in case that one was being used or something. Still, the same problem. Now I just get a different icon, though. – Peterson Silva Oct 13 '11 at 22:10
  • I reinstalled nautilus with sudo apt-get install --reinstall nautilus to get the original /usr/share/applications files back. When I did, I worked directly over them. I still get the same error. – Peterson Silva Oct 13 '11 at 22:17
  • I finally got it! Once I took the steps previously mentioned (reinstalled nautilus, edited nautilus.desktop directly at /usr/share/applications), I rebooted. Then, instead of using the dash to move the "home folder" launcher to the unity launcher (fig1), I just launched nautilus through a terminal to see which icon would pop up at the unity launcher. The result was this different icon I talked about earlier (fig2). But it had the quicklist, so I kept it in the launcher (fig3) and headed over to nautilus.desktop to change the icon to user-home (fig4). Reboot once more, and it's done! – Peterson Silva Oct 13 '11 at 22:46
  • fig1: http://i.imgur.com/7p2mP.png
  • fig2: http://i.imgur.com/Uhnh0.png
  • fig3: http://i.imgur.com/P5tjN.png
  • fig4: http://i.imgur.com/FlAxa.png
  • fig5 (success!): http://i.imgur.com/WIclb.png
  • fig6 (success!): http://i.imgur.com/jzol9.png
  • – Peterson Silva Oct 13 '11 at 22:51