ebook-viewer icon indicating copy to clipboard operation
ebook-viewer copied to clipboard

Wrong application_id in main.py

Open vonAlenberg opened this issue 7 years ago • 1 comments

Bug: While creating a window and working, current build throws GLib-GIO-CRITICAL **: g_application_set_application_id: assertion 'application_id == NULL || g_application_id_is_valid (application_id)' failed

Proposed solution: Change [main.py:27] application_id="easy-ebook-viewer"to application_id="linux.easy-ebook-viewer"

or whatever, as long as the ID contains two (2) parts separated by a dot. https://developer.gnome.org/gio/stable/GApplication.html#g-application-id-is-valid

vonAlenberg avatar Oct 25 '17 14:10 vonAlenberg

Duplicated of #22

rafaelmardojai avatar Oct 25 '17 14:10 rafaelmardojai