Re: LyX is not running with QT interface!

2005-01-04 Thread chr
On Mon, 3 Jan 2005, Yousef Raffah wrote:

 Thanks a lot guys. I guess it is an issue with the package I'm using
 or it is something with my machine.

Maybe you should send a question to the person who made the gentoo 
package? (sounds like a bug in it)

/Christian

-- 
Christian Ridderström, +46-8-768 39 44   http://www.md.kth.se/~chr




Re: LyX is not running with QT interface!

2005-01-04 Thread chr
On Mon, 3 Jan 2005, Yousef Raffah wrote:

 Thanks a lot guys. I guess it is an issue with the package I'm using
 or it is something with my machine.

Maybe you should send a question to the person who made the gentoo 
package? (sounds like a bug in it)

/Christian

-- 
Christian Ridderström, +46-8-768 39 44   http://www.md.kth.se/~chr




Re: LyX is not running with QT interface!

2005-01-04 Thread chr
On Mon, 3 Jan 2005, Yousef Raffah wrote:

> Thanks a lot guys. I guess it is an issue with the package I'm using
> or it is something with my machine.

Maybe you should send a question to the person who made the gentoo 
package? (sounds like a bug in it)

/Christian

-- 
Christian Ridderström, +46-8-768 39 44   http://www.md.kth.se/~chr




Re: LyX is not running with QT interface!

2005-01-02 Thread Angus Leeming
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
 EditPreferencesLook  FeelUser 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




Re: LyX is not running with QT interface!

2005-01-02 Thread Georg Baum
Am Sonntag, 2. Januar 2005 07:56 schrieb Yousef Raffah:
 Yes I have the latest QT installed, I'm running different QT
 applications such as K3b for example!

Do you also have the development packages installed?

 Do you have an output file that shows the results of the 
configuration and
  build steps? If so, look to see that the configuration found 
everything it
  needed. I've not used gentoo so I don't know the steps involved.
  
 no I don't have one, or maybe I don't know where to look for it!

Then please ask some gentoo experts. If we don't know what is going on we 
can't help you very much.

 I copied cua.bind from /usr/share/lyx/bind/cua.bind to ~/.lyx/bind/
 I believe gentoo installs it under /usr/share/lyx but again that
 shouldn't make a difference with the QT interface :(

You only need to do that if you plan to modify cua.bind. This has nothing 
to do with your problem, the bind files define keyboard shortcuts and not 
the toolkit that is used for the GUI.


Georg




Re: LyX is not running with QT interface!

2005-01-02 Thread Yousef Raffah
Thanks a lot guys. I guess it is an issue with the package I'm using
or it is something with my machine.



On Sun, 02 Jan 2005 10:51:35 +0100, Georg Baum
[EMAIL PROTECTED] wrote:
 Am Sonntag, 2. Januar 2005 07:56 schrieb Yousef Raffah:
  Yes I have the latest QT installed, I'm running different QT
  applications such as K3b for example!
 
 Do you also have the development packages installed?
 
  Do you have an output file that shows the results of the
 configuration and
   build steps? If so, look to see that the configuration found
 everything it
   needed. I've not used gentoo so I don't know the steps involved.
  
  no I don't have one, or maybe I don't know where to look for it!
 
 Then please ask some gentoo experts. If we don't know what is going on we
 can't help you very much.
 
  I copied cua.bind from /usr/share/lyx/bind/cua.bind to ~/.lyx/bind/
  I believe gentoo installs it under /usr/share/lyx but again that
  shouldn't make a difference with the QT interface :(
 
 You only need to do that if you plan to modify cua.bind. This has nothing
 to do with your problem, the bind files define keyboard shortcuts and not
 the toolkit that is used for the GUI.
 
 
 Georg
 
 


-- 
=
Sincerely,
Yousef Raffah
Visit my personal blog@ http://yousef.raffah.com

a href=http://www.spreadfirefox.com/?q=affiliatesamp;id=468amp;t=1;Get
Firefox!/a


Re: LyX is not running with QT interface!

2005-01-02 Thread Angus Leeming
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
 EditPreferencesLook  FeelUser 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




Re: LyX is not running with QT interface!

2005-01-02 Thread Georg Baum
Am Sonntag, 2. Januar 2005 07:56 schrieb Yousef Raffah:
 Yes I have the latest QT installed, I'm running different QT
 applications such as K3b for example!

Do you also have the development packages installed?

 Do you have an output file that shows the results of the 
configuration and
  build steps? If so, look to see that the configuration found 
everything it
  needed. I've not used gentoo so I don't know the steps involved.
  
 no I don't have one, or maybe I don't know where to look for it!

Then please ask some gentoo experts. If we don't know what is going on we 
can't help you very much.

 I copied cua.bind from /usr/share/lyx/bind/cua.bind to ~/.lyx/bind/
 I believe gentoo installs it under /usr/share/lyx but again that
 shouldn't make a difference with the QT interface :(

You only need to do that if you plan to modify cua.bind. This has nothing 
to do with your problem, the bind files define keyboard shortcuts and not 
the toolkit that is used for the GUI.


Georg




Re: LyX is not running with QT interface!

2005-01-02 Thread Yousef Raffah
Thanks a lot guys. I guess it is an issue with the package I'm using
or it is something with my machine.



On Sun, 02 Jan 2005 10:51:35 +0100, Georg Baum
[EMAIL PROTECTED] wrote:
 Am Sonntag, 2. Januar 2005 07:56 schrieb Yousef Raffah:
  Yes I have the latest QT installed, I'm running different QT
  applications such as K3b for example!
 
 Do you also have the development packages installed?
 
  Do you have an output file that shows the results of the
 configuration and
   build steps? If so, look to see that the configuration found
 everything it
   needed. I've not used gentoo so I don't know the steps involved.
  
  no I don't have one, or maybe I don't know where to look for it!
 
 Then please ask some gentoo experts. If we don't know what is going on we
 can't help you very much.
 
  I copied cua.bind from /usr/share/lyx/bind/cua.bind to ~/.lyx/bind/
  I believe gentoo installs it under /usr/share/lyx but again that
  shouldn't make a difference with the QT interface :(
 
 You only need to do that if you plan to modify cua.bind. This has nothing
 to do with your problem, the bind files define keyboard shortcuts and not
 the toolkit that is used for the GUI.
 
 
 Georg
 
 


-- 
=
Sincerely,
Yousef Raffah
Visit my personal blog@ http://yousef.raffah.com

a href=http://www.spreadfirefox.com/?q=affiliatesamp;id=468amp;t=1;Get
Firefox!/a


Re: LyX is not running with QT interface!

2005-01-02 Thread Angus Leeming
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




Re: LyX is not running with QT interface!

2005-01-02 Thread Georg Baum
Am Sonntag, 2. Januar 2005 07:56 schrieb Yousef Raffah:
> Yes I have the latest QT installed, I'm running different QT
> applications such as K3b for example!

Do you also have the development packages installed?

> >Do you have an output file that shows the results of the 
configuration and
> > build steps? If so, look to see that the configuration found 
everything it
> > needed. I've not used gentoo so I don't know the steps involved.
> > 
> no I don't have one, or maybe I don't know where to look for it!

Then please ask some gentoo experts. If we don't know what is going on we 
can't help you very much.

> I copied cua.bind from /usr/share/lyx/bind/cua.bind to ~/.lyx/bind/
> I believe gentoo installs it under /usr/share/lyx but again that
> shouldn't make a difference with the QT interface :(

You only need to do that if you plan to modify cua.bind. This has nothing 
to do with your problem, the bind files define keyboard shortcuts and not 
the toolkit that is used for the GUI.


Georg




Re: LyX is not running with QT interface!

2005-01-02 Thread Yousef Raffah
Thanks a lot guys. I guess it is an issue with the package I'm using
or it is something with my machine.



