Yousef Raffah wrote:

> Hello everyone,
> 
> I have just installed (USE="qt" emerge lyx) LyX on my Gentoo Linux
> with qt as a configure option in order to run it with the QT
> interface, at least that is what I think! Unfortunately, whenever I
> run lyx from the command line, it runs with the XForms interface, not
> with QT!

Yousef, LyX can be compiled with either frontend but not with both. You
have a version that was compiled with the XForms frontend. If you want a
version compiled with the Qt frontend, then you'll either need to grab it
from some (unknown to me) gentoo archive or you'll have to grab the LyX
sources and build it yourself. As Rich says, this should be as simple as

$ ./configure --with-frontend=qt
$ make

but you'll need the Qt header files to be installed on you machine too.
Plus a bunch of other stuff.

Anyway, I hope that this makes the position clearer.

Happy New Year,
Angus

> I tried to dig the man page, mail archives, gentoo forums
> (http://forums.gentoo.org/viewtopic.php?t=273397) but couldn't get an
> answer! I don't know how to run LyX with QT interface.
> Another thing, not sure if it is related or not, when I go to
> "Edit>Preferences>Look & Feel>User Interface" I have only one option,
> "default" that is. Is it normal or should I have something related to
> qt like, "qt-interface" or something?
> 
> Thanks in advance....


Reply via email to