diff -r f6f0236eacbc -r 44d1d68096b6 eric7/UI/UserInterface.py --- a/eric7/UI/UserInterface.py Wed May 18 11:02:59 2022 +0200 +++ b/eric7/UI/UserInterface.py Thu May 19 14:37:01 2022 +0200 @@ -606,6 +606,7 @@ self.__initExternalToolsActions() # redirect handling of http and https URLs to ourselves + QDesktopServices.setUrlHandler("file", self.handleUrl) QDesktopServices.setUrlHandler("http", self.handleUrl) QDesktopServices.setUrlHandler("https", self.handleUrl)