[Bug 621048] Re: mission-control-5 crashed with SIGSEGV in __libc_start_main()

2014-08-28 Thread Guillaume Desmottes
The only case where this could happen is if MC failed to connect to
D-Bus for some reason.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/621048

Title:
  mission-control-5 crashed with SIGSEGV in __libc_start_main()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telepathy-mission-control-5/+bug/621048/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 621048] Re: mission-control-5 crashed with SIGSEGV in __libc_start_main()

2014-08-28 Thread Guillaume Desmottes
This patch should handle this scenario more gracefully
http://cgit.freedesktop.org/telepathy/telepathy-mission-
control/commit/?h=telepathy-mission-
control-5.16id=3d3a13c561e858853af5c601373be3ea0746f58c

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/621048

Title:
  mission-control-5 crashed with SIGSEGV in __libc_start_main()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telepathy-mission-control-5/+bug/621048/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 296867]

2014-05-13 Thread Guillaume-desmottes
(In reply to comment #81)
 I've made most of the changes I wanted but haven't had time to test them
 yet. Use at own risk:
 
 http://cgit.freedesktop.org/~smcv/telepathy-gabble/log/?h=untested-otr

I did not manage to start an OTR session with this branch.
The '/otr start' command was displaying OTR:$blob in empathy-chat.

I did manage to start a session using Xavier's branch but noticed the following 
bug:
- Start an OTR session between Empathy and Pidgin
- In Pidgin using the OTR menu pick End private conversation
- Try sending a message from Empathy. The message doesn't reach Pidgin and this 
error is displayed: Your message was not sent because 
cassidy-te...@jabber.belnet.be closed their connection. Either close your 
private connection, or refresh it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/296867

Title:
  empathy needs to support OTR encryption

To manage notifications about this bug go to:
https://bugs.launchpad.net/empathy/+bug/296867/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 296867]

2014-05-09 Thread Guillaume-desmottes
(In reply to comment #54)
  trust_level_to_str(): I'd mention encrypt using OTR to be clearer and
  avoid confusion my server encryption.
 
 Fixed.

return _(The conversation is currently unencrypted.);

I'd say unencrypted with OTR to stay coherent and crystal clear.

Your branch looks good to me. I'm fine merging it to Empathy master as
soon as the Gabble branch lands.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/296867

Title:
  empathy needs to support OTR encryption

To manage notifications about this bug go to:
https://bugs.launchpad.net/empathy/+bug/296867/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 296867]

2014-05-09 Thread Guillaume-desmottes
From a (very) quick look on the Gabble branch, it seems that all the
channel messages are now sent through OTR (if built with it), even when
it has not been activated. Is that really what we want?

Also, shouldn't we use it only for contact channels?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/296867

Title:
  empathy needs to support OTR encryption

To manage notifications about this bug go to:
https://bugs.launchpad.net/empathy/+bug/296867/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 296867]

2014-05-08 Thread Guillaume-desmottes
(In reply to comment #46)
 Empathy: http://cgit.collabora.com/git/user/xclaesse/empathy.git/log/?h=otr

Ok for the first commit.

Second commit:

+   tuple = empathy_gdbus_channel_interface_otr1_get_remote_fingerprint (
+   priv-otr_proxy);
I have no idea how these new generated API work, but GVariant API are usually 
'return: (transfer full)'  that's not the case here?

+   level = empathy_gdbus_channel_interface_otr1_get_trust_level (
+   priv-otr_proxy);
I guess this returns a cached value (not a blocking call) right? What happens 
if the proxy is not ready yet? Aren't we going to treat it as a wrong level and 
update it right after?

+   g_variant_get (tuple, (s@ay), fp, NULL);
What's the 'ay' arg being ignored? Please add at least one comment.

What happens if the user doesn't trust the fingerprint. The
communication is still crypted?

+N_(/otr action: Interact with the Off-The-Record system.
Possible actions are:\n

Is there a way to check (without changing) the current trust level?

+   g_variant_get (tuple, (s@ay), NULL, fp_variant);

+   empathy_gdbus_channel_interface_otr1_call_initialize (
+   priv-otr_proxy, NULL, NULL, NULL);

How does the user know if the operation succeeded or not? Just wait for
the level update message? I think we should explicitely say if it failed
so user explicitely know the conversation is not safe.

+   g_variant_get (tuple, (s@ay), NULL, fp_variant);
I think fp_variant is leaked.

chat_command_otr() will crash/assert if one of the D-Bus API failed.
Also, shouldn't we use async API here?

trust_level_to_str(): I'd mention encrypt using OTR to be clearer and
avoid confusion my server encryption.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/296867

Title:
  empathy needs to support OTR encryption

To manage notifications about this bug go to:
https://bugs.launchpad.net/empathy/+bug/296867/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1237191]

2014-05-07 Thread Guillaume-desmottes
Created attachment 98618
wocky-jingle-info: don't try using self if it's NULL

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1237191

Title:
  telepathy-gabble crashed with SIGSEGV in stun_server_resolved_cb()

To manage notifications about this bug go to:
https://bugs.launchpad.net/telepathy-gabble/+bug/1237191/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1237191]

2014-05-07 Thread Guillaume-desmottes
(In reply to comment #2)
 Fixed for 0.18.2 and 0.19.0 (which may actually be 1.0).

And I just released 0.18.3

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1237191

Title:
  telepathy-gabble crashed with SIGSEGV in stun_server_resolved_cb()

To manage notifications about this bug go to:
https://bugs.launchpad.net/telepathy-gabble/+bug/1237191/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1237191]

2014-05-07 Thread Guillaume-desmottes
Fixed for 0.18.2 and 0.19.0 (which may actually be 1.0).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1237191

Title:
  telepathy-gabble crashed with SIGSEGV in stun_server_resolved_cb()

To manage notifications about this bug go to:
https://bugs.launchpad.net/telepathy-gabble/+bug/1237191/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 296867]

2013-10-13 Thread Guillaume-desmottes
For the record, here is a thread summarising the design issues regarding
end-to-end security in Telepathy:
http://lists.freedesktop.org/archives/telepathy/2012-June/006122.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/296867

Title:
  empathy needs to support OTR encryption

To manage notifications about this bug go to:
https://bugs.launchpad.net/empathy/+bug/296867/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 915047]

2013-03-14 Thread Guillaume-desmottes
This bug is in the top 5 of the most common empathy crash on Ubuntu (
https://errors.ubuntu.com/?package=empathy ) so I think we may have to
re-open.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/915047

Title:
  empathy-chat crashed with SIGSEGV in
  _tpl_event_queue_insert_sorted_after()

To manage notifications about this bug go to:
https://bugs.launchpad.net/empathy/+bug/915047/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1064786] Re: empathy-auth-client SIGABRT in tls_certificate_got_all_cb(): cert_data != NULL

2013-03-12 Thread Guillaume Desmottes
Forwarded to https://bugs.freedesktop.org/show_bug.cgi?id=61616

** Bug watch added: freedesktop.org Bugzilla #61616
   https://bugs.freedesktop.org/show_bug.cgi?id=61616

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1064786

Title:
  empathy-auth-client  SIGABRT in tls_certificate_got_all_cb():
  cert_data != NULL

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/1064786/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 959084] Re: empathy-chat consistently uses 9-10 % CPU

2012-10-24 Thread Guillaume Desmottes
I did some testing and this bug only appears when using Ubuntu's adium
theme so it's either a theme bug (like some js infinite loop or
something) or a webkit-gtk one. I can reproduce this bug on F17 as well.

I won't have time to investigate this issue further but the next step could do 
to try some profiling using Webkit's inspector tool:
- gsettings set org.gnome.Empathy.conversation enable-webkit-developer-tools 
true
- Open a chat with the adium theme
- Right click and select 'Inspect Element'

It would be cool if some webkit(-gtk) could take a look on this issue.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/959084

Title:
  empathy-chat consistently uses 9-10 % CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/adium-theme-ubuntu/+bug/959084/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 959084] Re: empathy-chat consistently uses 9-10 % CPU

2012-10-24 Thread Guillaume Desmottes
I don't think we use to have this bug with the previous ubuntu version.
So another useful thing to do would be to bisect through the theme
history and find which commit introduced this bug.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/959084

Title:
  empathy-chat consistently uses 9-10 % CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/adium-theme-ubuntu/+bug/959084/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1044057] Re: empathy no longer allows for extended jabber configuration

2012-10-17 Thread Guillaume Desmottes
The import code isn't run in this log. Are you sure you reset the
sanity-cleaning-number gsetting key before ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1044057

Title:
  empathy no longer allows for extended jabber configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/1044057/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1037810] Re: empathy crashed with SIGSEGV in ffi_call_SYSV()

2012-10-08 Thread Guillaume Desmottes
Fixed in Empathy 3.6.0.2

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1037810

Title:
  empathy crashed with SIGSEGV in ffi_call_SYSV()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/1037810/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1022685] Re: empathy crashed with SIGSEGV in ffi_call_SYSV()

2012-10-08 Thread Guillaume Desmottes
*** This bug is a duplicate of bug 1037810 ***
https://bugs.launchpad.net/bugs/1037810

** This bug has been marked a duplicate of bug 1037810
   empathy crashed with SIGSEGV in ffi_call_SYSV()

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1022685

Title:
  empathy crashed with SIGSEGV in ffi_call_SYSV()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/1022685/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1020317] Re: telepathy-gabble crashed with SIGSEGV in tp_base_channel_close()

2012-09-20 Thread Guillaume Desmottes
This crash is fixed in telepathy-gabble 0.16.2 (but best to update to
0.16.3).

See https://bugs.freedesktop.org/show_bug.cgi?id=53087

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1020317

Title:
  telepathy-gabble crashed with SIGSEGV in tp_base_channel_close()

To manage notifications about this bug go to:
https://bugs.launchpad.net/telepathy-gabble/+bug/1020317/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1052375] Re: The online account g-c-c interface doesn't support i18n

2012-09-18 Thread Guillaume Desmottes
Upstream Empathy bug report:
https://bugzilla.gnome.org/show_bug.cgi?id=684281

** Bug watch added: GNOME Bug Tracker #684281
   https://bugzilla.gnome.org/show_bug.cgi?id=684281

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1052375

Title:
  The online account g-c-c interface doesn't support i18n

To manage notifications about this bug go to:
https://bugs.launchpad.net/empathy/+bug/1052375/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1049504] Re: mission-control-5 crashed with SIGSEGV in g_str_hash()

2012-09-12 Thread Guillaume Desmottes
Fixed with
http://git.gnome.org/browse/empathy/commit/?id=5676e2a343460465e4439449e4d6d834f21ccdbd

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1049504

Title:
  mission-control-5 crashed with SIGSEGV in g_str_hash()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/1049504/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1049504] Re: mission-control-5 crashed with SIGSEGV in g_str_hash()

2012-09-12 Thread Guillaume Desmottes
Fixed with
http://git.gnome.org/browse/empathy/commit/?id=5676e2a343460465e4439449e4d6d834f21ccdbd

** Package changed: telepathy-mission-control-5 (Ubuntu) = empathy
(Ubuntu)

** Changed in: empathy (Ubuntu)
   Status: New = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1049504

Title:
  mission-control-5 crashed with SIGSEGV in g_str_hash()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/1049504/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1044057] Re: empathy no longer allows for extended jabber configuration

2012-09-11 Thread Guillaume Desmottes
The import code has been improved in 3.5.91.1 I'd be interested to see
the logs when trying to re-import using this version.

Could you please once 3.5.91.1 has reached Ubuntu:
- Make sure any Empathy account is configured and not empathy process is 
running (especially empathy-auth-client)
- gsettings set org.gnome.Empathy sanity-cleaning-number 0
- EMPATHY_PERSIST=1 EMPATHY_DEBUG=all G_MESSAGES_DEBUG=all 
EMPATHY_LOGFILE=/tmp/auth.log /usr/lib/empathy/empathy-auth-client
- Attach /tmp/auth.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1044057

Title:
  empathy no longer allows for extended jabber configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/1044057/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1044057] Re: empathy no longer allows for extended jabber configuration

2012-09-10 Thread Guillaume Desmottes
Actually, you can create your account using the 'simple' account widget
and then change its advanced settings later.

The real bug here is that your account has been migrated to Ubuntu Online 
Accounts but doesn't appear in the UOA panel.
Which Empathy version are you using? Could you please post the output of 
'mc-tool dump' ? (mission-control  5.13.1 needed).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1044057

Title:
  empathy no longer allows for extended jabber configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/1044057/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1043774] Re: Online accounts advanced settings panel display all labels white on grey

2012-09-10 Thread Guillaume Desmottes
I spent a lot of time investigating this and I'm pretty sure that's a
GTK+ bug. If you focus out and then focus in the window, the labels are
displayed!

By any chance, do you have an in-house Gtk+ expert that could take a
look on this really weird bug?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1043774

Title:
  Online accounts advanced settings panel display all labels white on
  grey

To manage notifications about this bug go to:
https://bugs.launchpad.net/empathy/+bug/1043774/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1044055] Re: online-accounts does not allow a way to disable a particular application

2012-09-05 Thread Guillaume Desmottes
Agreed, that's an important feature to have to be feature equivalent
with GNOME Online Account.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1044055

Title:
  online-accounts does not allow a way to disable a particular
  application

To manage notifications about this bug go to:
https://bugs.launchpad.net/online-accounts-gnome-control-center/+bug/1044055/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 958699] Re: Empathy doesn't open chat windows

2012-08-29 Thread Guillaume Desmottes
Please attach logs from empathy-debugger when you experience this bug.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/958699

Title:
  Empathy doesn't open chat windows

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/958699/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1042170] [NEW] account-plugin-* packages should depend on the right telepathy connection manager

2012-08-27 Thread Guillaume Desmottes
Public bug reported:

In bug #1035265 we split UOA plugins in different packages. That's good
but each package should depend on the relevant Telepathy connection
manager as it's unusable without having the proper telepathy backend
installed.

account-plugin-aim : telepathy-haze
account-plugin-gadugadu : telepathy-haze
account-plugin-groupwise : telepathy-haze
account-plugin-icq : telepathy-haze
account-plugin-irc  : telepathy-idle
account-plugin-jabber  : telepathy-gabble
account-plugin-mxit : telepathy-haze
account-plugin-myspace  : telepathy-haze
account-plugin-salut : telepathy-salut
account-plugin-sametime : telepathy-haze
account-plugin-sip : telepathy-rakia
account-plugin-yahoo : telepathy-haze
account-plugin-yahoojp : telepathy-haze
account-plugin-zephyr : telepathy-haze

** Affects: empathy (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1042170

Title:
  account-plugin-* packages should depend on the right telepathy
  connection manager

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/1042170/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1042231] [NEW] InstallPackageNames should not return until the package has been installed

2012-08-27 Thread Guillaume Desmottes
Public bug reported:

0.20+bzr131-0ubuntu1 on quantal.

- Call the D-Bus method InstallPackageNames() to install some package
- You are prompted asking if you want to actually install this package, accept
- You are pompted asking for your admin pass, enter it
- The InstallPackageNames method returns and the package is being installed

This method should not return until the package has actually be
installed. That's the easiest way for the application to know that the
package is now ready to be used. That's also how it's implemented in the
official implementation of PackageKit.

** Affects: sessioninstaller (Ubuntu)
 Importance: Undecided
 Status: New

** Bug watch added: GNOME Bug Tracker #682802
   https://bugzilla.gnome.org/show_bug.cgi?id=682802

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1042231

Title:
  InstallPackageNames should not return until the package has been
  installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sessioninstaller/+bug/1042231/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1042231] Re: InstallPackageNames should not return until the package has been installed

2012-08-27 Thread Guillaume Desmottes
This bug blocks the UOA Empathy integration:
https://bugzilla.gnome.org/show_bug.cgi?id=682802

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1042231

Title:
  InstallPackageNames should not return until the package has been
  installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sessioninstaller/+bug/1042231/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1035265] [NEW] Split packages of Empathy Ubuntu Online Accounts plugins

2012-08-10 Thread Guillaume Desmottes
Public bug reported:

Atm, all the Empathy UOA plugins are in the 'account-plugin-empathy'
plugin.

# dpkg -L account-plugin-empathy
/.
/usr
/usr/lib
/usr/lib/libaccount-plugin-1.0
/usr/lib/libaccount-plugin-1.0/providers
/usr/lib/libaccount-plugin-1.0/providers/libjabber.so
/usr/lib/libaccount-plugin-1.0/providers/libaim.so
/usr/lib/libaccount-plugin-1.0/providers/libirc.so
/usr/lib/libaccount-plugin-1.0/providers/libicq.so
/usr/lib/libaccount-plugin-1.0/providers/libmxit.so
/usr/lib/libaccount-plugin-1.0/providers/libzephyr.so
/usr/lib/libaccount-plugin-1.0/providers/libsametime.so
/usr/lib/libaccount-plugin-1.0/providers/liblocal-xmpp.so
/usr/lib/libaccount-plugin-1.0/providers/libsip.so
/usr/lib/libaccount-plugin-1.0/providers/libyahoo.so
/usr/lib/libaccount-plugin-1.0/providers/libyahoojp.so
/usr/lib/libaccount-plugin-1.0/providers/libmyspace.so
/usr/lib/libaccount-plugin-1.0/providers/libgadugadu.so
/usr/lib/libaccount-plugin-1.0/providers/libgroupwise.so
/usr/lib/libaccount-plugin-1.0/applications
/usr/lib/libaccount-plugin-1.0/applications/libempathy.so
/usr/share
/usr/share/accounts
/usr/share/accounts/providers
/usr/share/accounts/providers/zephyr.provider
/usr/share/accounts/providers/mxit.provider
/usr/share/accounts/providers/yahoo.provider
/usr/share/accounts/providers/local-xmpp.provider
/usr/share/accounts/providers/groupwise.provider
/usr/share/accounts/providers/sametime.provider
/usr/share/accounts/providers/myspace.provider
/usr/share/accounts/providers/sip.provider
/usr/share/accounts/providers/aim.provider
/usr/share/accounts/providers/icq.provider
/usr/share/accounts/providers/gadugadu.provider
/usr/share/accounts/providers/jabber.provider
/usr/share/accounts/providers/irc.provider
/usr/share/accounts/providers/yahoojp.provider
/usr/share/accounts/services
/usr/share/accounts/services/icq-im.service
/usr/share/accounts/services/jabber-im.service
/usr/share/accounts/services/sip-im.service
/usr/share/accounts/services/irc-im.service
/usr/share/accounts/services/aim-im.service
/usr/share/accounts/services/yahoo-im.service
/usr/share/accounts/services/groupwise-im.service
/usr/share/accounts/services/sametime-im.service
/usr/share/accounts/services/gadugadu-im.service
/usr/share/accounts/services/zephyr-im.service
/usr/share/accounts/services/mxit-im.service
/usr/share/accounts/services/yahoojp-im.service
/usr/share/accounts/services/myspace-im.service
/usr/share/accounts/services/local-xmpp-im.service
/usr/share/accounts/applications
/usr/share/accounts/applications/empathy.application
/usr/share/doc
/usr/share/doc/account-plugin-empathy
/usr/share/doc/account-plugin-empathy/copyright
/usr/share/doc/account-plugin-empathy/NEWS.gz
/usr/share/doc/account-plugin-empathy/changelog.Debian.gz
/usr/share/doc/account-plugin-empathy/TODO
/usr/share/doc/account-plugin-empathy/README
/usr/share/doc/account-plugin-empathy/changelog.gz
/usr/share/doc/account-plugin-empathy/AUTHORS

Ideally, each protocol should have its own package containing its
plugin, provider and service files. We should also make sure that each
of those package depends on the right telepathy connection manager
(jabber depending on gabble, local-xmpp on salut, etc).

The application plugin (/usr/lib/libaccount-
plugin-1.0/applications/libempathy.so) can either be a separated package
or be part of the main empathy package.

** Affects: empathy (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1035265

Title:
  Split packages of Empathy Ubuntu Online Accounts plugins

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/1035265/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1035292] [NEW] Crash trying to reload the same plugin twice

2012-08-10 Thread Guillaume Desmottes
Public bug reported:

- Install account-plugin-empathy from the PPA
- Try adding an ICQ account and hit cancel
- Try adding a Groupwise account

The control center crashes trying to re-register the plugin.

(gnome-control-center:6227): GLib-GObject-WARNING **: cannot register
existing type `EmpathyAccountsPlugin'

#0  g_logv (log_domain=0x7616f94e GLib-GObject, 
log_level=G_LOG_LEVEL_WARNING,
format=0x76177568 cannot register existing type `%s',
args1=args1@entry=0x7fffcd48) at 
/build/buildd/glib2.0-2.33.8/./glib/gmessages.c:765
#1  0x75e8f032 in g_log (log_domain=log_domain@entry=0x7616f94e 
GLib-GObject,
log_level=log_level@entry=G_LOG_LEVEL_WARNING, format=optimized out)
at /build/buildd/glib2.0-2.33.8/./glib/gmessages.c:792
#2  0x761660c5 in check_type_name_I (
type_name=type_name@entry=0x7fffc24cc8af EmpathyAccountsPlugin)
at /build/buildd/glib2.0-2.33.8/./gobject/gtype.c:743
#3  0x7616618b in g_type_register_static (parent_type=93825000817792,
type_name=0x7fffc24cc8af EmpathyAccountsPlugin, 
info=info@entry=0x7fffce80,
flags=flags@entry=0) at /build/buildd/glib2.0-2.33.8/./gobject/gtype.c:2725
#4  0x7616639d in g_type_register_static_simple (parent_type=optimized 
out,
type_name=optimized out, class_size=optimized out, 
class_init=optimized out,
instance_size=optimized out, instance_init=optimized out, flags=0)
at /build/buildd/glib2.0-2.33.8/./gobject/gtype.c:2693
#5  0x7fffc22c5c34 in empathy_accounts_plugin_get_type () at 
empathy-accounts-plugin.c:29
#6  0x7fffcd6d270c in ap_client_load_plugin (account=0x55dea290)
at libaccount-plugin/client.c:90
#7  0x7fffcdb0221d in cc_credentials_authorization_page_set_account 
(self=0x55ca27e0,
value=value@entry=0x55dea290) at 
src/cc-credentials-authorization-page.c:403
#8  0x7fffcdb034c2 in 
cc_credentials_preferences_on_accounts_page_new_account_request (
provider_name=optimized out, self=0x55929740) at 
src/cc-credentials-preferences.c:298
#9  
_cc_credentials_preferences_on_accounts_page_new_account_request_cc_credentials_accounts_page_new_account_request
 (_sender=optimized out, provider_name=optimized out,
self=0x55929740) at src/cc-credentials-preferences.c:447
#10 0x76148f37 in g_cclosure_marshal_VOID__STRINGv 
(closure=0x55cc1800,
return_value=optimized out, instance=0x55bb1360, args=optimized out,
marshal_data=optimized out, n_params=optimized out, 
param_types=0x559305d0)
at /build/buildd/glib2.0-2.33.8/./gobject/gmarshal.c:1004
#11 0x76146307 in _g_closure_invoke_va (closure=0x55cc1800, 
return_value=0x0,
instance=0x55bb1360, args=0x7fffd318, n_params=1, 
param_types=0x559305d0)
at /build/buildd/glib2.0-2.33.8/./gobject/gclosure.c:840
#12 0x7615faa8 in g_signal_emit_valist 
(instance=instance@entry=0x55bb1360,
signal_id=signal_id@entry=302, detail=detail@entry=0,
var_args=var_args@entry=0x7fffd318)
at /build/buildd/glib2.0-2.33.8/./gobject/gsignal.c:3211
#13 0x761606f0 in g_signal_emit_by_name (instance=0x55bb1360,
detailed_signal=0x7fffcdb09e85 new-account-request)
at /build/buildd/glib2.0-2.33.8/./gobject/gsignal.c:3393
#14 0x76148f37 in g_cclosure_marshal_VOID__STRINGv 
(closure=0x55cbb8c0,
return_value=optimized out, instance=0x55bb15a0, args=optimized out,
marshal_data=optimized out, n_params=optimized out, 
param_types=0x55c23c70)
at /build/buildd/glib2.0-2.33.8/./gobject/gmarshal.c:1004
#15 0x76146307 in _g_closure_invoke_va (closure=0x55cbb8c0, 
return_value=0x0,
instance=0x55bb15a0, args=0x7fffd7c8, n_params=1, 
param_types=0x55c23c70)
at /build/buildd/glib2.0-2.33.8/./gobject/gclosure.c:840
#16 0x7615faa8 in g_signal_emit_valist 
(instance=instance@entry=0x55bb15a0,
signal_id=signal_id@entry=310, detail=detail@entry=0,
var_args=var_args@entry=0x7fffd7c8)
at /build/buildd/glib2.0-2.33.8/./gobject/gsignal.c:3211
#17 0x761606f0 in g_signal_emit_by_name 
(instance=instance@entry=0x55bb15a0,
detailed_signal=detailed_signal@entry=0x7fffcdb09e85 new-account-request)
at /build/buildd/glib2.0-2.33.8/./gobject/gsignal.c:3393
#18 0x7fffcdb0571c in 
cc_credentials_providers_page_add_account_for_current_selection (
self=self@entry=0x55bb15a0, 
providers_tree=providers_tree@entry=0x55c00390)
at src/cc-credentials-providers-page.c:674
#19 0x7fffcdb05880 in 
cc_credentials_providers_page_on_providers_tree_button_press_event (
event=optimized out, widget=optimized out, self=0x55bb15a0)
at src/cc-credentials-providers-page.c:738
#20 
_cc_credentials_providers_page_on_providers_tree_button_press_event_gtk_widget_button_press_event
 (_sender=_sender@entry=0x55c00390, event=optimized out,
self=self@entry=0x55bb15a0) at 

[Bug 1020317]

2012-08-09 Thread Guillaume-desmottes
Created attachment 65271
Other trace

Here is another trace when Gabble crashed because of a SSO auth error
(the token expired).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1020317

Title:
  telepathy-gabble crashed with SIGSEGV in tp_base_channel_close()

To manage notifications about this bug go to:
https://bugs.launchpad.net/telepathy-gabble/+bug/1020317/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1026629] Re: empathy-chat crashed with SIGSEGV in empathy_adium_path_is_valid()

2012-07-20 Thread Guillaume Desmottes
I commented on the upstream bug (
https://bugzilla.gnome.org/show_bug.cgi?id=680303 ) would be cool if
someone experiencing the crash could provide the info there.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1026629

Title:
  empathy-chat crashed with SIGSEGV in empathy_adium_path_is_valid()

To manage notifications about this bug go to:
https://bugs.launchpad.net/empathy/+bug/1026629/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1026629] Re: empathy-chat crashed with SIGSEGV in empathy_adium_path_is_valid()

2012-07-20 Thread Guillaume Desmottes
I'm pretty sure that's a packaging issue, see
https://bugzilla.gnome.org/show_bug.cgi?id=680303#c2

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1026629

Title:
  empathy-chat crashed with SIGSEGV in empathy_adium_path_is_valid()

To manage notifications about this bug go to:
https://bugs.launchpad.net/empathy/+bug/1026629/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 540536]

2012-07-02 Thread Guillaume-desmottes
*** Bug 34111 has been marked as a duplicate of this bug. ***

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/540536

Title:
  Empathy does not support AIM buddy chat

To manage notifications about this bug go to:
https://bugs.launchpad.net/telepathy-haze/+bug/540536/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 966556] Re: Share Desktop with Empathy need before to go to Share your Desktop

2012-05-02 Thread Guillaume Desmottes
This is https://bugzilla.gnome.org/show_bug.cgi?id=651960 which I fixed
upstream.

** Bug watch added: GNOME Bug Tracker #651960
   https://bugzilla.gnome.org/show_bug.cgi?id=651960

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/966556

Title:
  Share Desktop with Empathy need before to go to Share your Desktop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/966556/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 934394] Re: can't use share my desktop option in empathy

2012-05-02 Thread Guillaume Desmottes
This is https://bugzilla.gnome.org/show_bug.cgi?id=651960 which I fixed
upstream.


** Bug watch added: GNOME Bug Tracker #651960
   https://bugzilla.gnome.org/show_bug.cgi?id=651960

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/934394

Title:
  can't use share my desktop option in empathy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/934394/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 966556] Re: Share Desktop with Empathy need before to go to Share your Desktop

2012-05-02 Thread Guillaume Desmottes
That's fixed in vino master, not yet released.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/966556

Title:
  Share Desktop with Empathy need before to go to Share your Desktop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/966556/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 966556] Re: Share Desktop with Empathy need before to go to Share your Desktop

2012-05-02 Thread Guillaume Desmottes
That's Ubuntu's choice. They can backport my fix to the vino package if
they want to.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/966556

Title:
  Share Desktop with Empathy need before to go to Share your Desktop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/966556/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 640554] Re: Kernel crashes when trying to connect a telepathy-salut account using my test user

2012-04-10 Thread Guillaume Desmottes
I'm not using Ubuntu anymore so can't test with it. But I can't
reproduce this crash anymore with Linux 3.3.0-8.fc16.x86_64

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/640554

Title:
  Kernel crashes when trying to connect a telepathy-salut account using
  my test user

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/640554/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 912454] Re: Blank incoming messages

2012-03-08 Thread Guillaume Desmottes
I receveid a log of this bug but it appeared to be a telepathy-butterfly
bug. I suggest you to switch to telepathy-haze instead as butterfly is
not supported any more.

If you manage to reproduce it with another connection manager please
mail me dbus-monitor logs.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/912454

Title:
  Blank incoming messages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/912454/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 907739]

2012-02-23 Thread Guillaume-desmottes
Merged to master; will be in 0.15.4.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/907739

Title:
  empathy cannot call to android phones

To manage notifications about this bug go to:
https://bugs.launchpad.net/telepathy-gabble/+bug/907739/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 304889] Re: Does not use system proxy settings

2011-11-30 Thread Guillaume Desmottes
Le mercredi 30 novembre 2011 à 15:55 +, Felipe Contreras a écrit :
 * telepathy-haze
 
 This works fine.

Stop claiming that switching to Haze is the solution of all the world's
problems. Haze can be an option for protocols not having a proper CM but
it would be completely stupid to switch to it for XMPP: no call, no file
transfer, no muc, no desktop sharing...


 
 * telepathy-butterfly
 
 It uses papyon, which looks like it's going to be discontinued. It has
 basic proxy support, but it's not done through GIO, as it probably
 should be.

I agree that Haze could be used. Actually we're going to switch to Haze
for MSN accounts in 3.4 as butterfly (and the other Python CMs) are not
properly maintained and lake all the recent Telepathy APIs.

 * telepathy-gabble
 
 Seems to have proxy support  through GIO, but there are issues.

Which issues exactly? Are there in Gabble? in GIO?

 * telepathy-idle
 
 No proxy support on the horizon.

Idle has switched to GIO (fdo #37145) so SHOULD be at the same state as
Gabble.

 * telepathy-rakia
 
 No proxy support on the horizon.  Or bug report about it.

Please feel free to open one.

 * telepathy-sunshine
 
 No proxy support on the horizon.  Or bug report about it.

Same as Butterfly.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/304889

Title:
  Does not use system proxy settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/empathy/+bug/304889/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 828802] Re: empathy crashed with SIGSEGV in __memcpy_ssse3()

2011-08-19 Thread Guillaume Desmottes
ls -l
/home/username/.cache/telepathy/avatars/gabble/jabber/de0a606f4e61733076fe1f86f3588b4186276e58

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/828802

Title:
  empathy crashed with SIGSEGV in __memcpy_ssse3()

To manage notifications about this bug go to:
https://bugs.launchpad.net/empathy/+bug/828802/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 726842] Re: empathy-auth-client crashed with SIGSEGV in g_closure_invalidate()

2011-08-03 Thread Guillaume Desmottes
Actually that was an Empathy bug which has been fixed yesterday :
https://bugzilla.gnome.org/show_bug.cgi?id=655788

** Bug watch added: GNOME Bug Tracker #655788
   https://bugzilla.gnome.org/show_bug.cgi?id=655788

** Also affects: empathy via
   https://bugzilla.gnome.org/show_bug.cgi?id=655788
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/726842

Title:
  empathy-auth-client crashed with SIGSEGV in g_closure_invalidate()

To manage notifications about this bug go to:
https://bugs.launchpad.net/empathy/+bug/726842/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 726842] Re: empathy-auth-client crashed with SIGSEGV in g_closure_invalidate()

2011-05-05 Thread Guillaume Desmottes
We didn't receive any dup of this bug since a while and no one from the
Empathy team is experiencing it any more.

I'm closing it for now but please do reopen if you reproduce the crash
on a recent system.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/726842

Title:
  empathy-auth-client crashed with SIGSEGV in g_closure_invalidate()

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 771701] [NEW] Very hard to see the selected tab in gnome-terminal with the ambiance theme

2011-04-27 Thread Guillaume Desmottes
Public bug reported:

Binary package hint: light-themes

Since a recent update, it's now almost impossible for me to see which
tab is selected in gnome-terminal.

See http://people.collabora.co.uk/~cassidy/gnome-terminal.png

** Affects: light-themes (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/771701

Title:
  Very hard to see the selected tab in gnome-terminal with the ambiance
  theme

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 706931] Re: repeated asking to verify a certificate. enough already, I already approved it!!

2011-04-13 Thread Guillaume Desmottes
Facebook is because of https://bugzilla.gnome.org/show_bug.cgi?id=647635

** Bug watch added: GNOME Bug Tracker #647635
   https://bugzilla.gnome.org/show_bug.cgi?id=647635

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/706931

Title:
  repeated asking to verify a certificate. enough already, I already
  approved it!!

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 757373] [NEW] password-prompt param should be in the manager file

2011-04-11 Thread Guillaume Desmottes
Public bug reported:

Binary package hint: telepathy-idle

Try the following:
- Start empathy and try to add a new IRC account
- Set a password in the password field

Empathy can't create the account because MC claims that Idle doesn't
implement password-prompt. Actually Idle does, but his manager file
claims it doesn't.

This is fixed by http://cgit.freedesktop.org/telepathy/telepathy-
idle/commit/?id=5ba26dc936622ff1a70578833c688983b09a6bfb

I'll try to have an Idle release out ASAP, but you may prefer to only
backport this patch.

** Affects: telepathy-idle (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/757373

Title:
  password-prompt param should be in the manager file

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 757373] Re: password-prompt param should be in the manager file

2011-04-11 Thread Guillaume Desmottes
This bug is also fixed in telepathy-idle 0.1.9.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/757373

Title:
  password-prompt param should be in the manager file

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 748949] Re: empathy crashs with SIGSEGV in event_manager_add() on status events

2011-04-04 Thread Guillaume Desmottes
*** This bug is a duplicate of bug 748535 ***
https://bugs.launchpad.net/bugs/748535

** This bug has been marked a duplicate of bug 748535
   empathy crashed with SIGSEGV in event_manager_add
 * You can subscribe to bug 748535 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/748535/+subscribe

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/748949

Title:
  empathy crashs with SIGSEGV in event_manager_add() on status events

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 748535] Re: empathy crashed with SIGSEGV in event_manager_add

2011-04-04 Thread Guillaume Desmottes
Fixed in
http://git.gnome.org/browse/empathy/commit/?h=gnome-2-34id=73d8a18c6def748d78e91f0dda1145771c620b53

Someone should backport this patch to the package.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/748535

Title:
  empathy crashed with SIGSEGV in event_manager_add

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 724978] [NEW] Should use tp_account_manager_dup()

2011-02-25 Thread Guillaume Desmottes
Public bug reported:

/* the daemon is used to communicate via DBus */
daemon = tp_dbus_daemon_dup(error);

if (daemon == NULL)
{
g_debug(Cannot create DBus daemon: %s\n, error-message);
g_error_free(error);
return;
}

priv-manager = TP_ACCOUNT_MANAGER (g_object_new 
(TP_TYPE_ACCOUNT_MANAGER,
dbus-daemon, daemon,
dbus-connection, ((TpProxy *) daemon)-dbus_connection,
bus-name, org.freedesktop.Telepathy.AccountManager,
object-path, /org/freedesktop/Telepathy/AccountManager,
NULL));


Any reason to not use tp_account_manager_dup()? That would make this code much 
simpler.

** Affects: indicator-me
 Importance: Undecided
 Status: New

** Affects: indicator-me (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: indicator-me (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/724978

Title:
  Should use tp_account_manager_dup()

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 715821] [NEW] Sync glib-networking from Debian

2011-02-09 Thread Guillaume Desmottes
Public bug reported:

glib-networking is now packaged in Debian. Having it in Ubuntu would be
the first step to support proxies in Telepathy (bug #304889).

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/715821

Title:
  Sync glib-networking from Debian

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 304889] Re: Does not use system proxy settings

2011-02-09 Thread Guillaume Desmottes
I opened bug #715821 about syncing glib-networking from Debian.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/304889

Title:
  Does not use system proxy settings

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 304889] Re: Does not use system proxy settings

2010-12-23 Thread Guillaume Desmottes
Wocky implements HTTP proxy, so it should work fine with recent Gabble
if libproxy is properly configured.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/304889

Title:
  Does not use system proxy settings

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 686819] Re: empathy assert failure: *** glibc detected *** empathy: double free or corruption (fasttop): 0x0000000001acb690 ***

2010-12-08 Thread Guillaume Desmottes
Looking at the trace I don't see any reason why this code would fail so
I suspect a memory corruption. Can you reproduce this crash? Any chance
to get a valgrind log?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/686819

Title:
  empathy assert failure: *** glibc detected *** empathy: double free or 
corruption (fasttop): 0x01acb690 ***

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 663535] Re: Extreme poor Video Quality in Empathy (jabber)

2010-11-17 Thread Guillaume Desmottes
I tested empathy - empathy with both the libx264 fixes. The received
video was switching between a few seconds of good image and then some
grey shit. That could be because of
https://bugzilla.gnome.org/show_bug.cgi?id=635020

I'd say to go for it because it's probably not related to libx264 and
that's a general improvement any way.

** Bug watch added: GNOME Bug Tracker #635020
   https://bugzilla.gnome.org/show_bug.cgi?id=635020

-- 
Extreme poor Video Quality in Empathy (jabber)
https://bugs.launchpad.net/bugs/663535
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 418935] Re: gnutls can't negotiate tls connection to webex connect (empathy vs pidgin regression)

2010-11-12 Thread Guillaume Desmottes
Could you please retry using Ubuntu 10.10 ? We've done lot of
improvements regarding TLS in telepathy-gabble. If it still don't work,
please open a bug on bugs.freedesktop.org : telepathy-gabble.

-- 
gnutls can't negotiate tls connection to webex connect (empathy vs pidgin 
regression)
https://bugs.launchpad.net/bugs/418935
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 668226] Re: Completed file transfer shows partial completion percentage

2010-11-02 Thread Guillaume Desmottes
Which protocol was used? Jabber? MSN? Link-local?

-- 
Completed file transfer shows partial completion percentage
https://bugs.launchpad.net/bugs/668226
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 668226] Re: Completed file transfer shows partial completion percentage

2010-11-02 Thread Guillaume Desmottes
Did you observe this bug with other protocols or only MSN?

-- 
Completed file transfer shows partial completion percentage
https://bugs.launchpad.net/bugs/668226
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 663535] Re: Extreme poor Video Quality in Empathy (jabber)

2010-11-02 Thread Guillaume Desmottes
** Bug watch added: GNOME Bug Tracker #633809
   https://bugzilla.gnome.org/show_bug.cgi?id=633809

** Also affects: empathy via
   https://bugzilla.gnome.org/show_bug.cgi?id=633809
   Importance: Unknown
   Status: Unknown

-- 
Extreme poor Video Quality in Empathy (jabber)
https://bugs.launchpad.net/bugs/663535
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 663535] Re: Extreme poor Video Quality in Empathy (jabber)

2010-11-02 Thread Guillaume Desmottes
As said in the upstream bug (
https://bugzilla.gnome.org/show_bug.cgi?id=633809 ) that's actually a
libx264 bug.

Our options are:

A) Fix libx264 :
http://git.videolan.org/?p=x264.git;a=commitdiff;h=3d0d9cda1d39239e9f388fe1fce29c9212d0273c
and
http://git.videolan.org/?p=x264.git;a=commitdiff;h=5f104e9957cc4b69f7197fecf93648a0e2ae0e59

B) Get the workaround in gst ugly :
http://cgit.freedesktop.org/gstreamer/gst-plugins-
ugly/commit/?id=6f2db739aed240d080b6a9cfe28ac1ec6d2c753c

C) Disable the setting in Empathy.

C) isn't great as it will re-introduce the big latency and can break
interop with other clients.

-- 
Extreme poor Video Quality in Empathy (jabber)
https://bugs.launchpad.net/bugs/663535
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 664017] Re: empathy-auth-client crashed with SIGABRT in dbus_g_connection_register_g_object()

2010-10-21 Thread Guillaume Desmottes
Looks like a memory corruption. Could you please run /usr/lib/empathy
/empathy-auth-client with valgrind and attach logs please?

Start it using:

G_SLICE=always-malloc G_DEBUG=gc-friendly valgrind --tool=memcheck
--leak-check=full --leak-resolution=high --num-callers=20
/usr/lib/empathy/empathy-auth-client

-- 
empathy-auth-client crashed with SIGABRT in 
dbus_g_connection_register_g_object()
https://bugs.launchpad.net/bugs/664017
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 652944] Re: All my ICQ contacts have a webcam icon next to them in Empathy

2010-10-18 Thread Guillaume Desmottes
Fixed upstream with this patch:
http://git.Collabora.co.uk/?p=telepathy-haze.git;a=commitdiff;h=924fa3d90eb1a4949e431b0bd6284071f0d5b38b

you should probably backport it to Maverick.

-- 
All my ICQ contacts have a webcam icon next to them in Empathy
https://bugs.launchpad.net/bugs/652944
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 652944] Re: Every icq contaсt says that it have a webcam

2010-10-04 Thread Guillaume Desmottes
Do you mean All my ICQ contacts have a webcam icon next to them in Empathy or
When connected using Empathy, my ICQ contacts say that I have a webcam icon.
If that's the latter, which client are these contacts using?

-- 
Every icq contaсt says that it have a webcam
https://bugs.launchpad.net/bugs/652944
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 649755] [NEW] libgjs0 not installable any more on Lucid

2010-09-28 Thread Guillaume Desmottes
Public bug reported:

Binary package hint: gjs

r...@cass-x200s:~ # apt-get install libgjs0
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  libgjs0: Depends: xulrunner-1.9.2 (= 1.9.2.9~) but 
1.9.2.10+build1+nobinonly-0ubuntu0.10.04.1 is to be installed
E: Broken packages

r...@cass-x200s:~ # apt-cache policy libgjs0
libgjs0:
  Installed: (none)
  Candidate: 0.5-1ubuntu2.2
  Version table:
 0.5-1ubuntu2.2 0
500 http://gb.archive.ubuntu.com/ubuntu/ lucid-updates/universe Packages
100 /var/lib/dpkg/status
 0.5-1ubuntu2 0
500 http://gb.archive.ubuntu.com/ubuntu/ lucid/universe Packages

r...@cass-x200s:~ # apt-cache policy xulrunner-1.9.2
xulrunner-1.9.2:
  Installed: 1.9.2.10+build1+nobinonly-0ubuntu0.10.04.1
  Candidate: 1.9.2.10+build1+nobinonly-0ubuntu0.10.04.1
  Version table:
 *** 1.9.2.10+build1+nobinonly-0ubuntu0.10.04.1 0
500 http://gb.archive.ubuntu.com/ubuntu/ lucid-updates/main Packages
500 http://security.ubuntu.com/ubuntu/ lucid-security/main Packages
100 /var/lib/dpkg/status
 1.9.2.3+nobinonly-0ubuntu2 0
500 http://gb.archive.ubuntu.com/ubuntu/ lucid/main Packages

** Affects: gjs (Ubuntu)
 Importance: Undecided
 Status: New

-- 
libgjs0 not installable any more on Lucid
https://bugs.launchpad.net/bugs/649755
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 531838] Re: telepathy-gabble crashed with SIGSEGV in g_main_context_dispatch()

2010-09-21 Thread Guillaume Desmottes
This code dissappeared when we switched from Loudmouth to Wocky (Gabble
0.9) so that shouldn't be an issue any more.

** Changed in: telepathy-gabble (Ubuntu)
   Status: Incomplete = Fix Released

-- 
telepathy-gabble crashed with SIGSEGV in g_main_context_dispatch()
https://bugs.launchpad.net/bugs/531838
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 444699] Re: telepathy-gabble assert failure: gabble:ERROR:request-pipeline.c:205:gabble_request_pipeline_item_cancel: assertion failed: (item-timer_id != 0)

2010-09-21 Thread Guillaume Desmottes
I'm pretty sure this has been fixed since a while.

** Changed in: telepathy-gabble (Ubuntu)
   Status: Incomplete = Fix Released

-- 
telepathy-gabble assert failure: 
gabble:ERROR:request-pipeline.c:205:gabble_request_pipeline_item_cancel: 
assertion failed: (item-timer_id != 0)
https://bugs.launchpad.net/bugs/444699
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 351400] Re: telepathy-gabble crashed with SIGSEGV in lm_connection_unref()

2010-09-21 Thread Guillaume Desmottes
The crash has been fixed as we don't use Loudmouth any more. Please open
another bug if you still can't connect to your server using Maverick.

** Changed in: telepathy-gabble (Ubuntu)
   Status: Incomplete = Fix Released

-- 
telepathy-gabble crashed with SIGSEGV in lm_connection_unref()
https://bugs.launchpad.net/bugs/351400
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 640180] Re: telepathy-gabble crashed with SIGSEGV in g_object_newv()

2010-09-21 Thread Guillaume Desmottes
** Changed in: telepathy-gabble (Ubuntu)
   Status: New = Fix Committed

-- 
telepathy-gabble crashed with SIGSEGV in g_object_newv()
https://bugs.launchpad.net/bugs/640180
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 623979] Re: telepathy-glib fails to build on armel due to two unsuccessfull selftests

2010-09-21 Thread Guillaume Desmottes
Still an issue with 0.12.0 ?

-- 
telepathy-glib fails to build on armel due to two unsuccessfull selftests
https://bugs.launchpad.net/bugs/623979
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 593477] Re: Use VP8/WebM as the default video codec/format

2010-09-21 Thread Guillaume Desmottes
telepathy-gabble is not involved in this.

** Changed in: telepathy-gabble
   Status: New = Invalid

-- 
Use VP8/WebM as the default video codec/format
https://bugs.launchpad.net/bugs/593477
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 593477] Re: Use VP8/WebM as the default video codec/format

2010-09-21 Thread Guillaume Desmottes
Empathy is already ready for this. We just need a VP8
payloader/depayloader in GStreamer.

** Changed in: empathy
   Status: New = Fix Released

** Changed in: telepathy-gabble (Ubuntu)
   Status: New = Invalid

** Changed in: empathy (Ubuntu)
   Status: Invalid = Fix Released

-- 
Use VP8/WebM as the default video codec/format
https://bugs.launchpad.net/bugs/593477
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 565749] Re: telepathy-gabble using up 100% of CPU after network went down

2010-09-21 Thread Guillaume Desmottes
Is that still an issue with telepathy-gabble 0.10.0 ?

-- 
telepathy-gabble using up 100% of CPU after network went down
https://bugs.launchpad.net/bugs/565749
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 640180] Re: telepathy-gabble crashed with SIGSEGV in g_object_newv()

2010-09-21 Thread Guillaume Desmottes
Should be fixed in 0.10.0

-- 
telepathy-gabble crashed with SIGSEGV in g_object_newv()
https://bugs.launchpad.net/bugs/640180
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257190] Re: Setting status to 'Hidden' changes status to 'Busy' instead

2010-09-21 Thread Guillaume Desmottes
I think this should be fixed in 0.10.0

-- 
Setting status to 'Hidden' changes status to 'Busy' instead
https://bugs.launchpad.net/bugs/257190
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 640554] [NEW] Kernel crashes when trying to connect a telepathy-salut account using my test user

2010-09-16 Thread Guillaume Desmottes
Public bug reported:

Each time I try to connect a telepathy-salut account (People Nearby) having 
an avatar, my whole system freeze. I tried kerneloops but it didn't catch 
anything.
I managed to get a picture of the crash in a terminal (see attachement).

Let me know how I can grab more info as I can easily reproduce this.

Note that you need telepathy-salut 0.3.13 to be able to set an avatar
with latest Empathy release but it's not packaged in Ubuntu atm.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: linux-image-2.6.32-24-generic 2.6.32-24.42
Regression: Yes
Reproducible: Yes
ProcVersionSignature: Ubuntu 2.6.32-24.42-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic x86_64
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
Architecture: amd64
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf292 irq 17'
   Mixer name   : 'Conexant CX20561 (Hermosa)'
   Components   : 'HDA:14f15051,17aa20ff,0010'
   Controls  : 14
   Simple ctrls  : 7
Card1.Amixer.info:
 Card hw:1 'Headset'/'Logitech Logitech USB Headset at usb-:00:1a.7-5.4, 
full speed'
   Mixer name   : 'USB Mixer'
   Components   : 'USB046d:0a0c'
   Controls  : 6
   Simple ctrls  : 2
Card29.Amixer.info:
 Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw 
7XHT21WW-1.03'
   Mixer name   : 'ThinkPad EC 7XHT21WW-1.03'
   Components   : ''
   Controls  : 1
   Simple ctrls  : 1
Card29.Amixer.values:
 Simple mixer control 'Console',0
   Capabilities: pswitch pswitch-joined penum
   Playback channels: Mono
   Mono: Playback [on]
Date: Thu Sep 16 16:31:44 2010
HibernationDevice: RESUME=/dev/mapper/cass--x200s-swap
MachineType: LENOVO 74663RG
ProcCmdLine: root=/dev/mapper/cass--x200s-root ro quiet splash quiet
ProcEnviron:
 PATH=(custom, user)
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
RelatedPackageVersions: linux-firmware 1.34.1
SourcePackage: linux
WpaSupplicantLog:
 
dmi.bios.date: 02/13/2009
dmi.bios.vendor: LENOVO
dmi.bios.version: 6DET40WW (2.04 )
dmi.board.name: 74663RG
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr6DET40WW(2.04):bd02/13/2009:svnLENOVO:pn74663RG:pvrThinkPadX200s:rvnLENOVO:rn74663RG:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 74663RG
dmi.product.version: ThinkPad X200s
dmi.sys.vendor: LENOVO

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lucid needs-upstream-testing networking 
regression-potential

-- 
Kernel crashes when trying to connect a telepathy-salut account using my test 
user
https://bugs.launchpad.net/bugs/640554
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 640554] Re: Kernel crashes when trying to connect a telepathy-salut account using my test user

2010-09-16 Thread Guillaume Desmottes

** Attachment added: AlsaDevices.txt
   
https://bugs.launchpad.net/bugs/640554/+attachment/1593990/+files/AlsaDevices.txt

** Attachment added: AplayDevices.txt
   
https://bugs.launchpad.net/bugs/640554/+attachment/1593991/+files/AplayDevices.txt

** Attachment added: ArecordDevices.txt
   
https://bugs.launchpad.net/bugs/640554/+attachment/1593992/+files/ArecordDevices.txt

** Attachment added: AudioDevicesInUse.txt
   
https://bugs.launchpad.net/bugs/640554/+attachment/1593993/+files/AudioDevicesInUse.txt

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/640554/+attachment/1593994/+files/BootDmesg.txt

** Attachment added: CRDA.txt
   https://bugs.launchpad.net/bugs/640554/+attachment/1593995/+files/CRDA.txt

** Attachment added: Card0.Amixer.values.txt
   
https://bugs.launchpad.net/bugs/640554/+attachment/1593996/+files/Card0.Amixer.values.txt

** Attachment added: Card0.Codecs.codec.0.txt
   
https://bugs.launchpad.net/bugs/640554/+attachment/1593997/+files/Card0.Codecs.codec.0.txt

** Attachment added: Card1.Amixer.values.txt
   
https://bugs.launchpad.net/bugs/640554/+attachment/1593998/+files/Card1.Amixer.values.txt

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/640554/+attachment/1593999/+files/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/640554/+attachment/1594000/+files/Dependencies.txt

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/640554/+attachment/1594001/+files/IwConfig.txt

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/640554/+attachment/1594002/+files/Lspci.txt

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/640554/+attachment/1594003/+files/Lsusb.txt

** Attachment added: PciMultimedia.txt
   
https://bugs.launchpad.net/bugs/640554/+attachment/1594004/+files/PciMultimedia.txt

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/640554/+attachment/1594005/+files/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/640554/+attachment/1594006/+files/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/640554/+attachment/1594007/+files/ProcModules.txt

** Attachment added: RfKill.txt
   https://bugs.launchpad.net/bugs/640554/+attachment/1594008/+files/RfKill.txt

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/640554/+attachment/1594009/+files/UdevDb.txt

** Attachment added: UdevLog.txt
   https://bugs.launchpad.net/bugs/640554/+attachment/1594010/+files/UdevLog.txt

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/640554/+attachment/1594011/+files/WifiSyslog.txt

-- 
Kernel crashes when trying to connect a telepathy-salut account using my test 
user
https://bugs.launchpad.net/bugs/640554
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 640554] Re: Kernel crashes when trying to connect a telepathy-salut account using my test user

2010-09-16 Thread Guillaume Desmottes
See http://people.collabora.co.uk/~cassidy/crash.jpg for a nice photo of
the crash.

-- 
Kernel crashes when trying to connect a telepathy-salut account using my test 
user
https://bugs.launchpad.net/bugs/640554
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 628967] Re: vino crashes on desktop sharing with Empathy

2010-09-08 Thread Guillaume Desmottes
If it crashes when trying to share that probably means Vino was not running
previoulsy (according to the trace, it crashes when trying to register the TP
client which is done when starting Vino).

Could you try to start Vino manually first and see if that helps? Use
VINO_SERVER_DEBUG=tube /usr/lib/vino/vino-server so you'll have some debug
output.

-- 
vino crashes on desktop sharing with Empathy
https://bugs.launchpad.net/bugs/628967
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 631447] Re: There is no Ubuntu Servers option in irc servers list

