This forum has been archived. All content is frozen. Please use KDE Discuss instead.

0.6.80 empty contact list...

Tags: None
(comma "," separated)
sinclair
Registered Member
Posts
226
Karma
0
OS

Re: 0.6.80 empty contact list...

Mon Sep 30, 2013 7:27 am
jstephenson wrote:
david_edmundson wrote:Could be that it's showing akonadi contacts in personviewer, and KTp contacts aren't being fed in.

Do you have nepomukshell?
If so can you go to query and type this:

"select ?uri where {?uri a nco:PersonContact. ?uri nco:hasIMAccount ?imAccount}"

or if nepomukcmd (http://techbase.kde.org/Development/Tut ... sAndTricks)

nepomukcmd query "select ?uri where {?uri a nco:PersonContact. ?uri nco:hasIMAccount ?imAccount}"


I did eventually manage to do this nepomukcmd query and I get 237 results. But my Contact list is as empty as ever despite daily upgrades from the ppa
User avatar
mck182
KDE Developer
Posts
138
Karma
0
OS

Re: 0.6.80 empty contact list...

Mon Sep 30, 2013 8:26 am
When you run the contact list from konsole, you should see a slightly longer query outputted while it's starting. Can you try that one with nepomukcmd query?


KDE Telepathy | Plasma | Plasma Mobile
User avatar
david_edmundson
KDE Developer
Posts
359
Karma
1
OS

Re: 0.6.80 empty contact list...

Mon Sep 30, 2013 8:43 am
Code: Select all
"select DISTINCT ?uri ?pimo_groundingOccurrence (sql:group_digest(?nco_fullname,';;;',5000,1) as ?nco_fullname) (sql:group_digest(?nco_imID,';;;',5000,1) as ?nco_imID) (sql:group_digest(?account,';;;',5000,1) as ?account) (sql:group_digest(?nco_contactGroupName,';;;',5000,1) as ?nco_contactGroupName) (sql:group_digest(?nie_url,';;;',5000,1) as ?nie_url) (sql:group_digest(?nco_nickname,';;;',5000,1) as ?nco_nickname) WHERE { ?uri a nco:PersonContact. OPTIONAL { ?pimo_groundingOccurrence pimo:groundingOccurrence ?uri. } OPTIONAL { ?uri nao:prefLabel ?nao_prefLabel. } ?uri                 nco:hasIMAccount     ?nco_hasIMAccount. ?nco_hasIMAccount    nco:imID             ?nco_imID.  ?uri nco:hasIMAccount ?imAccount . ?imAccount nco:isAccessedBy ?accessedBy . ?accessedBy telepathy:accountIdentifier ?account .  OPTIONAL { ?uri      nco:photo    ?phRes. ?phRes    nie:url      ?nie_url.  }  OPTIONAL { ?uri                   nco:belongsToGroup      ?nco_belongsToGroup . ?nco_belongsToGroup    nco:contactGroupName    ?nco_contactGroupName .  }  OPTIONAL { ?uri                    nco:fullname    ?nco_fullname.  }  OPTIONAL { ?uri                    nco:nickname    ?nco_nickname.  }  FILTER(?uri!=<nepomuk:/me>).}"


this query ^
sinclair
Registered Member
Posts
226
Karma
0
OS

Re: 0.6.80 empty contact list...

Mon Sep 30, 2013 10:25 am
mck182 wrote:When you run the contact list from konsole, you should see a slightly longer query outputted while it's starting. Can you try that one with nepomukcmd query?


sorry if I sound daft but how do I start the contact list from Konsole?
User avatar
mck182
KDE Developer
Posts
138
Karma
0
OS

Re: 0.6.80 empty contact list...

Mon Sep 30, 2013 10:42 am
Type ktp-contactlist and hit enter ;)

EDIT: You don't need to run it actually as David already posted the query for you, so just use that one.


KDE Telepathy | Plasma | Plasma Mobile
sinclair
Registered Member
Posts
226
Karma
0
OS

Re: 0.6.80 empty contact list...

Tue Oct 01, 2013 5:52 am
output of ktp-contactlist from konsole:

QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
ktp-contactlist(13752) KPixmapSequence::Private::loadSequence: Invalid framesize.
sinclair@sinclair-HP:~$ tp-qt 0.9.3 WARN: Error parsing config file for connection manager "whosthere" - introspecting
tp-qt 0.9.3 WARN: Error parsing config file for connection manager "whosthere" - introspecting
tp-qt 0.9.3 WARN: Properties.GetAll(ConnectionManager) failed: "org.freedesktop.DBus.Error.ServiceUnknown": "The name org.freedesktop.Telepathy.ConnectionManager.whosthere was not provided by any .service files"
tp-qt 0.9.3 WARN: Failed to find the protocol in the CM protocols for account "/org/freedesktop/Telepathy/Account/whosthere/whatsapp/_32637726000360"
tp-qt 0.9.3 WARN: Properties.GetAll(ConnectionManager) failed: "org.freedesktop.DBus.Error.ServiceUnknown": "The name org.freedesktop.Telepathy.ConnectionManager.whosthere was not provided by any .service files"
tp-qt 0.9.3 WARN: Failed to find the protocol in the CM protocols for account "/org/freedesktop/Telepathy/Account/whosthere/whatsapp/_32637726000360"
tp-qt 0.9.3 WARN: Error parsing config file for connection manager "haze" - introspecting
tp-qt 0.9.3 WARN: Error parsing config file for connection manager "haze" - introspecting
ktp-contactlist(13752) KPixmapSequence::Private::loadSequence: Invalid framesize.
ktp-contactlist(13752) KPixmapSequence::Private::loadSequence: Invalid framesize.
ktp-contactlist(13752) KPixmapSequence::Private::loadSequence: Invalid framesize.
tp-qt4-tpl DEBUG: static Tpl::Utils* Tpl::Utils::instance() : Created Utils instance
tp-qt 0.9.3 WARN: Error parsing config file for connection manager "haze" - introspecting
tp-qt 0.9.3 WARN: Error parsing config file for connection manager "haze" - introspecting

you can skip the whatsapp part, I was trying what is now abandonware to set up a whatsapp account
sinclair
Registered Member
Posts
226
Karma
0
OS

Re: 0.6.80 empty contact list...

Tue Oct 01, 2013 5:56 am
david_edmundson wrote:
Code: Select all
"select DISTINCT ?uri ?pimo_groundingOccurrence (sql:group_digest(?nco_fullname,';;;',5000,1) as ?nco_fullname) (sql:group_digest(?nco_imID,';;;',5000,1) as ?nco_imID) (sql:group_digest(?account,';;;',5000,1) as ?account) (sql:group_digest(?nco_contactGroupName,';;;',5000,1) as ?nco_contactGroupName) (sql:group_digest(?nie_url,';;;',5000,1) as ?nie_url) (sql:group_digest(?nco_nickname,';;;',5000,1) as ?nco_nickname) WHERE { ?uri a nco:PersonContact. OPTIONAL { ?pimo_groundingOccurrence pimo:groundingOccurrence ?uri. } OPTIONAL { ?uri nao:prefLabel ?nao_prefLabel. } ?uri                 nco:hasIMAccount     ?nco_hasIMAccount. ?nco_hasIMAccount    nco:imID             ?nco_imID.  ?uri nco:hasIMAccount ?imAccount . ?imAccount nco:isAccessedBy ?accessedBy . ?accessedBy telepathy:accountIdentifier ?account .  OPTIONAL { ?uri      nco:photo    ?phRes. ?phRes    nie:url      ?nie_url.  }  OPTIONAL { ?uri                   nco:belongsToGroup      ?nco_belongsToGroup . ?nco_belongsToGroup    nco:contactGroupName    ?nco_contactGroupName .  }  OPTIONAL { ?uri                    nco:fullname    ?nco_fullname.  }  OPTIONAL { ?uri                    nco:nickname    ?nco_nickname.  }  FILTER(?uri!=<nepomuk:/me>).}"


this query ^


Gives a long output of my contacts - but the list remains empty
and the widget thing still works
sinclair
Registered Member
Posts
226
Karma
0
OS

Re: 0.6.80 empty contact list...

Sat Oct 05, 2013 4:20 am
Still having this behaviour despite daily updates?
User avatar
Camberwell
Registered Member
Posts
28
Karma
0
OS

Re: 0.6.80 empty contact list...

Sun Oct 13, 2013 1:37 am
I too have an empty contact list, Fedora 20 KDE Telepathy Contact List Version 0.6.80

plasma contact list widget works ok tho

Martin

i dont know if this helps at all, but when i run ktp-contactlist from the command line the output is.....

