Como faço para que o aplicativo Lembretes funcione?

1

Eu instalei o aplicativo Lembretes no Ubuntu Xenial (não no Ubuntu Touch):

sudo apt install reminders-app

Não parece começar corretamente:

Running against the production server
using main qml file from: "/usr/share/reminders/qml/reminders.qml"
virtual void OnlineAccountsClient::Plugin::registerTypes(const char*) Ubuntu.OnlineAccounts.Client
file:///usr/share/reminders/qml/reminders.qml:312:23: Type NotesPage unavailable 
                     page: NotesPage { 
                           ^
file:///usr/share/reminders/qml/ui/NotesPage.qml:41:30: Type EditNotePage unavailable 
         bottomEdgePageComponent: EditNotePage { 
                                  ^
file:///usr/share/reminders/qml/ui/EditNotePage.qml:37:5: Type EditNoteView unavailable 
         EditNoteView { 
         ^
file:///usr/share/reminders/qml/ui/EditNoteView.qml:24:1: module "Ubuntu.Content" is not installed 
     import Ubuntu.Content 0.1 
     ^

Como faço para que o comece corretamente? Acho que estou perdendo um dos pacotes qml-module-ubuntu-* , mas não sei qual.

    
por Andrea Lazzarotto 26.09.2016 / 21:05

0 respostas