[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: octave gui configuration files
From: |
Mike Miller |
Subject: |
Re: octave gui configuration files |
Date: |
Wed, 1 Jun 2016 20:10:53 -0700 |
User-agent: |
Mutt/1.6.0 (2016-04-01) |
On Tue, May 24, 2016 at 22:21:12 -0700, Sigggi wrote:
> Hello Samuel,
>
> thank you for your message.
>
> I added
>
> if ~isempty(findstr(computer,'linux'))
> EDITOR('gedit')
> edit('mode','async')
> else
> end
>
> to the ~.octaverc, but the problem remains.
>
> It happens only, when I invoke octave with the "--force-gui" - option, so I
> guess there are some other configuration files for the gui-application.
>
> Do you have any idea?
The Octave GUI stores configuration in ~/.config/octave. You can delete
the entire ~/.config/octave/qt-settings file, or you can try to fix or
delete the one or two affected settings in this file.
--
mike
- Re: octave gui configuration files,
Mike Miller <=