[Desktop-packages] [Bug 1942951] Re: devhelp doesn't display any help pages

2022-05-11 Thread Xavier Claessens
I can confirm that `mv ~/.local/share/mime ~/.local/share/mime-back` worked for me. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to webkit2gtk in Ubuntu. https://bugs.launchpad.net/bugs/1942951 Title: devhelp doesn't display any help p

[Desktop-packages] [Bug 1966418] Re: [jammy regression] webkit apps do not display content (yelp, epiphany, gnome-online-accounts etc)

2022-04-15 Thread Xavier Claessens
Evolution and Online Accounts seems fixed in Jammy now. However devhelp still cannot display documentation pages. Maybe unrelated issue? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/19664

[Desktop-packages] [Bug 1860932] [NEW] Remove dependency on tracker

2020-01-26 Thread Xavier Claessens
Public bug reported: In Ubuntu 20.04, nautilus depends on tracker: Depends: tracker Depends: tracker-miner-fs Depends: tracker-extract Depends: libtracker-sparql-2.0-0 (>= 1.12.0) Tracker is known for using constantly the CPU, which not only degrade performance but also drain the battery.

[Desktop-packages] [Bug 1685747] Re: xchat-gnome crashed with SIGSEGV in gdk_wayland_display_get_selection

2017-11-10 Thread Xavier Claessens
Note that xchat-gnome works on X session, and with XWayland when started with: $ GDK_BACKEND=x11 xchat-gnome -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xchat-gnome in Ubuntu. https://bugs.launchpad.net/bugs/1685747 Title: xchat-g

[Desktop-packages] [Bug 1495828] Re: xchat-gnome crashed with SIGFPE in gtk_xtext_check_ent_visibility()

2016-03-07 Thread Xavier Claessens
Randomly crash at startup with that same backtrace since Ubuntu 15.10. The problem is the xtext widget is not yet realized so xtext->fontsize is 0 and a div-by-0 happens. I didn't understand why the xtext widget is not yet realized when its parent GtkWindow is already realized and gets the focus-i

[Desktop-packages] [Bug 296867]

2015-06-03 Thread Xavier Claessens
You probably want python2. Build just fine on ubuntu 15.04, it just has a warning for a deprecated gnutls function, but you can ignore that with --disable-Werror (or make a fix). sudo apt-get build-dep telepathy-gabble ./autogen.sh --disable-Werror make make install -- You received this bug noti

[Desktop-packages] [Bug 296867]

2015-06-02 Thread Xavier Claessens
See comment #81 for the few items missing. As far as I'm concerned it can be merged if someone just fix those, and it's close to trivial to do IIRC. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to empathy in Ubuntu. https://bugs.launchpad

[Desktop-packages] [Bug 296867]

2015-06-02 Thread Xavier Claessens
There are patches, there are review comments, and 55 subscribers to this bug. If only one of you could just work on it instead of complaining... -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to empathy in Ubuntu. https://bugs.launchpad.net

[Desktop-packages] [Bug 1461085] [NEW] GtkFileChooser should sort folders first

2015-06-02 Thread Xavier Claessens
Public bug reported: Upstream had the bad idea of not sorting folders first anymore in GTK 3.14. However they added an option later in commit 2aa3eea781ed21a02ecdf1e3c753a1ec5694d6c8. Since we cannot introduce new strings, ubuntu should revert the default in the 3.14 package. ** Affects: gtk+3.0

[Desktop-packages] [Bug 296867]

