Igalia / cog

WPE launcher and webapp container
MIT License
242 stars 62 forks source link

GApplication activation not supported #260

Open philn opened 3 years ago

philn commented 3 years ago

When running Cog from my developer WPE build I get a glib warning:

(cog:21): GLib-GIO-WARNING **: 04:00:03.202: Your application does not implement g_application_activate() and has no handlers connected to the 'activate' signal. It should do one of these.

Cwiiis commented 3 years ago

I was just looking at this to see if it'd be a good first issue... The devhelp for g_application_activate says that this results in the "activate" signal being emitted on the primary instance. The documentation for the "activate" signal says to see g_application_activate... What does "activate" mean here? What is it actually meant to reflect? Because of poor documentation, unless someone can clear it up here, I don't think this is a good first issue.