[Bug 1946803] Re: Clicking on URLs in Kubuntu Installer Slideshow does nothing

2022-01-12 Thread Leó Kolbeinsson
This bug present Kubuntu Jammy daily ISO 12-01-2022 -- 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

[Bug 1946803] Re: Clicking on URLs in Kubuntu Installer Slideshow does nothing

2022-01-12 Thread Leó Kolbeinsson
** Tags added: jammy -- 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:

[Bug 1946803] Re: Clicking on URLs in Kubuntu Installer Slideshow does nothing

2021-10-13 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker. A list of all reports related to this bug can be found here: http://iso.qa.ubuntu.com/qatracker/reports/bugs/1946803 ** Tags added: iso-testing -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1946803] Re: Clicking on URLs in Kubuntu Installer Slideshow does nothing

2021-10-12 Thread Brian Murray
** Tags added: kubuntu -- 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:

[Bug 1946803] Re: Clicking on URLs in Kubuntu Installer Slideshow does nothing

2021-10-12 Thread Brian Murray
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