On Sun, 02 Jan 2005 10:51:35 +0100, Georg Baum
<[EMAIL PROTECTED]> wrote:
> Am Sonntag, 2. Januar 2005 07:56 schrieb Yousef Raffah:
> > Yes I have the latest QT installed, I'm running different QT
> > applications such as K3b for example!
> 
> Do you also have the development packages installed?
> 
> > >Do you have an output file that shows the results of the
> configuration and
> > > build steps? If so, look to see that the configuration found
> everything it
> > > needed. I've not used gentoo so I don't know the steps involved.
> > >
> > no I don't have one, or maybe I don't know where to look for it!
> 
> Then please ask some gentoo experts. If we don't know what is going on we
> can't help you very much.
> 
> > I copied cua.bind from /usr/share/lyx/bind/cua.bind to ~/.lyx/bind/
> > I believe gentoo installs it under /usr/share/lyx but again that
> > shouldn't make a difference with the QT interface :(
> 
> You only need to do that if you plan to modify cua.bind. This has nothing
> to do with your problem, the bind files define keyboard shortcuts and not
> the toolkit that is used for the GUI.
> 
> 
> Georg
> 
> 


-- 
=
Sincerely,
Yousef Raffah
Visit my personal blog@ http://yousef.raffah.com

http://www.spreadfirefox.com/?q=affiliatesid=468t=1;>Get
Firefox!


LyX is not running with QT interface!

2005-01-01 Thread Yousef Raffah
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!
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
EditPreferencesLook  FeelUser 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

-- 
=
Sincerely,
Yousef Raffah
Visit my personal blog@ http://yousef.raffah.com

a href=http://www.spreadfirefox.com/?q=affiliatesamp;id=468amp;t=1;Get
Firefox!/a


Re: LyX is not running with QT interface!

2005-01-01 Thread Rich Shepard
On Sat, 1 Jan 2005, Yousef Raffah wrote:
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! I tried to dig the
man page, mail archives, gentoo forums
Yousef,
  Start over again, but for the first step use:
./configure --with-frontend=qt
then continue with make  make install. From what you write above it
appears that gentoo provides only the xforms UI. Building it on your system
is extremely simple and -- depending on your processor speed and amount of
RAM -- provides a good excuse for coffee or a meal. :-) Or, just open
another desktop and work away.
sure if it is related or not, when I go to EditPreferencesLook 
FeelUser 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?
  The UI I have on this box (Slackware-10.0, LyX-1.3.5) is:
/usr/local/share/lyx/ui/default.ui
However, for the bind file I have: /home/rshepard/.lyx/bind/cua.bind
You can tweak cua.bind or emacs.bind, or copy one to modify key bindings and
call it, for example, my.bind.
  Now, you can also run 'qtconfig' and that will allow you to play with the
window dressing for all of your qt apps. Of course, it won't apply to lyx
until you re-build it with that front end.
HTH,
Rich
--
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com   Voice: 503-667-4517   Fax: 503-667-8863


Re: LyX is not running with QT interface!

2005-01-01 Thread Yousef Raffah
On Sat, 1 Jan 2005 10:30:15 -0800 (PST), Rich Shepard
[EMAIL PROTECTED] wrote:
 On Sat, 1 Jan 2005, Yousef Raffah wrote:
 
  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! I tried to dig the
  man page, mail archives, gentoo forums
 
 Yousef,
 
Start over again, but for the first step use:
 ./configure --with-frontend=qt
 
 then continue with make  make install. From what you write above it
 appears that gentoo provides only the xforms UI. Building it on your system
 is extremely simple and -- depending on your processor speed and amount of
 RAM -- provides a good excuse for coffee or a meal. :-) Or, just open
 another desktop and work away.
 
Hello Dr. Richard,

