Bug 422432 - When opening KDE - Discover Homepage displays error message: "Unable to load applications. Please verify internet connectivity."
Summary: When opening KDE - Discover Homepage displays error message: "Unable to load...
Status: RESOLVED DOWNSTREAM
Alias: None
Product: Discover
Classification: Applications
Component: discover (show other bugs)
Version: unspecified
Platform: Other Linux
: HI normal
Target Milestone: ---
Assignee: Dan Leinir Turthra Jensen
URL:
Keywords:
: 420941 437058 438028 438054 439247 440404 443617 (view as bug list)
Depends on:
Blocks:
 
Reported: 2020-06-03 19:49 UTC by Phil Braithwaite
Modified: 2024-01-27 12:34 UTC (History)
15 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Screenshot of error message (36.28 KB, image/png)
2020-06-03 19:49 UTC, Phil Braithwaite
Details
Computer Hardware Info (74.61 KB, image/png)
2020-06-19 20:41 UTC, BlueDevil75
Details
Software Center Version (76.76 KB, image/png)
2020-06-19 20:42 UTC, BlueDevil75
Details
Error Splashscreen (48.68 KB, image/png)
2020-06-19 20:42 UTC, BlueDevil75
Details
QT_LOGGING_RULES="*=true;qt.*=false" plasma-discover default sreen (688.37 KB, text/x-log)
2021-02-08 15:02 UTC, Sandro Knauß
Details
QT_LOGGING_RULES="*=true;qt.*=false" plasma-discover - marble addons section (695.59 KB, text/x-log)
2021-02-08 15:05 UTC, Sandro Knauß
Details
plasma-discover.log (17.75 KB, text/x-log)
2021-06-03 16:43 UTC, Misha
Details
1638792661187blob.jpg (48.08 KB, image/png)
2021-12-06 12:15 UTC, Jhon
Details
1638792739149blob.jpg (52.66 KB, image/png)
2021-12-06 12:15 UTC, Jhon
Details
1638792821728blob.jpg (160.66 KB, image/png)
2021-12-06 12:15 UTC, Jhon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Phil Braithwaite 2020-06-03 19:49:09 UTC
Created attachment 129034 [details]
Screenshot of error message

SUMMARY
When opening KDE - Discover Homepage displays error message:

"Unable to load applications.
Please verify internet connectivity."

STEPS TO REPRODUCE
1. L-click "Application Launcher"
2. Select "Computer"
3. Select "Software Centre Discover"

OBSERVED RESULT
Loading graphic displays for approx. 1 second.
Error message displayed:

"Unable to load applications.
Please verify internet connectivity."

EXPECTED RESULT
Application Store loads and KDE Discover store applications can be:
Searched
Viewed
Installed


SOFTWARE/OS VERSIONS

DISTRIB_ID=Parrot
DISTRIB_RELEASE=4.9
DISTRIB_CODENAME=rolling
DISTRIB_DESCRIPTION="Parrot 4.9"
PRETTY_NAME="Parrot GNU/Linux 4.9"
NAME="Parrot GNU/Linux"
ID=parrot
ID_LIKE=debian
VERSION="4.9"
VERSION_ID="4.9"
HOME_URL="https://www.parrotsec.org/"
SUPPORT_URL="https://community.parrotsec.org/"
BUG_REPORT_URL="https://community.parrotsec.org/"

KDE Discover v5.17.5

ADDITIONAL INFORMATION
Confirmed live internet connection PING result for www.google.com displayed below:

