Re: telepathy branch
Eitan Isaacson <[email protected]>
| Newsgroups | gmane.comp.gnome.gossip.devel |
|---|---|
| Message-ID | <1157012103.5934.4.camel@localhost> |
On Wed, 2006-08-30 at 21:22 -1000, Jimen Ching wrote: > Has anyone tried gossip on the latest telepathy branch? > > I compiled everything fine, and telepathy-inspector seems to recognize the > connection manager. But gossip is searching for something in > ~/.telepathy/managers or /usr/share/telepathy/managers. I've installed > gossip in my home dir with --prefix=$HOME/oss. Has anyone run into this > problem and could give me a clue as to how to proceed? Thought I ask, > while I look through the code and figure out what's going on. > copy the gabble.manager file to ~/.telepathy. gossip discovers connection managers by querying those files, either in /usr/share/telepathy/managers, or ~/.telepathy. > I hope the final version of gossip doesn't require the user to go through > the wizard to run gossip. I would assume d-bus has a way to query for all > connection managers... Ideally you would install your connection managers in /usr, and gossip's wizard will give you an option to set up accounts for your different cms. > > --jc