[Kde-windows] initializing kapplication on win32
Jarosław Staniek
js at iidea.pl
Thu Apr 27 11:35:36 CEST 2006
Rikardo Tinauer said the following, On 2006-04-27 11:26:
>>After the DCOP server has been ported to win32, I've solved possible
>>problems when users do not want/plan to use dcop in kdelibs3/win32:
>>
>>in void KApplication::dcopFailure(const QString &msg) there's the following
>>added:
>>
>>#ifdef Q_WS_WIN
>> KGlobal::config()->setGroup("General");
>> if (KGlobal::config()->readBoolEntry("ignoreDCOPFailures", false))
>> return;
>>#endif
>>
>>So, please just edit your kde/share/config/kdeglobals (or locally in:
>>Document And Settings/yourname/.kde/share/config/kdeglobals) and in section
>>[General] add:
>>
>>ignoreDCOPFailures=true
>
>
> I have the "../Document And Settings/yourname/.kde/share/config" directory but
> I don't have the "kdeglobals" file.
>
> Where can I get one for win32?
Just create a new one with this content:
[General]
ignoreDCOPFailures=true
--
regards / pozdrawiam,
Jaroslaw Staniek / OpenOffice Polska
Sponsored by OpenOffice Polska to work on
* Kexi & KOffice: http://www.kexi-project.org | http://koffice.org/kexi
* KDE3 & KDE4 Libraries For Developing MS Windows Applications:
http://www.kdelibs.com/wiki
See also:
* Kexi For MS Windows: http://kexi.pl/wiki/index.php/Kexi_for_MS_Windows
* Kexi Support: http://www.kexi-project.org/support.html
More information about the Kde-windows
mailing list