Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Mon, 14 Oct 2019 23:08:38 UTC Commit: e23c92165615ba690b81dcefcd264a0642cdcbb8 https://github.com/geany/geany-osx/commit/e23c92165615ba690b81dcefcd264a0642...
Log Message: ----------- Don't specify GTK theme in the launcher
This was my bad, I had an invalid theme specified in .config/gtk-3.0/settings.ini
Modified Paths: -------------- LauncherGtk3/geany/geany/main.m
Modified: LauncherGtk3/geany/geany/main.m 4 lines changed, 0 insertions(+), 4 deletions(-) =================================================================== @@ -68,10 +68,6 @@ int run_geany() @"GTK_IM_MODULE_FILE": [bundle_etc stringByAppendingPathComponent: @"gtk-3.0/gtk.immodules"], @"GDK_PIXBUF_MODULE_FILE": [bundle_lib stringByAppendingPathComponent: @"gdk-pixbuf-2.0/2.10.0/loaders.cache"],
- //for some reason GTK doesn't find settings.ini file inside $XDG_CONFIG_DIRS - //even though it should, so specify manually - @"GTK_THEME": @"Mojave-light-solid", - //Locale variables @"LANG": lang, @"LC_MESSAGES": lang,
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).