michaldaniel / ebook-viewer

Modern GTK Python Ebook Reader app to easily read epub files
GNU General Public License v3.0
406 stars 47 forks source link

Wrong application_id in main.py #35

Open vonAlenberg opened 6 years ago

vonAlenberg commented 6 years ago

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

rafaelmardojai commented 6 years ago

Duplicated of #22