Project

General

Profile

Packaging Request #2114

Updated by bill-auger over 5 years ago

(on x86_64) most of the menu items and the URL entry textbox are disabled grey - i could not open any URL and the program keeps running after the GUI shuts down - had to kill

<pre>
$ konqueror
qt5ct: using qt5ct plugin
qt5ct: D-Bus global menu: no
Illegal icon group: 7
QWidget::insertAction: Attempt to insert null action
QWidget::insertAction: Attempt to insert null action
kdeinit5: preparing to launch '/usr/lib/kf5/klauncher'
kdeinit5: Launched KLauncher, pid = 15162, result = 0
qt5ct: using qt5ct plugin
Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
kdeinit5: opened connection to :0
kdeinit5: Got EXEC_NEW '/usr/lib/qt/plugins/libkio_about.so' from launcher.
kdeinit5: preparing to launch '/usr/lib/qt/plugins/libkio_about.so'
kdeinit5: Got EXEC_NEW '/usr/lib/qt/plugins/kf5/kio/file.so' from launcher.
kdeinit5: preparing to launch '/usr/lib/qt/plugins/kf5/kio/file.so'
org.kde.konqueror: no part could be loaded
^C
kdeinit5: PID 15165 terminated.
</pre>

passing a URL on the command line does load the page; but as raw text instead of rendering as HTML
$ konqueror https://parabola.nu
<pre>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Parabola GNU/Linux-libre</title>
....
</pre>

Back