flathub / org.gnome.Evince

https://flathub.org/apps/details/org.gnome.Evince
2 stars 15 forks source link

Error registering document #12

Closed nedrichards closed 6 years ago

nedrichards commented 6 years ago

I get this error opening files in Evince 3.30:

Error registering document: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: org.freedesktop.DBus.Error.ServiceUnknown

Running:

flatpak run --log-session-bus org.gnome.Evince

It seems to be with failing to launch the Evince Daemon. Maybe some more permissions needed here.

hadess commented 6 years ago
  68 #define APPLICATION_NAME             "org.gnome.Evince"•
  72 #define EVINCE_DAEMON_SERVICE        "org.gnome.evince.Daemon"•

I think those should probably have the same case so they're considered part of the same application.

nedrichards commented 6 years ago

That would be correct!

hadess commented 6 years ago

Filed https://gitlab.gnome.org/GNOME/evince/issues/990

hadess commented 6 years ago

And patches: https://gitlab.gnome.org/GNOME/evince/merge_requests/86 https://gitlab.gnome.org/GNOME/evince/merge_requests/87

Note that I needed to use:

"rm-configure" : true,

in evince for autoreconf to work.