[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: resetting factory settings
From: |
Andrew Janke |
Subject: |
Re: resetting factory settings |
Date: |
Fri, 26 Apr 2019 17:22:22 -0400 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 |
On 4/26/19 3:34 PM, Diogo Carvalho wrote:
> Hi, how does one reset every setting to factory default?
>
> At one point I messed with the editor's fonts/sizes etc and now my
> cursor turned giant.
> Uninstalling doesn't help.
>
> Grateful for the attention,
>
> Diogo Carvalho
>
>
What OS are you on?
If you are running the Octave GUI on macOS or Linux, the GUI settings
are found in $HOME/.config/octave, in files octave-gui.ini and
qt-settings. Uninstalling Octave does not remove these files. Try doing
`rm -rf ~/.config/octave` in a terminal and then restart Octave.
I don't know how to do the equivalent on Windows.
Cheers,
Andrew