when typing a contact name in the "To" field, o in the krunner dialogue box. nothing happens. the contacts exist and present when clicking the "Select" button in the composer window. Reproducible: Always Steps to Reproduce: 1.open new composer window 2.type contact name 3. Actual Results: nothing happens Expected Results: contacts suggestions Thanks.
"in the krunner dialogue box." ?
Created attachment 80240 [details] krunner dialogue box
So it's not kmail2 bug. Please reassign to krunner or nepomuk
well, I don't know which is the source, but it is not working in both applications. so perhaps it is a nepomuk bug.
workaround was to delete ~/.kde/share/apps/nepomuk/repository/main/data/virtuosobackend/soprano-virtuoso.trx file from nepomuk folder. but that happened again and again.
Could you please paste the output from the following command - $alias nepomukcmd="sopranocmd --socket `kde4-config --path socket`nepomuk-socket --model main --nrl" $nepomukcmd query 'select count(?r) where { ?r a nco:Contact . }' $nepomukcmd query 'select count(?r) where { ?r a nco:PersonContact . }' Also, what would the desired result be? That the contact is displayed in krunner and what happens when you select it?
update: after some time there is no longer a problem , contacts are being suggested in composer. however I am now not sure if this is missing or not intended, but it was once possible to launch new mail message from the krunner after tyoing a contact name. as for the output of the above commands: $ nepomukcmd query 'select count(?r) where { ?r a nco:Contact . }' callret-0 -> "24486"^^<http://www.w3.org/2001/XMLSchema#int> Total results: 1 Execution time: 00:00:00.24 $ nepomukcmd query 'select count(?r) where { ?r a nco:PersonContact . }' callret-0 -> "877"^^<http://www.w3.org/2001/XMLSchema#int> Total results: 1 Execution time: 00:00:00.9 thanks.
Cool. I'm marking this as FIXED then. For me the contacts open up in kwrite and let me edit the contents directly. This is probably not intended, but it needs to be fixed in mimetype -> application mapping level. In the current master there is no delay between the time when you add a contact and when you can search for it. The nepomuk feeder is quite efficient.