Re: telepathy branch
Eitan Isaacson <[email protected]>
| Newsgroups | gmane.comp.gnome.gossip.devel |
|---|---|
| Message-ID | <1157151774.6595.4.camel@localhost> |
On Fri, 2006-09-01 at 12:51 -1000, Jimen Ching wrote: > On Thu, 31 Aug 2006, Eitan Isaacson wrote: > >> I also used --prefix=$HOME/oss when I built telepathy-gabble. Can this be > >> an option to gossip's configure script? Or at least add $prefix/share as > >> an additional search path? > > > >Yeah. It's on our future TODO. Write the patch please :) > > Do you want to change the default from /usr/share/telepathy to > $(prefix)/share/telepathy. Or do you want a patch to add another default > for $(prefix)/share/telepathy, assuming $(prefix) != /usr? > The default should be $(prefix)/share/telepathy. In addition there should be another configure option, smothing like --telepathy-cmgr-path=PATH I think the search order should be: 1. $HOME/.telepathy 2. configure option 3. $(prefix)/share/telepathy > Also, should I remove ~/.telepathy from the search path of connection > managers? That should stay. It's in the spec (at least the oral one :) > > --jc