Bug 460138 - There is an issue with the upgrade of kirigami-addons which seems to be leading to some misbehaving apps (such as qmlkonsole)
Summary: There is an issue with the upgrade of kirigami-addons which seems to be leadi...
Status: RESOLVED FIXED
Alias: None
Product: plasma-mobile
Classification: Plasma
Component: general (show other bugs)
Version: unspecified
Platform: Manjaro Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Mobile Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-08 23:43 UTC by Mark Grieveson
Modified: 2022-10-22 15:29 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Grieveson 2022-10-08 23:43:41 UTC
When I upgrade the system, it gives a warning about the upgrade of kirigami-addons.  After having done the upgrade and receiving this warning, the app qmlkonsole began to misbehave, and thus I believe these two events are connected.

***
I am using Manjaro Plasma-Mobile on a Pinephone Pro.  I am using the testing release of the operating system.

When I upgrade the system, I receive the following feedback:

[code]
sudo pacman -Syyu

[..]

:: Starting full system upgrade..
.
warning: kirigami-addons: local (1:0.3-1) is newer than extra (0.4-1)
there is nothing to do
[/code]

After this upgrade, I discovered that the default terminal program, qmlkonsole, is no longer visible when opened on the Pinephone Pro Manjaro-Plasma (testing) OS.  It opens, but it is not visible, and thus is useless.
Comment 1 Mark Grieveson 2022-10-09 13:00:28 UTC
To add, I checked which version has been installed, and it is version 1:0.3-1.

[code]
sudo pacman -Q kirigami-addons
kirigami-addons 1:0.3-1
[/code]

I speculate that changing the version number of the newer kirigami-addons from "0.4-1" to "1:0.4-1" would fix this.
Comment 2 Devin Lin 2022-10-11 17:23:14 UTC
Does upgrading still yield 0.3 instead of 0.4? Its best to take it up with your distribution to get the package updated.
Comment 3 Mark Grieveson 2022-10-13 11:06:43 UTC
(In reply to Devin Lin from comment #2)
> Does upgrading still yield 0.3 instead of 0.4? Its best to take it up with
> your distribution to get the package updated.

Hello.  I did receive a fix for this, which was provided here:  https://forum.manjaro.org/t/arm-testing-update-2022-10-05-plasma-mobile-gear-qt6-element-and-kernels/123405/11?u=markg_108

In essence, due to the epoch number situation, the fix was to "downgrade" the package (not an actual downgrade, but the system saw it as such).
Comment 4 Devin Lin 2022-10-22 15:29:34 UTC
I am closing this as it is a distro packaging issue (that is resolved, after testing Manjaro)