Clicking on URLs in Kubuntu Installer Slideshow does nothing

Bug #1946803 reported by Marco Parillo
14
This bug affects 3 people
Affects Status Importance Assigned to Milestone
ubiquity (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

When I hover over the blue, underlined links, my cursor changes to a finger, but nothing happens.

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.

tags: added: impish
Changed in ubiquity (Ubuntu):
status: New → Confirmed
tags: added: kubuntu
Revision history for this message
Ubuntu QA Website (ubuntuqa) wrote :

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
Leó Kolbeinsson (leok)
tags: added: jammy
Revision history for this message
Leó Kolbeinsson (leok) wrote :

This bug present Kubuntu Jammy daily ISO 12-01-2022

Revision history for this message
John Carruthers (john.carruthers) wrote :

ISO testing of Kubuntu lunar 20230414.1
Clicking the release notes link results in kate launching and displaying the HTML for the page rather than rendering it in the browser.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.