[Discover] [Bug 431477] Application addons do not load before updates have been fetched

2021-02-21 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=431477

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |FIXED
   Version Fixed In||5.21
 Status|CONFIRMED   |RESOLVED

--- Comment #11 from Nate Graham  ---
This seems to have been fixed in Plasma 5.21!

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

[Discover] [Bug 431477] Application addons do not load before updates have been fetched

2021-02-20 Thread Felipe Kinoshita
https://bugs.kde.org/show_bug.cgi?id=431477

--- Comment #10 from Felipe Kinoshita  ---
Interestingly after updating to 5.21 this is working as expected.

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

[Discover] [Bug 431477] Application addons do not load before updates have been fetched

2021-02-03 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=431477

--- Comment #9 from Nate Graham  ---
I'm using git master as of today (as I do every day). Still happening. :(

The bug is gone when I do `plasma-discover --backends kns`.

If I add the flatpak backend, something different happens when I click on
"Applicayion Addons immediately after launching the app: It finishes searching
almost immediately, saying "Sorry, nothing found"

If I add the packagekit packend, the bug as described here returns.

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

[Discover] [Bug 431477] Application addons do not load before updates have been fetched

2021-02-03 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=431477

--- Comment #8 from Aleix Pol  ---
Are you sure this is reproducible in 5.21?
7a4215b7b477de02103af6062b11819fb0c912d2 should have addressed it.

And I'm sorry, but adding further debugging information won't work. 

Testing whether running with only "plasma-discover --backends kns" makes it
work better could be useful too.

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

[Discover] [Bug 431477] Application addons do not load before updates have been fetched

2021-02-03 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=431477

--- Comment #7 from Nate Graham  ---
$
QT_LOGGING_RULES=org.kde.plasma.libdiscover.debug=true,org.kde.plasma.libdiscover.backend=true
plasma-discover
qt.core.logging: Ignoring malformed logging rule:
'org.kde.plasma.libdiscover.debug=true,org.kde.plasma.libdiscover.backend=true'
file:///home/nate/kde/usr/lib64/qml/org/kde/kirigami.2/GlobalDrawer.qml:265:
TypeError: Type error
file:///home/nate/kde/usr/lib64/qml/org/kde/kirigami.2/private/globaltoolbar/PageRowGlobalToolBarUI.qml:65:9:
QML RowLayout (parent or ancestor of QQuickLayoutAttached): Binding loop
detected for property "maximumWidth"
file:///home/nate/kde/usr/lib64/qml/org/kde/kirigami.2/private/globaltoolbar/PageRowGlobalToolBarUI.qml:65:9:
QML RowLayout (parent or ancestor of QQuickLayoutAttached): Binding loop
detected for property "maximumWidth"
file:///home/nate/kde/usr/lib64/qml/org/kde/kirigami.2/private/globaltoolbar/PageRowGlobalToolBarUI.qml:65:9:
QML RowLayout (parent or ancestor of QQuickLayoutAttached): Binding loop
detected for property "maximumWidth"
adding empty sources model QStandardItemModel(0x309ef40)
kf.newstuff.core: The ChecksumPolicy feature is defunct
kf.newstuff.core: The SignaturePolicy feature is defunct
kf.newstuff.core: The ChecksumPolicy feature is defunct
kf.newstuff.core: The SignaturePolicy feature is defunct
kf.newstuff.core: The CustomName property is deprecated and will be removed in
KF6
invalid kns backend! "/home/nate/kde/usr/share/knsrcfiles/servicemenu.knsrc"
because: "Config group not found! Check your KNS3 installation."
org.kde.plasma.libdiscover: Couldn't find a category for  "fwupd-backend"
file:///home/nate/kde/usr/lib64/qml/org/kde/kirigami.2/private/PrivateActionToolButton.qml:71:5:
QML Binding: Binding loop detected for property "value"
Fwupd Error:  "Embedded Controller" [ "com.lenovo.ThinkPadN2QHT.firmware" ]
cannot be updated 
Fwupd Error: Cannot Create App From Device Embedded Controller
Fwupd Error:  "System Firmware" [ "com.lenovo.ThinkPadN2QETXXW.firmware" ]
cannot be updated 
Fwupd Error: Cannot Create App From Device System Firmware

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

[Discover] [Bug 431477] Application addons do not load before updates have been fetched

2021-02-03 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=431477

--- Comment #6 from David Edmundson  ---
Edit:

QT_LOGGING_RULES=org.kde.plasma.libdiscover.debug=true,org.kde.plasma.libdiscover.backend=true
plasma-discover

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

[Discover] [Bug 431477] Application addons do not load before updates have been fetched

2021-02-03 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=431477

--- Comment #5 from David Edmundson  ---
Can I have output of:
QT_LOGGING_RULES=org.kde.plasma.libdiscover.debug=true plasma-discover

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

[Discover] [Bug 431477] Application addons do not load before updates have been fetched

2021-02-02 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=431477

Nate Graham  changed:

   What|Removed |Added

   Priority|NOR |VHI

--- Comment #4 from Nate Graham  ---
In fact this is not rare at all; it is trivially reproduced by launching
discover and immediately clicking "Application Addons". Re-launching the app
and doing the same thing does *not* work around it. The workaround is to launch
the app and then wait 5-20 seconds (depending on your distro) which is not
something a user will expect. To them, it will seem that this functionality is
totally broken.

It may be distro-specific though. I'm on openSUSE Tumbleweed which has a
notoriously slow and bad packageKit implementation. I wouldn't be surprised if
it works better for for some other distros. However the reporter is on Arch,
and another person confirms on Fedora. Perhaps it only works properly on
Ubuntu-based distros...

Raising to VHI again.

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

[Discover] [Bug 431477] Application addons do not load before updates have been fetched

2021-02-02 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=431477

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
   Priority|VHI |NOR

--- Comment #3 from David Edmundson  ---
Seems very rare and is easily worked around with no loss of data by restarting
the app.

Removing from the VHI queue.

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

[Discover] [Bug 431477] Application addons do not load before updates have been fetched

2021-01-13 Thread soredake
https://bugs.kde.org/show_bug.cgi?id=431477

soredake  changed:

   What|Removed |Added

 CC||ndrzj1...@relay.firefox.com

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

[Discover] [Bug 431477] Application addons do not load before updates have been fetched

2021-01-12 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=431477

Nate Graham  changed:

   What|Removed |Added

Summary|Cannot browse Application   |Application addons do not
   |addons and Plasma Addons,   |load before updates have
   |loads indefinitely  |been fetched
   Keywords||regression
 CC||n...@kde.org
   Priority|NOR |VHI
 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #2 from Nate Graham  ---
Can reproduce if I click on "Application addons" the moment Discover launches.

If I first wait until "fetching updates" in the sidebar has changed to "Up to
date", and then click on "Application addons", then it finds stuff.

This used to work; marking as a regression.

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