PING www.google.com (216.58.213.4) 56(84) bytes of data.
64 bytes from lhr25s25-in-f4.1e100.net (216.58.213.4): icmp_seq=1 ttl=53 time=22.3 ms
64 bytes from lhr25s25-in-f4.1e100.net (216.58.213.4): icmp_seq=2 ttl=53 time=22.6 ms
64 bytes from lhr25s25-in-f4.1e100.net (216.58.213.4): icmp_seq=3 ttl=53 time=20.9 ms
64 bytes from lhr25s25-in-f4.1e100.net (216.58.213.4): icmp_seq=4 ttl=53 time=21.3 ms
64 bytes from lhr25s25-in-f4.1e100.net (216.58.213.4): icmp_seq=5 ttl=53 time=20.2 ms
64 bytes from lhr25s25-in-f4.1e100.net (216.58.213.4): icmp_seq=6 ttl=53 time=20.8 ms
64 bytes from lhr25s25-in-f4.1e100.net (216.58.213.4): icmp_seq=7 ttl=53 time=57.5 ms
64 bytes from lhr25s25-in-f4.1e100.net (216.58.213.4): icmp_seq=8 ttl=53 time=36.8 ms
64 bytes from lhr25s25-in-f4.1e100.net (216.58.213.4): icmp_seq=9 ttl=53 time=50.7 ms
^C
--- www.google.com ping statistics ---
9 packets transmitted, 9 received, 0% packet loss, time 8012ms
rtt min/avg/max/mdev = 20.194/30.333/57.504/13.672 ms
Comment 1 BlueDevil75 2020-06-19 20:41:15 UTC
Created attachment 129530 [details]
Computer Hardware Info
Comment 2 BlueDevil75 2020-06-19 20:42:08 UTC
Created attachment 129531 [details]
Software Center Version
Comment 3 BlueDevil75 2020-06-19 20:42:56 UTC
Created attachment 129532 [details]
Error Splashscreen
Comment 4 Aleix Pol 2020-06-21 00:58:20 UTC
Can you check what output you get from PackageKit network state using this command?
qdbus --system org.freedesktop.PackageKit /org/freedesktop/PackageKit org.freedesktop.PackageKit.NetworkState

You should get 2 which corresponds to online:
static const PkEnumMatch enum_network[] = {
        {PK_NETWORK_ENUM_UNKNOWN,               "unknown"},     /* fall though value */
        {PK_NETWORK_ENUM_OFFLINE,               "offline"},
        {PK_NETWORK_ENUM_ONLINE,                "online"},
        {PK_NETWORK_ENUM_WIRED,                 "wired"},
        {PK_NETWORK_ENUM_WIFI,                  "wifi"},
        {PK_NETWORK_ENUM_MOBILE,                "mobile"},
        {0, NULL}
};
Comment 5 BlueDevil75 2020-06-21 09:07:45 UTC
Please verify the command I entered:

bluedevil@bluedevil-Aspire-5532:~$ qdbus --system org.freedesktop.PackageKit /org/freedesktop/PackageKit org.freedesktop.PackageKit.NetworkState
2

Came back with the number 2 only.


Sent with ProtonMail Secure Email.

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Saturday, June 20, 2020 8:58 PM, Aleix Pol <bugzilla_noreply@kde.org> wrote:

> https://bugs.kde.org/show_bug.cgi?id=422432
>
> Aleix Pol aleixpol@kde.org changed:
>
> What |Removed |Added
>
> -----------------------
>
>            Severity|major                       |normal
>
>
> --- Comment #4 from Aleix Polaleixpol@kde.org ---
>
> Can you check what output you get from PackageKit network state using this
> command?
> qdbus --system org.freedesktop.PackageKit /org/freedesktop/PackageKit
> org.freedesktop.PackageKit.NetworkState
>
> You should get 2 which corresponds to online:
> static const PkEnumMatch enum_network[] = {
> {PK_NETWORK_ENUM_UNKNOWN, "unknown"}, /* fall though
> value */
> {PK_NETWORK_ENUM_OFFLINE, "offline"},
> {PK_NETWORK_ENUM_ONLINE, "online"},
> {PK_NETWORK_ENUM_WIRED, "wired"},
> {PK_NETWORK_ENUM_WIFI, "wifi"},
> {PK_NETWORK_ENUM_MOBILE, "mobile"},
> {0, NULL}
> };
>
> --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> You are receiving this mail because:
> You are on the CC list for the bug.
Comment 6 Aleix Pol 2020-07-30 22:54:05 UTC
Is it possible that you're running an http proxy?

