ubuntuusers.de

Google Calendar mit KDE Kalender verbinden

Status: Gelöst | Ubuntu-Version: Kubuntu 16.10 (Yakkety Yak)
Antworten |

HmpfCBR Team-Icon

Avatar von HmpfCBR

Anmeldungsdatum:
22. Mai 2007

Beiträge: 4597

Wohnort: Kiel

Seltsam, die Datei ist da und jeder darf lesen. Wieso du deswegen einen Fehler bekommst, sehe ich gerade nicht.

Ein anderer Fehler im Log sagt

stderr: "mysqld: Error on realpath() on '/var/lib/mysql-files' (Error 2 - No such file or directory)

Beheben wir erst mal den:

sudo mkdir /var/lib/mysql-files
sudo chmod 755 /var/lib/mysql-files

KFlash

(Themenstarter)

Anmeldungsdatum:
10. August 2013

Beiträge: 263

Sorry, war anderweitig unterwasser. Hab das Verzeichnis angelegt und nochmal versucht akonadi zu starten. mysql problem ist immer noch da aber diesmal ist das Log viel länger:

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
kevin@Eisenberg:~$ akonadictl start
Starting Akonadi Server...
   done.
kevin@Eisenberg:~$ Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
akonadiprivate_log: search paths:  ("/usr/local/sbin", "/usr/local/bin", "/usr/sbin", "/usr/bin", "/sbin", "/bin", "/usr/games", "/usr/local/games", "/snap/bin", "/usr/lib/jvm/java-8-oracle/bin", "/usr/lib/jvm/java-8-oracle/db/bin", "/usr/lib/jvm/java-8-oracle/jre/bin", "/usr/sbin", "/usr/local/sbin", "/usr/local/libexec", "/usr/libexec", "/opt/mysql/libexec", "/opt/local/lib/mysql5/bin", "/opt/mysql/sbin")
Found mysql_install_db:  "/usr/bin/mysql_install_db"
Found mysqlcheck:  "/usr/bin/mysqlcheck"
Using mysqld: "/usr/sbin/mysqld-akonadi"
mysqld reports version 5.7.17 (Oracle MySQL)
Executing:  "/usr/sbin/mysqld-akonadi" "--defaults-file=/etc/xdg/akonadi/mysql-global.conf --initialize --datadir=/home/kevin/.local/share/akonadi/db_data/"
mysqld: [ERROR] Could not open required defaults file: /etc/xdg/akonadi/mysql-global.conf
mysqld: [ERROR] Fatal error in defaults handling. Program aborted!
Executing: "/usr/sbin/mysqld-akonadi" "--defaults-file=/home/kevin/.local/share/akonadi/mysql.conf --datadir=/home/kevin/.local/share/akonadi/db_data/ --socket=/tmp/akonadi-kevin.RKNolB/mysql.socket"
Executing:  "/usr/bin/mysqlcheck" "--defaults-file=/home/kevin/.local/share/akonadi/mysql.conf --check-upgrade --auto-repair --socket=/tmp/akonadi-kevin.RKNolB/mysql.socket akonadi"
mysqlcheck: Got error: 1049: Unknown database 'akonadi' when selecting the database
MySQL version OK (required "5.1" , available "5.7" )
Failed to use database "akonadi"
Query error: "Unknown database 'akonadi' QMYSQL: Unable to execute query"
Database error: " "
Trying to create database now...
Database "akonadi" opened using driver "QMYSQL"
DbInitializer::run()
checking table  "SchemaVersionTable"
"CREATE TABLE SchemaVersionTable (version INTEGER NOT NULL DEFAULT 0)  COLLATE=utf8_general_ci DEFAULT CHARSET=utf8"
"INSERT INTO SchemaVersionTable (version) VALUES (32)"
checking table  "ResourceTable"
"CREATE TABLE ResourceTable (id BIGINT NOT NULL AUTO_INCREMENT PRIMARY KEY, name VARBINARY(255) NOT NULL UNIQUE, isVirtual BOOL DEFAULT false)  COLLATE=utf8_general_ci DEFAULT CHARSET=utf8"
"INSERT INTO ResourceTable (isVirtual,name) VALUES (true,'akonadi_search_resource')"
checking table  "CollectionTable"
"CREATE TABLE CollectionTable (id BIGINT NOT NULL AUTO_INCREMENT PRIMARY KEY, remoteId VARBINARY(255), remoteRevision VARBINARY(255), name VARBINARY(255) NOT NULL, parentId BIGINT, resourceId BIGINT NOT NULL, enabled BOOL NOT NULL DEFAULT true, syncPref TINYINT DEFAULT 2, displayPref TINYINT DEFAULT 2, indexPref TINYINT DEFAULT 2, referenced BOOL NOT NULL DEFAULT false, cachePolicyInherit BOOL NOT NULL DEFAULT true, cachePolicyCheckInterval INTEGER NOT NULL DEFAULT -1, cachePolicyCacheTimeout INTEGER NOT NULL DEFAULT -1, cachePolicySyncOnDemand BOOL NOT NULL DEFAULT false, cachePolicyLocalParts VARBINARY(255), queryString VARBINARY(32768), queryAttributes VARBINARY(255), queryCollections VARBINARY(255), isVirtual BOOL DEFAULT false, FOREIGN KEY (parentId) REFERENCES CollectionTable(id) ON UPDATE CASCADE ON DELETE CASCADE, FOREIGN KEY (resourceId) REFERENCES ResourceTable(id) ON UPDATE CASCADE ON DELETE CASCADE)  COLLATE=utf8_general_ci DEFAULT CHARSET=utf8"
"INSERT INTO CollectionTable (isVirtual,name,parentId,resourceId) VALUES (true,'Search',NULL,1)"
checking table  "MimeTypeTable"
"CREATE TABLE MimeTypeTable (id BIGINT NOT NULL AUTO_INCREMENT PRIMARY KEY, name VARBINARY(255) NOT NULL UNIQUE)  COLLATE=utf8_general_ci DEFAULT CHARSET=utf8"
checking table  "PimItemTable"
"CREATE TABLE PimItemTable (id BIGINT NOT NULL AUTO_INCREMENT PRIMARY KEY, rev INTEGER NOT NULL DEFAULT 0, remoteId VARBINARY(255), remoteRevision VARBINARY(255), gid VARBINARY(255), collectionId BIGINT, mimeTypeId BIGINT, datetime TIMESTAMP DEFAULT CURRENT_TIMESTAMP, atime TIMESTAMP DEFAULT CURRENT_TIMESTAMP, dirty BOOL, size BIGINT NOT NULL DEFAULT 0, FOREIGN KEY (collectionId) REFERENCES CollectionTable(id) ON UPDATE CASCADE ON DELETE CASCADE, FOREIGN KEY (mimeTypeId) REFERENCES MimeTypeTable(id) ON UPDATE CASCADE ON DELETE RESTRICT)  COLLATE=utf8_general_ci DEFAULT CHARSET=utf8"
checking table  "FlagTable"
"CREATE TABLE FlagTable (id BIGINT NOT NULL AUTO_INCREMENT PRIMARY KEY, name VARBINARY(255) NOT NULL UNIQUE)  COLLATE=utf8_general_ci DEFAULT CHARSET=utf8"
checking table  "PartTypeTable"
"CREATE TABLE PartTypeTable (id BIGINT NOT NULL AUTO_INCREMENT PRIMARY KEY, name VARBINARY(255) NOT NULL, ns VARBINARY(255) NOT NULL)  COLLATE=utf8_general_ci DEFAULT CHARSET=utf8"
checking table  "PartTable"
"CREATE TABLE PartTable (id BIGINT NOT NULL AUTO_INCREMENT PRIMARY KEY, pimItemId BIGINT NOT NULL, partTypeId BIGINT NOT NULL, data LONGBLOB, datasize BIGINT NOT NULL, version INTEGER DEFAULT 0, external BOOL DEFAULT false, FOREIGN KEY (pimItemId) REFERENCES PimItemTable(id) ON UPDATE CASCADE ON DELETE CASCADE, FOREIGN KEY (partTypeId) REFERENCES PartTypeTable(id) ON UPDATE CASCADE ON DELETE CASCADE)  COLLATE=utf8_general_ci DEFAULT CHARSET=utf8"
checking table  "CollectionAttributeTable"
"CREATE TABLE CollectionAttributeTable (id BIGINT NOT NULL AUTO_INCREMENT PRIMARY KEY, collectionId BIGINT NOT NULL, type LONGBLOB NOT NULL, value LONGBLOB, FOREIGN KEY (collectionId) REFERENCES CollectionTable(id) ON UPDATE CASCADE ON DELETE CASCADE)  COLLATE=utf8_general_ci DEFAULT CHARSET=utf8"
checking table  "TagTypeTable"
"CREATE TABLE TagTypeTable (id BIGINT NOT NULL AUTO_INCREMENT PRIMARY KEY, name VARBINARY(255) NOT NULL UNIQUE)  COLLATE=utf8_general_ci DEFAULT CHARSET=utf8"
"INSERT INTO TagTypeTable (id,name) VALUES (1,'PLAIN')"
checking table  "TagTable"
"CREATE TABLE TagTable (id BIGINT NOT NULL AUTO_INCREMENT PRIMARY KEY, gid VARBINARY(255) NOT NULL, parentId BIGINT, typeId BIGINT DEFAULT 1, FOREIGN KEY (parentId) REFERENCES TagTable(id) ON UPDATE CASCADE ON DELETE CASCADE, FOREIGN KEY (typeId) REFERENCES TagTypeTable(id) ON UPDATE CASCADE ON DELETE RESTRICT)  COLLATE=utf8_general_ci DEFAULT CHARSET=utf8"
checking table  "TagAttributeTable"
"CREATE TABLE TagAttributeTable (id BIGINT NOT NULL AUTO_INCREMENT PRIMARY KEY, tagId BIGINT NOT NULL, type LONGBLOB NOT NULL, value LONGBLOB, FOREIGN KEY (tagId) REFERENCES TagTable(id) ON UPDATE CASCADE ON DELETE CASCADE)  COLLATE=utf8_general_ci DEFAULT CHARSET=utf8"
checking table  "TagRemoteIdResourceRelationTable"
"CREATE TABLE TagRemoteIdResourceRelationTable (tagId BIGINT NOT NULL, resourceId BIGINT NOT NULL, remoteId VARBINARY(255) NOT NULL, FOREIGN KEY (tagId) REFERENCES TagTable(id) ON UPDATE CASCADE ON DELETE CASCADE, FOREIGN KEY (resourceId) REFERENCES ResourceTable(id) ON UPDATE CASCADE ON DELETE CASCADE)  COLLATE=utf8_general_ci DEFAULT CHARSET=utf8"
checking table  "RelationTypeTable"
"CREATE TABLE RelationTypeTable (id BIGINT NOT NULL AUTO_INCREMENT PRIMARY KEY, name VARBINARY(255) NOT NULL UNIQUE)  COLLATE=utf8_general_ci DEFAULT CHARSET=utf8"
"INSERT INTO RelationTypeTable (id,name) VALUES (1,'GENERIC')"
checking table  "RelationTable"
"CREATE TABLE RelationTable (leftId BIGINT NOT NULL, rightId BIGINT NOT NULL, typeId BIGINT DEFAULT 1, remoteId VARBINARY(255), FOREIGN KEY (leftId) REFERENCES PimItemTable(id) ON UPDATE CASCADE ON DELETE CASCADE, FOREIGN KEY (rightId) REFERENCES PimItemTable(id) ON UPDATE CASCADE ON DELETE CASCADE, FOREIGN KEY (typeId) REFERENCES RelationTypeTable(id) ON UPDATE CASCADE ON DELETE RESTRICT)  COLLATE=utf8_general_ci DEFAULT CHARSET=utf8"
checking table  "PimItemFlagRelation"
"CREATE TABLE PimItemFlagRelation (PimItem_id BIGINT NOT NULL, Flag_id BIGINT NOT NULL, PRIMARY KEY (PimItem_id, Flag_id), FOREIGN KEY (PimItem_id) REFERENCES PimItemTable(id) ON UPDATE CASCADE ON DELETE CASCADE, FOREIGN KEY (Flag_id) REFERENCES FlagTable(id) ON UPDATE CASCADE ON DELETE CASCADE)  COLLATE=utf8_general_ci DEFAULT CHARSET=utf8"
checking table  "PimItemTagRelation"
"CREATE TABLE PimItemTagRelation (PimItem_id BIGINT NOT NULL, Tag_id BIGINT NOT NULL, PRIMARY KEY (PimItem_id, Tag_id), FOREIGN KEY (PimItem_id) REFERENCES PimItemTable(id) ON UPDATE CASCADE ON DELETE CASCADE, FOREIGN KEY (Tag_id) REFERENCES TagTable(id) ON UPDATE CASCADE ON DELETE CASCADE)  COLLATE=utf8_general_ci DEFAULT CHARSET=utf8"
checking table  "CollectionMimeTypeRelation"
"CREATE TABLE CollectionMimeTypeRelation (Collection_id BIGINT NOT NULL, MimeType_id BIGINT NOT NULL, PRIMARY KEY (Collection_id, MimeType_id), FOREIGN KEY (Collection_id) REFERENCES CollectionTable(id) ON UPDATE CASCADE ON DELETE CASCADE, FOREIGN KEY (MimeType_id) REFERENCES MimeTypeTable(id) ON UPDATE CASCADE ON DELETE CASCADE)  COLLATE=utf8_general_ci DEFAULT CHARSET=utf8"
checking table  "CollectionPimItemRelation"
"CREATE TABLE CollectionPimItemRelation (Collection_id BIGINT NOT NULL, PimItem_id BIGINT NOT NULL, PRIMARY KEY (Collection_id, PimItem_id), FOREIGN KEY (Collection_id) REFERENCES CollectionTable(id) ON UPDATE CASCADE ON DELETE CASCADE, FOREIGN KEY (PimItem_id) REFERENCES PimItemTable(id) ON UPDATE CASCADE ON DELETE CASCADE)  COLLATE=utf8_general_ci DEFAULT CHARSET=utf8"
DbInitializer::run() done
skipping update 2
skipping update 3
skipping update 4
skipping update 8
skipping update 10
skipping update 12
skipping update 13
skipping update 14
skipping update 15
skipping update 16
skipping update 17
skipping update 18
skipping update 19
skipping update 20
skipping update 21
skipping update 22
skipping update 23
skipping update 24
skipping update 25
skipping update 26
skipping update 28
skipping update 30
skipping update 31
Updating indexes
"CREATE UNIQUE INDEX CollectionTable_parentAndNameIndex ON CollectionTable (parentId,name)"
"CREATE  INDEX CollectionTable_enabledIndex ON CollectionTable (enabled)"
"CREATE  INDEX CollectionTable_syncPrefIndex ON CollectionTable (syncPref)"
"CREATE  INDEX CollectionTable_displayPrefIndex ON CollectionTable (displayPref)"
"CREATE  INDEX CollectionTable_indexPrefIndex ON CollectionTable (indexPref)"
"CREATE  INDEX PimItemTable_collectionIndex ON PimItemTable (collectionId)"
"CREATE  INDEX PimItemTable_gidIndex ON PimItemTable (gid)"
"CREATE  INDEX PimItemTable_ridIndex ON PimItemTable (remoteId)"
"CREATE  INDEX PimItemTable_idSortIndex ON PimItemTable (id DESC)"
"CREATE UNIQUE INDEX PartTypeTable_partTypeNameIndex ON PartTypeTable (ns,name)"
"CREATE UNIQUE INDEX PartTable_pimItemIdTypeIndex ON PartTable (pimItemId,partTypeId)"
"CREATE  INDEX PartTable_pimItemIdSortIndex ON PartTable (pimItemId DESC)"
"CREATE  INDEX CollectionAttributeTable_collectionIndex ON CollectionAttributeTable (collectionId)"
"CREATE  INDEX TagAttributeTable_tagIndex ON TagAttributeTable (tagId)"
"CREATE UNIQUE INDEX TagRemoteIdResourceRelationTable_TagAndResourceIndex ON TagRemoteIdResourceRelationTable (tagId,resourceId)"
"CREATE UNIQUE INDEX RelationTable_RelationIndex ON RelationTable (leftId,rightId,typeId)"
"CREATE  INDEX PimItemFlagRelation_pimItemIdSortIndex ON PimItemFlagRelation (pimitem_id DESC)"
Indexes successfully created
akonadiprivate_log: search paths:  ("lib/x86_64-linux-gnu", "lib/x86_64-linux-gnu/qt5/plugins/", "lib/x86_64-linux-gnu/kf5/", "lib/x86_64-linux-gnu/kf5/plugins/", "/usr/lib/qt5/plugins/", "/usr/lib/x86_64-linux-gnu/qt5/plugins", "/usr/bin")
Search loop is waiting, will wake again in -1 ms
SEARCH MANAGER: searching in  "lib/x86_64-linux-gnu/akonadi" : ()
SEARCH MANAGER: searching in  "lib/x86_64-linux-gnu/qt5/plugins//akonadi" : ()
SEARCH MANAGER: searching in  "lib/x86_64-linux-gnu/kf5//akonadi" : ()
SEARCH MANAGER: searching in  "lib/x86_64-linux-gnu/kf5/plugins//akonadi" : ()
SEARCH MANAGER: searching in  "/usr/lib/qt5/plugins//akonadi" : ()
SEARCH MANAGER: searching in  "/usr/lib/x86_64-linux-gnu/qt5/plugins/akonadi" : ()
SEARCH MANAGER: searching in  "/usr/bin/akonadi" : ()
Database "akonadi" opened using driver "QMYSQL"
Database "akonadi" opened using driver "QMYSQL"
Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
DataStore::unhideAllPimItems()
PLUGINS:  "/usr/share/akonadi/agents"
PLUGINS:  ("akonadibalooindexingagent.desktop", "akonotesresource.desktop", "archivemailagent.desktop", "birthdaysresource.desktop", "contactsresource.desktop", "davgroupwareresource.desktop", "followupreminder.desktop", "googlecalendarresource.desktop", "googlecontactsresource.desktop", "icaldirresource.desktop", "icalresource.desktop", "imapresource.desktop", "invitationsagent.desktop", "kalarmdirresource.desktop", "kalarmresource.desktop", "kolabresource.desktop", "maildirresource.desktop", "maildispatcheragent.desktop", "mailfilteragent.desktop", "mboxresource.desktop", "migrationagent.desktop", "mixedmaildirresource.desktop", "newmailnotifieragent.desktop", "notesagent.desktop", "notesresource.desktop", "openxchangeresource.desktop", "pop3resource.desktop", "sendlateragent.desktop", "vcarddirresource.desktop", "vcardresource.desktop")
akonadiprivate_log: search paths:  ("/usr/local/sbin", "/usr/local/bin", "/usr/sbin", "/usr/bin", "/sbin", "/bin", "/usr/games", "/usr/local/games", "/snap/bin", "/usr/lib/jvm/java-8-oracle/bin", "/usr/lib/jvm/java-8-oracle/db/bin", "/usr/lib/jvm/java-8-oracle/jre/bin")
PLUGINS inserting:  "akonadi_baloo_indexer" 0 ("Unique", "Autostart")
PLUGINS inserting:  "akonadi_akonotes_resource" 0 ("Resource", "Notes")
PLUGINS inserting:  "akonadi_archivemail_agent" 0 ("Unique", "Autostart")
PLUGINS inserting:  "akonadi_birthdays_resource" 0 ("Resource", "Unique")
PLUGINS inserting:  "akonadi_contacts_resource" 0 ("Resource")
PLUGINS inserting:  "akonadi_davgroupware_resource" 0 ("Resource", "FreeBusyProvider")
PLUGINS inserting:  "akonadi_followupreminder_agent" 0 ("Unique", "Autostart")
PLUGINS inserting:  "akonadi_googlecalendar_resource" 0 ("Resource", "FreeBusyProvider")
PLUGINS inserting:  "akonadi_googlecontacts_resource" 0 ("Resource")
PLUGINS inserting:  "akonadi_icaldir_resource" 0 ("Resource")
PLUGINS inserting:  "akonadi_ical_resource" 0 ("Resource")
PLUGINS inserting:  "akonadi_imap_resource" 0 ("Resource")
PLUGINS inserting:  "akonadi_invitations_agent" 0 ("NoConfig")
PLUGINS inserting:  "akonadi_kalarm_dir_resource" 0 ("Resource")
PLUGINS inserting:  "akonadi_kalarm_resource" 0 ("Resource")
PLUGINS inserting:  "akonadi_kolab_resource" 0 ("Resource")
PLUGINS inserting:  "akonadi_maildir_resource" 0 ("Resource")
PLUGINS inserting:  "akonadi_maildispatcher_agent" 0 ("Unique", "Autostart")
PLUGINS inserting:  "akonadi_mailfilter_agent" 0 ("Unique", "Autostart", "NoConfig")
PLUGINS inserting:  "akonadi_mbox_resource" 0 ("Resource")
PLUGINS inserting:  "akonadi_migration_agent" 0 ("Unique", "Autostart")
PLUGINS inserting:  "akonadi_mixedmaildir_resource" 0 ("Resource")
PLUGINS inserting:  "akonadi_newmailnotifier_agent" 0 ("Unique", "Autostart")
PLUGINS inserting:  "akonadi_notes_agent" 0 ("Unique", "Autostart")
PLUGINS inserting:  "akonadi_notes_resource" 0 ("Resource")
PLUGINS inserting:  "akonadi_openxchange_resource" 0 ("Resource")
PLUGINS inserting:  "akonadi_pop3_resource" 0 ("Resource", "NeedsNetwork")
PLUGINS inserting:  "akonadi_sendlater_agent" 0 ("Unique", "Autostart")
PLUGINS inserting:  "akonadi_vcarddir_resource" 0 ("Resource")
PLUGINS inserting:  "akonadi_vcard_resource" 0 ("Resource")
log_kidentitymanagement: IdentityManager: There was no default identity. Marking first one as default.
Database "akonadi" opened using driver "QMYSQL"
Database "akonadi" opened using driver "QMYSQL"
log_kidentitymanagement: IdentityManager: There was no default identity. Marking first one as default.
org.kde.akonadi.ETM: GEN true false false
org.kde.akonadi.ETM: collection: QVector()
Database "akonadi" opened using driver "QMYSQL"
org.kde.akonadi.ETM: 
Database "akonadi" opened using driver "QMYSQL"
org.kde.akonadi.ETM: Fetch job took  2 msec
org.kde.akonadi.ETM: was collection fetch job: collections: 0
org.kde.akonadi.ETM: collection: QVector()
org.kde.akonadi.ETM: Fetch job took  4 msec
org.kde.akonadi.ETM: was collection fetch job: collections: 1
org.kde.akonadi.ETM: first fetched collection: "Search"
org.kde.akonadi.ETM: Fetch job took  1 msec
org.kde.akonadi.ETM: was collection fetch job: collections: 0
Database "akonadi" opened using driver "QMYSQL"
Akonadi server is now operational.
QDBusObjectPath Akonadi::Server::NotificationManager::subscribe(const QString&, bool) Akonadi::Server::NotificationManager(0x5634db1c5330) "akonadi_maildispatcher_agent_9376_nEsCOT" false
QDBusObjectPath Akonadi::Server::NotificationManager::subscribe(const QString&, bool) Akonadi::Server::NotificationManager(0x5634db1c5330) "akonadi_maildispatcher_agent_9376_h329R8" false
QDBusObjectPath Akonadi::Server::NotificationManager::subscribe(const QString&, bool) Akonadi::Server::NotificationManager(0x5634db1c5330) "akonadi_followupreminder_agent_9379_NnaPHt" false
QDBusObjectPath Akonadi::Server::NotificationManager::subscribe(const QString&, bool) Akonadi::Server::NotificationManager(0x5634db1c5330) "akonadi_maildispatcher_agent_9376_2yQFKC" false
QDBusObjectPath Akonadi::Server::NotificationManager::subscribe(const QString&, bool) Akonadi::Server::NotificationManager(0x5634db1c5330) "akonadi_notes_agent_9365_AKk7Px" false
Database "akonadi" opened using driver "QMYSQL"
QDBusObjectPath Akonadi::Server::NotificationManager::subscribe(const QString&, bool) Akonadi::Server::NotificationManager(0x5634db1c5330) "akonadi_mailfilter_agent_9385_xtIiRo" false
QDBusObjectPath Akonadi::Server::NotificationManager::subscribe(const QString&, bool) Akonadi::Server::NotificationManager(0x5634db1c5330) "korgac_1863_98iL43" false
QDBusObjectPath Akonadi::Server::NotificationManager::subscribe(const QString&, bool) Akonadi::Server::NotificationManager(0x5634db1c5330) "akonadi_notes_agent_9365_OGLF8j" false
Database "akonadi" opened using driver "QMYSQL"
New notification bus: "/subscriber/akonadi_followupreminder_agent_9379_NnaPHt"
Database "akonadi" opened using driver "QMYSQL"
QDBusObjectPath Akonadi::Server::NotificationManager::subscribe(const QString&, bool) Akonadi::Server::NotificationManager(0x5634db1c5330) "akonadi_migration_agent_9351_dqkbWT" false
Database "akonadi" opened using driver "QMYSQL"
New notification bus: "/subscriber/akonadi_migration_agent_9351_dqkbWT"
QDBusObjectPath Akonadi::Server::NotificationManager::subscribe(const QString&, bool) Akonadi::Server::NotificationManager(0x5634db1c5330) "akonadi_newmailnotifier_agent_9359_ppbWKl" false
QDBusObjectPath Akonadi::Server::NotificationManager::subscribe(const QString&, bool) Akonadi::Server::NotificationManager(0x5634db1c5330) "akonadi_archivemail_agent_9348_1qcdsO" false
Database "akonadi" opened using driver "QMYSQL"
Database "akonadi" opened using driver "QMYSQL"
New notification bus: "/subscriber/akonadi_notes_agent_9365_AKk7Px"
org.kde.akonadi.ETM: GEN true false true
org.kde.akonadi.ETM: collection: QVector()
Database "akonadi" opened using driver "QMYSQL"
Database "akonadi" opened using driver "QMYSQL"
New notification bus: "/subscriber/akonadi_notes_agent_9365_OGLF8j"
QDBusObjectPath Akonadi::Server::NotificationManager::subscribe(const QString&, bool) Akonadi::Server::NotificationManager(0x5634db1c5330) "akonadi_archivemail_agent_9348_cnyxuZ" false
Database "akonadi" opened using driver "QMYSQL"
New notification bus: "/subscriber/akonadi_newmailnotifier_agent_9359_ppbWKl"
QDBusObjectPath Akonadi::Server::NotificationManager::subscribe(const QString&, bool) Akonadi::Server::NotificationManager(0x5634db1c5330) "akonadi_archivemail_agent_9348_bV9iCJ" false
Database "akonadi" opened using driver "QMYSQL"
Database "akonadi" opened using driver "QMYSQL"
Database "akonadi" opened using driver "QMYSQL"
New notification bus: "/subscriber/korgac_1863_98iL43"
Database "akonadi" opened using driver "QMYSQL"
Database "akonadi" opened using driver "QMYSQL"
Database "akonadi" opened using driver "QMYSQL"
New notification bus: "/subscriber/akonadi_maildispatcher_agent_9376_2yQFKC"
New notification bus: "/subscriber/akonadi_maildispatcher_agent_9376_h329R8"
New notification bus: "/subscriber/akonadi_maildispatcher_agent_9376_nEsCOT"
org.kde.akonadi.ETM: Fetch job took  10 msec
org.kde.akonadi.ETM: was collection fetch job: collections: 0
org.kde.akonadi.ETM: GEN true false false
org.kde.akonadi.ETM: collection: QVector()
org.kde.akonadi.ETM: 
org.kde.akonadi.ETM: Fetch job took  0 msec
org.kde.akonadi.ETM: was collection fetch job: collections: 0
Database "akonadi" opened using driver "QMYSQL"
Database "akonadi" opened using driver "QMYSQL"
New notification bus: "/subscriber/akonadi_archivemail_agent_9348_bV9iCJ"
New notification bus: "/subscriber/akonadi_archivemail_agent_9348_1qcdsO"
Database "akonadi" opened using driver "QMYSQL"
New notification bus: "/subscriber/akonadi_archivemail_agent_9348_cnyxuZ"
org.kde.akonadi.ETM: collection: QVector()
org.kde.akonadi.ETM: Fetch job took  1 msec
org.kde.akonadi.ETM: was collection fetch job: collections: 1
org.kde.akonadi.ETM: first fetched collection: "Search"
org.kde.akonadi.ETM: Fetch job took  1 msec
org.kde.akonadi.ETM: was collection fetch job: collections: 0
QDBusObjectPath Akonadi::Server::NotificationManager::subscribe(const QString&, bool) Akonadi::Server::NotificationManager(0x5634db1c5330) "akonadi_sendlater_agent_9347_6r9tOp" false
QDBusObjectPath Akonadi::Server::NotificationManager::subscribe(const QString&, bool) Akonadi::Server::NotificationManager(0x5634db1c5330) "akonadi_birthdays_resource_9417_zHzx5P" false
log_kidentitymanagement: IdentityManager: There was no default identity. Marking first one as default.
QDBusObjectPath Akonadi::Server::NotificationManager::subscribe(const QString&, bool) Akonadi::Server::NotificationManager(0x5634db1c5330) "akonadi_maildir_resource_0_9453_P1jAiG" false
Database "akonadi" opened using driver "QMYSQL"
New notification bus: "/subscriber/akonadi_sendlater_agent_9347_6r9tOp"
QDBusObjectPath Akonadi::Server::NotificationManager::subscribe(const QString&, bool) Akonadi::Server::NotificationManager(0x5634db1c5330) "akonadi_mailfilter_agent_9385_LCDc7S" false
QDBusObjectPath Akonadi::Server::NotificationManager::subscribe(const QString&, bool) Akonadi::Server::NotificationManager(0x5634db1c5330) "akonadi_birthdays_resource_9417_YeFumd" false
Database "akonadi" opened using driver "QMYSQL"
Database "akonadi" opened using driver "QMYSQL"
New notification bus: "/subscriber/akonadi_birthdays_resource_9417_zHzx5P"
Database "akonadi" opened using driver "QMYSQL"
New notification bus: "/subscriber/akonadi_birthdays_resource_9417_YeFumd"
QDBusObjectPath Akonadi::Server::NotificationManager::subscribe(const QString&, bool) Akonadi::Server::NotificationManager(0x5634db1c5330) "akonadi_mailfilter_agent_9385_4EaZyz" false
org.kde.akonadi.ETM: GEN true false false
org.kde.akonadi.ETM: collection: QVector()
org.kde.akonadi.ETM: 
Database "akonadi" opened using driver "QMYSQL"
Database "akonadi" opened using driver "QMYSQL"
New notification bus: "/subscriber/akonadi_mailfilter_agent_9385_xtIiRo"
Database "akonadi" opened using driver "QMYSQL"
Database "akonadi" opened using driver "QMYSQL"
Database "akonadi" opened using driver "QMYSQL"
New notification bus: "/subscriber/akonadi_maildir_resource_0_9453_P1jAiG"
Database "akonadi" opened using driver "QMYSQL"
Database "akonadi" opened using driver "QMYSQL"
New notification bus: "/subscriber/akonadi_mailfilter_agent_9385_4EaZyz"
New notification bus: "/subscriber/akonadi_mailfilter_agent_9385_LCDc7S"
org.kde.akonadi.ETM: Fetch job took  38 msec
org.kde.akonadi.ETM: was collection fetch job: collections: 0
org.kde.akonadi.ETM: collection: QVector()
org.kde.akonadi.ETM: Fetch job took  41 msec
org.kde.akonadi.ETM: was collection fetch job: collections: 2
org.kde.akonadi.ETM: first fetched collection: "Search"
org.kde.akonadi.ETM: Fetch job took  0 msec
org.kde.akonadi.ETM: was collection fetch job: collections: 0
QDBusObjectPath Akonadi::Server::NotificationManager::subscribe(const QString&, bool) Akonadi::Server::NotificationManager(0x5634db1c5330) "akonadi_contacts_resource_0_9478_wtQLoa" false
log_maildirresource: the resource is not properly configured:
log_maildirresource: there is no config file for the resource.
log_maildirresource: we create a new one.
QObject::killTimer: Timers cannot be stopped from another thread
Database "akonadi" opened using driver "QMYSQL"
New notification bus: "/subscriber/akonadi_contacts_resource_0_9478_wtQLoa"
Database "akonadi" opened using driver "QMYSQL"
QDBusObjectPath Akonadi::Server::NotificationManager::subscribe(const QString&, bool) Akonadi::Server::NotificationManager(0x5634db1c5330) "akonadi_ical_resource_0_9492_zRFlb1" false
Database "akonadi" opened using driver "QMYSQL"
Database "akonadi" opened using driver "QMYSQL"
New notification bus: "/subscriber/akonadi_ical_resource_0_9492_zRFlb1"
"No file selected."
kf5.kio.core: Refilling KProtocolInfoFactory cache in the hope to find ""
kf5.kio.core: Refilling KProtocolInfoFactory cache in the hope to find ""
Invalid URL: QUrl("/home/kevin/.local/share/apps/korganizer/std.ics")
"Die Datei „/home/kevin/.local/share/apps/korganizer/std.ics“ lässt sich nicht laden."
akonadi_ical_resource: writeToFile() mCalendar is 0!
Error writing to file
akonadi_ical_resource: retrieveItems(): mCalendar is 0!
kf5.kio.core: Refilling KProtocolInfoFactory cache in the hope to find ""
kf5.kio.core: Refilling KProtocolInfoFactory cache in the hope to find ""
Invalid URL: QUrl("/home/kevin/.local/share/apps/korganizer/std.ics")
"Die Datei „/home/kevin/.local/share/apps/korganizer/std.ics“ lässt sich nicht laden."
QDBusObjectPath Akonadi::Server::NotificationManager::subscribe(const QString&, bool) Akonadi::Server::NotificationManager(0x5634db1c5330) "akonadi_akonotes_resource_0_9503_zbHqHA" false
Database "akonadi" opened using driver "QMYSQL"
Database "akonadi" opened using driver "QMYSQL"
New notification bus: "/subscriber/akonadi_akonotes_resource_0_9503_zbHqHA"
log_maildirresource: the resource is not properly configured:
log_maildirresource: there is no config file for the resource.
log_maildirresource: we create a new one.
QObject::killTimer: Timers cannot be stopped from another thread
org.kde.akonadi.ETM: collection: "Notizen"
org.kde.akonadi.ETM: Fetch job took  1 msec
org.kde.akonadi.ETM: was item fetch job: items: 0

