Akonadi/zh-cn: Difference between revisions

    From KDE UserBase Wiki
    mNo edit summary
    (Updating to match new version of source page)
    (25 intermediate revisions by 4 users not shown)
    Line 3: Line 3:
    ==介绍==
    ==介绍==


    '''Akonadi''' 框架为应用程序提供中心数据库,统一保存、索引和获取用户的个人信息。包括邮件、联系人、日历、事件、日志、闹钟和笔记等。在 SC 4.4 中, [[Special:myLanguage/KAddressBook|KAddressBook]] 成为首个使用 '''Akonadi''' 框架的程序。在 SC 4.7 中,  
    '''Akonadi''' 框架为应用程序提供中心数据库来统一保存、索引和获取用户的个人信息。这包括邮件、联系人、日历、事件、日志、闹钟和笔记等。在 SC 4.4 中, [[Special:myLanguage/KAddressBook|KAddressBook]] 成为首个使用 '''Akonadi''' 框架的程序。在 SC 4.7 中,  
    [[Special:myLanguage/KMail|KMail]], [[Special:myLanguage/KOrganizer|KOrganizer]], [[Special:myLanguage/KJots|KJots]]等也开始更新使用 '''Akonadi''' 。此外,一些 '''Plasma''' 部件也使用 '''Akonadi''' 保存和获取日历事件、笔记等。
    [[Special:myLanguage/KMail|KMail]], [[Special:myLanguage/KOrganizer|KOrganizer]], [[Special:myLanguage/KJots|KJots]]等也开始更新使用 '''Akonadi''' 。此外,一些 '''等离子''' 部件也使用 '''Akonadi''' 保存和获取日历事件、笔记等。


    在当前,下面的应用程序能够使用'''Akonadi'''框架集中存储和访问用户数据。进入它们的页面可以了解更多信息。
    在当前,下面的应用程序能够使用'''Akonadi'''框架集中存储和访问用户数据。进入它们的页面可以了解更多信息。
    Line 26: Line 26:
    |}
    |}


    此外,等离子部件,如'''数字时钟'''部件、'''笔记'''部件也使用 '''Akonadi''' 来存储和检索事件、笔记。
    此外,Plasma 部件,如'''数字时钟'''部件、'''笔记'''部件也使用 '''Akonadi''' 来存储和检索事件、笔记。


    ==控制 Akonadi 服务器==
    ==控制 Akonadi 服务器==


    '''系统设置''' 中的 '''Akonadi''' 控制模块可以方便的启动、停止、重启和查询 '''Akonadi''' 服务器。同时,可以通过命令 '''akonadictl''' 在命令行中实现这些功能。
    The '''Akonadi''' control module started by the context menu of the '''Akonadi''' tray icon provides an easy means to starting, stopping, restarting and querying the status of the '''Akonadi''' server.  You may also accomplish this from the commandline using the command <code>akonadictl</code>. Using this method, you can get additional useful information on the console.


    启动 '''Akonadi''' 服务器:
    启动 '''Akonadi''' 服务器:
    Line 48: Line 48:
    {{Input|1=akonadictl status}}
    {{Input|1=akonadictl status}}


    ===禁用 Akonadi 子系统===
    ===Disabling the Akonadi subsystem===  


    {{Remember|1=不运行'''Akonadi''',将无法使用任何启用了'''Akonadi'''的应用程序。即使已经禁用服务,这些应用程序会在需要时启动'''Akonadi'''。 参见 [[Special:myLanguage/Akonadi#ApplicationTable|Akonadi-enabled applications]]。同时请注意,一些 '''Plasma''' 部件,例如'''数字时钟'''也使用 '''Akonadi'''}}
    The '''Akonadi''' server is started by any '''Akonadi'''-enabled application. If you don't want Akonadi to be started after login, you have to ensure that no '''Akonadi'''-enabled application is launched at login or thereafter. Remember to check '''Plasma''' widgets as well — the '''Digital Clock''' widget in the default panel, for instance uses '''Akonadi''' to (optionally) display calendar events and this is enabled in its settings by default (see the "Display Events" option) .  You must remove any widgets that may start it from your start-up, if you wish Akonadi to start only when you start '''KMail''' or other applications.
     
     
    <div class="mw-translate-fuzzy">
    {{Remember/zh-cn|1=不运行'''Akonadi''',将无法使用任何启用了'''Akonadi'''的应用程序。即使已经禁用服务,这些应用程序会在需要时启动'''Akonadi'''。 参见 [[Special:myLanguage/Akonadi#ApplicationTable|Akonadi-enabled applications]]。同时请注意,一些 '''Plasma''' 部件,例如'''数字时钟'''也使用 '''Akonadi'''}}
    </div>


    只要使用 '''Akonadi''' 的应用程序请求访问服务,'''Akonadi''' 服务器就会自动启动。
    只要使用 '''Akonadi''' 的应用程序请求访问服务,'''Akonadi''' 服务器就会自动启动。


    <div class="mw-translate-fuzzy">
    要禁用 '''Akonadi''' 子系统,首先通过控制模块或命令行停止 Akonadi 服务器:
    要禁用 '''Akonadi''' 子系统,首先通过控制模块或命令行停止 Akonadi 服务器:
    </div>


    {{Input|1=akonadictl stop}}
    {{Input|1=akonadictl stop}}


    现在,编辑文件 <tt>~/.config/akonadi/akonadiserverrc</tt> <tt>StartServer</tt> 从 true 改为 false:
    To ensure that Akonadi is not started, check that no applications require it at login. In particular, open the Plasma clock applet preferences, go to <menuchoice>Calendar</menuchoice> and uncheck <menuchoice>Show events</menuchoice> to prevent Plasma from requesting information from Akonadi and thus allowing it to start.
     
    {{Input|1=StartServer=false}}
     
    '''Akonadi''' 服务器就不会在登录时自动启动了。
     
    {{Note|1='''Akonadi''' 服务依然会在使用了'''Akonadi'''的应用程序请求访问时启动,所以请不要启动任何使用'''Akonadi'''的应用程序。别忘了检查'''等离子'''部件 — 默认面板中的'''数字时钟'''部件就使用了'''Akonadi''' 显示日历事件(可配置) ,默认是开启的。如果要一直禁用 Akonadi,需要删除所有可能启动它的部件。}}


    ==常见问题==
    ==常见问题==
    Line 72: Line 73:
    [http://blogs.kde.org/node/4503 Andras Mantia 的博客]有解释数据的存储位置以及 Akonadi 与其交互的方式。
    [http://blogs.kde.org/node/4503 Andras Mantia 的博客]有解释数据的存储位置以及 Akonadi 与其交互的方式。


    === 迁移问题 ===
    === How to upgrade my PostgreSQL database? ===


    [[Special:myLanguage/Akonadi_4.4/Troubleshooting|问题解决页面]]包含了迁移时解决问题的方法。'''Akonadi的'''[[Special:myLanguage/Glossary#Akonadi|术语表]]简单描述了它的目的,包含了相关链接。[[Special:myLanguage/Akonadi_and_AddressBook|这个]]页面解释了'''Akonadi'''和'''KAddressBook'''协同工作的方式。
    After updating your PostgreSQL server to a new major version, sometimes you will have to convert your Akonadi database for use with this new version. Instructions can be found on [[Special:myLanguage/Akonadi/Postgres_update|this page]].


    === CPU 及内存占用 ===
    === 迁移问题 ===


    如果在使用'''Akonadi'''和相关应用程序时,出现 ''virtuoso-t'' 100% CPU 的情况,请使用如下临时解决方案,问题原因正在调查中:在'''KRunner'''的配置页面中,禁用'''Nepomuk''' 搜索和'''联系人'''插件。然后退出并重新登录。更多信息和反馈请在这里、论坛或者 IRC 频道 #kontact 报告。
    '''Akonadi'''的[[Special:myLanguage/Glossary#Akonadi|术语表]]简单描述了它的目的,包含了相关链接。[[Special:myLanguage/Akonadi_and_AddressBook|这个]]页面解释了'''Akonadi''''''KAddressBook'''协同工作的方式。


    [[Category:系统/zh-cn]]
    [[Category:系统/zh-cn]]

    Revision as of 11:06, 17 January 2021

    介绍

    Akonadi 框架为应用程序提供中心数据库来统一保存、索引和获取用户的个人信息。这包括邮件、联系人、日历、事件、日志、闹钟和笔记等。在 SC 4.4 中, KAddressBook 成为首个使用 Akonadi 框架的程序。在 SC 4.7 中, KMail, KOrganizer, KJots等也开始更新使用 Akonadi 。此外,一些 等离子 部件也使用 Akonadi 保存和获取日历事件、笔记等。

    在当前,下面的应用程序能够使用Akonadi框架集中存储和访问用户数据。进入它们的页面可以了解更多信息。

    KMail

    邮件客户端

    使用 Akonadi 保存邮件

    KAddressBook

    联系人管理器

    使用 Akonadi 存储联系人信息

    KOrganizer

    个人管理

    使用 Akonadi 存储日历、事件、日志等。

    KJots

    记事应用程序

    使用 Akonadi 存储笔记

    此外,Plasma 部件,如数字时钟部件、笔记部件也使用 Akonadi 来存储和检索事件、笔记。

    控制 Akonadi 服务器

    The Akonadi control module started by the context menu of the Akonadi tray icon provides an easy means to starting, stopping, restarting and querying the status of the Akonadi server. You may also accomplish this from the commandline using the command akonadictl. Using this method, you can get additional useful information on the console.

    启动 Akonadi 服务器:

    akonadictl start

    停止Akonadi 服务器:

    akonadictl stop

    重新启动正在运行的 Akonadi 服务器,

    akonadictl restart

    查询 Akonadi 服务器的状态:

    akonadictl status

    Disabling the Akonadi subsystem

    The Akonadi server is started by any Akonadi-enabled application. If you don't want Akonadi to be started after login, you have to ensure that no Akonadi-enabled application is launched at login or thereafter. Remember to check Plasma widgets as well — the Digital Clock widget in the default panel, for instance uses Akonadi to (optionally) display calendar events and this is enabled in its settings by default (see the "Display Events" option) . You must remove any widgets that may start it from your start-up, if you wish Akonadi to start only when you start KMail or other applications.


    别忘了!

    不运行Akonadi,将无法使用任何启用了Akonadi的应用程序。即使已经禁用服务,这些应用程序会在需要时启动Akonadi。 参见 Akonadi-enabled applications。同时请注意,一些 Plasma 部件,例如数字时钟也使用 Akonadi

    只要使用 Akonadi 的应用程序请求访问服务,Akonadi 服务器就会自动启动。

    要禁用 Akonadi 子系统,首先通过控制模块或命令行停止 Akonadi 服务器:

    akonadictl stop

    To ensure that Akonadi is not started, check that no applications require it at login. In particular, open the Plasma clock applet preferences, go to Calendar and uncheck Show events to prevent Plasma from requesting information from Akonadi and thus allowing it to start.

    常见问题

    我现在的数据在哪?

    Andras Mantia 的博客有解释数据的存储位置以及 Akonadi 与其交互的方式。

    How to upgrade my PostgreSQL database?

    After updating your PostgreSQL server to a new major version, sometimes you will have to convert your Akonadi database for use with this new version. Instructions can be found on this page.

    迁移问题

    Akonadi术语表简单描述了它的目的,包含了相关链接。这个页面解释了AkonadiKAddressBook协同工作的方式。