[Kmatplot-general] Re: /etc/kmatplotrc solved
Brought to you by:
kamil
From: Hugo v. d. M. <s13...@ba...> - 2002-05-23 09:15:24
|
> I have solved the problem of the not found /etc/kmatplotrc. Thanks! > export QSETTINGSDIR=/etc This I already have for the call to configure, which is the only time it's needed, it seems. (It works right now.) > If you don't do that, the variable QSETTINGDIR is not set in the building of > the main Makefile by configure, whatever is the --with-qsettings-dir option. QSETTINGSDIR was set etc. It's this that was missing: > 2°) uncomment the line 132 of /kmatplot-0.4/kmatplot/ksglobalsettings.cpp > // s.insertSearchPath( QSettings::Unix, "/etc" ); Thanks. Does --with-qsettings-dir then actually do anything? I have not yet bothered testing what happens if I don't supply it. Hugo |