nieldk
|
2013-09-10
, 11:39
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#21
|
![]() |
2013-09-10
, 11:44
|
Posts: 136 |
Thanked: 58 times |
Joined on Apr 2012
|
#22
|
|
2013-09-10
, 11:51
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#23
|
That's the problem, when I click the account it gets highlighted for a second and then nothing ever happens. I can select the jabber account and it works fine (and works with facebook) but the real nokia facebook account does nothing. Something must be broken really, really bad -.-
![]() |
2013-09-10
, 11:58
|
Posts: 136 |
Thanked: 58 times |
Joined on Apr 2012
|
#24
|
![]() |
2013-09-10
, 13:03
|
Posts: 805 |
Thanked: 1,605 times |
Joined on Feb 2010
@ Gdynia, Poland
|
#25
|
The Following User Says Thank You to misiak For This Useful Post: | ||
![]() |
2013-09-10
, 13:52
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#26
|
|
2013-09-10
, 14:25
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#27
|
Did you patch the binary /usr/lib/telepathy/telepathy-gabble? Or is this file unmodified comparing to original one? We have sources ( the package is in "free" part of repository - http://repository.maemo.org/pool/fre...epathy-gabble/ ) so you should be able to create a source patch, and then it will have greater chances to be included in the CSSU (CSSU guys would be able to load the src to git - unless it's already there - and apply the source patch).
--- ./src/roster.c.orig 2013-09-08 15:06:04.487098988 +0200 +++ ./src/roster.c 2013-09-08 15:06:40.820177614 +0200 @@ -1579,23 +1579,6 @@ if (query_node == NULL) return LM_HANDLER_RESULT_ALLOW_MORE_HANDLERS; - from = lm_message_node_get_attribute ( - wocky_stanza_get_top_node (message), "from"); - - if (from != NULL) - { - TpHandle sender; - - sender = tp_handle_lookup (contact_repo, from, NULL, NULL); - - if (sender != conn->self_handle) - { - NODE_DEBUG (iq_node, "discarding roster IQ which is not from " - "ourselves or the server"); - return LM_HANDLER_RESULT_REMOVE_MESSAGE; - } - } - sub_type = lm_message_get_sub_type (message); /* if this is a result, it's from our initial query. if it's a set,
The Following User Says Thank You to For This Useful Post: | ||
|
2013-09-10
, 14:27
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#28
|
nieldk, where you packaged this package ? On Ubuntu (Maemo/harmattan SDK scratchbox) or your N9 ?
Did you added rules with right permissions before packaging ?
The Following User Says Thank You to For This Useful Post: | ||
![]() |
2013-09-10
, 14:55
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#29
|
|
2013-09-10
, 15:29
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#30
|
Why I asked it because when I created first test version, it not worked for me. I reinstalled original and checked permissions for the files and created rules files that I run before packaging and now it work perfectly
The Following User Says Thank You to For This Useful Post: | ||