Thanks for your reply first of all.
In Gentoo, USE=qt is exactly like saying ./configure --with-frontend=qt
This means my lyx was built --with-frontend=qt
Does the QT interface requires running a different binary than lyx,
like lyx-qt for example or something similar?

  sure if it is related or not, when I go to EditPreferencesLook 
  FeelUser 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?
 
The UI I have on this box (Slackware-10.0, LyX-1.3.5) is:
 /usr/local/share/lyx/ui/default.ui
 
well I have the same file under:
/usr/share/lyx/ui/default.ui
But does it relate to using XForms instead of QT interface?
Forgive me but I'm totally n00b to LyX, LaTeX and TeX! :)

 However, for the bind file I have: /home/rshepard/.lyx/bind/cua.bind
 You can tweak cua.bind or emacs.bind, or copy one to modify key bindings and
 call it, for example, my.bind.
 
I don't have anything under ~/.lyx/bind/

Now, you can also run 'qtconfig' and that will allow you to play with the
 window dressing for all of your qt apps. Of course, it won't apply to lyx
 until you re-build it with that front end.
 
I guess I should keep this option for later but thanks  a lot for
refering to it :)

-- 
=
Sincerely,
Yousef Raffah
Visit my personal blog@ http://yousef.raffah.com

a href=http://www.spreadfirefox.com/?q=affiliatesamp;id=468amp;t=1;Get
Firefox!/a


Re: LyX is not running with QT interface!

2005-01-01 Thread Rich Shepard
On Sat, 1 Jan 2005, Yousef Raffah wrote:
Thanks for your reply first of all. In Gentoo, USE=qt is exactly like
saying ./configure --with-frontend=qt This means my lyx was built
--with-frontend=qt Does the QT interface requires running a different
binary than lyx, like lyx-qt for example or something similar?
Yousef,
  No. It should run /usr/local/bin/lyx. Perhaps there is a glitch with the
gentoo build script. Or, ... do you have the latest qt installed on your
system? If it's not present then the build may use xforms.
  Do you have an output file that shows the results of the configuration and
build steps? If so, look to see that the configuration found everything it
needed. I've not used gentoo so I don't know the steps involved.
well I have the same file under:
/usr/share/lyx/ui/default.ui
But does it relate to using XForms instead of QT interface?
  Nope. It contains the menu and toolbar contents. It's a text file so you
can look at the contents with any text editor.
Forgive me but I'm totally n00b to LyX, LaTeX and TeX! :)
  No problem! We were all new to it at some time. Your problem with the
wrong interface is a configuration error so that's where to start looking.
I don't have anything under ~/.lyx/bind/
  You'll need to copy one of the defaults to there. In my case they're
located at:
/usr/local/lyx-1.3.5/lib/bind/cua.bind
/usr/local/share/lyx/bind/cua.bind
  Apparently gentoo installs applications in /usr rather than /usr/local so
look there.
Rich
--
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com   Voice: 503-667-4517   Fax: 503-667-8863


Re: LyX is not running with QT interface!

2005-01-01 Thread Yousef Raffah
On Sat, 1 Jan 2005 11:22:20 -0800 (PST), Rich Shepard
[EMAIL PROTECTED] wrote:
 On Sat, 1 Jan 2005, Yousef Raffah wrote:
 
  Thanks for your reply first of all. In Gentoo, USE=qt is exactly like
  saying ./configure --with-frontend=qt This means my lyx was built
  --with-frontend=qt Does the QT interface requires running a different
  binary than lyx, like lyx-qt for example or something similar?
 
 Yousef,
 
No. It should run /usr/local/bin/lyx. Perhaps there is a glitch with the
 gentoo build script. Or, ... do you have the latest qt installed on your
 system? If it's not present then the build may use xforms.
 
Dear Dr. Richard,

Yes I have the latest QT installed, I'm running different QT
applications such as K3b for example!

Do you have an output file that shows the results of the configuration and
 build steps? If so, look to see that the configuration found everything it
 needed. I've not used gentoo so I don't know the steps involved.
 
