Comment 1 for bug 1946803

Revision history for this message
Brian Murray (brian-murray) wrote :

Looking at ubiquity/frontend/kde_ui.py we can see the following code.

 632 slides = 'file://%s#%s' % (slideshow_main, parameters_encoded)
 633
 634 def openLink(qUrl):
 635 QtGui.QDesktopServices.openUrl(qUrl)
 636
 637 webView = self._create_webview()
 638 webView.linkClicked.connect(openLink)
 639 webView.load(QtCore.QUrl(slides))

I haven't seen the code in the openLink function but that's clearly the problem.