Iron Dutchess wrote: Even created one from scratch and it does the same thing.
...
A quick check confirmed that /opt/firefox/firefox is the location of Firefox.
That is not the default location for the executable file for Firefox 3x on Linux mint 7 (gloria) main edition Gnome Desktop
http://www.psychocats.net/ubuntu/firefoxAre you using Ubuntu which might use that directory /opt/firefox or installing Firefox directly from the mozilla site ??Terminal, check (Linux mint 7..)
which firefox
/usr/bin/firefox
Since Nautilus manages the Gnome desktop, I might consider a re-install of nautilus via Synaptic (mint menu>Package manager, after a reload to update the repositories)Terminal, check
apt search nauitilus
i nautilus - file manager and graphical shell for GNOME
I have only used Firefox 3.0.14, the original from mint, not the new release 3.5
Terminal, check
firefox --version
Mozilla Firefox 3.0.14, Copyright (c) 1998 - 2009 mozilla.org
- Code: Select all
locate firefox
/etc/firefox-3.0
/etc/alternatives/firefox-flashplugin
/etc/alternatives/firefox-javaplugin.so
/etc/firefox-3.0/pref
/etc/firefox-3.0/profile
/etc/firefox-3.0/pref/firefox.js
/etc/firefox-3.0/profile/bookmarks.html
Even though the dropped bookmark shows on my desktop and works to bring up the web page, I don't know what kind of linking it does, other than perhaps being an executable file for that filename ?
In the same way you can use an application.desktop file to run a program, rather than the binary (executable) file location..
http://standards.freedesktop.org/deskto ... ec/latest/When you drop a bookmark to the desktop it uses the bookmark name and adds .desktop extension to the file
--which you can see, if you drop to a terminal..
cd Desktop
ls
ls - l filename.desktop
I don't know how Gnome handles those file types, but in a terminal
In terminal, checking..
locate .desktop
--gets the whole list, including mime types