Opens windows .url
files in the default browser on Linux.
-
Add
url_file_opener.py
to path. -
Set the default program for opening windows
.url
files tourl_file_opener.py
.
Python 3: Download link
-
This uses
xdg-open
to open links in the default browser. Python's built inwebbrowser.open
often fails to find the default browser and opens in a "random" browser instead. -
Wine can open
.url
files but it tends to be slow. This script has much lower overhead.