no I don't have one, or maybe I don't know where to look for it!

  Forgive me but I'm totally n00b to LyX, LaTeX and TeX! :)
 
No problem! We were all new to it at some time. Your problem with the
 wrong interface is a configuration error so that's where to start looking.
 
  I don't have anything under ~/.lyx/bind/
 
You'll need to copy one of the defaults to there. In my case they're
 located at:
 
 /usr/local/lyx-1.3.5/lib/bind/cua.bind
 /usr/local/share/lyx/bind/cua.bind
 
Apparently gentoo installs applications in /usr rather than /usr/local so
 look there.
 
I copied cua.bind from /usr/share/lyx/bind/cua.bind to ~/.lyx/bind/
I believe gentoo installs it under /usr/share/lyx but again that
shouldn't make a difference with the QT interface :(
-- 
=
Sincerely,
Yousef Raffah
Visit my personal blog@ http://yousef.raffah.com

a href=http://www.spreadfirefox.com/?q=affiliatesamp;id=468amp;t=1;Get
Firefox!/a


LyX is not running with QT interface!

2005-01-01 Thread Yousef Raffah
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!
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
EditPreferencesLook  FeelUser 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

-- 
=
Sincerely,
Yousef Raffah
Visit my personal blog@ http://yousef.raffah.com

a href=http://www.spreadfirefox.com/?q=affiliatesamp;id=468amp;t=1;Get
Firefox!/a


Re: LyX is not running with QT interface!

2005-01-01 Thread Rich Shepard
On Sat, 1 Jan 2005, Yousef Raffah wrote:
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! I tried to dig the
man page, mail archives, gentoo forums
Yousef,
  Start over again, but for the first step use:
./configure --with-frontend=qt
then continue with make  make install. From what you write above it
appears that gentoo provides only the xforms UI. Building it on your system
is extremely simple and -- depending on your processor speed and amount of
RAM -- provides a good excuse for coffee or a meal. :-) Or, just open
another desktop and work away.
sure if it is related or not, when I go to EditPreferencesLook 
FeelUser 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?
  The UI I have on this box (Slackware-10.0, LyX-1.3.5) is:
/usr/local/share/lyx/ui/default.ui
However, for the bind file I have: /home/rshepard/.lyx/bind/cua.bind
You can tweak cua.bind or emacs.bind, or copy one to modify key bindings and
call it, for example, my.bind.
  Now, you can also run 'qtconfig' and that will allow you to play with the
window dressing for all of your qt apps. Of course, it won't apply to lyx
until you re-build it with that front end.
HTH,
Rich
--
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com   Voice: 503-667-4517   Fax: 503-667-8863


Re: LyX is not running with QT interface!

2005-01-01 Thread Yousef Raffah
On Sat, 1 Jan 2005 10:30:15 -0800 (PST), Rich Shepard
[EMAIL PROTECTED] wrote:
 On Sat, 1 Jan 2005, Yousef Raffah wrote:
 
  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! I tried to dig the
  man page, mail archives, gentoo forums
 
 Yousef,
 
Start over again, but for the first step use:
 ./configure --with-frontend=qt
 
 then continue with make  make install. From what you write above it
 appears that gentoo provides only the xforms UI. Building it on your system
 is extremely simple and -- depending on your processor speed and amount of
 RAM -- provides a good excuse for coffee or a meal. :-) Or, just open
 another desktop and work away.
 
Hello Dr. Richard,

Thanks for your reply first of all.
In Gentoo, USE=qt is exactly like saying ./configure --with-frontend=qt
This means my lyx was built --with-frontend=qt
Does the QT interface requires running a different binary than lyx,
like lyx-qt for example or something similar?

  sure if it is related or not, when I go to EditPreferencesLook 
  FeelUser 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?
 
The UI I have on this box (Slackware-10.0, LyX-1.3.5) is:
 /usr/local/share/lyx/ui/default.ui
 
