Ben Luey wrote:
> I have lyx-1.2.3 and gbib-0.1.1 (Mandrake-9.1). I reconfigured lyx
> for the pipe to have the path /home/username/.lyxpipe. It creates
> the pipe fine. When I run lyx and then gbib and click on cite, it
> appears to connect to the lyxpipe, but when I clikc on insert cite
> or insert bibtex, etc, nothing appears in my lyx document. Does gbib
> support lyx-1.2? Any ideas on why the piping isn't working. If I cat
> something to the pipe, I get a response from the lyx server.
>
> Thanks,
>
> Ben
Hi Ben again.
I have just installed the Debian package gbib-0.1.1c-2 and all works
fine with lyx-1.3.2. I suspect, therefore, that the problem lies at
your end.
The location gbib expects to find the lyx pipes is hard-coded as
pipename = getenv("HOME");
pipename += "/.lyxpipe";
You must set your LyX preferences accordingly (use Edit>Preferences,
Input>Paths tab, LyXServer pipe /home/<username>/.lyxpipe) Don't miss
the <dot> at the start of .lyxpipe. Save the preferences, restart
LyX, start gbib and all should be fine.
Angus