Index: src/hid_cfg.c =================================================================== --- src/hid_cfg.c (revision 8091) +++ src/hid_cfg.c (revision 8092) @@ -281,7 +281,7 @@ if (!exact_fn) { /* try different paths to find the menu file inventing its exact name */ - static const char *hid_cfg_paths_in[] = { "./", PCBSHAREDIR "/", NULL }; + static const char *hid_cfg_paths_in[] = { "./", "~/.pcb-rnd/", PCBSHAREDIR "/", NULL }; char **paths = NULL, **p; int fn_len = strlen(fn);