[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GUI compilation failing with Scintilla
From: |
Daniel J Sebald |
Subject: |
Re: GUI compilation failing with Scintilla |
Date: |
Mon, 20 Aug 2012 17:48:44 -0500 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Thunderbird/3.1.16 |
On 08/20/2012 05:14 PM, Ed Meyer wrote:
On Mon, Aug 20, 2012 at 2:39 PM, Daniel J Sebald <address@hidden
<mailto:address@hidden>> wrote:
The infinite "Welcome to Octave" window seems to be caused by
default-qt-settings being
installed in /usr/local/share/octave//etc (note the double slash
indicating a missing component)
instead of /usr/local/share/octave/3.7.0+/etc where the code expects it.
Whoohoo! Thanks Ed.
The first thing I notice is that launching Octave creates an X window
and the GUI docks to that Window instead of the screen. No problem,
just undock the GUI...
But I'm having some problems. When I type commands in the Command
Window nothing seems to happen, until I move the window position bar up
and down then the results appear.
The GUI window doesn't behave so well with the desktop. Sometimes when
I grab the top bar to move the window it gets stuck on the screen.
Sometimes it doesn't move higher than some other window that had
previous focus.
I can't seem to change the width of the command window either.
I think all these problems might go back to the Qt build and all those
warnings I was getting.
Well, got it to run. That's a start.
Dan