octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Qdir.mkpath()


From: Daniel J Sebald
Subject: Re: Qdir.mkpath()
Date: Sat, 18 Aug 2012 23:32:21 -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/18/2012 08:53 PM, Ed Meyer wrote:
I'm trying to run the gui but it never gets beyond the opening "Welcome
to Octave"
window - clicking "finish" just creates a new instance of the window. I
traced it to
resource-manager.cc:113 where Qdir.mkpath() is supposed to create
~/.config/octave/qt-settings
but it seems it does not get called after the Qdir constructor; I don't
have qt libs with
debug symbols but it still should have showed up stepping with gdb - any
clues?

The gui works ok if I manually create ~/.config/octave/qt-settings

That sounds like the application doesn't have the privilege to create the file. Is there some way to verify that "~" is being decoded correctly as your account root as opposed to, say, the "su" root. I guess it must be if it finds the file when you manually create it.

Dan


reply via email to

[Prev in Thread] Current Thread [Next in Thread]