[gephex-devel] gephex--main--0.4--patch-1846
Georg Seidel
georg at gephex.org
Sat Feb 26 11:01:54 CET 2005
> Archive: gephex at gephex.org--2004
> New revision: gephex--main--0.4--patch-1846
>
> --
> * martin at gephex.org--2004/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.
More information about the gephex-devel
mailing list