Akonadi/it: Difference between revisions

    From KDE UserBase Wiki
    (Updating to match new version of source page)
    (Updating to match new version of source page)
    Line 74: Line 74:
    === How to upgrade my PostgreSQL database? ===
    === 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 [[Akonadi/Postgres_update|this page]].
    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]].


    === Problemi di migrazione ===
    === Problemi di migrazione ===

    Revision as of 13:30, 15 March 2019

    Introduzione

    Il framework Akonadi fornisce alle applicazioni un database centralizzato per memorizzare, indicizzare e recuperare le informazioni personali dell'utente. Queste comprendono i messaggi di posta elettronica, i contatti, i calendari, gli eventi, le attività del giorno, gli avvisi, le note, ecc. dell'utente. Nella SC 4.4 KAddressBook è diventata la prima applicazione ad iniziare a far uso del framework Akonadi. Nella SC 4.7 KMail, KOrganizer, KJots, ecc. sono state aggiornate per utilizzare anch'esse Akonadi. Inoltre anche numerosi oggetti di Plasma utilizzano Akonadi per memorizzare e recuperare calendari, eventi, note ecc.

    In questo momento le seguenti applicazioni sono attivate per far uso del framework Akonadi per memorizzare e accedere ai dati dell'utente in modo centralizzato. A seguire le pagine per ciascuna applicazione per saperne di più.

    KMail

    Client di posta

    Utilizza Akonadi per memorizzare i messaggi di posta elettronica.

    KAddressBook

    Gestore dei contatti

    Utilizza Akonadi per memorizzare le informazioni dei contatti.

    KOrganizer

    Organizzatore personale

    Utilizza Akonadi per memorizzare i calendari, gli eventi, le attività del giorno, ecc.

    KJots

    Applicazione per prendere note

    Utilizza Akonadi per memorizzare le note.

    KAlarm

    Programmatore degli avvisi personali

    Utilizza Akonadi per memorizzare gli avvisi.

    Oltre a questi anche gli oggetti di Plasma come l' Orologio digitale e l'oggetto Note utilizzano Akonadi per memorizzare e recuperare gli eventi e le note.

    Controllare il server 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.

    Per avviare il server Akonadi

    akonadictl start

    Per fermare il server Akonadi

    akonadictl stop

    Per riavviare un server di Akonadi in esecuzione

    akonadictl restart

    Per conoscere lo stato del server 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.


    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.


    Il server Akonadi è avviato automaticamente all'avvio ogni volta che una qualsiasi delle applicazioni che lo utilizzano chiedono di accedervi.

    To disable the Akonadi subsystem, shut down the running Akonadi server from the control module or the command line:

    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.

    Domande frequenti

    Ora dove si trovano i miei dati?

    È disponibile una spiegazione completa di dove i dati vengono memorizzati e dell'interazione di Akonadi con questi nel blog di Andras Mantia.

    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.

    Problemi di migrazione

    La voce del glossario su Akonadi offre una breve descrizione del suo scopo e altri utili collegamenti. Questa pagina spiega come lavorano insieme Akonadi e KAddressBook.