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
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
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.
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
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
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
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
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
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
(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
(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
(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'
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
(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
(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
(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
(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.
(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
(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);
(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
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
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
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
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
*** 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
*** 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
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
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
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
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
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
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
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
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
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:
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
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
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.
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
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
--
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
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
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
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
(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
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
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
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
*** 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
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'
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
51 matches
Mail list logo