Re: gephex--main--0.4--patch-1846
Georg Seidel <[email protected]>
| Newsgroups | gmane.comp.video.gephex.devel |
|---|---|
| Message-ID | <[email protected]> |
> Archive: [email protected] > New revision: gephex--main--0.4--patch-1846 > > -- > * [email protected]/gephex--martin--0.4--patch-58 > new default search path for type and module plugins > > --- orig/data/gephex.conf.default.in > +++ mod/data/gephex.conf.default.in > @@ -3,9 +3,9 @@ > } > > engine { > - module_path = [@gphx_module_lib_dir@/] > + module_path = [__HOME_DIR__/.gephex/0.4/modules/;/usr/local/lib/gephex-0.4/modules/;/usr/lib/gephex-0.4/modules/] > frei0r_path = [__HOME_DIR__/.frei0r-1/lib/;/usr/local/lib/frei0r-1/;/usr/lib/frei0r-1/] > - type_path = [@gphx_type_lib_dir@/] > + type_path = [__HOME_DIR__/.gephex/0.4/types/;/usr/local/lib/gephex-0.4/types/;/usr/lib/gephex-0.4/types/] > graph_path = [__CONF_DIR__/graphs/] > ipc_unix_node_prefix = [/tmp/gephex_socket_] > ipc_type = [inet] > I think this patch is not optimal. I often install gephex to a non-standard location locally ($HOME/gphx). This won't work any more with this patch.