PIM/MS Windows: Difference between revisions

From KDE Community Wiki
< PIM
m (144 revisions imported)
 
(90 intermediate revisions by 3 users not shown)
Line 1: Line 1:
This page covers topics related to the MS Windows port of the KDE PIM suite.
This page covers topics related to the KDE PIM Suite on MS Windows NT kernel (which means running on Windows Desktop versions NT or newer like XP, Vista or 7).


{{Note|This page is work in progress started by [[User:Jstaniek|jstaniek]].}}
==Building==
 
To build KDE PIM for Windows use emerge.
For documentation about emerge please see [http://techbase.kde.org/Getting_Started/Build/KDE4/Windows]
 
You should be able to get executables just by calling emerge kdepim.
 
 
== Bugs ==
For a list of open, Windows specific, bugs please see: [http://bugs.kde.org/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=akregator&product=kaddressbook&product=kdepim&product=kdepimlibs&product=kmail2&product=kontact&product=korganizer&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=NEEDSINFO&op_sys=MS+Windows&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0= bugs.kde.org]


== Problem points ==
== Problem points ==
=== Maildir implementation in KMail ===
{| class="sortable" border="1" cellpadding="5" cellspacing="0" style="border: gray solid 1px; border-collapse: collapse; text-align: left; width: 100%;"
It is to be expected, that the maildir implementation in kmail does not work on Windows' file system, since it uses the ":" (forbidden on windows) character in file names. It also relies (as does maildir in general) on the atomicity of making a hardlink and then unlinking the original, to implement an atomic move. The implementation used by akonadi (kdepim/maildir) relies on QFile in that regard, but it's unclear if rename is atomic on all platforms.
|- style="background: #ececec; white-space:nowrap;"
*[[User:Jstaniek|jstaniek]] 12:50, 7 January 2008 (CET): Hard/soft links could be handled on Windows by altering the source code so that the "link" file is a text file itself and contains the target path. If we need atomic renames, '''Windows apparently lacks them''', I have found a pre-Vista [http://blogs.msdn.com/adioltean/archive/2005/12/28/507866.aspx blog] which contains description on how to perform them in a messy but honest way (look at the very last "Write process (on Foo.txt)" version). There's also a way to recover from application/system crash during the pseudo-atomic operations (see the very last "Recovery from a crash during write" checklist).
! Status !! Feature !! Description !! Contact
*[[User:Jstaniek|jstaniek]] 12:42, 24 January 2008 (CET): We will most probably benefit from ''maildir'' suport on Windows as Thunderbird (ver. <3) apparently lacks support for this storage, despite [https://bugzilla.mozilla.org/show_bug.cgi?id=58308 many wishes] and [http://wiki.mozilla.org/Thunderbird/Feature_Brainstorming#Storage_folder plans].
 
*[[User:Jstaniek|jstaniek]] 12:42, 24 January 2008 (CET): regarding replacing ":" character on windows:
{{FeatureTodo | [[#Documentation_of_KDE|Documentation of KDE]] |Somehow the documentation is not loaded correctly in khelpcenter without visible errors in the debug output| }}
** We cannot use ":" in any way ([http://en.wikipedia.org/wiki/Maildir#Windows_software Wikipedia note]), so we have to rename it to something other:
 
*** The proposed replace character is "!". Not "-" (see [https://bugzilla.mozilla.org/show_bug.cgi?id=58308#c77 this] for explanation).
{{FeatureTodo|[[#Search|Search]]|Provide a search backend|[email protected]| Andre Heinecke }}
*** We may want to add support for user-defined character, to allow reuse maildirs of apps like mutt (which uses "-"), but it should be clearly noted in the handbook that the setting is only for integration with existing maildirs.
 
*** '''The rename makes the implementation incompatible''' with the [http://cr.yp.to/proto/maildir.html specification] (which is informal anyway and says nothing about the replacement character).
{{FeatureTodo|[[#Default_Folders|Default Folders]]|
** '''The ability of sharing a single maildir''' structure on dual boot machines (e.g., using the [http://www.fs-driver.org/ IFS Ext2 driver] or [http://ext2fsd.sourceforge.net/projects/projects.htm#ext2fsd Ext2fsd: way less crashy than IFS Ext2 (no blue screen of the death) and actively maintained]) is affected by the problem with ":" character.
Some default folders in the wrong place (not in AppData) |[email protected]| Andre Heinecke }}
*** '''Windows FS layer''' apparently returns "file not found" error for files having the ":"  character on a linux filesystem. So if there is a need for storing the maildir at linux side, ":" should be renamed even if Linux itself does work with ":".
 
*** Conversely, '''if the maildir has to be stored at windows side''', ":" characters have to be renamed, do Linux build of KMail (and KDE-PIM in general) should support this rename too in order to access the storage.
{{FeatureTodo|[[#Nepomuk|Nepomuk]]|Provide a working Nepomuk|[email protected]| Andre Heinecke }}
 
{{FeatureInProgress|[[#Multiuser_Support|Multiuser Support]]|Make it possible
to deploy KDEPIM in multiuser environments||}}
 
{{FeatureTodo|[[#Dialogs_in_background| Dialogs opening in background]]| Dialogs are way to often opened in
the background and thus missed by the user |[email protected]| Andre Heinecke}}
 
{{FeatureTodo|[[#Kwallet_and_accountwizard|KWallet in background of accountwizard warnings]]| Do not open the initial KWallet dialog behind the accountwizard |[email protected]| Andre Heinecke}}
 
{{FeatureTodo|[[#Seamless_Crypto| Seamless integration with Gpg4Win 2.1]]| Crypto does not integrate as good and easy as it should|[email protected]| Andre Heinecke}}
 
{{FeatureTodo|[[#Summary_Screen| Summary Screen without Nepomuk]]| The summary screen has problems without nepomuk avialability|[email protected]| Andre Heinecke}}
 
{{FeatureInProgress|[[#Mailto_Protocol| Make mailto work]]| There are probably some wrong parameters set in the registry. KSendemail has already been fixed so that i can take the parameters correctly. |[email protected]| Andre Heinecke}}
 
{{FeatureTodo|[[#Plugin_Performance| Performance of Plugin loading]]|Loading plugins like the configuration plugins takes unnaturally
long|[email protected]| Andre Heinecke}}
 
{{FeatureTodo|[[#SSL_Certificates| SSL Certificate checks]]|All SSL Certificate checks fail|[email protected]| Andre Heinecke}}
 
{{FeatureTodo|[[#Minimum_System_Requirements| System Requirements]]|Minimum System requirements|[email protected]| Andre Heinecke}}
 
{{FeatureDone|[[#LDAP_Support|LDAP Support]]| Enabling KLdap |[email protected]| Andre Heinecke }}
 
{{FeatureDone|[[#Akonadi_Notifications|Akonadi Notifications]]| Akonadi Notifications are not communicated correctly to the GUI |}}
 
{{FeatureDone|[[#Kwallet_warnings|Kwallet warnings]]| Remove the Kwallet "do you want to grant xy access |aheinecke@intevation.de| Andre Heinecke}}
 
{{FeatureDone|Image view in Mailviewer|Images in the Mailviewer are not shown correctly||}}
 
{{FeatureDone|[[#Design|Design]]|Make KDEPIM feel native on Windows||}}
 
{{FeatureDone|[[#GPG4Win_Integration|Integrate with GPG4Win]]| GnuPG is
currently supported |aheinecke@intevation.de| Andre Heinecke}}
 
{{FeatureDone|[[#Akonadi_Start_Stop|Akonadi startup/shutdown]]|Decide how akonadi should be started/stopped on Windows (There is now a
Full Shudown button in Kontact that also kills akonadi||}}
|}
 
===SSL Certificates===
All SSL certificate checks currently fail a correct solution would be to take the Installed Windows certificates additionally to the kdelibs default certificates.
 
===Plugin Performance===
The loading of plugins, especially the kcm modules for the configuration
Dialog take unnaturally long to load for the first time. Depending
on your Machine this can be 10-40 seconds.
 
===Sumarry Screen===
Clicking on the Summary Screen in Kontact seems to trigger a very large query. Used with multiple large accounts Kontact started to loose stability and ultimately began to freeze um with some Akonadi ressources crashing.
 
===Seamless Crypto===
There needs to be a build of the gnupg development libaries that better integrates with gpg4win. The selfbuilt camakeified Versions do not have any upstream support and are built without smime support. The upstream gpg4win-dev package was built against gpg 1 and does only work after some tricks.
Kleopatra master on Windows also seems a bit buggy (refreshing way too often) but this might be a side effect of the libraries.
 
===Dialogs in background===
Many Dialogs (for example the "ignore ssl errors" dialog can open in the background) and be missed by the user that then is confused by the behavior of
kontact.
 
===Kwallet warnings===
The Kwallet warnings don't make sense as they do not add any kind of security. The processname can easily be faked and they are just written in a plain text file. They often open in the background and are confusing.
 
===Minimum System Requirements===
The minimal system requirements (CPU/RAM/Disk Space) for Kontact on Windows are currently unkonwn since it is much more standalone then on a GNU/Linux System those need to be measured and communicated. Windows apperantly expect something like that.
 
===Multiuser Support===
Kontact on Windows currently can be run on the same machine twice with different users but there are appearantly some problems on Windows Server installations.
 
===LDAP Support===
Done by integrating a binary package of openldap into the build.
 
There are two options to get LDAP support for PIM on Windows:
 
====OpenLDAP====
* Pro:
** Would offer the same API as on GNU/Linux
** Is proven to work on Windows with KDEPIM
** If just a binary package is used, the effort is small.
 
* Contra:
** Current Openldap is not ported to be buildable natively on Windows. So far it would need to be cross compiled, or cygwin compiled or the binaries taken.
** More effort to do a good port to a decent buildsystem which fits the toolchain like cmake/emerge to be build with msvc or mingw-w64 on Windows.
** Can not be debugged with msvc for above reasons
** Is another dependency we have to take care of, which increasing code and complexety, more chance for security issues and the port needs to be maintained.
 
====WinLDAP====
Windows has native LDAP support with winldap:
 
* Pro:
** Integrated into the platform, maintained by Microsoft
** API differences should be Minimal so kldap calls could stay the same
** Behaviour consistent with other LDAP client behaviour on Windows.
 
* Contra:
** Efforts comparable to OpenLDAP with initally ported build system. In particular higher than the simple "take binary" approach.
** kdepimlibs is build with -DUNICODE, but expects LDAP system calls o return ascii, so this needs conversion. There is a bit code in kdepimlibs/kldap/w32ldaphelp.h which works fo WindowsCE, but now Windows>=NT.
** Is propietary we do not know the implementation details and cannot debug it.
** Might show slightly different behavior than OpenLDAP, which raises potential testing and support costs when Kontact behaves differently here.
** Might not implement all functions used by kldap so working around it in kldap would be necessary.
 
===Search===
There are several issues with Nepomuk / Soprano and the redland rdf libraries on Windows,
they are currently disabled because there is no stable build for Windows.
 
===Nepomuk===
For a virtuoso installation to work regsvr32 has to be called on the virtuoso odbc driver at the moment. Soprano has to be fixed so that it checks if that driver is availble and if not registers it. The NSIS installer does this currently
 
===Akonadi Notifications===
DBus problem that has been fixed in newer versions of DBus > 1.4.1
 
===Design===
Oxygen Theme looks strange and alien on Windows 7 default style but ok on Windows XP style
Currently the Packaged Style in the Enterprise 5 package is optimzed for
XP and Vista/7 looks.
 
Best solution would be to check what the System Style is or package the KDE-Systemsettings to customize that style.
 
===Akonadi Start Stop===
Akonadi startup can take a while on slow systems which delays the first Kontact
startup.
 
Once akonadi is running it can not be stopped from the UI
 
===GPG4Win Integration===
Crypto is now working again the reason was an error in libstdc++ on windows that caused std::strings to corrupt the heap.
 
== General Hints ==
 
=== Shutdown everything from KDE ===
Either run killkde.bat in your installation\bin directory or run
kdeinit4 --terminate to shut down everything.
 
==== Delete all configuration ====
 
To delete all configuration files remove the folders .local .config .kde in
your userdata directory.
(e.g. c:\documents and settings\testuser\ on xp c:\users\testuser on win7)
Also delete .kde in your application data directory
(e.g. c:\documents and settings\testuser\Applicationdata on xp c:\users\testuser\Applicationdata\roaming on win7)
 
==== Switch to English ====
 
To change the application '''language''' of Kontact from German '''to English''' please
use a text editor and change the locale settings in the file 'kdeglobals' to:
  Country=en
  Language=en_US
and restart all KDE processes (esp. logout, login).
You'll find this file usually under the installed directory
in 'Kontact\share\config' (e.g. c:\Program Files\Kontact\share\config\kdeglobals).
 
Or goto: help -> change application language
 
==== Backtrace for Crash reporting ====
 
If you encounter crashes, a backtrace might help the developers to find
the defect faster. There are some hints doing a backtrace with gdb on windows
in  http://techbase.kde.org/Development/Tutorials/Debugging/Debugging_on_MS_Windows#MinGW_debugging_hints
 
==== Diagnostics ====
General debugging techniques of KDEPIM Software are also available on Windows.
There is akonadiconsole installed as a tool to debug akonadi, as well as qdbusviewer.
 
DebugView and some other tools from the following URL can be useful to diagnose problems:
http://techbase.kde.org/Projects/KDE_on_Windows/Tools
 
DebugView will let you see the message of the KDE runtime system, which on GNU/Linux you can see on stdout or stderr.
 
----
 
 
==Some notes from the original porting project==


===Integration into the Windows Explorer & Desktop===
===Integration into the Windows Explorer & Desktop===
Line 23: Line 202:
'''Introduction:''' We can detect whether KMail is the default e-mail client. If set as default, KMail should act as a default mailer, and thus be invoked automatically for actions like RMB "Send To -> E-mail Recipient". This shall be also reused by others for KOrganizer and Konqueror. The solution is relatively simple modifications to the Windows Registry. See [http://members.toast.net/4pf/Protocol.html Mozilla's solution].
'''Introduction:''' We can detect whether KMail is the default e-mail client. If set as default, KMail should act as a default mailer, and thus be invoked automatically for actions like RMB "Send To -> E-mail Recipient". This shall be also reused by others for KOrganizer and Konqueror. The solution is relatively simple modifications to the Windows Registry. See [http://members.toast.net/4pf/Protocol.html Mozilla's solution].


First, we can use HKLM node for system-global settings or HKCU node for current-user-only settings. If the attempt to set the value in HKLM fails, usually because of unsufficient permissions, HKCU should be used. As expected, HKCU has overrides HKLM settings. See [http://support.microsoft.com/kb/297878 KB297878]. Below we'll use HKCU.
First, we can use HKLM node for system-global settings or HKCU node for current-user-only settings. If the attempt to set the value in HKLM fails, usually because of unsufficient permissions, HKCU should be used. As expected, HKCU overrides HKLM settings. See [http://support.microsoft.com/kb/297878 KB297878]. Below we'll use HKCU.
 
*HKCU\Software\Clients\StartMenuInternet key is used to specify default web browser; could be set to Konqueror
*HKCU\Software\Clients\StartMenuInternet key is used to specify default web browser; could be set to Konqueror
*HKCU\Software\Clients\StartMenuInternet\app.exe\shell\open\command key is used for "Internet" start menu shortcut, can be set to Konqueror. Note from the KB - <tt>"The command might open the browser on the users home page, for example. However, it might launch some other introductory user interface that the ISV feels is appropriate."</tt> So this is not the same as 'default browser' setting.
*HKCU\Software\Clients\StartMenuInternet\app.exe\shell\open\command key is used for "Internet" start menu shortcut, can be set to Konqueror. Note from the KB - <tt>"The command might open the browser on the users home page, for example. However, it might launch some other introductory user interface that the ISV feels is appropriate."</tt> So this is not the same as 'default browser' setting.
Line 40: Line 220:


From the KB: <tt>After updating the registry keys, the application broadcasts the WM_SETTINGCHANGE message with wParam = 0 and lParam pointing to the null-terminated string "Software\Clients\StartMenuInternet" to notify the operating system that the default client has changed.</tt>
From the KB: <tt>After updating the registry keys, the application broadcasts the WM_SETTINGCHANGE message with wParam = 0 and lParam pointing to the null-terminated string "Software\Clients\StartMenuInternet" to notify the operating system that the default client has changed.</tt>
=====Using MAPI=====
HKLM\Software\Clients\AppName\DllPath points to a dll implementing [http://en.wikipedia.org/wiki/MAPI MAPI] interface. Internet Explorer uses Windows Messaging by default to invoke a mailer on a mailto: link. Only if the MAPI install is misconfigured will it resort to directly accessing the mailto association key.[http://members.toast.net/4pf/Protocol.html]
Example implementation of MAPI services is Thundebird's mozMapi32.dll (the key is usualle equal to C:\Program Files\Mozilla Thunderbird\mozMapi32.dll).


=====KDE-related notes=====
=====KDE-related notes=====
*KDElibs execute default web browser or email client for protocols like http(s): and <nowiki>mailto:</nowiki> via {{Qt|QDesktopServices}}::openUrl(), which in turn uses ShellExecute(). openUrl() is widely used in Qt e.g. for hyperlinks in text boxes and label widgets.
*KDElibs execute default web browser or email client for protocols like http(s): and <nowiki>mailto:</nowiki> via {{Qt|QDesktopServices}}::openUrl(), which in turn uses ShellExecute(). openUrl() is widely used in Qt e.g. for hyperlinks in text boxes and label widgets.
*A general rule of KDE/win: not to duplicate registry settings in any rc file and use default applications if possible, to avoid changing behaviour expected by users.
*A general rule of KDE/win: not to duplicate registry settings in any rc file and use default applications if possible, to avoid changing behaviour expected by users.
 
*[[User:Jstaniek|jstaniek]] 12:06, 18 June 2008 (CEST): Before LinuxTag I've performed some tests of setting default clients, and looks like it's is not possible to set onlt writing registry entries. Some API calls may be needed, especially because locked at least one registry key is locked for writing during the session.
====Drag&drop support====
Support drag&drop from/to composer and from received mails into the file system (Windows Explorer and the Desktop)
====Copy&paste support====
Support pasting files copied (in Windows Explorer or the Desktop) as attachments.
===Profile migration===
*[http://kb.mozillazine.org/Profile_folder Mozilla profile directories]
===SASL support===
[http://asg.web.cmu.edu/sasl/ Cyrus SASL] is used on Windows for SSL/TLS, so we use the same source code plus wrapper functions that are a part of the Cyrus distribution (the result is a native Windows library, do not confuse with Cygwin!).
 
Two Mozilla's [http://wiki.mozilla.org/LDAP_C_SDK_SASL_Windows patches] have to be applied for msvc.
 
Cyrus SASL functionality is based on plugins. For KDEpimlibs we have set the paths for plugins and configuration to KDEROOT/lib/sasl2/ and KDEROOT/share/config/sasl2/, respectively. The configuration capatibilities are apparently not used for now. ([[User:Jstaniek|jstaniek]] February 3 2008)
 
'''Limitations:''' Currently all plugins but KerberosV4 (kerberos4.c) and PASSDSS (passdss.c) can be built on Windows. ([http://www.sendmail.org/~ca/email/cyrus2/windows.html more info])
 
'''See also:'''
*[http://negotiateauth.mozdev.org/ Negotiateauth] Mozilla plugin and [http://sourceforge.net/projects/modauthkerb/ Mod_auth_kerb] Apache module for Kerberos support.
*[http://mailman.mit.edu/pipermail/kerberos/2004-April/005152.html this] [http://mailman.mit.edu/pipermail/kerberos/2004-April/005155.html thread]
 
== Notes ==
* '''The branches/work/kdab-post-4.0 branch''' ([http://websvn.kde.org/branches/work/kdab-post-4.0/kdepim/ kdepimlibs], [http://websvn.kde.org/branches/work/kdab-post-4.0/kdepim/ kdepim] modules) '''have been closed and merged into [http://websvn.kde.org/trunk/KDE/ trunk]'''. KDE PIM for Windows development happens in trunk again now.


== Links ==
== Links ==
* [[Projects/KDE_on_Windows|The KDE on Windows]] Project
* [[Projects/KDE_on_Windows|The KDE on Windows]] Project
* [[Projects/KDE_on_Windows/Missing/features/functions/kdelibs|Missing features of kdelibs for Windows]] - KDE PIM may depend on them
* [[Projects/KDE on Windows/Missing features of kdelibs|Missing features of kdelibs on Windows]] - KDE PIM may depend on them
 
== External Links ==
*Find out how others have managed to port their software to Windows:
**[http://cs.senecac.on.ca/~david.humphrey/writing/firefox-win32-build.html Building Firefox on Windows using msvc]
**[http://wiki.mozilla.org/LDAP_C_SDK_SASL_Windows Building Cyrus SASL on Windows]


[[Category:PIM]]
[[Category:PIM]]
[[Category:MS Windows]]
[[Category:MS Windows]]

Latest revision as of 13:01, 11 March 2016

This page covers topics related to the KDE PIM Suite on MS Windows NT kernel (which means running on Windows Desktop versions NT or newer like XP, Vista or 7).

Building

To build KDE PIM for Windows use emerge. For documentation about emerge please see [1]

You should be able to get executables just by calling emerge kdepim.


Bugs

For a list of open, Windows specific, bugs please see: bugs.kde.org

Problem points

Status Feature Description Contact
TO DO Documentation of KDE Somehow the documentation is not loaded correctly in khelpcenter without visible errors in the debug output


TO DO Search Provide a search backend Andre Heinecke <[email protected]>


TO DO Default Folders

Some default folders in the wrong place (not in AppData)

Andre Heinecke <[email protected]>


TO DO Nepomuk Provide a working Nepomuk Andre Heinecke <[email protected]>


IN PROGRESS Multiuser Support Make it possible

to deploy KDEPIM in multiuser environments


TO DO Dialogs opening in background Dialogs are way to often opened in

the background and thus missed by the user

Andre Heinecke <[email protected]>


TO DO KWallet in background of accountwizard warnings Do not open the initial KWallet dialog behind the accountwizard Andre Heinecke <[email protected]>


TO DO Seamless integration with Gpg4Win 2.1 Crypto does not integrate as good and easy as it should Andre Heinecke <[email protected]>


TO DO Summary Screen without Nepomuk The summary screen has problems without nepomuk avialability Andre Heinecke <[email protected]>


IN PROGRESS Make mailto work There are probably some wrong parameters set in the registry. KSendemail has already been fixed so that i can take the parameters correctly.


TO DO Performance of Plugin loading Loading plugins like the configuration plugins takes unnaturally

long

Andre Heinecke <[email protected]>


TO DO SSL Certificate checks All SSL Certificate checks fail Andre Heinecke <[email protected]>


TO DO System Requirements Minimum System requirements Andre Heinecke <[email protected]>


DONE LDAP Support Enabling KLdap


DONE Akonadi Notifications Akonadi Notifications are not communicated correctly to the GUI


DONE Kwallet warnings Remove the Kwallet "do you want to grant xy access


DONE Image view in Mailviewer Images in the Mailviewer are not shown correctly


DONE Design Make KDEPIM feel native on Windows


DONE Integrate with GPG4Win GnuPG is

currently supported


DONE Akonadi startup/shutdown Decide how akonadi should be started/stopped on Windows (There is now a

Full Shudown button in Kontact that also kills akonadi

SSL Certificates

All SSL certificate checks currently fail a correct solution would be to take the Installed Windows certificates additionally to the kdelibs default certificates.

Plugin Performance

The loading of plugins, especially the kcm modules for the configuration Dialog take unnaturally long to load for the first time. Depending on your Machine this can be 10-40 seconds.

Sumarry Screen

Clicking on the Summary Screen in Kontact seems to trigger a very large query. Used with multiple large accounts Kontact started to loose stability and ultimately began to freeze um with some Akonadi ressources crashing.

Seamless Crypto

There needs to be a build of the gnupg development libaries that better integrates with gpg4win. The selfbuilt camakeified Versions do not have any upstream support and are built without smime support. The upstream gpg4win-dev package was built against gpg 1 and does only work after some tricks. Kleopatra master on Windows also seems a bit buggy (refreshing way too often) but this might be a side effect of the libraries.

Dialogs in background

Many Dialogs (for example the "ignore ssl errors" dialog can open in the background) and be missed by the user that then is confused by the behavior of kontact.

Kwallet warnings

The Kwallet warnings don't make sense as they do not add any kind of security. The processname can easily be faked and they are just written in a plain text file. They often open in the background and are confusing.

Minimum System Requirements

The minimal system requirements (CPU/RAM/Disk Space) for Kontact on Windows are currently unkonwn since it is much more standalone then on a GNU/Linux System those need to be measured and communicated. Windows apperantly expect something like that.

Multiuser Support

Kontact on Windows currently can be run on the same machine twice with different users but there are appearantly some problems on Windows Server installations.

LDAP Support

Done by integrating a binary package of openldap into the build.

There are two options to get LDAP support for PIM on Windows:

OpenLDAP

  • Pro:
    • Would offer the same API as on GNU/Linux
    • Is proven to work on Windows with KDEPIM
    • If just a binary package is used, the effort is small.
  • Contra:
    • Current Openldap is not ported to be buildable natively on Windows. So far it would need to be cross compiled, or cygwin compiled or the binaries taken.
    • More effort to do a good port to a decent buildsystem which fits the toolchain like cmake/emerge to be build with msvc or mingw-w64 on Windows.
    • Can not be debugged with msvc for above reasons
    • Is another dependency we have to take care of, which increasing code and complexety, more chance for security issues and the port needs to be maintained.

WinLDAP

Windows has native LDAP support with winldap:

  • Pro:
    • Integrated into the platform, maintained by Microsoft
    • API differences should be Minimal so kldap calls could stay the same
    • Behaviour consistent with other LDAP client behaviour on Windows.
  • Contra:
    • Efforts comparable to OpenLDAP with initally ported build system. In particular higher than the simple "take binary" approach.
    • kdepimlibs is build with -DUNICODE, but expects LDAP system calls o return ascii, so this needs conversion. There is a bit code in kdepimlibs/kldap/w32ldaphelp.h which works fo WindowsCE, but now Windows>=NT.
    • Is propietary we do not know the implementation details and cannot debug it.
    • Might show slightly different behavior than OpenLDAP, which raises potential testing and support costs when Kontact behaves differently here.
    • Might not implement all functions used by kldap so working around it in kldap would be necessary.

Search

There are several issues with Nepomuk / Soprano and the redland rdf libraries on Windows, they are currently disabled because there is no stable build for Windows.

Nepomuk

For a virtuoso installation to work regsvr32 has to be called on the virtuoso odbc driver at the moment. Soprano has to be fixed so that it checks if that driver is availble and if not registers it. The NSIS installer does this currently

Akonadi Notifications

DBus problem that has been fixed in newer versions of DBus > 1.4.1

Design

Oxygen Theme looks strange and alien on Windows 7 default style but ok on Windows XP style Currently the Packaged Style in the Enterprise 5 package is optimzed for XP and Vista/7 looks.

Best solution would be to check what the System Style is or package the KDE-Systemsettings to customize that style.

Akonadi Start Stop

Akonadi startup can take a while on slow systems which delays the first Kontact startup.

Once akonadi is running it can not be stopped from the UI

GPG4Win Integration

Crypto is now working again the reason was an error in libstdc++ on windows that caused std::strings to corrupt the heap.

General Hints

Shutdown everything from KDE

Either run killkde.bat in your installation\bin directory or run kdeinit4 --terminate to shut down everything.

Delete all configuration

To delete all configuration files remove the folders .local .config .kde in your userdata directory. (e.g. c:\documents and settings\testuser\ on xp c:\users\testuser on win7) Also delete .kde in your application data directory (e.g. c:\documents and settings\testuser\Applicationdata on xp c:\users\testuser\Applicationdata\roaming on win7)

Switch to English

To change the application language of Kontact from German to English please use a text editor and change the locale settings in the file 'kdeglobals' to:

 Country=en
 Language=en_US

and restart all KDE processes (esp. logout, login). You'll find this file usually under the installed directory in 'Kontact\share\config' (e.g. c:\Program Files\Kontact\share\config\kdeglobals).

Or goto: help -> change application language

Backtrace for Crash reporting

If you encounter crashes, a backtrace might help the developers to find the defect faster. There are some hints doing a backtrace with gdb on windows in http://techbase.kde.org/Development/Tutorials/Debugging/Debugging_on_MS_Windows#MinGW_debugging_hints

Diagnostics

General debugging techniques of KDEPIM Software are also available on Windows. There is akonadiconsole installed as a tool to debug akonadi, as well as qdbusviewer.

DebugView and some other tools from the following URL can be useful to diagnose problems: http://techbase.kde.org/Projects/KDE_on_Windows/Tools

DebugView will let you see the message of the KDE runtime system, which on GNU/Linux you can see on stdout or stderr.



Some notes from the original porting project

Integration into the Windows Explorer & Desktop

Note

jstaniek 22:01, 14 January 2008 (CET): TortoiseSVN is GPLed SVN client which is nicely integrated with Windows Explorer. Perhaps we can use its source code as a reference...


Registry settings for default apps and services

Introduction: We can detect whether KMail is the default e-mail client. If set as default, KMail should act as a default mailer, and thus be invoked automatically for actions like RMB "Send To -> E-mail Recipient". This shall be also reused by others for KOrganizer and Konqueror. The solution is relatively simple modifications to the Windows Registry. See Mozilla's solution.

First, we can use HKLM node for system-global settings or HKCU node for current-user-only settings. If the attempt to set the value in HKLM fails, usually because of unsufficient permissions, HKCU should be used. As expected, HKCU overrides HKLM settings. See KB297878. Below we'll use HKCU.

  • HKCU\Software\Clients\StartMenuInternet key is used to specify default web browser; could be set to Konqueror
  • HKCU\Software\Clients\StartMenuInternet\app.exe\shell\open\command key is used for "Internet" start menu shortcut, can be set to Konqueror. Note from the KB - "The command might open the browser on the users home page, for example. However, it might launch some other introductory user interface that the ISV feels is appropriate." So this is not the same as 'default browser' setting.
  • HKCU\Software\Clients\Mail\Appname - registered email client, there can be more entries within the 'Mail' node. Adding KMail here makes it available for users to select as a default browser using 'Set Default Programs' system window.
  • HKCU\Software\Clients\Mail - default email client, 'Windows Mail' by default; could be set to KMail.
  • HKCU\Software\Clients\Calendar\Appname - registered calendar application, there can be more entries within the 'Calendar' node. See the note for HKCU\Software\Clients\Mail\Appname.
  • HKCU\Software\Clients\Calendar - default calendar application, 'Windows Calendar' on Vista; could be set to KOrganizer.
  • HKCU\Software\Clients\Contacts\Appname - registered contacts client, there can be more entries within the 'Contacts' node. See the note for HKCU\Software\Clients\Mail\Appname.
  • HKCU\Software\Clients\Contacts - default contacts application, 'Address Book' by default; could be set to KAddressBook.
  • HKCU\Software\Clients\News\Appname - registered newsgroup client, there can be more entries within the 'News' node. See the note for HKCU\Software\Clients\Mail\Appname.
  • HKCU\Software\Clients\News - default newsgroup application, 'Windows Mail' by default; could be set to KNode.

From the KB: After updating the registry keys, the application broadcasts the WM_SETTINGCHANGE message with wParam = 0 and lParam pointing to the null-terminated string "Software\Clients\StartMenuInternet" to notify the operating system that the default client has changed.

Using MAPI

HKLM\Software\Clients\AppName\DllPath points to a dll implementing MAPI interface. Internet Explorer uses Windows Messaging by default to invoke a mailer on a mailto: link. Only if the MAPI install is misconfigured will it resort to directly accessing the mailto association key.[2] Example implementation of MAPI services is Thundebird's mozMapi32.dll (the key is usualle equal to C:\Program Files\Mozilla Thunderbird\mozMapi32.dll).

KDE-related notes
  • KDElibs execute default web browser or email client for protocols like http(s): and mailto: via QDesktopServices::openUrl(), which in turn uses ShellExecute(). openUrl() is widely used in Qt e.g. for hyperlinks in text boxes and label widgets.
  • A general rule of KDE/win: not to duplicate registry settings in any rc file and use default applications if possible, to avoid changing behaviour expected by users.
  • jstaniek 12:06, 18 June 2008 (CEST): Before LinuxTag I've performed some tests of setting default clients, and looks like it's is not possible to set onlt writing registry entries. Some API calls may be needed, especially because locked at least one registry key is locked for writing during the session.

Links