The application doesn't seem to be able to fetch this file:
https://autoconfig.kde.org/discover/featured-5.9.json
Comment 7 Aleix Pol 2020-07-30 23:11:23 UTC
*** Bug 420941 has been marked as a duplicate of this bug. ***
Comment 8 Patrick Silva 2020-11-02 22:24:59 UTC
A few hours ago I saw this error message during ~3 seconds when I opened Discover 5.20.2 on Arch Linux by the first time after login. Apps list was loaded as expected after the delay.
Comment 9 Sandro Knauß 2021-02-08 15:01:00 UTC
I also see this for 5.20.5-2 (Debian unstable). 
Maybe related: Listing of application also is showing me a spinning wheel for ever.
Sometimes the listing for "Plasma Addons" works.

$qdbus --system org.freedesktop.PackageKit /org/freedesktop/PackageKit org.freedesktop.PackageKit.NetworkState
2

I'll attach two logfiles with QT_LOGGING_RULES="*=true;qt.*=false" plasma-discover.
Comment 10 Sandro Knauß 2021-02-08 15:02:44 UTC
Created attachment 135508 [details]
QT_LOGGING_RULES="*=true;qt.*=false" plasma-discover default sreen

Run discover wait for some secs and I see this error screen.
Comment 11 Sandro Knauß 2021-02-08 15:05:15 UTC
Created attachment 135509 [details]
QT_LOGGING_RULES="*=true;qt.*=false" plasma-discover - marble addons section

Start plasma-discover:
* switch to Applications Addons -> Marble

When I start marble and see no issue in listing the addons.
Comment 12 Aleix Pol 2021-02-08 23:28:07 UTC
Does running "appstreamcli refresh" before doing so make a difference?

It seems to me like the appstream db is not populated yet.
Comment 13 Sandro Knauß 2021-02-09 01:06:56 UTC
(In reply to Aleix Pol from comment #12)
> Does running "appstreamcli refresh" before doing so make a difference?
> 
> It seems to me like the appstream db is not populated yet.

(as root)

# LANG=C appstreamcli refresh 
AppStream cache update is not necessary.
# LANG=C appstreamcli refresh --force
AppStream cache update completed successfully.

(as normal user)
$ LANG=C appstreamcli status
AppStream Status:
Version: 0.14.0

Distribution metadata:
 /usr/share/app-info
  - Empty.

 /var/lib/app-info
  - YAML: 0
  - Iconsets:
     debian-sid-main
     debian-sid-non-free
     debian-sid-contrib
     debian-stretch-main
     debian-stretch-non-free
     debian-stretch-contrib

 /var/cache/app-info
  - Empty.

Metainfo files:
  - Found 250 components.
  - Found 4 components in legacy paths.

Summary:
We have information on 250 software components.

$ appstreamcli search konsole
Identifier: org.kde.konsole.desktop [desktop-application]
Name: Konsole
Summary: Terminal
Homepage: https://konsole.kde.org/
Icon: utilities-terminal
---
Identifier: org.kde.yakuake.desktop [desktop-application]
Name: Yakuake
Summary: Drop-down Terminal
Homepage: https://kde.org/applications/system/org.kde.yakuake
Icon: yakuake

At least for me this seems fine. Doesn't have changed anything for discover.
Comment 14 Sandro Knauß 2021-02-09 01:10:27 UTC
Btw. other users on Debian unstable can happily use Discover:

[13:03] <myself> Did someone checked discover? For me it does takes ages before listing anything and often timeout
[13:03] <myself> my inet should be fast enough
[13:07] <other> works for me in a couple of seconds
[13:07] <other> ~40 Mbps down so not really slow
[13:08] <myself> also the different categories?
[13:08] <other> when you say anything, I get direct view of the highlighted apps
[13:08] <myself> for me only show updates works ;)
Comment 15 Nate Graham 2021-06-03 14:33:09 UTC
*** Bug 437058 has been marked as a duplicate of this bug. ***
Comment 16 Misha 2021-06-03 16:43:26 UTC
Created attachment 138982 [details]
plasma-discover.log

