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.

** Tags added: impish

** Changed in: ubiquity (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1946803

Title:
  Clicking on URLs in Kubuntu Installer Slideshow does nothing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1946803/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to