[systemsettings] [Bug 418797] Crash when opening System Settings

2020-03-26 Thread Oded Arbel
https://bugs.kde.org/show_bug.cgi?id=418797

--- Comment #7 from Oded Arbel  ---
(In reply to David Edmundson from comment #6)
> What's kci?

Kubuntu Continuous Integration: https://phabricator.kde.org/w/kubuntu/kci/

Also: https://launchpad.net/~kubuntu-ci

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 418797] Crash when opening System Settings

2020-03-26 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=418797

--- Comment #6 from David Edmundson  ---
What's kci?

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 418797] Crash when opening System Settings

2020-03-26 Thread Oded Arbel
https://bugs.kde.org/show_bug.cgi?id=418797

--- Comment #5 from Oded Arbel  ---
(In reply to David Edmundson from comment #3)
> From the output
> 
> >module "org.kde.kirigami" version 2.12 is not installed

The problem is clearly in the KCI packaging, where
qml-module-org-kde-qqc2desktopstyle doesn't set up its dependencies properly -
it shouldn't have been installed if its dependency (kirigami 2.12) is not
available.

How does one report bugs against that?

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 418797] Crash when opening System Settings

2020-03-26 Thread Oded Arbel
https://bugs.kde.org/show_bug.cgi?id=418797

--- Comment #4 from Oded Arbel  ---
Created attachment 127032
  --> https://bugs.kde.org/attachment.cgi?id=127032=edit
Temporary patch to unbreak system settings on KCI

The problem seems to be in KCI only - downgrading
qml-module-org-kde-qqc2desktopstyle to the version from the Ubuntu focal
development tree solves the problem, as well as removing the kirigami 2.12
specific code from
/usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ToolTip.qml
by applying the attached patch.

Other desktop behavior I described in previous comments is likely not fixed by
the patch because there are other things in qml-module-org-kde-qqc2desktopstyle
that require features from Kirigami 2.12.

I'd also like to note that while 2.12 is the current version in git master, KCI
unstable only has 2.11...

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 418797] Crash when opening System Settings

2020-03-26 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=418797

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |NOT A BUG
 CC||k...@davidedmundson.co.uk
 Status|CONFIRMED   |RESOLVED

--- Comment #3 from David Edmundson  ---
>From the output

>module "org.kde.kirigami" version 2.12 is not installed

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 418797] Crash when opening System Settings

2020-03-26 Thread Oded Arbel
https://bugs.kde.org/show_bug.cgi?id=418797

Oded Arbel  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #2 from Oded Arbel  ---
Running `systemsettings5` from the console, we get this text, before the
application crashes (looks like from sidebar/SidebarMode.cpp:664):

org.kde.kwindowsystem: Loaded plugin
"/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/org.kde.kwindowsystem.platforms/KF5WindowSystemX11Plugin.so"
for platform "xcb"
file:///usr/share/kpackage/genericqml/org.kde.systemsettings.sidebar/contents/ui/main.qml:46:5:
Type CategoriesPage unavailable 
 CategoriesPage { 
 ^
file:///usr/share/kpackage/genericqml/org.kde.systemsettings.sidebar/contents/ui/CategoriesPage.qml:55:17:
Type QQC2.ToolTip unavailable 
 QQC2.ToolTip { 
 ^
file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ToolTip.qml:26:1:
module "org.kde.kirigami" version 2.12 is not installed 
 import org.kde.kirigami 2.12 as Kirigami 
 ^
"file:///usr/share/kpackage/genericqml/org.kde.systemsettings.sidebar/contents/ui/main.qml:46:5:
Type CategoriesPage unavailable"
"file:///usr/share/kpackage/genericqml/org.kde.systemsettings.sidebar/contents/ui/CategoriesPage.qml:55:17:
Type QQC2.ToolTip unavailable"
"file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ToolTip.qml:26:1:
module \"org.kde.kirigami\" version 2.12 is not installed"
Fatal error while loading the sidebar view qml component
KCrash: crashing... crashRecursionCounter = 2
KCrash: Application Name = systemsettings5 path = /usr/bin pid = 258303
KCrash: Arguments: /usr/bin/systemsettings5 
KCrash: Attempting to start /usr/lib/x86_64-linux-gnu/libexec/drkonqi from
kdeinit
sock_file=/run/user/1000/kdeinit5__0

So all this seems to be a broken dependency in either Kubuntu focal and/or KCI
stable, where kirigami 2.12 is expected by only 2.5 is available.

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 418797] Crash when opening System Settings

2020-03-26 Thread Oded Arbel
https://bugs.kde.org/show_bug.cgi?id=418797

Oded Arbel  changed:

   What|Removed |Added

 CC||o...@geek.co.il

-- 
You are receiving this mail because:
You are watching all bug changes.