well I have the same file under:
/usr/share/lyx/ui/default.ui
But does it relate to using XForms instead of QT interface?
Forgive me but I'm totally n00b to LyX, LaTeX and TeX! :)

 However, for the bind file I have: /home/rshepard/.lyx/bind/cua.bind
 You can tweak cua.bind or emacs.bind, or copy one to modify key bindings and
 call it, for example, my.bind.
 
I don't have anything under ~/.lyx/bind/

Now, you can also run 'qtconfig' and that will allow you to play with the
 window dressing for all of your qt apps. Of course, it won't apply to lyx
 until you re-build it with that front end.
 
I guess I should keep this option for later but thanks  a lot for
refering to it :)

-- 
=
Sincerely,
Yousef Raffah
Visit my personal blog@ http://yousef.raffah.com

a href=http://www.spreadfirefox.com/?q=affiliatesamp;id=468amp;t=1;Get
Firefox!/a


Re: LyX is not running with QT interface!

2005-01-01 Thread Rich Shepard
On Sat, 1 Jan 2005, Yousef Raffah wrote:
Thanks for your reply first of all. In Gentoo, USE=qt is exactly like
saying ./configure --with-frontend=qt This means my lyx was built
--with-frontend=qt Does the QT interface requires running a different
binary than lyx, like lyx-qt for example or something similar?
Yousef,
  No. It should run /usr/local/bin/lyx. Perhaps there is a glitch with the
gentoo build script. Or, ... do you have the latest qt installed on your
system? If it's not present then the build may use xforms.
  Do you have an output file that shows the results of the configuration and
build steps? If so, look to see that the configuration found everything it
needed. I've not used gentoo so I don't know the steps involved.
well I have the same file under:
/usr/share/lyx/ui/default.ui
But does it relate to using XForms instead of QT interface?
  Nope. It contains the menu and toolbar contents. It's a text file so you
can look at the contents with any text editor.
Forgive me but I'm totally n00b to LyX, LaTeX and TeX! :)
  No problem! We were all new to it at some time. Your problem with the
wrong interface is a configuration error so that's where to start looking.
I don't have anything under ~/.lyx/bind/
  You'll need to copy one of the defaults to there. In my case they're
located at:
/usr/local/lyx-1.3.5/lib/bind/cua.bind
/usr/local/share/lyx/bind/cua.bind
  Apparently gentoo installs applications in /usr rather than /usr/local so
look there.
Rich
--
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com   Voice: 503-667-4517   Fax: 503-667-8863


Re: LyX is not running with QT interface!

2005-01-01 Thread Yousef Raffah
On Sat, 1 Jan 2005 11:22:20 -0800 (PST), Rich Shepard
[EMAIL PROTECTED] wrote:
 On Sat, 1 Jan 2005, Yousef Raffah wrote:
 
  Thanks for your reply first of all. In Gentoo, USE=qt is exactly like
  saying ./configure --with-frontend=qt This means my lyx was built
  --with-frontend=qt Does the QT interface requires running a different
  binary than lyx, like lyx-qt for example or something similar?
 
 Yousef,
 
No. It should run /usr/local/bin/lyx. Perhaps there is a glitch with the
 gentoo build script. Or, ... do you have the latest qt installed on your
 system? If it's not present then the build may use xforms.
 
Dear Dr. Richard,

Yes I have the latest QT installed, I'm running different QT
applications such as K3b for example!

Do you have an output file that shows the results of the configuration and
 build steps? If so, look to see that the configuration found everything it
 needed. I've not used gentoo so I don't know the steps involved.
 
no I don't have one, or maybe I don't know where to look for it!

  Forgive me but I'm totally n00b to LyX, LaTeX and TeX! :)
 
No problem! We were all new to it at some time. Your problem with the
 wrong interface is a configuration error so that's where to start looking.
 
  I don't have anything under ~/.lyx/bind/
 
You'll need to copy one of the defaults to there. In my case they're
 located at:
 
 /usr/local/lyx-1.3.5/lib/bind/cua.bind
 /usr/local/share/lyx/bind/cua.bind
 
