Re: [SailfishDevel] Sending SMS via Telepathy: Error "Channel Dispatcher .. does not support interface CD.I.Messages"

2015-08-11 Thread christopher . lamb
Answering my own (academic) question: The package install history can be 
found in /var/log/zypp/history


[root@Jolla nemo]# cd /var/log/zypp/
[root@Jolla zypp]# grep -n "telepathy-qt5|" history
3423:2014-04-11 
20:22:58|install|telepathy-qt5|0.9.3+git7-1.4.2|armv7hl||jolla|2591a70ed6d6a2ff08317e0ede1709239e973c4f1d37141a704ed2bef1a16595
4048:2014-06-09 
21:50:03|install|telepathy-qt5|0.9.3+git9-1.5.1|armv7hl||jolla|084265e82b72ef3f27d676f451f6893aeae350c7475d8979bde8ed7dd62990c6
4730:2014-07-20 
14:07:11|install|telepathy-qt5|0.9.3+git9-1.5.2|armv7hl||jolla|6c02b8c917fb121929d258d5e48e668204889ecc86278ae874f0f3d30c9d4ab8
5329:2014-12-29 
11:10:39|install|telepathy-qt5|0.9.4+git2-1.6.2|armv7hl||jolla|c1c583d34911c2c0b43c2c3731e4e0d48febbd1fbcc968ca96467ab806408fa9
6082:2015-03-05 
19:53:59|install|telepathy-qt5|0.9.4+git2-1.7.2|armv7hl||jolla|7dcece67f3f83fcb847d86e9548bf34067f19a1f7d80c67e2f0139a77ea6320d
6701:2015-05-04 
21:10:50|install|telepathy-qt5|0.9.4+git2-1.6.2|armv7hl||jolla|c1c583d34911c2c0b43c2c3731e4e0d48febbd1fbcc968ca96467ab806408fa9
8154:2015-07-17 
22:29:15|install|telepathy-qt5|0.9.4+git2-1.6.5|armv7hl||jolla|04369ec62817d31d8620541bea9b57ed8de55b11327c2baffa8499ac2f212e9b


Then looking in github once again: telepathy-qt5 0.9.4+git2-1.6.2 
installed to my Jolla on 2014-12-29 is probably when the problem 
started.


Chris



Am 2015-08-12 07:12, schrieb christopher.l...@thurweb.ch:

Hi Matt

thanks for taking the time to have a look as well.

In the meantime I have opened a bug report in the mer / nemomobile
bugzila https://bugs.nemomobile.org/show_bug.cgi?id=847.

Our of pure academic interest I am curious to find out the change
history of the telepathy packages installed on the device - to see
which update "broke" the interface between the 2 packages.

On a more practical vein, given that the Jolla SMS app also uses
Telepathy, and is able to send SMSes, it must be taking a different
route through the Telepathy code: so I am now digging through the
nemo-qml-plugin-messages to better understand this.

They seem to use the textChannel.send() method, whereas I was using
the contactMessenger.sendMessage()

Chris



___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org


Re: [SailfishDevel] Sending SMS via Telepathy: Error "Channel Dispatcher .. does not support interface CD.I.Messages"

2015-08-11 Thread christopher . lamb

Am 2015-08-12 04:52, schrieb Matthew Vogt:

Hi Chris.
Although I can't speak with any authority on Telepathy, I agree with
your assessment.

I think that nemomobile issues are handled using the Mer bugzilla
these days, at https://bugs.merproject.org/

Thanks,
Matt

From: devel-boun...@lists.sailfishos.org
[devel-boun...@lists.sailfishos.org] on behalf of
christopher.l...@thurweb.ch [christopher.l...@thurweb.ch]
Sent: Wednesday, August 12, 2015 1:09 AM
To: devel@lists.sailfishos.org
Subject: Re: [SailfishDevel] Sending SMS via Telepathy: Error "Channel
Dispatcher .. does not support interface CD.I.Messages"

