We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
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"
application_id="easy-ebook-viewer"
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
The text was updated successfully, but these errors were encountered:
Duplicated of #22
Sorry, something went wrong.
No branches or pull requests
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"
toapplication_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
The text was updated successfully, but these errors were encountered: