Akonadi/pl: Difference between revisions

From KDE Wiki Sandbox
(Updating to match new version of source page)
(Updating to match new version of source page)
 
(46 intermediate revisions by 2 users not shown)
Line 3: Line 3:
==Wprowadzenie==
==Wprowadzenie==


<span class="mw-translate-fuzzy">
Framework '''Akonadi''' jest odpowiedzialny za udostępnianie aplikacjom scentralizowanej bazy danych do przechowywania i indeksowania danych osobistych użytkownika takich jak: e-maile, kontakty, kalendarze, wydarzenia, dzienniki, alarmy, notatki, itd. Pierwszą aplikacją wykorzystującą '''Akonadi''' w KDE Software Compilation 4.4 jest [[Special:myLanguage/KAddressBook|KAddressBook]]. W KDE Software Compilation 4.7 aplikacje takie jak [[Special:myLanguage/KMail|KMail]],  [[Special:myLanguage/KOrganizer|KOrganizer]], [[Special:myLanguage/KJots|KJots]], itp. zostały zaktualizowane, aby używać '''Akonadi''' do przechowywania danych.
Pierwszą aplikacją wykorzystującą '''Akonadi''' w KDE Software Compilation 4.4 jest '''KAddressBook'''. Na tym etapie rozwoju '''Akonadi''' nie uniknięto błędów. Strona '''[[Akonadi_4.4/Troubleshooting/pl|rozwiązywanie problemów]]''' pomoże je rozwiązać. Krótkie wprowadzenie do '''Akonadi''' znajduje się na stronie '''[[Glossary/pl#Akonadi|terminy]]'''. Znajdują się tam różne użyteczne odnośniki. Docelowo '''Akonadi''' będzie wykorzystywane przez wiele aplikacji.
</span> 


<span class="mw-translate-fuzzy">
W czasie pisania tego artykułu wspomniane aplikacje używają frameworka '''Akonadi''' do scentralizowanego przechowywania danych użytkownika. Przejdź do strony danej aplikacji, aby dowiedzieć się więcej.
Strona '''[[KAddressBook_4.4/pl|KAddressBook]]''' informuje jak sprawić by nowa książka adresowa współpracowała dobrze z aplikacją '''KMail'''.
<span id="ApplicationTable"></span>
</span>
:{|
{{AppItem|KMail|View-pim-mail.png|
KMail}}Klient poczty e-mail
Używa '''Akonadi''' do przechowywania e-maili
|-
{{AppItem|KAddressBook|View-pim-contacts.png|
KAddressBook}}Menedżer kontaktów
Używa '''Akonadi''' do przechowywania informacji o kontaktach
|-
{{AppItem|KOrganizer|View-pim-calendar.png|
KOrganizer}}Osobisty organizer
Używa '''Akonadi''' do przechowywania kalendarzy, wydarzeń, dzienników, itp.
|-
{{AppItem|KJots|kjots.png|
KJots}}Aplikacja do notatek
Używa '''Akonadi''' do przechowywania notatek
|}


===Struktura===
Dodatkowo widżety plasmy takie jak '''Zegar cyfrowy''' i '''Notatki''' również używają '''Akonadi''' do przechowywania i odczytywania wydarzeń i notatek.


<span class="mw-translate-fuzzy">
==Kontrolowanie serwera Akonadi==
Oczywiście  można używać aplikacji '''Kontact''' do zarządzania książkami adresowymi, ale w przypadku posiadania jakiegoś systemu kopii zapasowych, warto wiedzieć gdzie znajdują się dane i jak są zarządzane. Strona '''[[Akonadi_and_AddressBook/pl|Akonadi i książka adresowa]]''' może okazać się pomocna.
</span>


===Rozwiązywanie problemów===
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.


<span class="mw-translate-fuzzy">
Aby uruchomić serwer '''Akonadi''':
W razie problemów z uruchomieniem '''Akonadi''', warto zajrzeć na stronę '''[[Akonadi_4.4/Troubleshooting/pl|rozwiązywanie problemów]]'''.
</span>


<span class="mw-translate-fuzzy">
{{Input|1=akonadictl start}}
Pomoc na temat książek adresowych znajduje się na stronie '''[[KAddressBook_4.4/pl|KAddressBook]]'''.
</span>


If you are experiencing 100% CPU usage by the ''virtuoso-t'' process when using Akonadi and related programs from KDE PIM 4.6, you should try this proposed workaround while it is being investigated.  In KRunner's configuration page, disable the Nepomuk search plugin and the Contact plugin, then log out and back in.
Aby zatrzymać serwer '''Akonadi''':


It is suspected that this is the cause of the problem. Please report back, here, on the Forum, or on IRC #kde-www if you try it.
{{Input|1=akonadictl stop}}
 