Hi Matt

Having spent some hours pouring over the nemomobile TelepathyQt /
Mission-Control code in Github, it looks to me like
TelepathyQt and MissionControl master branches are out of sync (and
hence the packages on my Jolla will also be out of sync).

https://github.com/nemomobile-packages/telepathy-mission-control/tree/master/telepathy-mission-control/xml
still has the interface in draft form
(Channel_Dispatcher_Interface_Messages_DRAFT.xml), but in TelepathyQt
the equivalent is now Channel_Dispatcher_Interface_Messages1.xml (i.e.
"undrafted").

I have also had a peek in the collabora git for
telepathy-mission-control, and find these 2 commits that undraft the
interface on the mission-control side.

Hi Matt

thanks for taking the time to have a look as well.

In the meantime I have opened a bug report in the mer / nemomobile 
bugzila https://bugs.nemomobile.org/show_bug.cgi?id=847.


Our of pure academic interest I am curious to find out the change 
history of the telepathy packages installed on the device - to see which 
update "broke" the interface between the 2 packages.


On a more practical vein, given that the Jolla SMS app also uses 
Telepathy, and is able to send SMSes, it must be taking a different 
route through the Telepathy code: so I am now digging through the 
nemo-qml-plugin-messages to better understand this.


They seem to use the textChannel.send() method, whereas I was using the 
contactMessenger.sendMessage()


Chris



https://git.collabora.com/cgit/freedesktop.org-mirror/telepathy/telepathy-mission-control.git/commit/?id=ba72fef52e9769e3da6b7f4dddbb8ffdc1cecdde
https://git.collabora.com/cgit/freedesktop.org-mirror/telepathy/telepathy-mission-control.git/commit/?id=d24d5591801b9b874cc328c7d516a86e50a1bc2e

I guess that the Telepathy modules previously on my device both had the
interface in DRAFT form which explains why the code previously worked.

What is the best way of reporting this? https://bugs.nemomobile.org/ ?

Chris


Am 2015-08-10 02:15, schrieb Matthew Vogt:

Mission control appears to implement the
"org.freedesktop.Telepathy.ChannelDispatcher.Interface.Messages1"
interface now - see:

https://github.com/nemomobile-packages/telepathy-qt/commit/6f0177bc024f3f7bce94c0abc283fba1c3b8a0d1

Perhaps your telepathy-qt packages and your telepathy-mission-control
packages are not in sync?

Thanks,
Matt



___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to 
devel-unsubscr...@lists.sailfishos.org

___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to 
devel-unsubscr...@lists.sailfishos.org

___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org


Re: [SailfishDevel] Sending SMS via Telepathy: Error "Channel Dispatcher .. does not support interface CD.I.Messages"

2015-08-11 Thread Matthew Vogt
Hi Chris.
Although I can't speak with any authority on Telepathy, I agree with your 
assessment.

I think that nemomobile issues are handled using the Mer bugzilla these days, 
at https://bugs.merproject.org/

Thanks,
Matt

From: devel-boun...@lists.sailfishos.org [devel-boun...@lists.sailfishos.org] 
on behalf of christopher.l...@thurweb.ch [christopher.l...@thurweb.ch]
Sent: Wednesday, August 12, 2015 1:09 AM
To: devel@lists.sailfishos.org
Subject: Re: [SailfishDevel] Sending SMS via Telepathy: Error "Channel 
Dispatcher .. does not support interface CD.I.Messages"

Hi Matt

Having spent some hours pouring over the nemomobile TelepathyQt /
Mission-Control code in Github, it looks to me like
TelepathyQt and MissionControl master branches are out of sync (and
hence the packages on my Jolla will also be out of sync).

https://github.com/nemomobile-packages/telepathy-mission-control/tree/master/telepathy-mission-control/xml
still has the interface in draft form
(Channel_Dispatcher_Interface_Messages_DRAFT.xml), but in TelepathyQt
the equivalent is now Channel_Dispatcher_Interface_Messages1.xml (i.e.
"undrafted").

I have also had a peek in the collabora git for
telepathy-mission-control, and find these 2 commits that undraft the
interface on the mission-control side.

https://git.collabora.com/cgit/freedesktop.org-mirror/telepathy/telepathy-mission-control.git/commit/?id=ba72fef52e9769e3da6b7f4dddbb8ffdc1cecdde
https://git.collabora.com/cgit/freedesktop.org-mirror/telepathy/telepathy-mission-control.git/commit/?id=d24d5591801b9b874cc328c7d516a86e50a1bc2e

I guess that the Telepathy modules previously on my device both had the
interface in DRAFT form which explains why the code previously worked.

What is the best way of reporting this? https://bugs.nemomobile.org/ ?

Chris


Am 2015-08-10 02:15, schrieb Matthew Vogt:
> Mission control appears to implement the
> "org.freedesktop.Telepathy.ChannelDispatcher.Interface.Messages1"
> interface now - see:
>
> https://github.com/nemomobile-packages/telepathy-qt/commit/6f0177bc024f3f7bce94c0abc283fba1c3b8a0d1
>
> Perhaps your telepathy-qt packages and your telepathy-mission-control
> packages are not in sync?
>
> Thanks,
> Matt


___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org


Re: [SailfishDevel] Sending SMS via Telepathy: Error "Channel Dispatcher .. does not support interface CD.I.Messages"

2015-08-11 Thread christopher . lamb

Hi Matt

Having spent some hours pouring over the nemomobile TelepathyQt / 
Mission-Control code in Github, it looks to me like
TelepathyQt and MissionControl master branches are out of sync (and 
hence the packages on my Jolla will also be out of sync).


https://github.com/nemomobile-packages/telepathy-mission-control/tree/master/telepathy-mission-control/xml 
still has the interface in draft form 
(Channel_Dispatcher_Interface_Messages_DRAFT.xml), but in TelepathyQt 
the equivalent is now Channel_Dispatcher_Interface_Messages1.xml (i.e. 
"undrafted").


I have also had a peek in the collabora git for 
telepathy-mission-control, and find these 2 commits that undraft the 
interface on the mission-control side.


https://git.collabora.com/cgit/freedesktop.org-mirror/telepathy/telepathy-mission-control.git/commit/?id=ba72fef52e9769e3da6b7f4dddbb8ffdc1cecdde
https://git.collabora.com/cgit/freedesktop.org-mirror/telepathy/telepathy-mission-control.git/commit/?id=d24d5591801b9b874cc328c7d516a86e50a1bc2e

I guess that the Telepathy modules previously on my device both had the 
interface in DRAFT form which explains why the code previously worked.


What is the best way of reporting this? https://bugs.nemomobile.org/ ?

Chris


Am 2015-08-10 02:15, schrieb Matthew Vogt:

Mission control appears to implement the
"org.freedesktop.Telepathy.ChannelDispatcher.Interface.Messages1"
interface now - see:

https://github.com/nemomobile-packages/telepathy-qt/commit/6f0177bc024f3f7bce94c0abc283fba1c3b8a0d1

Perhaps your telepathy-qt packages and your telepathy-mission-control
packages are not in sync?

Thanks,
Matt



___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org


Re: [SailfishDevel] Other programming languages for developing Harbour apps.

2015-08-11 Thread Renaud Casenave-Péré
Hi,

I have tried packaging Embedded Common-Lisp for SailfishOS and you can find the
result in openrepos.net. You also need the mer-tools repository because you also
need gcc at runtime so it is not harbour compliant but I guess it's a start…

It would be cool to also have sbcl or any other implementation but as there is
not good Qt5 bindings it won't really be of any help.

--
Renaud Casenave-Péré
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org