"Fondo" is simple app to browse upsplash.com, a free wallpaper site. It's available as a flatpak, which I haven't used before. I followed the instructions on flathub to install flatpak, then installed Fondo through discover.
It runs, but fails to show any images, which defeats the purpose of the app. If I run it in a konsole, hundreds of errors are generated. There's 30 sets of
followed by 30 sets of
This suggests to me that some Gnome dependency of Fondo is missing. flatpak list shows:
Am I doing something wrong? Or is flatpak broken on KDE for something? Google did not enlighten me.
It runs, but fails to show any images, which defeats the purpose of the app. If I run it in a konsole, hundreds of errors are generated. There's 30 sets of
Code:
(com.github.calo001.fondo:2): Json-WARNING **: 14:58:06.242: Failed to deserialize "categories" property of type "gpointer" for an object of type "AppModelsPhoto" (com.github.calo001.fondo:2): Json-WARNING **: 14:58:06.242: Failed to deserialize "current-user-collections" property of type "gpointer" for an object of type "AppModelsPhoto" (com.github.calo001.fondo:2): Json-CRITICAL **: 14:58:06.243: json_object_get_array_member: assertion 'node != NULL' failed (com.github.calo001.fondo:2): Json-CRITICAL **: 14:58:06.243: json_array_get_elements: assertion 'array != NULL' failed
Code:
(com.github.calo001.fondo:2): GLib-GObject-WARNING **: 14:58:06.251: invalid (NULL) pointer instance (com.github.calo001.fondo:2): GLib-GObject-CRITICAL **: 14:58:06.251: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed (com.github.calo001.fondo:2): Gtk-CRITICAL **: 14:58:06.251: gtk_overlay_add_overlay: assertion 'GTK_IS_WIDGET (widget)' failed
Code:
Name Application ID Version Branch Installation Fondo com.github.calo001.fondo 1.3.9 stable system default org.freedesktop.Platform.GL.default 19.08 system Intel org.freedesktop.Platform.VAAPI.Intel 19.08 system openh264 org.freedesktop.Platform.openh264 2.1.0 2.0 system GNOME Application Platform version 3.36 org.gnome.Platform 3.36 system
Comment