This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

ابحث في الدعم

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Firefox 3.6.8 for Linux does not properly open .url-files. (Version for Windows works fine.)

  • 1 (رد واحد)
  • 41 have this problem
  • 2 views
  • آخر ردّ كتبه finndo

more options

Firefox 3.6.8 for Linux does not properly open files with the .url extension. It should immediately open a tab with the URL in the file. In Windows it works properly. Thank you!

Firefox 3.6.8 for Linux does not properly open files with the .url extension. It should immediately open a tab with the URL in the file. In Windows it works properly. Thank you!

Modified by elenaiv

All Replies (1)

more options

here is a solution for you

grep 'URL=' < file.url | sed 's/URL=//g' | xargs firefox

change file.url to the name of your shortcut, I did not come up with this, but found it with a google search, one of the first page results when I searched for open .url file in firefox linux