part of the system log
Comment 17 Nate Graham 2021-06-08 23:34:09 UTC
*** Bug 438054 has been marked as a duplicate of this bug. ***
Comment 18 Nate Graham 2021-06-08 23:39:04 UTC
*** Bug 438028 has been marked as a duplicate of this bug. ***
Comment 19 Nate Graham 2021-06-09 15:03:11 UTC
*** Bug 438054 has been marked as a duplicate of this bug. ***
Comment 20 Nate Graham 2021-06-09 16:18:49 UTC
*** Bug 438054 has been marked as a duplicate of this bug. ***
Comment 21 Nate Graham 2021-07-30 14:27:49 UTC
*** Bug 439247 has been marked as a duplicate of this bug. ***
Comment 22 Nate Graham 2021-07-30 14:28:05 UTC
*** Bug 440404 has been marked as a duplicate of this bug. ***
Comment 23 Nate Graham 2021-10-18 03:03:05 UTC
*** Bug 443617 has been marked as a duplicate of this bug. ***
Comment 24 Sandro Knauß 2021-11-12 16:30:58 UTC
With 5.23.3:
* I can now successfully browse the Addons for KDE software.
* It list me the Debian packages that can be upgraded and I can see the information /changelog etc. for those packages.
* "Installed" only listing the installed Addons.