Aby zrestartować działający serwer '''Akonadi''':
 
{{Input|1=akonadictl restart}}
 
Aby zobaczyć status serwera '''Akonadi''':
 
{{Input|1=akonadictl status}}
 
===Wyłączanie podsystemu 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.
 
 
{{Remember|1=If you don't want to have '''Akonadi''' running on your system at all, you can not use any of the '''Akonadi'''-enabled applications. Such applications will not work when '''Akonadi''' is disabled using the steps below. See the list of [[Special:myLanguage/Akonadi#ApplicationTable|Akonadi-enabled applications]]. Also note, that some '''Plasma''' widgets, such as the '''Digital Clock''' uses '''Akonadi'''.}}
 
Serwer '''Akonadi''' jest uruchamiany automatycznie przy starcie dowolnej aplikacji, która wymaga dostępu do niego.
 
Aby wyłączyć podsystem '''Akonadi''', wyłącz działający serwer za pomocą modułu kontroli lub za pomocą lini poleceń:
 
{{Input|1=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 <menuchoice>Calendar</menuchoice> and uncheck <menuchoice>Show events</menuchoice> to prevent Plasma from requesting information from Akonadi and thus allowing it to start.
 
==Często zadawane pytania==
 
=== Gdzie teraz są moje dane? ===
 
Pełne wytłumaczenie gdzie są przechowywane dane i interakcja Akonadi z nimi jest dostępne na [http://blogs.kde.org/node/4503 blogu]
 
=== 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 [[Special:myLanguage/Akonadi/Postgres_update|this page]].
 
=== Problemy z migracją ===
 
'''Akonadi's''' [[Special:myLanguage/Glossary#Akonadi|Glossary entry]] has a brief description of Akonadi's purpose, and other useful links. [[Special:myLanguage/Akonadi_and_AddressBook|This page]] explains how '''Akonadi''' and '''KAddressBook''' work together.


[[Category:System/pl]]
[[Category:System/pl]]

Latest revision as of 11:05, 17 January 2021

Wprowadzenie

Framework Akonadi jest odpowiedzialny za udostępnianie aplikacjom scentralizowanej bazy danych do przechowywania i indeksowania danych osobistych użytkownika takich jak: e-maile, kontakty, kalendarze, wydarzenia, dzienniki, alarmy, notatki, itd. Pierwszą aplikacją wykorzystującą Akonadi w KDE Software Compilation 4.4 jest KAddressBook. W KDE Software Compilation 4.7 aplikacje takie jak KMail, KOrganizer, KJots, itp. zostały zaktualizowane, aby używać Akonadi do przechowywania danych.

W czasie pisania tego artykułu wspomniane aplikacje używają frameworka Akonadi do scentralizowanego przechowywania danych użytkownika. Przejdź do strony danej aplikacji, aby dowiedzieć się więcej.

KMail

Klient poczty e-mail

Używa Akonadi do przechowywania e-maili

KAddressBook

Menedżer kontaktów

Używa Akonadi do przechowywania informacji o kontaktach

KOrganizer

Osobisty organizer

Używa Akonadi do przechowywania kalendarzy, wydarzeń, dzienników, itp.

KJots

Aplikacja do notatek

Używa Akonadi do przechowywania notatek

Dodatkowo widżety plasmy takie jak Zegar cyfrowy i Notatki również używają Akonadi do przechowywania i odczytywania wydarzeń i notatek.

Kontrolowanie serwera 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.

Aby uruchomić serwer Akonadi:

akonadictl start

Aby zatrzymać serwer Akonadi:

akonadictl stop

Aby zrestartować działający serwer Akonadi:

akonadictl restart

Aby zobaczyć status serwera Akonadi:

akonadictl status

Wyłączanie podsystemu 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.


Remember
If you don't want to have Akonadi running on your system at all, you can not use any of the Akonadi-enabled applications. Such applications will not work when Akonadi is disabled using the steps below. See the list of Akonadi-enabled applications. Also note, that some Plasma widgets, such as the Digital Clock uses Akonadi.


Serwer Akonadi jest uruchamiany automatycznie przy starcie dowolnej aplikacji, która wymaga dostępu do niego.

Aby wyłączyć podsystem Akonadi, wyłącz działający serwer za pomocą modułu kontroli lub za pomocą lini poleceń:

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.

Często zadawane pytania

Gdzie teraz są moje dane?

Pełne wytłumaczenie gdzie są przechowywane dane i interakcja Akonadi z nimi jest dostępne na blogu

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.

Problemy z migracją

Akonadi's Glossary entry has a brief description of Akonadi's purpose, and other useful links. This page explains how Akonadi and KAddressBook work together.