Skip to content

general: Listen to icon theme changes on application startup

Ghost User requested to merge application-startup-icon-theme-changed into master

Currently, the code connects to GtkIconTheme::changed in class_init(), which requires an active display in any test that tests the NautilusFile API. Connecting to the signal during application startup instead makes more sense.

Edited by Ghost User

Merge request reports