Adding a launcher to GNOME panel (Thunderbird 17)
So running a new install of Fedora 17 and have a need to use the very latest version of thunderbird (17) and downloaded the binaries which I'm able to run from the terminal without a problem. but have having difficulty running the app from the GNOME menu.
/usr/share/application/thunderbird.desktop
[Desktop Entry]
Name=Thunderbird
Comment=Mail Client
Exec=thunderbird %U
Icon=/opt/thunderbird/chrome/icons/default/default256.png
Path=/opt/thunderbird
Terminal=false
Type=Application
Categories=GNOME;Application;Office;
OnlyShowIn=GNOME;
I've played around with the path and I think I just need add an $path env. I've tried hosting the binaries in /usr/share/thunderbird and reflecting that in exec=/usr/share/thunderbird/thunderbird and exec=/usr/share/thunderbird/thunderbird %U also excluding the full path in exec and adding path= to reflect the same (as above)
Is there something obvious I'm missing?
The error I'm getting is "failed to execute child process "thunderbird" (no such file or directory) anytime I try to launch the app from the GNOME menu
I was also looking for something more detailed in the messages or any log but I don't find anything that corresponds to this error at all.
Any help is appreciated
Thanks