Apparently gentoo installs applications in /usr rather than /usr/local so
 look there.
 
I copied cua.bind from /usr/share/lyx/bind/cua.bind to ~/.lyx/bind/
I believe gentoo installs it under /usr/share/lyx but again that
shouldn't make a difference with the QT interface :(
-- 
=
Sincerely,
Yousef Raffah
Visit my personal blog@ http://yousef.raffah.com

a href=http://www.spreadfirefox.com/?q=affiliatesamp;id=468amp;t=1;Get
Firefox!/a


LyX is not running with QT interface!

2005-01-01 Thread Yousef Raffah
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!
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

-- 
=
Sincerely,
Yousef Raffah
Visit my personal blog@ http://yousef.raffah.com

http://www.spreadfirefox.com/?q=affiliatesid=468t=1;>Get
Firefox!


Re: LyX is not running with QT interface!

2005-01-01 Thread Rich Shepard
On Sat, 1 Jan 2005, Yousef Raffah wrote:
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! I tried to dig the
man page, mail archives, gentoo forums
Yousef,
  Start over again, but for the first step use:
./configure --with-frontend=qt
then continue with make && make install. From what you write above it
appears that gentoo provides only the xforms UI. Building it on your system
is extremely simple and -- depending on your processor speed and amount of
RAM -- provides a good excuse for coffee or a meal. :-) Or, just open
another desktop and work away.
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?
  The UI I have on this box (Slackware-10.0, LyX-1.3.5) is:
/usr/local/share/lyx/ui/default.ui
However, for the bind file I have: /home/rshepard/.lyx/bind/cua.bind
You can tweak cua.bind or emacs.bind, or copy one to modify key bindings and
call it, for example, my.bind.
  Now, you can also run 'qtconfig' and that will allow you to play with the
window dressing for all of your qt apps. Of course, it won't apply to lyx
until you re-build it with that front end.
HTH,
Rich
--
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
   Voice: 503-667-4517   Fax: 503-667-8863


Re: LyX is not running with QT interface!

2005-01-01 Thread Yousef Raffah
On Sat, 1 Jan 2005 10:30:15 -0800 (PST), Rich Shepard
<[EMAIL PROTECTED]> wrote:
> On Sat, 1 Jan 2005, Yousef Raffah wrote:
> 
> > 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! I tried to dig the
> > man page, mail archives, gentoo forums
> 
> Yousef,
> 
>Start over again, but for the first step use:
> ./configure --with-frontend=qt
> 
> then continue with make && make install. From what you write above it
> appears that gentoo provides only the xforms UI. Building it on your system
> is extremely simple and -- depending on your processor speed and amount of
> RAM -- provides a good excuse for coffee or a meal. :-) Or, just open
> another desktop and work away.
> 
Hello Dr. Richard,

Thanks for your reply first of all.
In Gentoo, USE="qt" is exactly like saying ./configure --with-frontend=qt
This means my lyx was built --with-frontend=qt
Does the QT interface requires running a different binary than "lyx",
like "lyx-qt" for example or something similar?

> > 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?
> 
>The UI I have on this box (Slackware-10.0, LyX-1.3.5) is:
> /usr/local/share/lyx/ui/default.ui
> 
well I have the same file under:
/usr/share/lyx/ui/default.ui
But does it relate to using XForms instead of QT interface?
Forgive me but I'm totally n00b to LyX, LaTeX and TeX! :)

> However, for the bind file I have: /home/rshepard/.lyx/bind/cua.bind
> You can tweak cua.bind or emacs.bind, or copy one to modify key bindings and
> call it, for example, my.bind.
> 
I don't have anything under ~/.lyx/bind/

>Now, you can also run 'qtconfig' and that will allow you to play with the
> window dressing for all of your qt apps. Of course, it won't apply to lyx
> until you re-build it with that front end.
> 
I guess I should keep this option for later but thanks  a lot for
refering to it :)

