[Bug 855693] [NEW] segfault in pad_block_callback_marshal from vorbis

2011-09-21 Thread Gustavo Carneiro
Public bug reported: When playing vorbis files in rhythmbox, often at the end of a song it crashes thus: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7fcbd3fff700 (LWP 28597)] pad_block_callback_marshal (pad=value optimized out, blocked=value optimized out,

[Bug 855693] Re: segfault in pad_block_callback_marshal from vorbis

2011-09-21 Thread Gustavo Carneiro
I forgot to mention, this is in Ubuntu 11.04 with all upgrades. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gst-plugins-base0.10 in Ubuntu. https://bugs.launchpad.net/bugs/855693 Title: segfault in pad_block_callback_marshal

[Bug 441156] Re: totem-gstreamer does not play sound

2009-11-13 Thread Gustavo Carneiro
totem seems to be hardcoded to use pulseaudio. I have previously run gstreamer-properties and configured ALSA as default output, but totem ignores it: g...@nazgul:Media$ totem --gst-debug-level=2 file.avi 0:00:00.025453780 5143 0x8540e0 WARN GST_PLUGIN_LOADING

[Bug 441156] Re: totem-gstreamer does not play sound

2009-11-13 Thread Gustavo Carneiro
** Bug watch added: GNOME Bug Tracker #596164 https://bugzilla.gnome.org/show_bug.cgi?id=596164 ** Also affects: totem via https://bugzilla.gnome.org/show_bug.cgi?id=596164 Importance: Unknown Status: Unknown -- totem-gstreamer does not play sound

[Bug 441156] Re: totem-gstreamer does not play sound

2009-11-12 Thread Gustavo Carneiro
I confirm the problem; totem does not seem to work without pulseaudio. This is what makes people mad about PA; the whole system is increasingly being built around PA in a way that sooner or later it won't work without PA. In karmik, the volume control applet no longer works without PA, and now I

[Bug 441156] Re: totem-gstreamer does not play sound

2009-11-12 Thread Gustavo Carneiro
I know that at least rhythmbox (the music player I use) plays very well over plain ALSA all day long. But totem just fails silently (no pun intended, but it applies :) -- totem-gstreamer does not play sound https://bugs.launchpad.net/bugs/441156 You received this bug notification because you

[Bug 449286] Re: [karmic] evince apparmor profile breaks zotero reference database

2009-10-15 Thread Gustavo Carneiro
I upgraded today and I still see the problem with zotero: [ 161.516661] type=1503 audit(1255611582.902:26): operation=file_lock pid=2852 parent=1 profile=/usr/lib/firefox-3.5.*/firefox requested_mask=k:: denied_mask=k:: fsuid=1000 ouid=1000

[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-05-02 Thread Gustavo Carneiro
About your test case: 1. It uses threads with incorrect locking, see attached patch to fix it; 2. In my system, X is not frozen, just becomes very slow. But the program is asking for trouble by continually updating the status icon in a while True: loop without even a pause for breath between

[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-05-01 Thread Gustavo Carneiro
Here's how I think you can reproduce the problem. Just write a program (C or Python, doesn't matter) that: 1. Creates a toplevel window (make it a fullscreen window for increased effect) 2. calls gdk_pointer_grab on that window 3. never calls gdk_pointer_ungrab From that moment on, the

[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-05-01 Thread Gustavo Carneiro
Sorry, sabby, I hope I wasn't too offensive, not my intention. Hoping you meant someone else. :) You are right, this is a very tiny mistake. The X11 API makes it very easy to freeze the desktop, as I explained. I am only annoyed that I have received over 60 comments on a bug that isn't even

[Bug 351524] Re: rhythmbox crashed with SIGSEGV in rb_python_module_load_with_gil()

2009-04-30 Thread Gustavo Carneiro
I have encountered this problem too just now, with an up-to-date jaunty machine. After adding some debug messages, I get: ImportError: could not import gobject (error was: '/var/lib/python-support/python2.6/gtk-2.0/glib/_glib.so: undefined symbol: Py_InitModule4_64') Error in sys.excepthook:

[Bug 351524] Re: rhythmbox crashed with SIGSEGV in rb_python_module_load_with_gil()

2009-04-30 Thread Gustavo Carneiro
OK, apparently the rhythmbox shell is linking to libpython: g...@dark-tower:ns-3-dev$ ldd /usr/bin/rhythmbox|grep python libpython2.6.so.1.0 = /usr/local/lib/libpython2.6.so.1.0 (0x7f43a477b000) But there is something wrong: g...@dark-tower:ns-3-dev$ objdump --dynamic-syms

[Bug 351524] Re: rhythmbox crashed with SIGSEGV in rb_python_module_load_with_gil()

2009-04-30 Thread Gustavo Carneiro
Oops, never mind! Beginner's mistake, I feel stupid :P libpython2.6.so.1.0 = /usr/local/lib/libpython2.6.so.1.0 (0x7f43a477b000) Removing the rogue python lib from /usr/local takes care of the problem. -- rhythmbox crashed with SIGSEGV in rb_python_module_load_with_gil()

[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-04-16 Thread Gustavo Carneiro
It seems to be a python issue, but only when dealing with legacy/deprecated classes. It would not be hard to fix the applications; where you see: class Foo: ... Change it to: class Foo(object): ... And the problem should go away. -- [Jaunty] alarm-clock causes screen to freeze

[Bug 352273] [NEW] rhythmbox crashed with SIGSEGV in unlink_blocked_cb()

2009-03-31 Thread Gustavo Carneiro
Public bug reported: Binary package hint: rhythmbox This happened when playing an album from start to finish. At the last album song, in the end of the song, gstreamer crashed. ProblemType: Crash Architecture: amd64 DistroRelease: Ubuntu 9.04 ExecutablePath: /usr/bin/rhythmbox

[Bug 352273] Re: rhythmbox crashed with SIGSEGV in unlink_blocked_cb()

2009-03-31 Thread Gustavo Carneiro
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/24565446/Dependencies.txt ** Attachment added: Disassembly.txt http://launchpadlibrarian.net/24565447/Disassembly.txt ** Attachment added: ProcMaps.txt http://launchpadlibrarian.net/24565448/ProcMaps.txt ** Attachment

[Bug 346877] Re: rhythmbox crashed with SIGSEGV in g_main_context_dispatch()

2009-03-31 Thread Gustavo Carneiro
Yes, it is due to cross-fade. -- rhythmbox crashed with SIGSEGV in g_main_context_dispatch() https://bugs.launchpad.net/bugs/346877 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list

[Bug 269046] Re: rhythmbox crashed with SIGSEGV in gst_pad_send_event()

2008-10-09 Thread Gustavo Carneiro
I really don't remember what I was doing :P I am guessing playing some music, but I don't remember the details... I have not had crashes for a while in intrepid, so there's a chance it might be fixed already. -- rhythmbox crashed with SIGSEGV in gst_pad_send_event()

[Bug 260427] Re: totem-gstreamer-video-thumbnailer crashed with SIGSEGV in g_object_notify_queue_thaw()

2008-08-25 Thread Gustavo Carneiro
I tried reproducing the crash under gdb, numerous times, with the same input file, but now everything appears to work correctly. No crashes, and the thumbnail is generated correctly. ** Changed in: totem (Ubuntu) Status: Incomplete = Invalid -- totem-gstreamer-video-thumbnailer crashed

[Bug 237857] [NEW] All new Inbox emails being marked as spam

2008-06-06 Thread Gustavo Carneiro
Public bug reported: Binary package hint: evolution Ever since the update evolution 2.22.2-0ubuntu1, in my Inbox folder alone, _all_ new email messages are appearing as spam and they don't show up on the Inbox folder at all, only on the spam folder. I am using bogofilter spam plugin instead of

[Bug 237857] Re: All new Inbox emails being marked as spam

2008-06-06 Thread Gustavo Carneiro
Hrm.. I tried disabling bogofilter plugin. Test email... works, as expected.. Then I try re-enabling it... test email... works too! So it looks like things are back to normal, somehow. Might as well close the bug report. I'll reopen if the bug comes back.. ** Changed in: evolution (Ubuntu)

[Bug 178544] Re: e-d-s should use gnome-keyring again

2008-02-05 Thread Gustavo Carneiro
Definitely! Keyring now can easily become transparent, no unlock keyring password annoyance anymore. And I _really_ hate to store passwords in a plain text file (well, it's base64 encoded IIRC, but that is trivial to crack), so I end up not saving some of my more sensitive passwords, which is

[Bug 185043] Epiphany 2.21 crashes with http authentication

2008-01-22 Thread Gustavo Carneiro
Public bug reported: Binary package hint: epiphany-browser Epiphany 2.21 crashes (SIGSEGV) when openining a web site that requires http authentication. Sometimes instead of crashing it enters a livelock and I have to kill it myself. ** Affects: epiphany-browser (Ubuntu) Importance:

[Bug 185043] Re: Epiphany 2.21 crashes with http authentication

2008-01-22 Thread Gustavo Carneiro
I'm afraid I can't offer much details; it crashes inside xulrunner, for which there are no debug packages :-( I'm on ubuntu amd64. Epiphany 2.21.4 (gecko). Stack trace is useless: #0 0x7f89101f80ca in ?? () from /usr/lib/xulrunner-1.9b3pre/libxul.so #1 0x7f890ed2b1f8 in ?? () from

[Bug 180059] Epiphany can't be used now. Mozilla initialization failed.

2008-01-03 Thread Gustavo Carneiro
Public bug reported: Binary package hint: epiphany-browser I get that error message when starting epiphany, ever since I upgraded xul-runner libraries this morning. epiphany-browser 2.21.4-0ubuntu2 xulrunner-1.9 1.9~b3~cvs20080101t1000+nobinonly-0ubuntu1 ** Affects:

[Bug 180059] Re: Epiphany can't be used now. Mozilla initialization failed.

2008-01-03 Thread Gustavo Carneiro
Nevermind, I should have waited for the updated epiphany-browser package... ** Changed in: epiphany-browser (Ubuntu) Status: New = Invalid -- Epiphany can't be used now. Mozilla initialization failed. https://bugs.launchpad.net/bugs/180059 You received this bug notification because you

[Bug 48708] Re: evince should Suggests xpdf-japanese (or poppler-data when it'll be available)

2007-10-18 Thread Gustavo Carneiro
IMHO it should be recommend or hard dep. Having copy-paste silently broken is not fun :( -- evince should Suggests xpdf-japanese (or poppler-data when it'll be available) https://bugs.launchpad.net/bugs/48708 You received this bug notification because you are a member of Ubuntu Desktop Bugs,

[Bug 120569] Re: [gutsy] gtkspell segfaults when trying to set the language on gtk.TextView

2007-09-26 Thread Gustavo Carneiro
It's like I said in comment 25. libgtkspell should be fixed. It's rather simple to fix using g_object_weak_ref API, but I don't have time. -- [gutsy] gtkspell segfaults when trying to set the language on gtk.TextView https://bugs.launchpad.net/bugs/120569 You received this bug notification

[Bug 120569] Re: [gutsy] gtkspell segfaults when trying to set the language on gtk.TextView

2007-09-25 Thread Gustavo Carneiro
To fix the problem for real libgtkspell should be using a weak reference to the GtkTextView object, so that when the GtkTextView is destroyed GtkSpell is notified and removes the reference. -- [gutsy] gtkspell segfaults when trying to set the language on gtk.TextView

[Bug 136350] Re: mp3 playback broken

2007-08-31 Thread Gustavo Carneiro
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/9074576/Dependencies.txt ** Attachment added: ProcEnviron.txt http://launchpadlibrarian.net/9074577/ProcEnviron.txt ** Attachment added: ProcMaps.txt http://launchpadlibrarian.net/9074578/ProcMaps.txt ** Attachment

[Bug 136350] mp3 playback broken

2007-08-31 Thread Gustavo Carneiro
Public bug reported: Binary package hint: rhythmbox Since today's gstreamer upgrades, RB won't play MP3 files anymore. It only plays OGG Vorbis and Musepack. ProblemType: Bug Architecture: i386 Date: Fri Aug 31 12:58:10 2007 DistroRelease: Ubuntu 7.10 ExecutablePath: /usr/bin/rhythmbox

[Bug 126520] Re: Tabs not shutting down cleanly

2007-08-07 Thread Gustavo Carneiro
*** This bug is a duplicate of bug 125209 *** https://bugs.launchpad.net/bugs/125209 ** This bug has been marked a duplicate of bug 125209 Flash video in Epiphany doesn't die when browser is closed -- Tabs not shutting down cleanly https://bugs.launchpad.net/bugs/126520 You received this

[Bug 126520] Re: smoothScroll forgotten / not shutting down cleanly

2007-08-06 Thread Gustavo Carneiro
Yes, it works correctly. But there's something simply not right about epiphany. I close all the windows / tabs and the epiphany process keeps running in the background. Morever, I remember once playing a music in a flash applet, and when I closed the tab the music kept playing in the background.

[Bug 126520] Re: smoothScroll forgotten / not shutting down cleanly

2007-07-31 Thread Gustavo Carneiro
I take it back; the bug is still there after all... ** Changed in: epiphany-browser (Ubuntu) Status: Invalid = New -- smoothScroll forgotten / not shutting down cleanly https://bugs.launchpad.net/bugs/126520 You received this bug notification because you are a member of Ubuntu Desktop

[Bug 126520] Re: smoothScroll forgotten / not shutting down cleanly

2007-07-30 Thread Gustavo Carneiro
This appears to be fixed since today's dist-upgrade on gutsy. ** Changed in: epiphany-browser (Ubuntu) Status: New = Invalid -- smoothScroll forgotten / not shutting down cleanly https://bugs.launchpad.net/bugs/126520 You received this bug notification because you are a member of Ubuntu

[Bug 126520] smoothScroll forgotten / not shutting down cleanly

2007-07-17 Thread Gustavo Carneiro
Public bug reported: Binary package hint: epiphany-browser I set the option general.smoothScroll to true, but every time I restart the browser it goes back to false. Another problem which may (or not) be related is that it seems this version of epiphnay keeps running in the background even

[Bug 126520] Re: smoothScroll forgotten / not shutting down cleanly

2007-07-17 Thread Gustavo Carneiro
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/8499289/Dependencies.txt ** Attachment added: ProcEnviron.txt http://launchpadlibrarian.net/8499290/ProcEnviron.txt ** Attachment added: ProcMaps.txt http://launchpadlibrarian.net/8499291/ProcMaps.txt ** Attachment

[Bug 104980] Re: buggy PyGTK code crashed the python 2.5 interpreter run via the terminal

2007-04-24 Thread Gustavo Carneiro
Gtk+-2.0 crashes because you do something wrong. Granted, it would nice that Gtk didn't segfault, but neither PyGTK nor Gtk ever have given any strict guarantees that erroneous programs don't crash. Either the bug should be closed, or marked as enhancement with minor severity. It's up to the

[Bug 86006] [apport] epiphany crashed with SIGSEGV in __kernel_vsyscall()

2007-02-18 Thread Gustavo Carneiro
Public bug reported: Binary package hint: epiphany-browser It always crashes when I logout (to shutdown) from my gnome session. ProblemType: Crash CrashCounter: 1 Date: Sun Feb 18 01:44:37 2007 DistroRelease: Ubuntu 7.04 ExecutablePath: /usr/bin/epiphany Package: epiphany-browser

[Bug 86006] Re: [apport] epiphany crashed with SIGSEGV in __kernel_vsyscall()

2007-02-18 Thread Gustavo Carneiro
** Attachment added: Dependencies.txt http://librarian.launchpad.net/6464263/Dependencies.txt ** Attachment added: Disassembly.txt http://librarian.launchpad.net/6464264/Disassembly.txt ** Attachment added: ProcEnviron.txt http://librarian.launchpad.net/6464265/ProcEnviron.txt **

[Bug 83551] python plugins don't work in amd64

2007-02-06 Thread Gustavo Carneiro
Public bug reported: Binary package hint: rhythmbox Python plugins don't work in amd64; filing bug report on ubuntu just to make sure my patch is applied if a new RB release doesn't happen in time for the feisty freeze. ** Affects: rhythmbox (upstream) Importance: Unknown Status:

[Bug 75461] Re: fails to start after upgrade to feisty

2007-01-14 Thread Gustavo Carneiro
This is http://bugzilla.gnome.org/show_bug.cgi?id=389984 Fixed now. ** Changed in: deskbar-applet (Ubuntu) Status: Needs Info = Fix Committed -- fails to start after upgrade to feisty https://launchpad.net/bugs/75461 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com

[Bug 72557] Re: Launching epiphany from deskbar doesn't use the user profile

2007-01-14 Thread Gustavo Carneiro
I think this is a dup of bug #75461. When you logout then quickly login again, deskbar gets some stale environment variables and any programs launched by it are affected. One of those variables is the D-BUS socket path. When epiphany can't connect to D-BUS it can't make sure it is the only

[Bug 57330] Re: Edge is not transparent

2007-01-14 Thread Gustavo Carneiro
Note: dup of bug #44918. -- Edge is not transparent https://launchpad.net/bugs/57330 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 79234] applet doesn't start unless python2.5 is the default

2007-01-14 Thread Gustavo Carneiro
Public bug reported: Binary package hint: deskbar-applet Since around 2007-01-12, deskbar in feisty doesn't start: Running installed deskbar, using [/usr/lib/python2.5/site-packages/deskbar:$PYTHONPATH] Traceback (most recent call last): File /usr/lib/deskbar-applet/deskbar-applet, line 30,

[Bug 56744] Re: Selecting a password/folder entry results in an unknown error

2007-01-09 Thread Gustavo Carneiro
Please open a different bug report against deskbar; the same traceback does not necessarily imply it's the same bug. -- Selecting a password/folder entry results in an unknown error https://launchpad.net/bugs/56744 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com

[Bug 71373] Re: Crash when playing a .mov inside the web browser

2006-12-08 Thread Gustavo Carneiro
I use Epiphany. I can't reproduce this anymore in current feisty. Closing... ** Changed in: totem (Ubuntu) Status: Unconfirmed = Fix Released -- Crash when playing a .mov inside the web browser https://launchpad.net/bugs/71373 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com

[Bug 71373] Re: Crash when playing a .mov inside the web browser

2006-11-11 Thread Gustavo Carneiro
** Attachment added: crash data http://librarian.launchpad.net/5051451/_usr_lib_totem_totem-mozilla-viewer.1000.crash -- Crash when playing a .mov inside the web browser https://launchpad.net/bugs/71373 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com

[Bug 71373] Crash when playing a .mov inside the web browser

2006-11-11 Thread Gustavo Carneiro
Public bug reported: Open http://www.atari.com/nwn2/video/NWN2_QT6_BBand_Medium.mov in the web browser - totem crashes. ** Affects: totem (Ubuntu) Importance: Undecided Status: Unconfirmed -- Crash when playing a .mov inside the web browser https://launchpad.net/bugs/71373 --

[Bug 71373] Re: Crash when playing a .mov inside the web browser

2006-11-11 Thread Gustavo Carneiro
It only seems to crash inside the web browser, not in a standalone totem window. -- Crash when playing a .mov inside the web browser https://launchpad.net/bugs/71373 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 56744] Re: Selecting a password/folder entry results in an unknown error

2006-10-03 Thread Gustavo Carneiro
Hold the cheering; pygtk 2.10.2 breaks other stuff, but 2.10.3 will be out soon. :P -- Selecting a password/folder entry results in an unknown error https://launchpad.net/bugs/56744 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com

[Bug 56744] Re: Selecting a password/folder entry results in an unknown error

2006-10-03 Thread Gustavo Carneiro
OK, PyGTK 2.10.3 is out, you can resume your cheering :) -- Selecting a password/folder entry results in an unknown error https://launchpad.net/bugs/56744 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 56744] Re: Selecting a password/folder entry results in an unknown error

2006-09-23 Thread Gustavo Carneiro
** Changed in: revelation (Ubuntu) Sourcepackagename: revelation = pygtk Status: Unconfirmed = Fix Committed -- Selecting a password/folder entry results in an unknown error https://launchpad.net/bugs/56744 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com

[Bug 60576] Adding LPD printer freezes gnome-cups-add

2006-09-15 Thread Gustavo Carneiro
Public bug reported: 1. Run gnome-cups-add 2. Select LPD printer type 3. Fill in the hostname and queue fields 4. Press the Next button At this point the program freezes. Gdb shows this backtrace: (gdb) thread apply all bt Thread 7 (Thread 1098918224 (LWP 11537)): #0 0x2b430659ead7 in

[Bug 60576] Re: Adding LPD printer freezes gnome-cups-add

2006-09-15 Thread Gustavo Carneiro
The backtrace already suggested, but I could not believe it.. It seems gnome-cups-add is being incredibly stupid and sending out SNMP request forever, essentially disregarding the ICMP reports flowing back from the LPR server, as the attached screenshot shows. And gnome-cups-add is already very

[Bug 39844] Re: evolution and nautilus do not start

2006-08-12 Thread Gustavo Carneiro
Just fixed this upstream, I think; see http://bugzilla.gnome.org/show_bug.cgi?id=337597 -- evolution and nautilus do not start https://launchpad.net/bugs/39844 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 48708] Re: Missing dep on charset map files

2006-08-01 Thread Gustavo Carneiro
Then it's a poppler bug. I tested it again, evince copy-paste definitely doesn't work the example I provided unless xpdf-japanese is installed. -- Missing dep on charset map files https://launchpad.net/bugs/48708 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com

[Bug 48708] Missing dep on charset map files

2006-06-06 Thread Gustavo Carneiro
Public bug reported: As I noted in [1], evince refuses to copy-paste from most PDF files (including one that I generated with OpenOffice2) because of the missing support for EUC-JP. Installing the package xpdf-japanese fixed the problem. Give that copy-paste appears broken without it, shouldn't

[Bug 46132] Re: Huge icons when using 75% icon size

2006-05-23 Thread Gustavo Carneiro
*** This bug is a duplicate of bug 46127 *** Everybody, please stop the me too posts, I just want to hear when the bug is fixed, that's all :P -- Huge icons when using 75% icon size https://launchpad.net/bugs/46132 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com

[Bug 34520] Missing gtk+ translations

2006-03-12 Thread Gustavo Carneiro
Public bug report changed: https://launchpad.net/malone/bugs/34520 Comment: I have the package, and listing the file shows: [...] /usr/share/locale-langpack/pt/LC_MESSAGES/gtk20.mo /usr/share/locale-langpack/pt/LC_MESSAGES/gtk20-properties.mo [...] So the translations are installed, just not

[Bug 34520] Missing gtk+ translations

2006-03-12 Thread Gustavo Carneiro
Public bug report changed: https://launchpad.net/malone/bugs/34520 Comment: Yeah, working fine, now. Although I did notice yesterday that gtk+ translations weren't working when I ran programs with LANGUAGE=pt_PT, and that's why I went looking for the mo files. In any case, today the problem is

[Bug 34520] Missing gtk+ translations

2006-03-11 Thread Gustavo Carneiro
Public bug reported: https://launchpad.net/malone/bugs/34520 Affects: gtk+2.0 libgtk2.0-common (Ubuntu) Severity: Normal Priority: (none set) Status: Unconfirmed Description: In ubuntu breezy, libgtk2.0-common used to contain translations of gtk+ itself: [...]