unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [WIP 0/8] GNOME Maps
@ 2016-04-16  3:02 Leo Famulari
  2016-04-16  3:02 ` [WIP 1/8] gnu: telepathy-glib: Enable vala bindings Leo Famulari
                   ` (8 more replies)
  0 siblings, 9 replies; 28+ messages in thread
From: Leo Famulari @ 2016-04-16  3:02 UTC (permalink / raw)
  To: guix-devel

I'm struggling to get GNOME Maps [0] to work. I've attached my patch
series.

There is a log of the console output below.

GNOME is really another world to me; I don't know where to start with
these error messages and warnings.

GNOME Maps is cool because version 3.20 is supposed to include an
OpenStreetMap editor! This is version 3.18.2.

Any advice appreciated!

[0]
https://wiki.gnome.org/Apps/Maps

Here is the console output, including stderr:

$ gnome-maps
** (org.gnome.Maps:14112): WARNING **: Failed to load shared library 'libgoa-1.0.so.0' referenced by the typelib: libgoa-1.0.so.0: cannot open shared object file: No such file or directory

(org.gnome.Maps:14112): GLib-GObject-WARNING **: cannot retrieve default vtable for invalid or non-interface type 'void'

(org.gnome.Maps:14112): GLib-GObject-WARNING **: gsignal.c:1674: parameter 1 of type 'void' for signal "Gjs_AccountListBox::account_selected" is not a value type

(org.gnome.Maps:14112): Gjs-WARNING **: JS ERROR: Error: Unsupported type void, deriving from fundamental void
CheckInManager<._init@resource:///org/gnome/Maps/js/checkIn.js:47
wrapper@resource:///org/gnome/gjs/modules/lang.js:178
Application<._initServices@resource:///org/gnome/Maps/js/application.js:224
wrapper@resource:///org/gnome/gjs/modules/lang.js:178
Application<.vfunc_startup@resource:///org/gnome/Maps/js/application.js:200
wrapper@resource:///org/gnome/gjs/modules/lang.js:178
main@resource:///org/gnome/Maps/js/main.js:47
run@resource:///org/gnome/gjs/modules/package.js:192
start@resource:///org/gnome/gjs/modules/package.js:176
@/gnu/store/k4a5aacl0xknr9hakz1kh0ph3nnpbpb5-gnome-maps-3.18.2/share/gnome-maps/org.gnome.Maps:5


(org.gnome.Maps:14112): Gtk-CRITICAL **: gtk_tree_model_foreach: assertion 'GTK_IS_TREE_MODEL (model)' failed

(org.gnome.Maps:14112): Gtk-CRITICAL **: gtk_tree_model_filter_get_iter: assertion 'filter->priv->child_model != NULL' failed

(org.gnome.Maps:14112): Gtk-CRITICAL **: gtk_tree_model_foreach: assertion 'GTK_IS_TREE_MODEL (model)' failed

(org.gnome.Maps:14112): Gtk-CRITICAL **: gtk_tree_model_filter_get_iter: assertion 'filter->priv->child_model != NULL' failed

(org.gnome.Maps:14112): Gtk-CRITICAL **: gtk_tree_model_foreach: assertion 'GTK_IS_TREE_MODEL (model)' failed

(org.gnome.Maps:14112): Gtk-CRITICAL **: gtk_tree_model_filter_get_iter: assertion 'filter->priv->child_model != NULL' failed

(org.gnome.Maps:14112): Gtk-CRITICAL **: gtk_tree_model_foreach: assertion 'GTK_IS_TREE_MODEL (model)' failed

(org.gnome.Maps:14112): Gtk-CRITICAL **: gtk_tree_model_filter_get_iter: assertion 'filter->priv->child_model != NULL' failed

