[Bug 1946803] Re: Clicking on URLs in Kubuntu Installer Slideshow does nothing
Brian Murray
1946803 at bugs.launchpad.net
Tue Oct 12 22:50:08 UTC 2021
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
Foundations Bugs, which is subscribed to ubiquity in Ubuntu.
https://bugs.launchpad.net/bugs/1946803
Title:
Clicking on URLs in Kubuntu Installer Slideshow does nothing
Status in ubiquity package in Ubuntu:
Confirmed
Bug description:
When I hover over the blue, underlined links, my cursor changes to a
finger, but nothing happens.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1946803/+subscriptions
More information about the foundations-bugs
mailing list