[flatpak] QML Image: Failed to get image provider: image://kube/password-show-on
Closed, ResolvedPublic

Description

when running Kube from Konsole I get the next error :

QML Image: Failed to get image provider: image://kube/password-show-on

boriss created this task.Aug 31 2017, 10:24 AM
boriss triaged this task as Normal priority.
boriss added a project: Flatpak.

Thanks for the report. I just checked and the icon should be available from looking at the code. Did you get flatpak from the kde repository or did you build it yourself?

cmollekopf moved this task from New to Confirmed on the Kube: Bugs board.Aug 31 2017, 12:02 PM
cmollekopf moved this task from Confirmed to Triaged on the Kube: Bugs board.

Installed via :

flatpak --user install --from https://kube.kde.org/files/org.kde.kube.flatpakref
sudo flatpak remote-add kderuntime --from http://distribute.kde.org/kderuntime.flatpakrepo
sudo flatpak install kderuntime org.kde.Sdk
flatpak run --devel org.kde.kube
apol added a subscriber: apol.Sep 4 2017, 4:53 PM

The icon is clearly there:

flatpak run --command=find org.kde.kube /usr /app -name password-show-on.svg*
/usr/share/icons/breeze-dark/actions/16/password-show-on.svg
/usr/share/icons/breeze-dark/actions/24/password-show-on.svg
/usr/share/icons/breeze-dark/actions/22/password-show-on.svg
/usr/share/icons/breeze/actions/16/password-show-on.svg
/usr/share/icons/breeze/actions/24/password-show-on.svg
/usr/share/icons/breeze/actions/22/password-show-on.svg
/app/share/icons/kube/actions/16/password-show-on.svg
/app/share/icons/kube/actions/24/password-show-on.svg
/app/share/icons/kube/actions/22/password-show-on.svg

Maybe the image provider should account for the prefix change?

cmollekopf moved this task from Triaged to Confirmed on the Kube: Bugs board.Sep 6 2017, 12:17 PM
cmollekopf closed this task as Resolved.Sep 6 2017, 8:49 PM
cmollekopf claimed this task.

Found the culprit. The symlink target was missing. Thanks for the report!