coffee icon indicating copy to clipboard operation
coffee copied to clipboard

Packaging and working status on Debian 11

Open SwampRabbit opened this issue 4 years ago • 0 comments

Hello @nick92 I'm not sure if you are still actively maintaining this or not, but I've packaged and tested it for Debian 11 based distros, and figured I would share the output from testing. Maybe they are easy fixes, if not, I'm not asking you to put in a lot of time to fix them sir. ;)

When launching for the first time (from terminal):

$ com.github.nick92.coffee
[CRITICAL 13:03:48.696446] [Gtk] gtk_combo_box_get_active_id: assertion 'GTK_IS_COMBO_BOX (combo_box)' failed
[CRITICAL 13:03:48.699437] settings_news_news_source_get_get_sources: assertion 'country != NULL' failed
[WARN 13:03:49.153763] [NewsGrid:125] complete
[CRITICAL 13:03:54.651887] [Json] json_array_get_object_element: assertion 'index_ < array->elements->len' failed
[CRITICAL 13:03:54.653594] [Json] json_object_get_string_member: assertion 'object != NULL' failed

Coffee opens with the Welcome window too, clicked "Ok"

Went to Technology category

[WARN 13:05:29.601686] [NewsGrid:125] complete
[CRITICAL 13:05:31.487572] file ../../src/Settings/News/NewsContainer.vala: line 169: uncaught error: HTTP Error: Not Allowed (g-io-error-quark, 0)
[CRITICAL 13:05:35.520556] [Json] json_object_get_array_member: assertion 'node != NULL' failed

Seleted Ars Technica, then clicked "Launch Coffee" and it seemed to open fine, news was shown, was able to click on one and the website opened to the article.

When closing the browser and then opening the settings via the gear icon the following dumped out in the terminal either righ before or when the Settings window opened again.

###!!! [Parent][RunMessage] Error: Channel closing: too late to send/recv, messages will be lost
[CRITICAL 13:08:02.817434] [Gtk] gtk_combo_box_get_active_id: assertion 'GTK_IS_COMBO_BOX (combo_box)' failed
[CRITICAL 13:08:02.819698] settings_news_news_source_get_get_sources: assertion 'country != NULL' failed
[WARN 13:08:03.155551] [NewsGrid:125] complete
[CRITICAL 13:08:03.675036] [Json] json_array_get_object_element: assertion 'index_ < array->elements->len' failed
[CRITICAL 13:08:03.676790] [Json] json_object_get_string_member: assertion 'object != NULL' failed

When just trying to move the Settings window the following is spammed, the window buttons actually disappear so you can't even close it then, had to kill it manually.

[CRITICAL 13:11:27.069857] [Gtk] gtk_widget_get_window: assertion 'GTK_IS_WIDGET (widget)' failed
[CRITICAL 13:11:27.074105] [Gtk] gtk_widget_translate_coordinates: assertion 'GTK_IS_WIDGET (dest_widget)' failed
[CRITICAL 13:11:27.076053] [Gtk] gtk_widget_get_window: assertion 'GTK_IS_WIDGET (widget)' failed
[CRITICAL 13:11:27.079660] [Gtk] gtk_widget_translate_coordinates: assertion 'GTK_IS_WIDGET (dest_widget)' failed
failed
[CRITICAL 13:11:28.389467] [GLib-GObject] g_object_get: assertion 'G_IS_OBJECT (object)' failed

SwampRabbit avatar Aug 06 '21 17:08 SwampRabbit