Summary: | Configure dialog of kleopatra mobile is empty | ||
---|---|---|---|
Product: | [Unmaintained] Kleopatra Mobile | Reporter: | Bjoern Ricks <bjoern.ricks> |
Component: | general | Assignee: | 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: | ||
Sentry Crash Report: | |||
Attachments: |
Configure Kleo dialog on WinCE
Configure Kleo dialog on N900 |
Created attachment 56012 [details]
Configure Kleo dialog on N900
Same dialog shown on maemo5/n900
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) *** Bug 263602 has been marked as a duplicate of this bug. *** fixed in git-1df2b58 |
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