Skip to content

Solves critical warning at startup

Move the CSS loading and load_accels() into gtr_application_startup() so that are loaded after gtk_init() is called. This commit tries to solve the critical warning at start "gtk_icon_theme_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed" mentioned in issue #80 (closed).

Edited by Izabela Bakollari

Merge request reports