(org.gnome.Maps:14112): Gjs-WARNING **: JS ERROR: TypeError: Application.placeStore is null
FavoritesPopover<._init@resource:///org/gnome/Maps/js/favoritesPopover.js:61
wrapper@resource:///org/gnome/gjs/modules/lang.js:178
MainWindow<._init@resource:///org/gnome/Maps/js/mainWindow.js:87
wrapper@resource:///org/gnome/gjs/modules/lang.js:178
Application<._createWindow@resource:///org/gnome/Maps/js/application.js:236
wrapper@resource:///org/gnome/gjs/modules/lang.js:178
Application<.vfunc_activate@resource:///org/gnome/Maps/js/application.js:250
wrapper@resource:///org/gnome/gjs/modules/lang.js:178
main@resource:///org/gnome/Maps/js/main.js:47
run@resource:///org/gnome/gjs/modules/package.js:192
start@resource:///org/gnome/gjs/modules/package.js:176
@/gnu/store/k4a5aacl0xknr9hakz1kh0ph3nnpbpb5-gnome-maps-3.18.2/share/gnome-maps/org.gnome.Maps:5

Leo Famulari (8):
  gnu: telepathy-glib: Enable vala bindings.
  gnu: evolution-data-server: Build Vala bindings.
  gnu: Add folks.
  gnu: vala: Build Vala API (.vapi) generator.
  gnu: libchamplain: Update to 0.12.13.
  gnu: libchamplain: Build Vala bindings.
  gnu: Add gfbgraph.
  gnu: Add gnome-maps.

 gnu-system.am          |  1 +
 gnu/packages/glib.scm  |  4 +++
 gnu/packages/gnome.scm | 85 +++++++++++++++++++++++++++++++++++++++++++++++---
 gnu/packages/maps.scm  | 62 ++++++++++++++++++++++++++++++++++++
 4 files changed, 148 insertions(+), 4 deletions(-)
 create mode 100644 gnu/packages/maps.scm

-- 
2.7.3

^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2016-06-16 10:08 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-16  3:02 [WIP 0/8] GNOME Maps Leo Famulari
2016-04-16  3:02 ` [WIP 1/8] gnu: telepathy-glib: Enable vala bindings Leo Famulari
2016-05-02  8:30   ` Ludovic Courtès
2016-04-16  3:02 ` [WIP 2/8] gnu: evolution-data-server: Build Vala bindings Leo Famulari
2016-05-02  8:29   ` Ludovic Courtès
2016-04-16  3:02 ` [WIP 3/8] gnu: Add folks Leo Famulari
2016-05-02  8:26   ` Ludovic Courtès
2016-04-16  3:02 ` [WIP 4/8] gnu: vala: Build Vala API (.vapi) generator Leo Famulari
2016-05-02  8:27   ` Ludovic Courtès
2016-04-16  3:02 ` [WIP 5/8] gnu: libchamplain: Update to 0.12.13 Leo Famulari
2016-05-02  8:28   ` Ludovic Courtès
2016-04-16  3:02 ` [WIP 6/8] gnu: libchamplain: Build Vala bindings Leo Famulari
2016-05-02  8:29   ` Ludovic Courtès
2016-04-16  3:02 ` [WIP 7/8] gnu: Add gfbgraph Leo Famulari
2016-04-16  9:32   ` Alex Kost
2016-04-16  9:37     ` Alex Kost
2016-04-16 16:08       ` Leo Famulari
2016-04-16  3:02 ` [WIP 8/8] gnu: Add gnome-maps Leo Famulari
2016-05-02  8:37 ` [WIP 0/8] GNOME Maps Ludovic Courtès
2016-05-02 19:02   ` Leo Famulari
2016-05-03 11:39     ` Ludovic Courtès
2016-06-14  7:22   ` Leo Famulari
2016-06-14 12:17     ` Ludovic Courtès
2016-06-14 14:21       ` Leo Famulari
2016-06-14 20:21       ` Leo Famulari
2016-06-15 12:25         ` Ludovic Courtès
2016-06-15 17:20           ` Leo Famulari
2016-06-16 10:07             ` Andy Wingo

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).