KFlash

(Themenstarter)

Anmeldungsdatum:
10. August 2013

Beiträge: 263

So, hab mittlerweile 17.04 installiert und konnte damit problemlos in KOrganizer den Google Kalender importieren.

Alles gut? Leider noch nicht. Was muss ich machen, dass beim klick auf die Uhr/Datums-Anzeige in der Kalenderansicht dort meine Termine angezeigt werden?

Dort steht immer noch "Heute keine Termine"

Cruiz Team-Icon

Avatar von Cruiz

Anmeldungsdatum:
6. März 2014

Beiträge: 5557

Wohnort: Freiburg i. Brsg.

Hallo,

hast du in den Einstellungen der Datumsanzeige die KDEPIM Ressource aktiviert?

Gruß
Cruiz

V0LKER

Avatar von V0LKER

Anmeldungsdatum:
23. Februar 2014

Beiträge: 1967

Rechte Maustaste über Datum klicken und dann Einstellung Digitaluhr linke Taste. Im erscheinendem Fenster Pim Events Plugin anklicken, Rest selbsterklärend.

KFlash

(Themenstarter)

Anmeldungsdatum:
10. August 2013

Beiträge: 263

Die PIM ressource fehlt und kann über die Einstellungen auch nicht hinzugefügt werden. Siehe KDE Bug: https://bugs.launchpad.net/ubuntu/+source/kdepim-addons/+bug/1664406

@Volker: Hat sich seit April nicht geändert: https://forum.ubuntuusers.de/topic/terminlistenansicht-im-kalender/

V0LKER

Avatar von V0LKER

Anmeldungsdatum:
23. Februar 2014

Beiträge: 1967

KFlash schrieb:

Die PIM ressource fehlt und kann über die Einstellungen auch nicht hinzugefügt werden. Siehe KDE Bug: https://bugs.launchpad.net/ubuntu/+source/kdepim-addons/+bug/1664406

@Volker: Hat sich seit April nicht geändert: https://forum.ubuntuusers.de/topic/terminlistenansicht-im-kalender/

Dann nutzt Du noch eine alte Version, da es bei mir klappt. Bild als Anhang, da hilft mit Kubuntu nur warten.

Bilder

KFlash

(Themenstarter)

Anmeldungsdatum:
10. August 2013

Beiträge: 263

Seit 18.04 geht alles.

Antworten |