Index: src_plugins/hid_gtk/gtkhid-main.c =================================================================== --- src_plugins/hid_gtk/gtkhid-main.c (revision 2559) +++ src_plugins/hid_gtk/gtkhid-main.c (revision 2560) @@ -1920,8 +1920,8 @@ sprintf(share_dir, "%s%s", tmps, REST_OF_PATH); /* Point to our gdk-pixbuf loader cache. */ - loader_cache = (char *) malloc(strlen(bindir) + strlen(REST_OF_CACHE) + 1); - sprintf(loader_cache, "%s%s", bindir, REST_OF_CACHE); + loader_cache = (char *) malloc(strlen("bindir_todo12") + strlen(REST_OF_CACHE) + 1); + sprintf(loader_cache, "%s%s", "bindir_todo12", REST_OF_CACHE); loader_file = fopen(loader_cache, "r"); if (loader_file) { fclose(loader_file); @@ -1930,7 +1930,7 @@ free(tmps); #undef REST_OF_PATH - printf("\"Share\" installation path is \"%s\"\n", share_dir); + printf("\"Share\" installation path is \"%s\"\n", "share_dir_todo12"); #endif memset(&ghid_hid, 0, sizeof(HID)); Index: src_plugins/hid_gtk/gui-top-window.c =================================================================== --- src_plugins/hid_gtk/gui-top-window.c (revision 2559) +++ src_plugins/hid_gtk/gui-top-window.c (revision 2560) @@ -1371,9 +1371,6 @@ sprintf(libdir, "%s%s", tmps, REST_OF_PATH); free(tmps); -#error TODO: use conf_set() - or rather, why does it happen in the gtk hid? - conf_core.rc.library_tree = libdir; - #undef REST_OF_PATH #endif