[Bug 296867]
(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 Desktop Bugs, which is subscribed to empathy in 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 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 296867]
>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 Desktop Bugs, which is subscribed to empathy in 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 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 296867]
(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 Desktop Bugs, which is subscribed to empathy in 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 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 296867]
(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 : 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 Desktop Bugs, which is subscribed to empathy in 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 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 296867]
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 Desktop Bugs, which is subscribed to empathy in 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 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 915047]
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 Desktop Bugs, which is subscribed to empathy in 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 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1064786] Re: empathy-auth-client SIGABRT in tls_certificate_got_all_cb(): cert_data != NULL
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 Desktop Bugs, which is subscribed to empathy in 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 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 959084] Re: empathy-chat consistently uses 9-10 % CPU
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 Desktop Bugs, which is subscribed to empathy in 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 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 959084] Re: empathy-chat consistently uses 9-10 % CPU
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 Desktop Bugs, which is subscribed to empathy in 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 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1044057] Re: empathy no longer allows for extended jabber configuration
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 Desktop Bugs, which is subscribed to empathy in 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 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1022685] Re: empathy crashed with SIGSEGV in ffi_call_SYSV()
*** 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 Desktop Bugs, which is subscribed to empathy in 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 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1037810] Re: empathy crashed with SIGSEGV in ffi_call_SYSV()
Fixed in Empathy 3.6.0.2 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to empathy in 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 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1052375] Re: The online account g-c-c interface doesn't support i18n
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 Desktop Bugs, which is subscribed to empathy in 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 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1049504] Re: mission-control-5 crashed with SIGSEGV in g_str_hash()
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 Desktop Bugs, which is subscribed to empathy in 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 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1044057] Re: empathy no longer allows for extended jabber configuration
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 Desktop Bugs, which is subscribed to empathy in 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 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1044057] Re: empathy no longer allows for extended jabber configuration
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 Desktop Bugs, which is subscribed to empathy in 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 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 958699] Re: Empathy doesn't open chat windows
Please attach logs from empathy-debugger when you experience this bug. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to empathy in 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 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1042170] [NEW] account-plugin-* packages should depend on the right telepathy connection manager
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 Desktop Bugs, which is subscribed to empathy in 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 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1035265] [NEW] Split packages of Empathy Ubuntu Online Accounts plugins
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 Desktop Bugs, which is subscribed to empathy in 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 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1026629] Re: empathy-chat crashed with SIGSEGV in empathy_adium_path_is_valid()
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 Desktop Bugs, which is subscribed to empathy in 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 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1026629] Re: empathy-chat crashed with SIGSEGV in empathy_adium_path_is_valid()
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 Desktop Bugs, which is subscribed to empathy in 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 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 966556] Re: Share Desktop with Empathy need before to go to Share your Desktop
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 Desktop Bugs, which is subscribed to empathy in 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 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 966556] Re: Share Desktop with Empathy need before to go to Share your Desktop
That's fixed in vino master, not yet released. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to empathy in 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 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 934394] Re: can't use "share my desktop option" in empathy
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 Desktop Bugs, which is subscribed to empathy in 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 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 966556] Re: Share Desktop with Empathy need before to go to Share your Desktop
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 Desktop Bugs, which is subscribed to empathy in 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 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 912454] Re: Blank incoming messages
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 Desktop Bugs, which is subscribed to empathy in 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 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
Re: [Bug 304889] Re: Does not use system proxy settings
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 Desktop Bugs, which is subscribed to empathy in 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 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 828802] Re: empathy crashed with SIGSEGV in __memcpy_ssse3()
ls -l /home/username/.cache/telepathy/avatars/gabble/jabber/de0a606f4e61733076fe1f86f3588b4186276e58 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to empathy in 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 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 706931] Re: repeated asking to verify a certificate. enough already, I already approved it!!
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 Desktop Bugs, which is subscribed to empathy in Ubuntu. https://bugs.launchpad.net/bugs/706931 Title: repeated asking to verify a certificate. enough already, I already approved it!! -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 748535] Re: empathy crashed with SIGSEGV in event_manager_add
Fixed in http://git.gnome.org/browse/empathy/commit/?h=gnome-2-34&id=73d8a18c6def748d78e91f0dda1145771c620b53 Someone should backport this patch to the package. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to empathy in Ubuntu. https://bugs.launchpad.net/bugs/748535 Title: empathy crashed with SIGSEGV in event_manager_add -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 748949] Re: empathy crashs with SIGSEGV in event_manager_add() on status events
*** 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 Desktop Bugs, which is subscribed to empathy in Ubuntu. https://bugs.launchpad.net/bugs/748949 Title: empathy crashs with SIGSEGV in event_manager_add() on status events -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 304889] Re: Does not use system proxy settings
I opened bug #715821 about syncing glib-networking from Debian. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to empathy in ubuntu. https://bugs.launchpad.net/bugs/304889 Title: Does not use system proxy settings -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 304889] Re: Does not use system proxy settings
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 Desktop Bugs, which is subscribed to empathy in ubuntu. https://bugs.launchpad.net/bugs/304889 Title: Does not use system proxy settings -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 686819] Re: empathy assert failure: *** glibc detected *** empathy: double free or corruption (fasttop): 0x0000000001acb690 ***
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 Desktop Bugs, which is subscribed to empathy in ubuntu. https://bugs.launchpad.net/bugs/686819 Title: empathy assert failure: *** glibc detected *** empathy: double free or corruption (fasttop): 0x01acb690 *** -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 663535] Re: Extreme poor Video Quality in Empathy (jabber)
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 Desktop Bugs, which is subscribed to empathy in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 663535] Re: Extreme poor Video Quality in Empathy (jabber)
** 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 Desktop Bugs, which is subscribed to empathy in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 668226] Re: Completed file transfer shows partial completion percentage
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 Desktop Bugs, which is subscribed to empathy in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 668226] Re: Completed file transfer shows partial completion percentage
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 Desktop Bugs, which is subscribed to empathy in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 664017] Re: empathy-auth-client crashed with SIGABRT in dbus_g_connection_register_g_object()
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 Desktop Bugs, which is subscribed to empathy in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 652944] Re: Every icq contaсt says that it have a webcam
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 Desktop Bugs, which is subscribed to empathy in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 593477] Re: Use VP8/WebM as the default video codec/format
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 Desktop Bugs, which is subscribed to empathy in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 593477] Re: Use VP8/WebM as the default video codec/format
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 Desktop Bugs, which is subscribed to empathy in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 257190] Re: Setting status to 'Hidden' changes status to 'Busy' instead
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 Desktop Bugs, which is subscribed to empathy in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 628967] Re: vino crashes on desktop sharing with Empathy
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 Desktop Bugs, which is subscribed to empathy in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 631447] Re: There is no "Ubuntu Servers" option in irc servers list
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 Desktop Bugs, which is subscribed to empathy in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 591173] Re: rtph264pay doesn't understand short startcodes
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 Desktop Bugs, which is subscribed to gst-plugins-good0.10 in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 591173] Re: rtph264pay doesn't understand short startcodes
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 Desktop Bugs, which is subscribed to gst-plugins-good0.10 in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 591173] Re: rtph264pay doesn't understand short startcodes
** 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 Desktop Bugs, which is subscribed to gst-plugins-good0.10 in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 591173] Re: rtph264pay doesn't understand short startcodes
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 Desktop Bugs, which is subscribed to gst-plugins-good0.10 in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 591173] [NEW] rtph264pay doesn't understand short startcodes
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 Desktop Bugs, which is subscribed to gst-plugins-good0.10 in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 569330] Re: gnome icon theme is old
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 Desktop Bugs, which is subscribed to gnome-icon-theme in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 304889] Re: Does not use system proxy settings
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 Desktop Bugs, which is subscribed to empathy in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 304889] Re: Does not use system proxy settings
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 Desktop Bugs, which is subscribed to empathy in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 566909] Re: Offline contacts not showed by default
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 Desktop Bugs, which is subscribed to empathy in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 566909] Re: Offline contacts not showed by default
** 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 Desktop Bugs, which is subscribed to empathy in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 562049] Re: empathy crashed with SIGSEGV
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 Desktop Bugs, which is subscribed to empathy in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 550394] Re: Send file on facebook chat
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 Desktop Bugs, which is subscribed to empathy in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 548542] Re: empathy-account becomes zombie
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 Desktop Bugs, which is subscribed to empathy in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 354323] Re: Video calls crash out.
jadunca: which version did you test? Lucid will ship 2.30 so that should be fine. -- Video calls crash out. https://bugs.launchpad.net/bugs/354323 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to empathy in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 437414] Re: some protocol icons in create account dropdown menu are missing
We added a bunch of new icons in 2.29.x but some are still missing. Icons are welcome. -- some protocol icons in create account dropdown menu are missing https://bugs.launchpad.net/bugs/437414 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to empathy in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 322314] Re: "Automatically connect on startup" setting confusing - users may expect this to run Empathy on login
I commented on the upstream about the proper way to solve this issue. -- "Automatically connect on startup" setting confusing - users may expect this to run Empathy on login https://bugs.launchpad.net/bugs/322314 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to empathy in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 206547] Re: Open (but do not raise) new conversation windows automatically
I have a branch implementing this (see the upstream bug) but it needs some testing to be sure it always behave properly. -- Open (but do not raise) new conversation windows automatically https://bugs.launchpad.net/bugs/206547 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to empathy in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 480605] Re: Repeated subscription request from same user
Using which kind of account do you receive this message (Jabber, MSN,...) ? -- Repeated subscription request from same user https://bugs.launchpad.net/bugs/480605 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 441396] Re: Totem hangs while loading a video with .srt (or .txt in MicroDVD format) sub from nautilus
0.10.25-2ubuntu1.2 solved this issue for me. -- Totem hangs while loading a video with .srt (or .txt in MicroDVD format) sub from nautilus https://bugs.launchpad.net/bugs/441396 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 493796] Re: Telepathy PPA screws up Empathy dependenceies
That's because of https://bugs.edge.launchpad.net/ubuntu/+source /indicator-session/+bug/491317 -- Telepathy PPA screws up Empathy dependenceies https://bugs.launchpad.net/bugs/493796 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to empathy in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 468657] Re: audio video is not working on empathy
If audio and video buttons are disabled that's because: a) your are using a protocol not implementing AV yet b) your contact doesn't support AV -- audio video is not working on empathy https://bugs.launchpad.net/bugs/468657 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 471920] Re: empathy crashed with SIGSEGV in gtk_widget_set_tooltip_markup()
This is probably https://bugzilla.gnome.org/show_bug.cgi?id=585089 ** Bug watch added: GNOME Bug Tracker #585089 https://bugzilla.gnome.org/show_bug.cgi?id=585089 -- empathy crashed with SIGSEGV in gtk_widget_set_tooltip_markup() https://bugs.launchpad.net/bugs/471920 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to empathy in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 442138] Re: empathy crashed with SIGSEGV in get_all_properties_cb ()
This is actually a bug in telepathy-farsight. I opened https://bugs.freedesktop.org/show_bug.cgi?id=24850 ** Bug watch added: freedesktop.org Bugzilla #24850 https://bugs.freedesktop.org/show_bug.cgi?id=24850 ** Package changed: empathy (Ubuntu) => telepathy-farsight (Ubuntu) ** Also affects: telepathy-farsight via https://bugs.freedesktop.org/show_bug.cgi?id=24850 Importance: Unknown Status: Unknown -- empathy crashed with SIGSEGV in get_all_properties_cb () https://bugs.launchpad.net/bugs/442138 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to empathy in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 470362] Re: Empathy struggle to open the 13 irc channels I use most of the day
Empathy logs would be useful. You can get them from the help - Debug menu. -- Empathy struggle to open the 13 irc channels I use most of the day https://bugs.launchpad.net/bugs/470362 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to empathy in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 448611] Re: Saved passwords are not used
Seems to be https://bugzilla.gnome.org/show_bug.cgi?id=582267 ** Bug watch added: GNOME Bug Tracker #582267 https://bugzilla.gnome.org/show_bug.cgi?id=582267 ** Also affects: epiphany-browser via https://bugzilla.gnome.org/show_bug.cgi?id=582267 Importance: Unknown Status: Unknown -- Saved passwords are not used https://bugs.launchpad.net/bugs/448611 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to epiphany-browser in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 438899] Re: password not imported
Actually passwords have been imported but are not used. I opened bug #448611 about this issue. ** Package changed: epiphany-webkit (Ubuntu) => epiphany-browser (Ubuntu) ** Changed in: epiphany-browser (Ubuntu) Status: Incomplete => Invalid -- password not imported https://bugs.launchpad.net/bugs/438899 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to epiphany-browser in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 448611] Re: Saved passwords are not used
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/33442350/Dependencies.txt ** Attachment added: "XsessionErrors.txt" http://launchpadlibrarian.net/33442351/XsessionErrors.txt -- Saved passwords are not used https://bugs.launchpad.net/bugs/448611 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to epiphany-browser in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 448611] [NEW] Saved passwords are not used
Public bug reported: Binary package hint: epiphany-browser Since the switch to Webkit, Epiphany doesn't complete login forms with saved login/passwords. Passwords have been correctly imported (they are listed in the "Personal data" dialog but are not used. ProblemType: Bug Architecture: amd64 Date: Sun Oct 11 12:01:53 2009 DistroRelease: Ubuntu 9.10 Package: epiphany-browser 2.28.0-4ubuntu1 ProcEnviron: PATH=(custom, user) LANG=fr_FR.UTF-8 SHELL=/bin/bash ProcVersionSignature: Ubuntu 2.6.31-13.43-generic SourcePackage: epiphany-browser Uname: Linux 2.6.31-13-generic x86_64 ** Affects: epiphany-browser (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug -- Saved passwords are not used https://bugs.launchpad.net/bugs/448611 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to epiphany-browser in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 407621] Re: (design decision) Icons missing from context menu , dialogue buttons , firefox bookmark favicons, system menu
This just re-enable the icons in menu, not on dialog buttons. See https://bugzilla.gnome.org/show_bug.cgi?id=595341 ** Bug watch added: GNOME Bug Tracker #595341 http://bugzilla.gnome.org/show_bug.cgi?id=595341 -- (design decision) Icons missing from context menu , dialogue buttons , firefox bookmark favicons, system menu https://bugs.launchpad.net/bugs/407621 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 432477] Re: Syscall param ioctl(generic) points to uninitialised byte(s) in v4l2_fd_open
Do you know where is locate libv4l's bugs tracker? I didn't find it. -- Syscall param ioctl(generic) points to uninitialised byte(s) in v4l2_fd_open https://bugs.launchpad.net/bugs/432477 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 432477] Re: Syscall param ioctl(generic) points to uninitialised byte(s) in v4l2_fd_open
According to Gstreamer developpers, this is a libv4l issue. ** Package changed: gst-plugins-good0.10 (Ubuntu) => libv4l (Ubuntu) -- Syscall param ioctl(generic) points to uninitialised byte(s) in v4l2_fd_open https://bugs.launchpad.net/bugs/432477 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 432477] Re: Syscall param ioctl(generic) points to uninitialised byte(s) in v4l2_fd_open
** Bug watch added: GNOME Bug Tracker #595592 http://bugzilla.gnome.org/show_bug.cgi?id=595592 ** Also affects: gst-plugins-good via http://bugzilla.gnome.org/show_bug.cgi?id=595592 Importance: Unknown Status: Unknown -- Syscall param ioctl(generic) points to uninitialised byte(s) in v4l2_fd_open https://bugs.launchpad.net/bugs/432477 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gst-plugins-good0.10 in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 432477] Re: Syscall param ioctl(generic) points to uninitialised byte(s) in v4l2_fd_open
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/32019701/Dependencies.txt -- Syscall param ioctl(generic) points to uninitialised byte(s) in v4l2_fd_open https://bugs.launchpad.net/bugs/432477 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gst-plugins-good0.10 in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 432477] [NEW] Syscall param ioctl(generic) points to uninitialised byte(s) in v4l2_fd_open
Public bug reported: Got this error when valgrinding an audio/video call in Empathy: =5989== Syscall param ioctl(generic) points to uninitialised byte(s) ==5989==at 0xB827B79: syscall (syscall.S:39) ==5989==by 0x28699BFB: v4l2_fd_open (libv4l2.c:474) ==5989==by 0x2848CD36: gst_v4l2_open (v4l2_calls.c:437) ==5989==by 0x2848213A: gst_v4l2_object_start (gstv4l2object.c:585) ==5989==by 0x2848866B: gst_v4l2src_change_state (gstv4l2src.c:749) ==5989==by 0x6E66AEB: gst_element_change_state (gstelement.c:2548) ==5989==by 0x6E69C57: gst_element_set_state_func (gstelement.c:2504) ==5989==by 0x6E565B0: gst_bin_change_state_func (gstbin.c:2118) ==5989==by 0x6E66AEB: gst_element_change_state (gstelement.c:2548) ==5989==by 0x6E69C57: gst_element_set_state_func (gstelement.c:2504) ==5989==by 0x6E565B0: gst_bin_change_state_func (gstbin.c:2118) ==5989==by 0x217EF8D7: gst_gconf_video_src_change_state (gstgconfvideosrc.c:238) ==5989==by 0x6E66AEB: gst_element_change_state (gstelement.c:2548) ==5989==by 0x6E69C57: gst_element_set_state_func (gstelement.c:2504) ==5989==by 0x6E565B0: gst_bin_change_state_func (gstbin.c:2118) ==5989==by 0x6E66AEB: gst_element_change_state (gstelement.c:2548) ==5989==by 0x6E69C57: gst_element_set_state_func (gstelement.c:2504) ==5989==by 0x420F3F: empathy_call_window_setup_video_preview (empathy-call-window.c:665) ==5989==by 0x4210C7: empathy_call_window_sink_added_cb (empathy-call-window.c:1581) ==5989==by 0xB04567D: g_closure_invoke (gclosure.c:767) ==5989== Address 0x7feffe724 is on thread 1's stack ==5989== ==5989== Syscall param ioctl(generic) points to uninitialised byte(s) ==5989==at 0xB827B79: syscall (syscall.S:39) ==5989==by 0x288B19DE: v4lcontrol_create (libv4lcontrol.c:152) ==5989==by 0x288A637C: v4lconvert_create (libv4lconvert.c:139) ==5989==by 0x28699C91: v4l2_fd_open (libv4l2.c:482) ==5989==by 0x2848CD36: gst_v4l2_open (v4l2_calls.c:437) ==5989==by 0x2848213A: gst_v4l2_object_start (gstv4l2object.c:585) ==5989==by 0x2848866B: gst_v4l2src_change_state (gstv4l2src.c:749) ==5989==by 0x6E66AEB: gst_element_change_state (gstelement.c:2548) ==5989==by 0x6E69C57: gst_element_set_state_func (gstelement.c:2504) ==5989==by 0x6E565B0: gst_bin_change_state_func (gstbin.c:2118) ==5989==by 0x6E66AEB: gst_element_change_state (gstelement.c:2548) ==5989==by 0x6E69C57: gst_element_set_state_func (gstelement.c:2504) ==5989==by 0x6E565B0: gst_bin_change_state_func (gstbin.c:2118) ==5989==by 0x217EF8D7: gst_gconf_video_src_change_state (gstgconfvideosrc.c:238) ==5989==by 0x6E66AEB: gst_element_change_state (gstelement.c:2548) ==5989==by 0x6E69C57: gst_element_set_state_func (gstelement.c:2504) ==5989==by 0x6E565B0: gst_bin_change_state_func (gstbin.c:2118) ==5989==by 0x6E66AEB: gst_element_change_state (gstelement.c:2548) ==5989==by 0x6E69C57: gst_element_set_state_func (gstelement.c:2504) ==5989==by 0x420F3F: empathy_call_window_setup_video_preview (empathy-call-window.c:665) ==5989== Address 0x7feffe4b4 is on thread 1's stack ==5989== ==5989== Syscall param ioctl(generic) points to uninitialised byte(s) ==5989==at 0xB827B79: syscall (syscall.S:39) ==5989==by 0x288B1F5A: v4lcontrol_create (libv4lcontrol.c:288) ==5989==by 0x288A637C: v4lconvert_create (libv4lconvert.c:139) ==5989==by 0x28699C91: v4l2_fd_open (libv4l2.c:482) ==5989==by 0x2848CD36: gst_v4l2_open (v4l2_calls.c:437) ==5989==by 0x2848213A: gst_v4l2_object_start (gstv4l2object.c:585) ==5989==by 0x2848866B: gst_v4l2src_change_state (gstv4l2src.c:749) ==5989==by 0x6E66AEB: gst_element_change_state (gstelement.c:2548) ==5989==by 0x6E69C57: gst_element_set_state_func (gstelement.c:2504) ==5989==by 0x6E565B0: gst_bin_change_state_func (gstbin.c:2118) ==5989==by 0x6E66AEB: gst_element_change_state (gstelement.c:2548) ==5989==by 0x6E69C57: gst_element_set_state_func (gstelement.c:2504) ==5989==by 0x6E565B0: gst_bin_change_state_func (gstbin.c:2118) ==5989==by 0x217EF8D7: gst_gconf_video_src_change_state (gstgconfvideosrc.c:238) ==5989==by 0x6E66AEB: gst_element_change_state (gstelement.c:2548) ==5989==by 0x6E69C57: gst_element_set_state_func (gstelement.c:2504) ==5989==by 0x6E565B0: gst_bin_change_state_func (gstbin.c:2118) ==5989==by 0x6E66AEB: gst_element_change_state (gstelement.c:2548) ==5989==by 0x6E69C57: gst_element_set_state_func (gstelement.c:2504) ==5989==by 0x420F3F: empathy_call_window_setup_video_preview (empathy-call-window.c:665) ==5989== Address 0x7feffe504 is on thread 1's stack ==5989== ==5989== Syscall param ioctl(generic) points to uninitialised byte(s) ==5989==at 0xB827B79: syscall (syscall.S:39) ==5989==by 0x2869904B: v4l2_map_buffers (libv4l2.c:150) ==5989==by 0x2869B1D7: v4l2_ioctl (libv4l2.c:982) ==5989==by 0x28484D79: gst_v4l2_buffer_pool_qbuf (gstv4l2bu
[Bug 430843] Re: Rhythmbox starts playing when a Empathy call is terminated
According to Sjoerd that's an application decision. -- Rhythmbox starts playing when a Empathy call is terminated https://bugs.launchpad.net/bugs/430843 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to rhythmbox in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 430843] Re: Rhythmbox starts playing when a Empathy call is terminated
** Attachment added: "AlsaDevices.txt" http://launchpadlibrarian.net/31905797/AlsaDevices.txt ** Attachment added: "AplayDevices.txt" http://launchpadlibrarian.net/31905798/AplayDevices.txt ** Attachment added: "BootDmesg.gz" http://launchpadlibrarian.net/31905799/BootDmesg.gz ** Attachment added: "Card0.Amixer.values.txt" http://launchpadlibrarian.net/31905800/Card0.Amixer.values.txt ** Attachment added: "Card0.Codecs.codec.0.txt" http://launchpadlibrarian.net/31905801/Card0.Codecs.codec.0.txt ** Attachment added: "CurrentDmesg.txt" http://launchpadlibrarian.net/31905802/CurrentDmesg.txt ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/31905803/Dependencies.txt ** Attachment added: "PciMultimedia.txt" http://launchpadlibrarian.net/31905804/PciMultimedia.txt ** Package changed: pulseaudio (Ubuntu) => rhythmbox (Ubuntu) -- Rhythmbox starts playing when a Empathy call is terminated https://bugs.launchpad.net/bugs/430843 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to rhythmbox in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 419169] Re: Empathy in Karmic, audio support is horrible
Closing the Emapthy bug as well as sound works fine with recent PA. ** Changed in: empathy (Ubuntu) Status: New => Fix Released -- Empathy in Karmic, audio support is horrible https://bugs.launchpad.net/bugs/419169 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gst-plugins-good0.10 in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 419169] Re: Empathy in Karmic, audio support is horrible
Empathy uses the source defined in the "/system/gstreamer/0.10/default/audiosrc" gconf key which is the right thing to do. Ubuntu could maybe patch gstreamer0.10-plugins-good to change its default to "pulseaudiosrc" instead of "alsasrc". Let's open a gst issue about that. ** Also affects: gst-plugins-good0.10 (Ubuntu) Importance: Undecided Status: New -- Empathy in Karmic, audio support is horrible https://bugs.launchpad.net/bugs/419169 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gst-plugins-good0.10 in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 418702] [NEW] Upgrade to 0.17.3
Public bug reported: Binary package hint: gnome-doc-utils Empathy is the first GNOME module to use the new style Mallard documentation and so depend on gnome-doc-utils 0.17.3. This version should be packaged in Karmic ASAP. ** Affects: gnome-doc-utils (Ubuntu) Importance: Undecided Status: New -- Upgrade to 0.17.3 https://bugs.launchpad.net/bugs/418702 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-doc-utils in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 416239] Re: Share my desktop button in empathy gives error on attempt so connect
Did you restart your D-Bus (or session) after having installed the latest Vinagre package? The service files are not re-read when installing so you need to restart once before Empathy is able to invocate Vinagre. I think that installing the package should re-read the D-Bus configuration but some people don't agree (see #406330). -- Share my desktop button in empathy gives error on attempt so connect https://bugs.launchpad.net/bugs/416239 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to vinagre in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 406331] Re: package should reload the D-Bus config when installing
*** This bug is a duplicate of bug 406330 *** https://bugs.launchpad.net/bugs/406330 ** This bug has been marked a duplicate of bug 406330 package should reload the D-Bus config when installing -- package should reload the D-Bus config when installing https://bugs.launchpad.net/bugs/406331 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to vinagre in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 406335] [NEW] VNC plugin should be enabled by default
Public bug reported: Binary package hint: vinagre Just upgraded to Vinagre 2.27.5. The VNC plugin should be enabled by default. Vinagre is completely useless without this plugin (which was a built-in feature in previous versions). ** Affects: vinagre (Ubuntu) Importance: Undecided Status: New -- VNC plugin should be enabled by default https://bugs.launchpad.net/bugs/406335 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to vinagre in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 406331] [NEW] package should reload the D-Bus config when installing
Public bug reported: Binary package hint: vinagre As with Vino (#406330), the package should automatically reload the D-Bus configuration. ** Affects: vinagre (Ubuntu) Importance: Undecided Status: New -- package should reload the D-Bus config when installing https://bugs.launchpad.net/bugs/406331 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to vinagre in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 360451] Re: empathy crashed with SIGSEGV in v4lconvert_convert()
Crash seems to be in GStreamer. ** Package changed: empathy (Ubuntu) => gst-plugins-good0.10 (Ubuntu) -- empathy crashed with SIGSEGV in v4lconvert_convert() https://bugs.launchpad.net/bugs/360451 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gst-plugins-good0.10 in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 192009] Re: gnome panel has no way to specify on which screen it should appear
Re-opening the Ubuntu bug as the patch has been reverted in the 2.26.0-0ubuntu6 package. ** Changed in: gnome-panel (Ubuntu) Status: Fix Released => Confirmed -- gnome panel has no way to specify on which screen it should appear https://bugs.launchpad.net/bugs/192009 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 347005] Re: gnome-volume-control-settings: no application icon
I'm using the Human icon set. ** Attachment added: "screenshot" http://launchpadlibrarian.net/24287459/wrong-icon.jpg ** Changed in: gnome-media (Ubuntu) Status: Incomplete => New -- gnome-volume-control-settings: no application icon https://bugs.launchpad.net/bugs/347005 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-media in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 347005] [NEW] gnome-volume-control-settings: no application icon
Public bug reported: Binary package hint: gnome-media - Start to play music using rhythmbox - Launch gnome-volume-control-settings and go to the "Applications" tab - Rhythmbox is displayed but it's the default icon and not the rb one. ** Affects: gnome-media (Ubuntu) Importance: Undecided Status: New -- gnome-volume-control-settings: no application icon https://bugs.launchpad.net/bugs/347005 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-media in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 346296] Re: new auto download subtitles plugin doesn't work
*** This bug is a duplicate of bug 345244 *** https://bugs.launchpad.net/bugs/345244 Oops I missed bug 345244. Sorry for the noise. ** This bug has been marked a duplicate of bug 345244 Plugin "Subtitels downloader" can't be activated -- new auto download subtitles plugin doesn't work https://bugs.launchpad.net/bugs/346296 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to totem in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 346296] [NEW] new auto download subtitles plugin doesn't work
Public bug reported: Binary package hint: totem Got this error when I tried to activate the new plugin downloading automatically subtitles: Traceback (most recent call last): File "/usr/lib/totem/plugins/opensubtitles/opensubtitles.py", line 26, in LANGUAGES_STR = [(D_('iso_639_3', 'Albanian'), 'sq'), NameError: name 'D_' is not defined ** (totem:11621): WARNING **: Could not load plugin opensubtitles ** (totem:11621): WARNING **: Error, impossible to activate plugin 'Programme de téléchargement de sous-titres' ** Affects: totem (Ubuntu) Importance: Undecided Status: New -- new auto download subtitles plugin doesn't work https://bugs.launchpad.net/bugs/346296 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to totem in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 326174] Re: gnome-terminal fails for root user
Same problem here. I switched to Jaunty and the super user console doesn't work any more. ** Changed in: gnome-terminal (Ubuntu) Status: New => Confirmed -- gnome-terminal fails for root user https://bugs.launchpad.net/bugs/326174 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-terminal in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 320004] Re: New release claims Empathy and UPNP support but neither are enabled
Any chance to see that fixed for Jaunty? Empathy now supports files transfer and it would be a shame to miss this plugin. -- New release claims Empathy and UPNP support but neither are enabled https://bugs.launchpad.net/bugs/320004 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus-sendto in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 254201] Re: feature regression: ffmpeg lacks some video encoders (like h263+, MPEG4, maybe more...)
Note that the H264 encoder is still missing. See https://bugs.launchpad.net/ubuntu/+source/ffmpeg/+bug/303537 -- feature regression: ffmpeg lacks some video encoders (like h263+, MPEG4, maybe more...) https://bugs.launchpad.net/bugs/254201 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is the registrant for ekiga. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 274085] Re: Please update Ekiga to 3.00
That's not the Ubuntu team team which is to blame but the Ekiga one. They didn't follow the GNOME schedule as they didn't release devloppement versions during this cycle so the needed depencies were not packaged and Ekiga 3 was not extensively tested in Intrepid. -- Please update Ekiga to 3.00 https://bugs.launchpad.net/bugs/274085 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to ekiga in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 254201] Re: feature regression: ffmpeg lacks some video encoders (like h263+, MPEG4, maybe more...)
This will also probably affect Empathy which uses ffenc_h263 for video encoding. -- feature regression: ffmpeg lacks some video encoders (like h263+, MPEG4, maybe more...) https://bugs.launchpad.net/bugs/254201 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is the registrant for ekiga. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 66257] Re: Screen blanks when watching movies
You can use dbus-monitor to see D-Bus messages. -- Screen blanks when watching movies https://bugs.launchpad.net/bugs/66257 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs