I'm trying to create a desktop file to any page but all of them open google. I'm using firefox in xubuntu 14.10.
#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Type=Link
Icon[es]=gnome-panel-launcher
Name[es]=askubuntu
URL=http://askubuntu.com/
Name=askubuntu
Icon=gnome-panel-launcher
Type=Application
&Exec=firefox "http://askubuntu.com"/
instead ofType=Link
&URL=http://askubuntu.com/
. When I last tried using link launchers all kinds of weird stuff occured (opened most of the links in Chromium, Firefox new windows all rest of the time, etc) – Wilf Mar 07 '15 at 21:10