but I still get  when opening Discover the error message: "Unable to load applications. Please verify internet connectivity.".
Every section and subsection inside "Applications" is empty.
Comment 25 Aleix Pol 2021-11-15 16:08:08 UTC
@Sandro is it possible that your system just doesn't have any appstream information available for some reason?
Comment 26 Sandro Knauß 2021-11-16 16:59:00 UTC
(In reply to Aleix Pol from comment #25)
> @Sandro is it possible that your system just doesn't have any appstream
> information available for some reason?

See my comment #13. This is still true for the current version too. If you have any other check how to make sure, that appstream information are available, than give me a hint. I'm not familiar with appstream data
Comment 27 Misha 2021-11-18 05:53:06 UTC
May be it help.
Look at the conflict between appstream-data and appstream-data-pamac.
Comment 28 Sandro Knauß 2021-11-18 11:42:02 UTC
(In reply to Misha from comment #27)
> May be it help.
> Look at the conflict between appstream-data and appstream-data-pamac.

There is no appstream-data or appstream-data-pamac neither in Debian nor in Ubuntu. What distro you are using?
Comment 29 Misha 2021-11-18 12:11:22 UTC
So you forgot. I was first who open this theme(issue). My distro - Arch.
Comment 30 Aleix Pol 2021-12-04 00:08:06 UTC
@Sandro Can you do `appstreamcli search blender` or any application that you don't have installed?
There's a chance that those you find are the ones from the apps you have installed already.
Comment 31 Jhon 2021-12-06 12:15:54 UTC
Created attachment 144256 [details]
1638792661187blob.jpg

 Hola, imagen antes de buscar cualquier aplicación en Discover.

Imagen al buscar Filezilla.


Imagen la darle clic en Aplicaciones.

El problema es al abrir Discover, muestra el error de conexión pero ese no es el problema porque al buscar alguna aplicación o al darle clic en alguna opción del menú si muestra las aplicaciones.
Gracias


    El viernes, 3 de diciembre de 2021 07:08:11 p. m. GMT-5, Aleix Pol <bugzilla_noreply@kde.org> escribió:  
 
 https://bugs.kde.org/show_bug.cgi?id=422432

--- Comment #30 from Aleix Pol <aleixpol@kde.org> ---
@Sandro Can you do `appstreamcli search blender` or any application that you
don't have installed?
There's a chance that those you find are the ones from the apps you have
installed already.
Comment 32 Jhon 2021-12-06 12:15:55 UTC
Created attachment 144257 [details]
1638792739149blob.jpg
Comment 33 Jhon 2021-12-06 12:15:55 UTC
Created attachment 144258 [details]
1638792821728blob.jpg
Comment 34 Sandro Knauß 2021-12-06 16:22:42 UTC
I tried the commandline:

$ appstreamcli search blender
Unable to find component matching blender!
$ appstreamcli search marble
Identifier: org.kde.marble.desktop [desktop-application]
Name: Marble
Summary: Virtual Globe
Homepage: https://marble.kde.org/
Icon: marble
---
Identifier: org.kde.ksame.desktop [desktop-application]
Name: KSame
Summary: KSame is a game mode of the game Klickety, which is an adaptation of the "clickomania" game
Homepage: https://games.kde.org/games/klickety
Icon: ksame

blender is not installed on my system, marble and klickety are both installed. But if I search in Discover I don't find them. The search results are only wallpapers, not the app.
Comment 35 Aleix Pol 2021-12-08 01:07:09 UTC
Right, we ask discover to only search in the system-wide database. Supporting locally installed files like that brings these weird cases.

The only solution I see is to get Parrot Linux (or whichever you are using) to support appstream information. It's well supported by Debian so there must be something going on there: https://wiki.debian.org/AppStream

Agreed that the error message is confusing, we already addressed it by Plasma 5.24.
Comment 36 Sandro Knauß 2021-12-08 10:40:09 UTC
(In reply to Aleix Pol from comment #35)
> Right, we ask discover to only search in the system-wide database.
> Supporting locally installed files like that brings these weird cases.
>
> The only solution I see is to get Parrot Linux (or whichever you are using)
> to support appstream information. It's well supported by Debian so there
> must be something going on there: https://wiki.debian.org/AppStream

I can understand, that discover is not able to find blender, as AppStream does not give anything back. But krita and klickery are both installed locally but still I cannot find them in discover, if I search or browse the categories. From my point of view it seems like, discover not even ask AppStream at all.

I run strace to look if any library is missing, but the only appstream related library is found: 
   openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libappstream.so.4", O_RDONLY|O_CLOEXEC) = 3

That means discover loads the library, I expect  that is also request appstream directly via libappstream and that there is no kio involved.
Comment 37 Sandro Knauß 2021-12-08 11:05:43 UTC
Okay now I looked even deeper into how Debian is handling the Appstream stuff. Finally I found out that my local metadata file was not updated since a very long time, as the update process was failing. I fixed that and with a fresh Appstream cache I can successfully find all three applications independent, of the installations status.
Comment 38 Nate Graham 2021-12-08 16:34:08 UTC
Maybe this needs to be reported to the Debian folks? There should probably be a background thing that syncs appstream data.
Comment 39 Sandro Knauß 2021-12-09 14:32:15 UTC
(In reply to Nate Graham from comment #38)
> Maybe this needs to be reported to the Debian folks? There should probably
> be a background thing that syncs appstream data.

It is very likely that this was my own failure as I manually disabled it to reduce the download data two years ago. Normally AppStream data is updated in Debian, when you refresh the package list.
Comment 40 PK 2023-09-28 12:58:57 UTC
So these are the "specs" of my system:

Operating System: KDE neon 5.27
KDE Plasma Version: 5.27.8
KDE Frameworks Version: 5.110.0
Qt Version: 5.15.10
Kernel Version: 6.2.0-33-generic (64-bit)
Graphics Platform: Wayland
Processors: 4 × Intel® Celeron® J4105 CPU @ 1.50GHz
Memory: 7.4 GiB of RAM
Graphics Processor: Mesa Intel® UHD Graphics 600

On this machine I have this bug too. On my laptop I don't and it's the same system.
I just installed the whole Neon system again, it didn't help, I made a fresh user (with administrator rights) this fresh user had the same problem.
I started up "plasma-discover" from the console and it gave me this output:

(command in konsole) pieter@neon-user:~$ plasma-discover
(output konsole) fetch ratings! false
adding empty sources model QStandardItemModel(0x5573f5c573a0)
QObject::startTimer: Timers cannot have negative intervals
file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/BasicListItem.qml:288:18: QML QQuickItem*: Binding loop detected for property "implicitWidth"
no component found for "org.kde.neon.neon"
took really long to fetch KNSBackend(0x5573f5bbb6c0, name = "/usr/share/knsrcfiles/kwineffect.knsrc")
took really long to fetch KNSBackend(0x5573f5bc0200, name = "/usr/share/knsrcfiles/lookandfeel.knsrc")
took really long to fetch KNSBackend(0x5573f5bcdaa0, name = "/usr/share/knsrcfiles/k3btheme.knsrc")
took really long to fetch KNSBackend(0x5573f5bd0d60, name = "/usr/share/knsrcfiles/plymouth.knsrc")
took really long to fetch KNSBackend(0x5573f5bc8d70, name = "/usr/share/knsrcfiles/plasmoids.knsrc")
took really long to fetch KNSBackend(0x5573f5bd1d50, name = "/usr/share/knsrcfiles/plasma-themes.knsrc")
took really long to fetch KNSBackend(0x5573f5bcbda0, name = "/usr/share/knsrcfiles/window-decorations.knsrc")
took really long to fetch KNSBackend(0x5573f5bd2cc0, name = "/usr/share/knsrcfiles/kpat.knsrc")
took really long to fetch KNSBackend(0x5573f5bdd300, name = "/usr/share/knsrcfiles/xcursor.knsrc")
took really long to fetch KNSBackend(0x5573f5be4980, name = "/usr/share/knsrcfiles/servicemenu.knsrc")
took really long to fetch KNSBackend(0x5573f5bdeb60, name = "/usr/share/knsrcfiles/konsole.knsrc")
took really long to fetch KNSBackend(0x5573f5be6ef0, name = "/usr/share/knsrcfiles/kwinswitcher.knsrc")
took really long to fetch KNSBackend(0x5573f5bef2a0, name = "/usr/share/knsrcfiles/wallpaper-mobile.knsrc")
took really long to fetch KNSBackend(0x5573f5be9150, name = "/usr/share/knsrcfiles/icons.knsrc")
took really long to fetch KNSBackend(0x5573f5bdb240, name = "/usr/share/knsrcfiles/gtk_themes.knsrc")
took really long to fetch KNSBackend(0x5573f5bebfb0, name = "/usr/share/knsrcfiles/kcardtheme.knsrc")
took really long to fetch KNSBackend(0x5573f5bf5110, name = "/usr/share/knsrcfiles/wallpaper.knsrc")
took really long to fetch KNSBackend(0x5573f5bffdd0, name = "/usr/share/knsrcfiles/krunner.knsrc")
took really long to fetch KNSBackend(0x5573f5bfa450, name = "/usr/share/knsrcfiles/kfontinst.knsrc")
took really long to fetch KNSBackend(0x5573f5bff210, name = "/usr/share/knsrcfiles/comic.knsrc")
took really long to fetch KNSBackend(0x5573f5c0a450, name = "/usr/share/knsrcfiles/aurorae.knsrc")
took really long to fetch KNSBackend(0x5573f5c051d0, name = "/usr/share/knsrcfiles/ksplash.knsrc")
took really long to fetch KNSBackend(0x5573f5c0b570, name = "/usr/share/knsrcfiles/wallpaperplugin.knsrc")
took really long to fetch KNSBackend(0x5573f5c0ec40, name = "/usr/share/knsrcfiles/systemmonitor-faces.knsrc")
took really long to fetch KNSBackend(0x5573f5c0fb50, name = "/usr/share/knsrcfiles/systemmonitor-presets.knsrc")
took really long to fetch KNSBackend(0x5573f5c08910, name = "/usr/share/knsrcfiles/plasma-systemmonitor.knsrc")
took really long to fetch KNSBackend(0x5573f5c0c580, name = "/usr/share/knsrcfiles/sddmtheme.knsrc")
took really long to fetch KNSBackend(0x5573f5c1acb0, name = "/usr/share/knsrcfiles/colorschemes.knsrc")
took really long to fetch KNSBackend(0x5573f5c200c0, name = "/usr/share/knsrcfiles/kwinscripts.knsrc")
took really long to fetch FwupdBackend(0x5573f5b92d10)
packagekitqt.transaction: Unknown Transaction property: "Sender" QVariant(QString, ":1.232")
file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/ScrollablePage.qml:200:9: QML MouseArea: Binding loop detected for property "implicitHeight"
file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/ScrollablePage.qml:200:9: QML MouseArea: Binding loop detected for property "implicitHeight"
file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/ScrollablePage.qml:200:9: QML MouseArea: Binding loop detected for property "implicitHeight"
file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/ScrollablePage.qml:200:9: QML MouseArea: Binding loop detected for property "implicitHeight"
Comment 41 PK 2023-09-28 13:04:10 UTC
By the way: my Plasma 6 installation on another partition of this machine (Neon experimental) doesn't seem to have the problem.