2010-09-06 Thread Guillaume Desmottes
It has been removed as requested on
https://bugzilla.gnome.org/show_bug.cgi?id=625950

** Bug watch added: GNOME Bug Tracker #625950
   https://bugzilla.gnome.org/show_bug.cgi?id=625950

-- 
There is no Ubuntu Servers option in irc servers list
https://bugs.launchpad.net/bugs/631447
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 591173] Re: rtph264pay doesn't understand short startcodes

2010-06-10 Thread Guillaume Desmottes
On bug #591172 a user reported that he managed to video call a Google
Video user. As both fixes are needed to make this work can we consider
this package as verified as well?

-- 
rtph264pay doesn't understand short startcodes
https://bugs.launchpad.net/bugs/591173
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 591173] Re: rtph264pay doesn't understand short startcodes

2010-06-09 Thread Guillaume Desmottes
You're right that's the one. I attached the patch for the H264 issue :\
Sorry...

-- 
rtph264pay doesn't understand short startcodes
https://bugs.launchpad.net/bugs/591173
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 591172] [NEW] [x264enc] is unable to do Baseline with recent x264

2010-06-08 Thread Guillaume Desmottes
Public bug reported:

Upstream bug: https://bugzilla.gnome.org/show_bug.cgi?id=619776

Because of this bug video calls are broken between Empathy and Googgle Video 
(also with the N900). The 2 patches (which could easily be squashed to one) 
attached to the bug fixes this issue:
http://bugzilla-attachments.gnome.org/attachment.cgi?id=162069
http://bugzilla-attachments.gnome.org/attachment.cgi?id=162406


Google Video interop is a popular request from Empathy users so having it 
working properly on Lucid would be really good.

** Affects: gst-plugins-ugly-multiverse0.10 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
[x264enc] is unable to do Baseline with recent x264
https://bugs.launchpad.net/bugs/591172
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 591172] Re: [x264enc] is unable to do Baseline with recent x264

2010-06-08 Thread Guillaume Desmottes
Note that we also need to fix bug #591173 to make this working.

-- 
[x264enc] is unable to do Baseline with recent x264
https://bugs.launchpad.net/bugs/591172
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 591173] Re: rtph264pay doesn't understand short startcodes

2010-06-08 Thread Guillaume Desmottes
Note that we also need to fix bug #591172 to make this working.

-- 
rtph264pay doesn't understand short startcodes
https://bugs.launchpad.net/bugs/591173
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 591173] [NEW] rtph264pay doesn't understand short startcodes

2010-06-08 Thread Guillaume Desmottes
Public bug reported:

Original report: https://bugzilla.gnome.org/show_bug.cgi?id=620390

Because of this bug video calls are broken between Empathy and Googgle Video 
(also with the N900). This patch (which apply on the lucid package) fix the 
issue:
http://bugzilla-attachments.gnome.org/attachment.cgi?id=162567

Google Video interop is a popular request from Empathy users so having
it working properly on Lucid would be really good.

** Affects: gst-plugins-good0.10 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
rtph264pay doesn't understand short startcodes
https://bugs.launchpad.net/bugs/591173
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 591173] Re: rtph264pay doesn't understand short startcodes

2010-06-08 Thread Guillaume Desmottes

** Patch added: Patch from upstream
   http://launchpadlibrarian.net/49939254/h264.patch

-- 
rtph264pay doesn't understand short startcodes
https://bugs.launchpad.net/bugs/591173
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 591172] Re: [x264enc] is unable to do Baseline with recent x264

2010-06-08 Thread Guillaume Desmottes

** Patch added: first patch from upstream
   http://launchpadlibrarian.net/49939529/h264.patch

-- 
[x264enc] is unable to do Baseline with recent x264
https://bugs.launchpad.net/bugs/591172
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 591172] Re: [x264enc] is unable to do Baseline with recent x264

2010-06-08 Thread Guillaume Desmottes

** Patch added: second patch from upstream
   http://launchpadlibrarian.net/49939566/h264-2.patch

-- 
[x264enc] is unable to do Baseline with recent x264
https://bugs.launchpad.net/bugs/591172
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 569330] Re: gnome icon theme is old

2010-05-20 Thread Guillaume Desmottes
Empathy 2.31.x will probably use icons from latest gnome-icon-theme so
it would be good to update it for Maverick.

-- 
gnome icon theme is old
https://bugs.launchpad.net/bugs/569330
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 428448] Re: geoclue-master assert failure: ERROR:master-provider.c:801:gc_master_provider_initialize_interfaces: assertion failed: (priv-address == NULL)

2010-05-10 Thread Guillaume Desmottes
I did when I reported this bug.

-- 
geoclue-master assert failure: 
ERROR:master-provider.c:801:gc_master_provider_initialize_interfaces: assertion 
failed: (priv-address == NULL)
https://bugs.launchpad.net/bugs/428448
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 566909] Re: Offline contacts not showed by default

2010-04-20 Thread Guillaume Desmottes
** Bug watch added: GNOME Bug Tracker #616267
   https://bugzilla.gnome.org/show_bug.cgi?id=616267

** Also affects: empathy via
   https://bugzilla.gnome.org/show_bug.cgi?id=616267
   Importance: Unknown
   Status: Unknown

-- 
Offline contacts not showed by default
https://bugs.launchpad.net/bugs/566909
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 566909] Re: Offline contacts not showed by default

2010-04-20 Thread Guillaume Desmottes
Anyway it was broken upstream and is now fixed.

-- 
Offline contacts not showed by default
https://bugs.launchpad.net/bugs/566909
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 304889] Re: Does not use system proxy settings

2010-04-20 Thread Guillaume Desmottes
Please stop writing useless comments. This is a bug tracker, not a stupid forum.
While the status of this bug is not changed there is no point to post I'm also 
affected comment, we know that this doesn't work and this is not going to 
change magically until developpers implement the missing bits.

That being said, we are currently working on adding proxy support to
Telepathy backends. This won't be done for Lucid but I'm pretty
confident that it should be integrated for Lucid+1.

-- 
Does not use system proxy settings
https://bugs.launchpad.net/bugs/304889
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 304889] Re: Does not use system proxy settings

2010-04-20 Thread Guillaume Desmottes
The whole point of a bug tracker is to discuss TECHNICAL details about
issues. Complaining without providing more useful information is useless
and waste time of developpers. If you want to vote for a bug you can
subscribe to it or mark that it affects us. Those are the right way to
do and don't generate useless bug mails.

Felipe: I don't know who proxies work in libpurple/haze but I'm sure
we'll happy to integrate proper patches fixing things. Our current plan
is to hook libproxy in CM to fetch proxy settings and connect using
them. That's what butterfly is already doing btw.

-- 
Does not use system proxy settings
https://bugs.launchpad.net/bugs/304889
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 562049] Re: empathy crashed with SIGSEGV

2010-04-16 Thread Guillaume Desmottes
Logs would be usefull too. Could you please start empathy using
EMPATHY_DEBUG=all and attach logs?

-- 
empathy crashed with SIGSEGV
https://bugs.launchpad.net/bugs/562049
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 550394] Re: Send file on facebook chat

2010-03-29 Thread Guillaume Desmottes
No, that's because Ubuntu uses telepathy-gabble 0.8.x which doesn't
implement the ContactCapabilites interface. If you use telepathy-gabble
0.9.x the file transfer menu item won't be sensitive for contacts not
supporting file transfer, including the Facebook ones.

-- 
Send file on facebook chat
https://bugs.launchpad.net/bugs/550394
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 548542] Re: empathy-account becomes zombie

2010-03-26 Thread Guillaume Desmottes
This is fixed in master. Will be in 2.30.

** Changed in: empathy (Ubuntu)
   Status: New = Fix Committed

-- 
empathy-account becomes zombie
https://bugs.launchpad.net/bugs/548542
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   3   4   5   6   >