Bug 263161

Summary: Configure dialog of kleopatra mobile is empty
Product: [Applications] Kleopatra Mobile Reporter: Bjoern Ricks <bjoern.ricks>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: VERIFIED FIXED    
Severity: normal CC: aheinecke, andreas.holzammer, marcus.brinkmann
Priority: HI    
Version: unspecified   
Target Milestone: ---   
Platform: Windows CE   
OS: Microsoft Windows CE   
Latest Commit: Version Fixed In:
Attachments: Configure Kleo dialog on WinCE
Configure Kleo dialog on N900

Description Bjoern Ricks 2011-01-14 16:35:35 UTC
Created attachment 56011 [details]
Configure Kleo dialog on WinCE

Version:           unspecified
OS:                Windows CE

For loading pgp certificates from a public server I would like to configure possible directory servers. Therefore kleopatra points me to the Settings->Configure Kleopatra menu. On Windows CE this dialog is nearly empty and only shows some buttons on the bottom. See screenshot for details

Reproducible: Always
Comment 1 Bjoern Ricks 2011-01-14 16:36:59 UTC
Created attachment 56012 [details]
Configure Kleo dialog on N900

Same dialog shown on maemo5/n900
Comment 2 Andre Heinecke 2011-01-18 16:44:01 UTC
commit f9d31f465c736bdf2562a5acb138f480df1c18e3
branch master
Author: Andre Heinecke <aheinecke@intevation.de>
Date:   Tue Jan 18 15:39:51 2011 +0000

    Define KLEO_STATIC_KCMODULES if the option is set
    
        CCBUG: 263161

diff --git a/kleopatra/CMakeLists.txt b/kleopatra/CMakeLists.txt
index 839a48a..b7a4667 100644
--- a/kleopatra/CMakeLists.txt
+++ b/kleopatra/CMakeLists.txt
@@ -305,6 +305,7 @@ if(WINCE)
 endif(WINCE)
 
 if ( KLEO_STATIC_KCMODULES )
+  add_definitions( -DKLEO_STATIC_KCMODULES )
   set(_kleopatra_extra_libs kcm_kleopatra)
 else ( KLEO_STATIC_KCMODULES )
   set(_kleopatra_extra_libs)
Comment 3 Andreas Holzammer 2011-01-19 15:17:25 UTC
*** Bug 263602 has been marked as a duplicate of this bug. ***
Comment 4 Andreas Holzammer 2011-01-20 08:35:07 UTC
fixed in git-1df2b58