giucam/orbital

Failed to get image from provider

Closed this issue · 9 comments

[orbital-client warning] file::/qml/Icon.qml:42:9: QML Image: Failed to get image from provider: image://icon/preferences-desktop

Do I need to install some theme and icon?

By default it looks for the oxygen theme, i haven't looked yet into making it fallback to another one. If you don't have it you must currently change the hardcoded default here (https://github.com/giucam/orbital/blob/master/src/client/shellui.cpp#L46). Once you have a configuration file you'll be able to change the theme by editing that.

Huh, thank @giucam I have not installed any DE yet (openbox && qtpanel) ;P I will install oxygen-icons(-svg)

You don't need the svg ones, they'll not be used.

Is there screenshooter key binding?

Yes, win key+print screen.

Thanks ;P

I'm getting the same kind of errors.

orbital_on_x_screenshot_2015-02-02_12-28-26

I recently discovered http://qt-apps.org/content/show.php?action=content&content=168066
I suggest you use that to set an icon theme, and then export QT_QPA_PLATFORMTHEME=qt5ct.

That fixes the image problems. Thanks!