Re: LyX without menu in Ubuntu Netbook 10.10

2010-11-22 Thread Waluyo Adi Siswanto
> Proper script is that: >    #!/usr/bin/env sh >    QT_X11_NO_NATIVE_MENUBAR=1 lyx "$@" > > Such version allows passing of invocation arguments. Oh.. yes, that's correct. Running LyX from the menu using the previous script, creates another problem. Double clicking lyx document will not be success

Re: LyX without menu in Ubuntu Netbook 10.10

2010-11-22 Thread Manveru
2010/11/19 Waluyo Adi Siswanto : >> It works by using this command  (from the terminal) >> >> QT_X11_NO_NATIVE_MENUBAR=1 lyx >> > > Perhaps, for those using Ubuntu Netbook and have the same problem; > > a) Create a file lyx_command.sh >    #!/bin/sh >     QT_X11_NO_NATIVE_MENUBAR=1 lyx > b) Change

Re: LyX without menu in Ubuntu Netbook 10.10

2010-11-18 Thread Waluyo Adi Siswanto
> It works by using this command  (from the terminal) > > QT_X11_NO_NATIVE_MENUBAR=1 lyx > Perhaps, for those using Ubuntu Netbook and have the same problem; a) Create a file lyx_command.sh #!/bin/sh QT_X11_NO_NATIVE_MENUBAR=1 lyx b) Change permission to "Allow executing file as program"

Re: LyX without menu in Ubuntu Netbook 10.10

2010-11-18 Thread Waluyo Adi Siswanto
> > https://bugs.launchpad.net/ubuntu/+source/indicator-appmenu/+bug/619811 > Thanks a lot for your prompt reply. It works by using this command (from the terminal) QT_X11_NO_NATIVE_MENUBAR=1 lyx Best Regards waluyo

Re: LyX without menu in Ubuntu Netbook 10.10

2010-11-18 Thread Pavel Sanda
Waluyo Adi Siswanto wrote: > I just installed LyX 1.6.7 (from Ubuntu Software Center) in Ubuntu > Netbook 10.10 (new lyx installed in new Acer One Happy) > Surprisingly, no menus appeared. (see the screenshot) > > How can I work in netbook? Is there any special setting that I have to > do in Ubunt