2014-05-14 Thread Xavier Claessens
(In reply to comment #83) > I did not manage to start an OTR session with this branch. > The '/otr start' command was displaying "OTR:$blob" in empathy-chat. You need to set "enable-otr=true" in your CM parameters, otherwise OTR is disabled in Simon's branch. There is magic mc-tool command for tha

[Desktop-packages] [Bug 296867]

2014-05-14 Thread Xavier Claessens
(In reply to comment #83) > 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 P

[Desktop-packages] [Bug 296867]

2014-05-09 Thread Xavier Claessens
(In reply to comment #71) > > It currently > > cannot go back to NOT_PRIVATE because I don't support ending the otr > > session, but could add a "/otr end" for that. pidgin can do that. > > Please don't. In Pidgin, maybe that feature is OK, because typically only > one UI handles a window (Pidgin'

[Desktop-packages] [Bug 296867]

2014-05-09 Thread Xavier Claessens
Voilà, added commits to fix most of your comments. What's missing: 1) handle html, I'm not sure to understand what you mean or why it is that important... Maybe you can make the changes that you want? 2) Find a solution if we don't want the other end to be able to initiate an OTR session without

[Desktop-packages] [Bug 296867]

2014-05-09 Thread Xavier Claessens
(In reply to comment #62) > Corner cases: > > What happens when we try to send a message and the channel is already > TRUST_FINISHED? I think we should refuse, for the rest of the lifetime of > that channel (until Close()), to avoid the security flaw where we send > messages to a channel that just

[Desktop-packages] [Bug 296867]

2014-05-09 Thread Xavier Claessens
(In reply to comment #61) > I would really like im-channel to implement o.fd.Telepathy.Securable - as a > starting point we can have the two booleans not be requestable, and just > have them set by the OTR code calling a new > gabble_im_channel_indicate_security > (GABBLE_SECURABLE_ENCRYPTED|GABBLE

[Desktop-packages] [Bug 296867]

2014-05-09 Thread Xavier Claessens
(In reply to comment #60) > (In reply to comment #50) > > Could we also get a config option that turns this whole feature on/off? I > > ask because some industries (like the one where I work) require that all > > electronic communications related to the business get recorded and reviewed > > by com

[Desktop-packages] [Bug 296867]

2014-05-09 Thread Xavier Claessens
(In reply to comment #58) > Just doing the spec right now: > > > The extra DBus channel interface is implemented using GDBus > > so it needs to be exported on a different bus name. > > Ugh. Can we not do strange hacks like this, please? Either use the > extensions mechanism, or save it for 1.0.

[Desktop-packages] [Bug 296867]

2014-05-09 Thread Xavier Claessens
(In reply to comment #56) > 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? Yes, that's what pidgin-otr does as well. That's because all received

[Desktop-packages] [Bug 296867]

2014-05-08 Thread Xavier Claessens
(In reply to comment #53) > (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);

[Desktop-packages] [Bug 296867]

2014-05-07 Thread Xavier Claessens
(In reply to comment #51) > The conversation won't be encrypted until you type "/otr start" or if the > other side request a private conversation. So you should be fine AFAIK. Actually I was wrong, when both sides are OTR-aware, it initialize itself without an explicit user request. I changed the

[Desktop-packages] [Bug 296867]

2014-05-04 Thread Xavier Claessens
The conversation won't be encrypted until you type "/otr start" or if the other side request a private conversation. So you should be fine AFAIK. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to empathy in Ubuntu. https://bugs.launchpad.ne

[Desktop-packages] [Bug 296867]

2014-05-03 Thread Xavier Claessens
Here it is! It is limited to XMPP, and empathy has only rudimentary UI. To start an OTR session, in empathy chat window, type "/otr start". Type "/help otr" to see other supported otr actions. There is no graphical UI atm. Notably, to authenticate the other end, you need to verify its fingerprint

[Desktop-packages] [Bug 1108637] Re: backspace key no longer works in nautilus

2014-01-28 Thread Xavier Claessens
Now that ubuntu restored type-ahead, I think backspace can be restored as well. ** Patch added: "0001-Restore-backspace-for-going-to-parent-folder.patch" https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1108637/+attachment/3961003/+files/0001-Restore-backspace-for-going-to-parent-folder

[Desktop-packages] [Bug 752033] Re: Music player should not show its main window if it launches when play button is pressed

2013-10-30 Thread Xavier Claessens
Here is how I think it should be implemented: 1) rhythmbox should use GApplication to implement a few GAction like "play". 2) rhythmbox should install a .service file to be dbus-activatable 3) rhythmbox should install a org.gnome.Rhythmbox.desktop file that tells the actions it implements. See ht

[Desktop-packages] [Bug 1235933] Re: Evolution not translated to French

2013-10-29 Thread Xavier Claessens
*** This bug is a duplicate of bug 1238521 *** https://bugs.launchpad.net/bugs/1238521 ** This bug is no longer a duplicate of bug 1241109 evolution is no longer translated ** This bug has been marked a duplicate of bug 1238521 Evolution is not localized in Ubuntu 13.10 -- You received

[Desktop-packages] [Bug 1241109] Re: evolution is no longer translated

2013-10-29 Thread Xavier Claessens
*** This bug is a duplicate of bug 1238521 *** https://bugs.launchpad.net/bugs/1238521 ** This bug has been marked a duplicate of bug 1238521 Evolution is not localized in Ubuntu 13.10 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed

[Desktop-packages] [Bug 1232184] Re: UOA google account does not appear in evolution after upgrade

2013-09-29 Thread Xavier Claessens
Actually even adding a new gmail account directly in evolution does not work. And I tried in a guest account it won't work neither. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to evolution-data-server in Ubuntu. https://bugs.launchpad.ne

[Desktop-packages] [Bug 1232184] [NEW] UOA google account does not appear in evolution after upgrade

2013-09-27 Thread Xavier Claessens
Public bug reported: I upgraded from raring to saucy, and my google account configured in Online Accounts does not show up in evolution anymore. I still see the Evolution Data Server services on my google account in gnome-control- center though. ProblemType: Bug DistroRelease: Ubuntu 13.10 Packag

[Desktop-packages] [Bug 1079694] Re: 3.6.1 stable update, fix ctrl-C copy

2013-01-10 Thread Xavier Claessens
Those packages works perfectly here. Thanks. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to devhelp in Ubuntu. https://bugs.launchpad.net/bugs/1079694 Title: 3.6.1

[Desktop-packages] [Bug 453884]

2012-11-30 Thread Xavier Claessens
We agreed on IRC (Rob, sjoerd, wjt and myself) that a good enough solution could be easily implemented like that: let purple write to a /tmp file, then haze stream that file to handler who write to final location. Not elegant, but at least it won't block on more spec changes. -- You received th

[Desktop-packages] [Bug 1070377] Re: Empathy change to Online Accounts no longer supports SIPE

2012-11-28 Thread Xavier Claessens
As discussed with Mardy on IRC, here is what I suggest to fix this bug: 1) include .provider/service file in the packaging of the purple plugins 2) add a field in .service XML to tell which plugin to use, fallback to use lib.so as it does now 3) in empathy stop generating a plugin per protocol, b

[Desktop-packages] [Bug 1083134] [NEW] IP is not configured automatically on link local network

2012-11-26 Thread Xavier Claessens
Public bug reported: I've got 2 ubuntu laptops, and I've put an ethernet cable between them. NM searched a DHCP but there is none. I was expecting it would fallback to configure link local IPs and then I could ping/scp each other, but no. I'm sure it was working a few years ago. ** Affects: netw

[Desktop-packages] [Bug 1079667] [NEW] Notifications keep poping when I've read them

2012-11-16 Thread Xavier Claessens
Public bug reported: I'm using bip proxy to stay online on IRC even when I'm offline. When I start xchat-gnome, I receive all my backlogs. Each private message or messages where I'm highlighted makes a popup. So if I had like 20 private messages (It's common with nickserv, or someone pasting long

[Desktop-packages] [Bug 1079096] Re: Xephyr does not have GLX

2012-11-15 Thread Xavier Claessens
I've installed precise package[1] and it works fine on Quantal. So this is really a regression. [1] http://launchpadlibrarian.net/113881100/xserver- xephyr_1.11.4-0ubuntu10.8_amd64.deb -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xorg

[Desktop-packages] [Bug 1079096] [NEW] Xephyr does not have GLX

2012-11-15 Thread Xavier Claessens
Public bug reported: Steps: $ Xephyr :2 $ DISPLAY=:2 glxinfo Error: couldn't find RGB GLX visual or fbconfig On fedora/debian it seems to work. ProblemType: Bug DistroRelease: Ubuntu 12.10 Package: xserver-xephyr 2:1.13.0-0ubuntu6 ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7 Uname:

[Desktop-packages] [Bug 1070377] Re: Empathy change to Online Accounts no longer supports SIPE

2012-11-12 Thread Xavier Claessens
Actually we don't support any external libpurple plugins, that's the reason why it won't work. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to empathy in Ubuntu. https://bugs.launchpad.net/bugs/1070377 Title: Empathy change to Online A

[Desktop-packages] [Bug 1070377] Re: Empathy change to Online Accounts no longer supports SIPE

2012-11-12 Thread Xavier Claessens
UOA supports and hardcoded list of protocols. If we want to add some, just edit http://git.gnome.org/browse/empathy/tree/ubuntu-online- accounts/cc-plugins/generate-plugins.py. I'm not sure why SIPE is not there, maybe we wanted to avoid duplicated SIP support? -- You received this bug notificati

[Desktop-packages] [Bug 808499] Re: evince crashed with SIGSEGV in g_closure_invoke()

2012-10-15 Thread Xavier Claessens
I don't see any icon in the toolbar that are still in buttons window. I can add/remove buttons without any crash. Can you still reproduce with evince 3.6.0 (ubuntu 12.10)? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to evince in Ubuntu.

[Desktop-packages] [Bug 1061804] Re: Monitor native resolution not available

2012-10-11 Thread Xavier Claessens
I've reported this bug: https://bugs.launchpad.net/ubuntu/+source /xserver-xorg-video-intel/+bug/1060808 which is probably a dup of this one, but just rebooted with kernel 3.5.0-17-generic and it happened again. -- You received this bug notification because you are a member of Desktop Packages, w

[Desktop-packages] [Bug 1060808] Re: external monitor resolution cannot go above 1024x768

2012-10-03 Thread Xavier Claessens
I fixed this by booting the laptop without docking it, and dock only after being logged in. But this is still a regression, I'm sure it was working to boot while docked previously. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-x

[Desktop-packages] [Bug 1060808] Re: external monitor resolution cannot go above 1024x768

2012-10-03 Thread Xavier Claessens
-- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xorg in Ubuntu. https://bugs.launchpad.net/bugs/1060808 Title: external monitor resolution cannot go above 1024x768 Status in “xserver-xorg-video-intel” package in Ubuntu: New Bug desc

[Desktop-packages] [Bug 1060808] [NEW] external monitor resolution cannot go above 1024x768

2012-10-03 Thread Xavier Claessens
Public bug reported: Since today's "apt-get dist-upgrade" and reboot, now the external monitor cannot have more than 1024x768. It should be 1920x1080 (or something like that). ProblemType: Bug DistroRelease: Ubuntu 12.10 Package: xorg 1:7.7+1ubuntu4 ProcVersionSignature: Ubuntu 3.5.0-16.25-generi

[Desktop-packages] [Bug 1020317]

2012-08-16 Thread Xavier Claessens
I believe that Jonny already fixed this with 5de7189fa93918cc1dda3bfdf8d5833b63e43020 (f88ae541292e0ff4abd9214bef4c7b99a55dc4e9 in stable branch which is not included in 0.16.1 release). -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to tel

[Desktop-packages] [Bug 1017463]

2012-06-28 Thread Xavier Claessens
Here is a fix in tp-glib: http://cgit.collabora.com/git/user/xclaesse/telepathy-glib.git/log/?h=empathy-chat -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to empathy in Ubuntu. https://bugs.launchpad.net/bugs/1017463 Title: empathy-chat

[Desktop-packages] [Bug 929228]

2012-06-26 Thread Xavier Claessens
(In reply to comment #12) > Sorry, now that see-other-host is fixed, I get this error again. > > I was able to connect once and afterwards it failed subsequent attempts. > > connector_error_disconnect (connection.c:1772): connection failed: > WOCKY_CONNECTOR_ERROR_SESSION_FAILED (#14): Session iq

[Desktop-packages] [Bug 929228]

2012-06-26 Thread Xavier Claessens
Actually resolution is NOTOUTBUG, not FIXED. There is nothing we can do about this. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to telepathy-butterfly in Ubuntu. https://bugs.launchpad.net/bugs/929228 Title: Empathy can't connect to W

[Desktop-packages] [Bug 929228]

2012-06-20 Thread Xavier Claessens
Let's close this bug, MS dev claims they fixed it and in any case it's not gabble's fault but server's. Nowadays the issue is the lack of support for see-other-host, which is our fault and tracked in bug #51033 -- You received this bug notification because you are a member of Desktop Packages, w

[Desktop-packages] [Bug 929228]

2012-06-20 Thread Xavier Claessens
I now have another issue that prevent me to connect, it is bug #51033. Please check your gabble logs if you have "see-other-host" there. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to telepathy-butterfly in Ubuntu. https://bugs.launchpad

[Desktop-packages] [Bug 453884]

2012-05-17 Thread Xavier Claessens
*** Bug 50005 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to telepathy-haze in Ubuntu. https://bugs.launchpad.net/bugs/453884 Title: ICQ/Yahoo file transfer not possible Status in Chat

[Desktop-packages] [Bug 929228]

2012-04-27 Thread Xavier Claessens
This does not use telepathy-butterfly, but telepathy-gabble. Could you please attach gabble logs? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to telepathy-butterfly in Ubuntu. https://bugs.launchpad.net/bugs/929228 Title: Empathy can'

[Desktop-packages] [Bug 828751] Re: [FFE] update pygobject to 2.90.1

2011-08-18 Thread Xavier Claessens
Notice that some new telepathy-glib API gives segfault with previous pygobject. Fixed in 2.90.1. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pygobject in Ubuntu. https://bugs.launchpad.net/bugs/828751 Title: [FFE] update pygobject