On Thursday 14 June 2012, Patrick Spendrin wrote: > I also don't think this should have been the default, but we kind of > rely on that now.
I'm not going to start a discussion on this, and feel free to ignore the
following question. But if you do have some time, I'd be curious about in how
far you "rely" on this default.
> The native filedialogs from within KDE do have certain
> restrictions/bugs
Indeed. And in RKWard on Windows, I encountered a couple of those, too (and
reported them on bugs.kde.org). In the end, I added the following to the
startup code (simplified):
KConfigGroup cg = KGlobal::config ().data ()->group ("KFileDialog
Settings");
if (cg.readEntry ("Native", true)) {
cg.writeEntry ("Native", false);
cg.sync ();
}
So, in case other projects are encountering hard-to-work-around issues with
the native dialogs: That will get rid of them.
Regards
Thomas
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Kde-windows mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-windows
