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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1942951
Title:
devhelp doesn't display any help pages
To manage not
*** This bug is a duplicate of bug 1942951 ***
https://bugs.launchpad.net/bugs/1942951
I think it's duplicate of
https://bugs.launchpad.net/ubuntu/+source/webkit2gtk/+bug/1942951, the
workaround proposed there worked for me.
** This bug has been marked a duplicate of bug 1942951
devhelp do
*** This bug is a duplicate of bug 1942951 ***
https://bugs.launchpad.net/bugs/1942951
I think it's duplicate of
https://bugs.launchpad.net/ubuntu/+source/webkit2gtk/+bug/1942951, the
workaround proposed there worked for me.
** This bug has been marked a duplicate of bug 1942951
devhelp do
Public bug reported:
None of the documentation pages gets displayed on Jammy. Probably an
issue with WebKit.
** Affects: devhelp (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1966418
Title:
Logs I see in dmesg when undocking:
[ 233.116257] xhci_hcd :05:00.3: Abort failed to stop command ring: -110
[ 233.128054] xhci_hcd :05:00.3: xHCI host controller not responding,
assume dead
[ 233.128087] xhci_hcd :05:00.3: HC died; cleaning up
[ 233.128286] xhci_hcd :05:00.3:
Same here on x395 (amd chipset) with Ubuntu 18.04 and 20.04 (kernel
5.4.0-14-generic). Also same on Fedora 31.
Attached a script that restore USB after undocking as workaround.
** Attachment added: "Script to reset xHCI after undocking"
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/185
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.
Ok, I understood what's going on here! I had many ssh private keys and
some of them have length <1024 but my main one is 2048. ssh-add doesn't
add any key just because one of them is unsafe. I removed old keys and
the problem is fixed.
I guess this is an upstream bug and not Ubuntu.
--
You recei
xclaesse@xclaesse-PC:~$ env | grep SSH
SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
SSH_AGENT_PID=2183
xclaesse@xclaesse-PC:~$ ps aux | grep ssh
root 1263 0.0 0.0 72296 5720 ?Ss 09:26 0:00 /usr/sbin/sshd
-D
xclaesse 2183 0.0 0.0 11304 320 ?Ss 09:26 0:00
/usr/bin
Public bug reported:
Every time I open gnome-terminal to connect to a remote host using ssh,
it's asking me the passphrase of my ssh key. It was working fine on both
my laptops (Ubuntu 16.04 and 17.10) and stopped working on both after
the upgrade to 18.04.
ProblemType: Bug
DistroRelease: Ubuntu
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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1685747
Title:
xchat-gnome crashed with SI
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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/296867
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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/296867
Ti
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 #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 #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 #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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/296867
T
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
Hm, after reinstalling, I do have the icon now. Don't know what went
wrong.
** Changed in: steam (Ubuntu)
Status: New => Invalid
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1275264
Title:
Public bug reported:
steam package in multiverse doesn't have a desktop file to launch it.
Starting from terminal works though.
** Affects: steam (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subs
Actually that's the patch I tested earlier (minus small detail). So I
can confirm it does fix the bug.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1258838
Title:
[Lenovo ThinkPad X230] suspend/res
Upstream fixed this bug with commit
85fbd722ad0f5d64d1ad15888cd1eb2188bfb557. I didn't test that myself yet,
but if that commit can be included in an ubuntu kernel package, I'll be
happy to test to confirm if it works.
--
You received this bug notification because you are a member of Ubuntu
Bugs,
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
Note that the upstream patch says it's an ugly hack. I don't know if
they'll apply that or work on better solution.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1258838
Title:
[Lenovo ThinkPad X230
I've rebuild ubuntu kernel 3.11.0-14 with the upstream patch applied[1]
and that fixed the issue.
[1] https://bugzilla.kernel.org/attachment.cgi?id=118791&action=diff
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launch
I upgraded the BIOS with the bootable CD from the page you linked, did
not change anything to the issue.
** Attachment added: "Crash report with up to date BIOS"
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1258838/+attachment/3931122/+files/susres.2013-12-17_14%3A23%3A28.089873.crash
** Changed in: linux (Ubuntu)
Status: Incomplete => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1258838
Title:
[Lenovo ThinkPad X230] suspend/resume failure
To manage notificatio
G2ET97WW (2.57 )
10/25/2013
If I remove the DVD reader from the docking station, then the issue is
solved. That really sounds like upstream bug
https://bugzilla.kernel.org/show_bug.cgi?id=62801. There is a patch
attached that I can test if needed, but I'm not sure how to build ubuntu
kernel with t
This upstream kernel bug seems to describe the same symptoms:
https://bugzilla.kernel.org/show_bug.cgi?id=62801. If you can provide
.deb packages with 839a8e8660b6777e7fe4e80af1a048aebe2b5977 reverted,
I'll test it.
** Bug watch added: Linux Kernel Bug Tracker #62801
http://bugzilla.kernel.org/
** Attachment added: "The crash report on mainling kernel"
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1258838/+attachment/3926311/+files/susres.2013-12-09_16%3A48%3A49.212872.crash
** Changed in: linux (Ubuntu)
Status: Incomplete => Confirmed
--
You received this bug notific
Booted on 3.13.0-031300rc3-generic from the link above and system crash
on resume still happens.
** Tags added: kernel-bug-exists-upstream
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1258838
Title:
Public bug reported:
I'm using a docking station. If I suspend the laptop when it is docked
and resume after undocking it, the screen stay blank. I have to long-
press the power button to reboot.
This is a regression in 13.10, was working fine on 13.04 with the same
laptop.
ProblemType: KernelOo
*** This bug is a duplicate of bug 752033 ***
https://bugs.launchpad.net/bugs/752033
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
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 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 Ubuntu
Bugs, which is subscribed to Ub
*** 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
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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1232184
Title:
UOA g
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
Public bug reported:
I think unity (or the presence chooser component top-right of the
screen) should restore the last presence at startup. So if I was online
when I shutdown my PC, I should be online when I boot it. This is what
gnome-shell does.
Since I switched from gnome-shell to unity, I hav
For belgians: This bug happens if you install beid packages provided by
the gov, because the maintainer's name is not valid UTF8.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1053749
Title:
Unicode
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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1079694
Title:
3.6.1 stable update,
Public bug reported:
Currently the "play" button is sound indicator is inconsistent. There is
a confusion between music being a background service, or a traditional
app. See for example those steps:
1) (rb is not yet running) click play in indicator, rb window popup and start
playing
2) close th
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 Ubuntu
Bugs, which is subscribed to Ubuntu.
h
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:
Public bug reported:
Steps:
1) have rhytmbox in the launcher bar
2) open rb and play music
3) close rb window, it continues playing music
4) switch to another desktop (ctr-alt-right) then go back (ctr-alt-left)
5) click rb launcher.
expected:
rb window is shown
currently:
launcher blinks but th
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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1070377
Title:
Empathy change to Online Accounts no longe
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
Public bug reported:
Steps:
1) have xchat-gnome on one workspace and firefox on another one
2) from xchat, click a youtube link
3) the youtube webapp icon appear in the launchers bar
4) click that youtube icon...
expected:
it moves to firefox's workspace with youtube tab shown
currently:
it doe
Public bug reported:
I've got a bluetooth logitech keyboard[1] with belgian layout. That PC is
running ubuntu quantal with GDM and gnome-shell (installed
ubuntu-gnome-desktop). I've set the layout to belgian in gnome-control-center
and it worked fine. But each time I reboot the layout is qwerty
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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.la
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 Ubuntu
Bugs, which
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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https:
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1060808
Title:
external monitor resolution cannot go above 1024x768
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+sou
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 Ubuntu
Bugs, which is subscribed to Ubuntu.
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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1017463
Title:
empathy-chat crashed with SI
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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/929228
Title:
Empathy can't connect to Windows Live
To manage notif
(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
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 Ubuntu
Bugs, which
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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/929228
Title:
E
*** Bug 50005 has been marked as a duplicate of this bug. ***
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/453884
Title:
ICQ/Yahoo file transfer not possible
To manage notifications about this bug
*** This bug is a duplicate of bug 879019 ***
https://bugs.launchpad.net/bugs/879019
** This bug has been marked a duplicate of bug 879019
gnome-core: Depends on desktop-base NOT for Ubuntu
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed
Public bug reported:
When installing desktop-base metapackage (comes with gnome-desktop-
environment), grub's theme gets changed to a debian logo.
Found here: http://askubuntu.com/questions/66355/who-changed-my-grub-
theme-to-debian that the package responsible for this is desktop-base.
** Affec
Public bug reported:
menu-xdg adds Debian directory to menus, which leads to all icons being
duplicated in low-res in gnome-shell's overview.
I don't know if that package contains anything else that could be useful
though...
** Affects: meta-gnome3 (Ubuntu)
Importance: Undecided
St
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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/929228
Title:
Empathy can't connect to Windows Live
T
On my lenovo X200s, I have this problem since natty and it's still there
on precise. Pretty serious bug, if I wasn't geek enough to find the
workaround (same as comment #38) my laptop would be just unusable.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is s
Public bug reported:
backtrace:
#0 0x7fffee692623 in cogl_object_unref ()
from /usr/lib/x86_64-linux-gnu/libcogl.so.9
#1 0x7fffee69121f in ?? () from /usr/lib/x86_64-linux-gnu/libcogl.so.9
#2 0x7fffee690ca5 in cogl_renderer_check_onscreen_template ()
from /usr/lib/x86_64-linu
gnome-core-devel also needs to be updated to depend on libtelepathy-
farstream-dev instead:
The following packages have unmet dependencies:
gnome-core-devel : Depends: libtelepathy-farsight-dev (>= 0.0.19) but it is
not going to be installed
--
You received this bug notification because you ar
argh, copy/paste fail... ppa url is
https://launchpad.net/~sevenmachines/+archive/flash
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/831527
Title:
no appropriate viewer found for /usr/lib/flashplug
That seems dup indeed. For the record, I've added that ppa:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-
nonfree/+bug/762968/comments/24 and it installed fine. It is 64bit beta
from adobe though.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is sub
** Bug watch added: freedesktop.org Bugzilla #40283
http://bugs.freedesktop.org/show_bug.cgi?id=40283
** Changed in: mission-control-5
Importance: Critical => Unknown
** Changed in: mission-control-5
Status: Confirmed => Unknown
** Changed in: mission-control-5
Remote watch: freede
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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/828751
Title:
[FFE] update pygobject to 2.90.1
To mana
oh, and also fixed a leak: g_object_get() returns a ref !
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/780747
Title:
Window does not always close when running gnome-shell
To manage notifications a
I rb_shell_set_visibility() is dead code in upstream. That function does
lots of hacks to inconify the window, but a plain gtk_widget_hide()
works much better.
** Patch added: "modified ubuntu patch"
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/780747/+attachment/2240172/+files/05_
Note taht when you can't close it, if you go to overview rb window is
not shown.
Empathy had similar issue, the problem is the use of
gtk_window_iconify() that should be replaced with gtk_widget_hide().
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subsc
Upstream bug: https://bugzilla.kernel.org/show_bug.cgi?id=18802
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/662946
Title:
linux kernel 2.6.35 slows down the whole system because of kslowdxxx proce
I've been booting with pcie_ports=compat param, it seems to help, but
does not fix completely the bug. However I've tried with
echo N > /sys/module/drm_kms_helper/parameters/poll
and that works perfectly! kworker was taking 80% of my CPU and as soon
as I ran that command my system became usable a
I added pcie_ports=compat to boot options and the problem is gone on
natty with 2.6.37 kernel. I've seen that trick on fedora forum...
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/662946
Title:
lin
This also affects natty, tested today from fresh install. However the
process is not kslowd anymore but kworker/1:0
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/662946
Title:
linux kernel 2.6.35 sl
I have to admit I have less freezes recently, but this bug is surely not
resolved. Especially after a suspend/resume, I still have my mouse
freezing repeatdly when that kslowd process takes my CPU.
Can you please reopen it, I don't seems to have privileges for that...
--
linux kernel 2.6.35 slow
Note that empathy uses the application font as fallback for adium
themes, not the document font. There is an upstream bug for this with a
patch: https://bugzilla.gnome.org/show_bug.cgi?id=622266
** Bug watch added: GNOME Bug Tracker #622266
https://bugzilla.gnome.org/show_bug.cgi?id=622266
--
I have that issue too. When thunderbird is asking for an app to open
http/https I gave /usr/bin/xdg-open and now it works nicelly, following
GNOME config.
This is an important issue IMO.
--
ensure that x-www-browser is used if no http handler is found through gnome
integration
https://bugs.laun
I confirm that the solution works:
sudo ln -s /usr/share/myspell/dicts/
/usr/lib/thunderbird-3.0.4/dictionaries
then restart thunderbird and all dictionaries are now listed.
--
[PPA] Thunderbird 3 Shows only English dictionary in Spell menu
https://bugs.launchpad.net/bugs/509248
You received th
How can this bug be of low importance? Maybe ubuntu team should finally
start listening to upstream devs that repeat for months now that the
libindicate patch should be fixed or droped. And IMO that should be
BLOCKER for karmic.
--
Empathy - cannot answer SIP calls nor accept XMPP subscription re
1 - 100 of 169 matches
Mail list logo