Show paths.
This commit is contained in:
parent
29817dd27b
commit
bb34601eb8
|
@ -16,6 +16,8 @@ namespace LAview.Core.Plugins {
|
|||
common_dir = exec_dir.get_parent ();
|
||||
ui_dir = Path.build_path (Path.DIR_SEPARATOR_S, common_dir.get_path(),
|
||||
"share/laview-plugin-object-example-"+Config.VERSION_MAJOR.to_string()+"/ui");
|
||||
stdout.printf ("so_path=%s\nexec_dir=%s\ncommon_dir=%s\nui_dir=%s\nsettings_dir=%s\n",
|
||||
so_path.get_path(), exec_dir.get_path(), common_dir.get_path(), ui_dir, settings_dir);
|
||||
settings_dir = Path.build_path (Path.DIR_SEPARATOR_S, common_dir.get_path(), "share/glib-2.0/schemas");
|
||||
stdout.printf ("ui_dir = %s\n", ui_dir);
|
||||
stdout.printf ("settings_dir = %s\n", settings_dir);
|
||||
|
|
Loading…
Reference in New Issue