| Summary: | Akonadi can not be used at the same time by two users on Windows | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] Akonadi | Reporter: | Andre Heinecke <aheinecke> | 
| Component: | general | Assignee: | kdepim bugs <pim-bugs-null> | 
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 4.6 | ||
| Target Milestone: | --- | ||
| Platform: | Microsoft Windows | ||
| OS: | Microsoft Windows | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| 
 
        
          Description
        
        
          Andre Heinecke
        
        
        
        
          2011-04-20 11:03:59 UTC
        
       
    Git commit c74d0331ad647f388ac8afa824221dabea0fe4af by Andre Heinecke.
Committed on 02/09/2011 at 12:54.
Pushed by aheinecke into branch 'master'.
Fix akonadi multiuser on Windows
    When two users tried to start an akonadiserver on Windows
    the default NamedPipe conflicted causing akonadi to crash.
    With this patch the NamedPipe will include the Windows Username
    to avoid such conflicts.
    Tested to work with Spaces and special characters in the Username.
    BUG: 271341
M  +41   -1    server/src/akonadi.cpp
http://commits.kde.org/akonadi/c74d0331ad647f388ac8afa824221dabea0fe4af
    Git commit 8dc5aba78517109f003156c573e5f4e120c13c50 by Volker Krause, on behalf of Andre Heinecke.
Committed on 02/09/2011 at 12:54.
Pushed by vkrause into branch '1.6'.
Fix akonadi multiuser on Windows
    When two users tried to start an akonadiserver on Windows
    the default NamedPipe conflicted causing akonadi to crash.
    With this patch the NamedPipe will include the Windows Username
    to avoid such conflicts.
    Tested to work with Spaces and special characters in the Username.
    BUG: 271341
M  +41   -1    server/src/akonadi.cpp
http://commits.kde.org/akonadi/8dc5aba78517109f003156c573e5f4e120c13c50
     |