Code: Select all
[martin@localhost ~]$ ktp-contactlist
ktp-contactlist(5306) KPixmapSequence::Private::loadSequence: Invalid framesize.
[martin@localhost ~]$ tp-qt 0.9.3 WARN: Error parsing config file for connection manager "haze" - introspecting 
tp-qt 0.9.3 WARN: Error parsing config file for connection manager "haze" - introspecting 
tp-qt 0.9.3 WARN: Introspecting roster groups failed with "org.freedesktop.Telepathy.Error.NotImplemented": "Roster groups not supported"
ktp-contactlist(5306) KPixmapSequence::Private::loadSequence: Invalid framesize.
ktp-contactlist(5306) KPixmapSequence::Private::loadSequence: Invalid framesize.
ktp-contactlist(5306) KPixmapSequence::Private::loadSequence: Invalid framesize.
ktp-contactlist(5306) KPixmapSequence::Private::loadSequence: Invalid framesize.
ktp-contactlist(5306) KPixmapSequence::Private::loadSequence: Invalid framesize.
tp-qt4-tpl DEBUG:  static Tpl::Utils* Tpl::Utils::instance()  :  Created Utils instance
tp-qt 0.9.3 WARN: Error parsing config file for connection manager "haze" - introspecting 
tp-qt 0.9.3 WARN: Error parsing config file for connection manager "haze" - introspecting
User avatar
Camberwell
Registered Member
Posts
28
Karma
0
OS

Re: 0.6.80 empty contact list...

Mon Oct 14, 2013 2:24 pm
Is there a bugzilla for this I can track?
User avatar
Camberwell
Registered Member
Posts
28
Karma
0
OS

Re: 0.6.80 empty contact list...

Mon Oct 14, 2013 10:34 pm
I have just inadvertently fixed this :)

I just deleted my ~/.kde/share/apps/nepomuk folder to fix another issue I was having with virtuoso-t
and now all my contacts are shown again in the ktp-contactlist

amazing

Martin
sinclair
Registered Member
Posts
226
Karma
0
OS

Re: 0.6.80 empty contact list...

Tue Oct 15, 2013 8:07 am
Camberwell wrote:I have just inadvertently fixed this :)

I just deleted my ~/.kde/share/apps/nepomuk folder to fix another issue I was having with virtuoso-t
and now all my contacts are shown again in the ktp-contactlist

amazing

Martin


oops.. I am not sure I want to do that as I have just, manually, reindexed every folder in KMail using nepomukpimindexerutility
User avatar
djotaku
Registered Member
Posts
29
Karma
0
OS

Re: 0.6.80 empty contact list...

Thu Nov 21, 2013 1:22 am
I have an empty contact list. Running from the command line I have:

Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 14: reading configurations from ~/.fonts.conf is deprecated.
[ermesa@supermario ~]$ tp-qt 0.9.3 WARN: Error parsing config file for connection manager "haze" - introspecting
tp-qt 0.9.3 WARN: Error parsing config file for connection manager "haze" - introspecting
tp-qt 0.9.3 WARN: Error parsing config file for connection manager "haze" - introspecting
tp-qt4-tpl DEBUG: static Tpl::Utils* Tpl::Utils::instance() : Created Utils instance

I tried out the instructions at http://community.kde.org/KTp/Troubleshooting


but I don't have that file in my .kde to remove.

Also, when I boot I see something like: ktp some of the im components are not working show up in the notification manager.

Anyone else find a solution?
sinclair
Registered Member
Posts
226
Karma
0
OS

Re: 0.6.80 empty contact list...

Thu Nov 28, 2013 8:45 am
djotaku wrote:I have an empty contact list. Running from the command line I have:

Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 14: reading configurations from ~/.fonts.conf is deprecated.
[ermesa@supermario ~]$ tp-qt 0.9.3 WARN: Error parsing config file for connection manager "haze" - introspecting
tp-qt 0.9.3 WARN: Error parsing config file for connection manager "haze" - introspecting
tp-qt 0.9.3 WARN: Error parsing config file for connection manager "haze" - introspecting
tp-qt4-tpl DEBUG: static Tpl::Utils* Tpl::Utils::instance() : Created Utils instance

I tried out the instructions at http://community.kde.org/KTp/Troubleshooting


but I don't have that file in my .kde to remove.

Also, when I boot I see something like: ktp some of the im components are not working show up in the notification manager.

Anyone else find a solution?


when I upgraded to 4.11.x it started working - but I get so many other problems with that upgrade it is not worth it to me at this moment. Have reverted to 0.6.3 for now


Bookmarks



Who is online

Registered users: bartoloni, Bing [Bot], Google [Bot], Yahoo [Bot]