-- 
=
Sincerely,
Yousef Raffah
Visit my personal blog@ http://yousef.raffah.com

http://www.spreadfirefox.com/?q=affiliatesid=468t=1;>Get
Firefox!


Re: LyX is not running with QT interface!

2005-01-01 Thread Rich Shepard
On Sat, 1 Jan 2005, Yousef Raffah wrote:
Thanks for your reply first of all. In Gentoo, USE="qt" is exactly like
saying ./configure --with-frontend=qt This means my lyx was built
--with-frontend=qt Does the QT interface requires running a different
binary than "lyx", like "lyx-qt" for example or something similar?
Yousef,
  No. It should run /usr/local/bin/lyx. Perhaps there is a glitch with the
gentoo build script. Or, ... do you have the latest qt installed on your
system? If it's not present then the build may use xforms.
  Do you have an output file that shows the results of the configuration and
build steps? If so, look to see that the configuration found everything it
needed. I've not used gentoo so I don't know the steps involved.
well I have the same file under:
/usr/share/lyx/ui/default.ui
But does it relate to using XForms instead of QT interface?
  Nope. It contains the menu and toolbar contents. It's a text file so you
can look at the contents with any text editor.
Forgive me but I'm totally n00b to LyX, LaTeX and TeX! :)
  No problem! We were all new to it at some time. Your problem with the
wrong interface is a configuration error so that's where to start looking.
I don't have anything under ~/.lyx/bind/
  You'll need to copy one of the defaults to there. In my case they're
located at:
/usr/local/lyx-1.3.5/lib/bind/cua.bind
/usr/local/share/lyx/bind/cua.bind
  Apparently gentoo installs applications in /usr rather than /usr/local so
look there.
Rich
--
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
   Voice: 503-667-4517   Fax: 503-667-8863


Re: LyX is not running with QT interface!

2005-01-01 Thread Yousef Raffah
On Sat, 1 Jan 2005 11:22:20 -0800 (PST), Rich Shepard
<[EMAIL PROTECTED]> wrote:
> On Sat, 1 Jan 2005, Yousef Raffah wrote:
> 
> > Thanks for your reply first of all. In Gentoo, USE="qt" is exactly like
> > saying ./configure --with-frontend=qt This means my lyx was built
> > --with-frontend=qt Does the QT interface requires running a different
> > binary than "lyx", like "lyx-qt" for example or something similar?
> 
> Yousef,
> 
>No. It should run /usr/local/bin/lyx. Perhaps there is a glitch with the
> gentoo build script. Or, ... do you have the latest qt installed on your
> system? If it's not present then the build may use xforms.
> 
Dear Dr. Richard,

Yes I have the latest QT installed, I'm running different QT
applications such as K3b for example!

>Do you have an output file that shows the results of the configuration and
> build steps? If so, look to see that the configuration found everything it
> needed. I've not used gentoo so I don't know the steps involved.
> 
no I don't have one, or maybe I don't know where to look for it!

> > Forgive me but I'm totally n00b to LyX, LaTeX and TeX! :)
> 
>No problem! We were all new to it at some time. Your problem with the
> wrong interface is a configuration error so that's where to start looking.
> 
> > I don't have anything under ~/.lyx/bind/
> 
>You'll need to copy one of the defaults to there. In my case they're
> located at:
> 
> /usr/local/lyx-1.3.5/lib/bind/cua.bind
> /usr/local/share/lyx/bind/cua.bind
> 
>Apparently gentoo installs applications in /usr rather than /usr/local so
> look there.
> 
I copied cua.bind from /usr/share/lyx/bind/cua.bind to ~/.lyx/bind/
I believe gentoo installs it under /usr/share/lyx but again that
shouldn't make a difference with the QT interface :(
-- 
=
Sincerely,
Yousef Raffah
Visit my personal blog@ http://yousef.raffah.com

http://www.spreadfirefox.com/?q=affiliatesid=468t=1;>Get
Firefox!