[Bug 2055012] Re: When I upgraded from 22.04 to 24.04, DNS resolution went wrong.

2024-09-23 Thread Fabien
*** This bug is a duplicate of bug 2054761 *** https://bugs.launchpad.net/bugs/2054761 I have the same issue on multiple hosts, including my laptop, with intermittent DNS failures depending on the command used, after upgrading to 24.04. The fix is rather unclear. For a laptop which connects a

[Bug 2064320] Re: gnome-control-center : unable to import a wireguard configuration from file

2024-04-30 Thread Fabien Gagné
omg I've tried to import a new wireguard config from my VPN provider, but with a short filename; the import seemed to fail because the dialog closed immediately after selecting the file and the new VPN connection would not add to the list. Tried a second time and had a crash; submitted the repor

[Bug 2064364] Re: gnome-control-center: wireguard pair closes when loosing focus

2024-04-30 Thread Fabien Gagné
Further info from my system: DistroRelease: Ubuntu 24.04 Package: gnome-control-center 1:46.0.1-1ubuntu7 ProcVersionSignature: Ubuntu 6.8.0-31.31-generic 6.8.1 Uname: Linux 6.8.0-31-generic x86_64 NonfreeKernelModules: zfs ApportVersion: 2.28.1-0ubuntu2 Architecture: amd64 CasperMD5C

[Bug 2064364] [NEW] gnome-control-center: wireguard pair closes when loosing focus

2024-04-30 Thread Fabien Gagné
Public bug reported: Just installed a fresh Ubuntu 24.04 LTS In gnome-control-center -> Network -> VPN -> + -> Wireguard -> Pairs -> + When adding a pair for the Wireguard connection, if the window looses focus (for example because we need do copy-paste from another window), the entire "pair" di

[Bug 2064320] Re: gnome-control-center : unable to import a wireguard configuration from file

2024-04-30 Thread Fabien Gagné
Whoa you nailed it. The code fails if the filename + extension is > 20 characters long. It handles the path name length correctly, it fails only if the filename + extension is longer than 20 characters. It should be good up to 255 or 32k characters, but it isn't. Will this be fixed? -- You rece

[Bug 2064320] [NEW] gnome-control-center : unable to import a wireguard configuration from file

2024-04-30 Thread Fabien Gagné
Public bug reported: In Ubuntu 24.04 LTS fresh install. I am unable to import a Wireguard .conf configuration file from the gnome-control-center's Network panel. Parameters -> Network -> VPN -> + -> Import from file Select the .conf file that was sent by my VPN provider, then click Open Results

[Bug 2051838] Re: /usr/libexec/gdm-wayland-session: Error: WaylandMessage::Write() too many files to send

2024-02-19 Thread Fabien
To avoid having disk full problems, I used the following workaround: I created a file /etc/rsyslog.d/10-no-gdm-wayland.conf Containing the following lines: :msg, contains, "Error: WaylandMessage::Write() too many files to send" ~ :msg, contains, " :" ~ And then restarted rsyslog (as root): syste

[Bug 2051838] Re: /usr/libexec/gdm-wayland-session: Error: WaylandMessage::Write() too many files to send

2024-02-19 Thread Fabien
Same bug here. Using sway as a window manager. PID between brackets is firefox's. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gdm3 in Ubuntu. https://bugs.launchpad.net/bugs/2051838 Title: /usr/libexec/gdm-wayland-session: Error

[Bug 1882034] [NEW] cannot start X session with NIS account

2020-06-04 Thread Fabien
Public bug reported: When login with a NIS account, X does not start, or more precisely it starts and exits immediately. Only errors in logs is: (EE) systemd-logind: failed to get session: PID 4335 does not belong to any known session X11/gdm login works fine with local accounts. SSH/terminal

[Bug 1859587] Re: gimp instead of evince has priority to display pdf files

2020-01-14 Thread Fabien
Version 2.10.8-2 on eoan. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gimp in Ubuntu. https://bugs.launchpad.net/bugs/1859587 Title: gimp instead of evince has priority to display pdf files To manage notifications about this bu

[Bug 1859587] [NEW] gimp instead of evince has priority to display pdf files

2020-01-14 Thread Fabien
Public bug reported: It seems that because "/etc/mailcap" contains two lines for "application/pdf", and gimp is ahead of evince, my mailer (alpine) choses gimp automatically for displaying pdf files, which is always a bad idea. Fix is *not* to declare gimp for pdf files, at least not ahead of evi

[Bug 743176] Re: Pink layer on taken screenshots (gnome-screenshot)

2019-05-06 Thread Fabien S
I have the same issue (ubuntu 18.04, fresh install) and it seems to be related to my second screen too. I've taken multiple screenshots from my 2nd screen and all had this pink layer. Then I started "googling" to find similar issues and read this bug report (and Raph comment) : I took a new scr

[Bug 1241101]

2014-07-20 Thread Fabien-toral
So, after few tries in Virtual Machines to test different Debian/gtk versions, and other researches on the net, I found a workaround to make Luna work on my Debian laptop : export SWT_GTK3=0 That aims to fallback to the GTK2 SWT implementation and bring my Eclipse back! I was not on the right bu

[Bug 1241101]

2014-06-06 Thread Fabien-toral
Created attachment 244042 crash log (In reply to David Matějček from comment #22) > Problematic frames occurs in two variants: > 1) # C [libgobject-2.0.so.0+0x31b3c] g_type_check_instance_is_a+0x3c > 2) # C [libgtk-x11-2.0.so.0+0x24492a] gtk_widget_queue_draw+0x1a > I've a third variant in t

[Bug 1218322] Re: Can't set keyboard layout change to alt+shift, ctrl+shift, etc.

2014-01-10 Thread Fabien Basmaison
I don’t know if that can be of any help, but after installing packages from the attente repository, I encountered the following problem with Sublime Text: http://www.sublimetext.com/forum/viewtopic.php?f=3&t=14926 Also, doing “Ctrl+C” would not work within application like Firebug or Chrome Develo

[Bug 1062531] Re: apparmor prevents evince from accessing /run/user/

2012-10-06 Thread Fabien Tassin
to reproduce, just start evince, no need to do anything else. It also happens when closing it. to fix, edit /etc/apparmor.d/usr.bin.evince and add this line in the /usr/bin/evince section: owner /{,var/}run/user/*/dconf/user rw, then reload the profile with: sudo apparmor_parser -r /etc/ap

[Bug 1042495] Re: [FFe] gdm 3.5.90

2012-08-28 Thread Fabien Tassin
Please give the credits where due, 99% of this is my work. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gdm in Ubuntu. https://bugs.launchpad.net/bugs/1042495 Title: [FFe] gdm 3.5.90 To manage notifications about this bug go to:

[Bug 1038577] Re: p11-kit: duplicate configured module: gnome-keyring.module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so

2012-08-26 Thread Fabien Tassin
See http://git.gnome.org/browse/gnome- keyring/commit/?id=840517c4b7eafedb77d2aac62aa6c73a0241517f -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu. https://bugs.launchpad.net/bugs/1038577 Title: p11-kit: dupl

[Bug 1006490] Re: Gnome Classic 12.04 panel applet “Force Quit” locks up system, hardware reboot to recover

2012-06-25 Thread Fabien Michel
I have the same problem, but I do not know what action causes the blockage. The only way I found and killed gnome-panel. Why I do ctrl + alt + F1, then once connected: sudo killall gnome-panel Fresh install of 12.04 with gnome-session-callback / gnome-panel - no effects Gnome Force Quit applet on

[Bug 682788] Re: Improve Unity menus

2012-05-21 Thread Fabien Lusseau
@Chris: We can also argue that having a global menu for anything make the user maximize because this user don't want to move his mouse all over his desk to only reveal a menu ... I know I feel this problem, and I maximize nothing. Having this option (use global menu only for maximized windows) wil

[Bug 995872] Re: Can't set wacom tablet (pad) buttons with the GUI

2012-05-13 Thread Fabien Poulain
Yes, for me too. On 11.10, a script bash was usefull to configure this buttons, but it don't work with the 12.04. Moreover, the new window of configuration would be better if we can use all of it. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is su

[Bug 995872] Re: Can't set wacom tablet (pad) buttons with the GUI

2012-05-11 Thread Fabien Poulain
Hi, I have the same problem with my Bamboo Fun... I had refund the whell by configuring a script shell but I can't reconfiguring my 4 other buttons. I was too in 11.10 before. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-co

[Bug 863154] Re: Wacom Bamboo One tablet random coordinate malfunctions

2011-11-13 Thread Fabien Poulain
Hi, I have the same problem with my Wacom Bamboo Fun CTE-450. But it's worse with my simple Logitech mouse ! XFCE doesn't fix the problem. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gimp in Ubuntu. https://bugs.launchpad.net/bug

[Bug 859104] Re: Nautilus extensions written in Python do not work in Oneiric

2011-10-13 Thread Fabien LOISON
Summary of the situation with Nautilus Python: Moving to Nautilus 3.0 => Nautilus Python 1.0.0: All the extensions have to be rewritten in GTK3 because Nautilus is GTK3 now (so no more PyGTK). But we must continue to use GObject 2.x (import gobje

[Bug 843769] Re: 'undefined symbol: g_unix_signal_add_watch_full' error, needs to be updated to 3.1.91

2011-09-08 Thread Fabien Tassin
no it's not fixed for evolution. please re-open. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evolution in Ubuntu. https://bugs.launchpad.net/bugs/843769 Title: 'undefined symbol: g_unix_signal_add_watch_full' error, needs to be

[Bug 160311] Re: Resizing windows by grabbing window borders is difficult

2011-08-22 Thread Fabien Tassin
yep, it regressed for me too. and to make the matter worse, the gtk resize grip in the bottom-right corner is gone too (or at least it's gone when using gnome-shell, not sure about unity) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 820372] Re: default session set to GNOME and fails. Should be Unity

2011-08-05 Thread Fabien Tassin
bad, you must also update /usr/share/xsessions/gnome-shell.desktop to pass --session=gnome otherwise you get a crappy compiz with nothing but nautilus when you asked for gnome-shell. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gno

[Bug 817466] Re: crash on startup when initializing spamassassin

2011-08-03 Thread Fabien Tassin
i'm not upgrading evo atm, my last try (after this one) on another box (still with 3.1.3) showed a freeze at startup with a stack starting with gtk3 and ending somewhere in dbus. I don't have the luxury to break all my desktops. -- You received this bug notification because you are a member of Ub

[Bug 817466] Re: [regression] crash on startup when initializing spamassassin

2011-07-28 Thread Fabien Tassin
** Attachment added: "trace.txt" https://bugs.launchpad.net/bugs/817466/+attachment/2238110/+files/trace.txt -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evolution in Ubuntu. https://bugs.launchpad.net/bugs/817466 Title: [regr

[Bug 817466] [NEW] [regression] crash on startup when initializing spamassassin

2011-07-28 Thread Fabien Tassin
Public bug reported: After the 3.1.3-0ubuntu2 => 3.1.4-0ubuntu1 upgrade in oneiric this morning, evolution started to crash on startup. 100% reproducible. It seems to happen while initializing the spamassassin plugin. Attached a trace. For now, I've downgraded both evo and e-d-s (to 3.1.3.1-0u

[Bug 804617] Re: gnome-settings-daemon assert failure: gnome-settings-daemon: ../../src/xcb_io.c:515: _XReply: Assertion `!dpy->xcb->reply_data' failed.

2011-07-04 Thread Fabien Tassin
** Changed in: gnome-settings-daemon (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu. https://bugs.launchpad.net/bugs/804617 Title: gnome-settings-daemon asser

[Bug 774427] Re: Cannot add applets to second X server display in 11.04

2011-05-02 Thread Fabien Chéreau
What about raising the Importance to high? This bug is really extremely annoying for dual screen users :( -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-panel in Ubuntu. https://bugs.launchpad.net/bugs/774427 Title: Cannot ad

[Bug 747038] Re: Empathy segfaulting on natty

2011-04-01 Thread Fabien Tassin
** Package changed: chromium-browser (Ubuntu) => empathy (Ubuntu) -- 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/747038 Title: Empathy segfaulting on natty -- desktop-bugs mailin

[Bug 503372] Re: Evince doesn't retain settings in Lucid

2011-03-31 Thread Fabien Engels
I got the same problem (under Natty) until I install this package : libdconf0 (I'm used to install Ubuntu in command line then I add minimal package set I need ...). Maybe you should try this, hoping it'll fix your problem. (Evince uses dconf to store its settings) -- You received this bug notif

[Bug 740011] Re: Natty: the driver sp5100_tco prevents PC startup

2011-03-29 Thread Fabien Lusseau
** Package changed: gnome-system-monitor (Ubuntu) => linux (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-system-monitor in Ubuntu. https://bugs.launchpad.net/bugs/740011 Title: Natty: the driver sp5100_tco prevents

[Bug 722491] Re: evolution crashed with SIGSEGV in send_dbus_message()

2011-03-27 Thread Fabien Tassin
Still there. Filed https://bugzilla.gnome.org/show_bug.cgi?id=645840 ** Bug watch added: GNOME Bug Tracker #645840 https://bugzilla.gnome.org/show_bug.cgi?id=645840 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evolution in Ubunt

[Bug 722491] Re: evolution crashed with SIGSEGV in send_dbus_message()

2011-02-23 Thread Fabien Tassin
I can sure reproduce the crash. it happened to me a dozen times already this month. It's always with a spam (i get lots of them). I'm now capturing the outputs. I will update the bug once I have something. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, wh

[Bug 722491] Re: evolution crashed with SIGSEGV in send_dbus_message()

2011-02-21 Thread Fabien Tassin
-- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evolution in ubuntu. https://bugs.launchpad.net/bugs/722491 Title: evolution crashed with SIGSEGV in send_dbus_message() -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com htt

[Bug 722491] [NEW] evolution crashed with SIGSEGV in send_dbus_message()

2011-02-21 Thread Fabien Tassin
Public bug reported: Binary package hint: evolution evolution crashes somewhere in the mail notifier. #5 0x7f8f31cbd18e in send_dbus_message (name=, data=0x292e050 "imap://username@localhost/INBOX/Spam/almost-certainly/2011-02", new_count=1, msg_uid=, msg_sender=0x2a14000 "???W???ѰT?C??

[Bug 710125] Re: Chromium leaves trails when compositing is turned on

2011-01-30 Thread Fabien Tassin
Reading the upstream bug more carefully, it's a bug in Metacity. Re- assigning. ** Package changed: chromium-browser (Ubuntu) => metacity (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to metacity in ubuntu. https://bugs.launch

[Bug 707305] Re: gtk incomplete drag

2011-01-25 Thread Fabien Tassin
-- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu. https://bugs.launchpad.net/bugs/707305 Title: gtk incomplete drag -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/list

[Bug 707305] [NEW] gtk incomplete drag

2011-01-25 Thread Fabien Tassin
Public bug reported: Since Maverick, i've been experiencing incomplete drags in some gtk apps. Initially, i filed the bug against Chromium as I first experienced the problem there: http://code.google.com/p/chromium/issues/detail?id=53814 but it's not a Chromium bug. it's happening everywhere, l

[Bug 693976] Re: [natty] Copying to clipboard broken

2010-12-23 Thread Fabien Tassin
oops ** Changed in: gtk+2.0 (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu. https://bugs.launchpad.net/bugs/693976 Title: [natty] Copying to clipboard broken -- desktop

[Bug 693976] Re: [natty] Copying to clipboard broken

2010-12-23 Thread Fabien Tassin
confirmed, broken with chromium, firefox, gedit, ... ** Changed in: gtk+2.0 (Ubuntu) Importance: High => Undecided -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu. https://bugs.launchpad.net/bugs/693976 Title:

[Bug 691556] Re: [natty] rhythmbox doesn't appear in indicator-sound menu anymore

2010-12-20 Thread Fabien Tassin
same here. I noticed last week while patching rhythmbox that it no longer builds in natty because of that same plugin: ayatana-plugin.c:8:26: fatal error: Indicate-0.2.h: No such file or directory compilation terminated. make[4]: *** [ayatana-plugin.lo] Error 1 make[4]: Leaving directory `/tmp/bui

[Bug 689687] Re: Warnings in desktop file

2010-12-13 Thread Fabien Tassin
** Package changed: chromium-browser (Ubuntu) => desktop-file-utils (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to desktop-file-utils in ubuntu. https://bugs.launchpad.net/bugs/689687 Title: Warnings in desktop file -- d

[Bug 645801] Re: GTK+ GUI element graphical style disbalance in various other GUI elements

2010-09-23 Thread Fabien LOISON (FLOZz)
Please report this bug in the place where you download your theme, we can't do nothing here :) ** Changed in: nautilus-terminal Status: New => Invalid -- GTK+ GUI element graphical style disbalance in various other GUI elements https://bugs.launchpad.net/bugs/645801 You received this bug

[Bug 639809] Re: no work, no contacts

2010-09-15 Thread Fabien
** Attachment added: "Dependencies.txt" https://bugs.launchpad.net/bugs/639809/+attachment/1589845/+files/Dependencies.txt ** Attachment added: "ProcMaps.txt" https://bugs.launchpad.net/bugs/639809/+attachment/1589846/+files/ProcMaps.txt ** Attachment added: "ProcStatus.txt" https://

[Bug 639809] [NEW] no work, no contacts

2010-09-15 Thread Fabien
Public bug reported: Binary package hint: empathy update to 10.10, no contacts ... ProblemType: Bug DistroRelease: Ubuntu 10.10 Package: empathy 2.31.92-0ubuntu2 ProcVersionSignature: Ubuntu 2.6.35-21.31-generic 2.6.35.4 Uname: Linux 2.6.35-21-generic i686 Architecture: i386 Date: Wed Sep 15 20:

[Bug 16492] Re: Mouse pointer should disappear when keyboard is in use and mouse isn't

2010-07-13 Thread Fabien Tassin
This is unusable here. After the last round of updates and a restart, when hovering a gtk app (like xchat or gwibber), the cursor starts to flicker like hell and the cpu sky rockets (Xorg, metacity and the given app). Also, on non-gtk apps (like a regular xterm), the cursor completely disappears,

[Bug 584959] Re: flashplugin crashes in chromium with RGBA enabled

2010-06-15 Thread Fabien Tassin
The XLIB_SKIP_ARGB_VISUALS workaround introduced a regression (ugly black background when you drag a tab). See http://code.google.com/p/chromium/issues/detail?id=46439 ** Bug watch added: code.google.com/p/chromium/issues #46439 http://code.google.com/p/chromium/issues/detail?id=46439 -- fla

[Bug 587589] Re: rhythmbox crashed with SIGSEGV in rb_python_module_load_with_gil() after last python2.6 upgrade in maverick

2010-05-31 Thread Fabien Tassin
dropping the retrace+private tags and the core file, i already uploaded a retraced set of files. ** Tags removed: need-i386-retrace ** Attachment removed: "CoreDump.gz" http://launchpadlibrarian.net/49395749/CoreDump.gz ** Visibility changed to: Public -- rhythmbox crashed with SIGSEGV in

[Bug 584959] Re: flashplugin crashes in chromium with RGBA enabled

2010-05-31 Thread Fabien Tassin
Committed a workaround in chromium (set XLIB_SKIP_ARGB_VISUALS=1 in the wrapper) in the .head branch. It will be visible in the next valid daily build tomorrow and elsewhere next time i update the other branches. ** Also affects: chromium-browser (Ubuntu) Importance: Undecided Status:

[Bug 584287] Re: Unexpected X error (BadDrawable) causing metacity to abort in maverick

2010-05-27 Thread Fabien Tassin
** Tags added: gtk-csd -- Unexpected X error (BadDrawable) causing metacity to abort in maverick https://bugs.launchpad.net/bugs/584287 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to metacity in ubuntu. -- desktop-bugs mailing list des

[Bug 584536] Re: evolution crashed with SIGSEGV in em_format_snoop_type()

2010-05-26 Thread Fabien Tassin
** Bug watch added: Debian Bug tracker #580419 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=580419 ** Also affects: evolution (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=580419 Importance: Unknown Status: Unknown ** Package changed: evolution (Debian) => evol

[Bug 584536] Re: evolution crashed with SIGSEGV in em_format_snoop_type()

2010-05-26 Thread Fabien Tassin
seems related to --enable-largefile in eds, but only on 32bit. There are already 17 duplicates in the Gnome BTS. ** Bug watch added: GNOME Bug Tracker #612082 https://bugzilla.gnome.org/show_bug.cgi?id=612082 ** Changed in: evolution Status: New => Unknown ** Changed in: evolution Rem

[Bug 584287] Re: Unexpected X error (BadDrawable) causing metacity to abort in maverick

2010-05-24 Thread Fabien Tassin
@zoff: It's there: https://edge.launchpad.net/~fta/+archive/sandbox/+packages but don't add this PPA to your system, it's my playground and is not meant to be stable. (so just cherry pick the metacity debs for you arch from that page) -- Unexpected X error (BadDrawable) causing metacity to abort

[Bug 584287] Re: Unexpected X error (BadDrawable) causing metacity to abort in maverick

2010-05-24 Thread Fabien Tassin
@bratsche: patch calling gdk_screen_get_system_colormap() instead of gdk_screen_get_default_colormap() as you suggested. Fixes the issue (with a gtk *with* debian/patches/064_client_side_decoration.patch) ** Patch added: "14_use_gdk_screen_get_default_colormap.patch" http://launchpadlibraria

[Bug 584287] Re: Unexpected X error (BadDrawable) causing metacity to abort in maverick

2010-05-24 Thread Fabien Tassin
@bratsche: like for bug 584959, dropping debian/patches/064_client_side_decoration.patch from gtk fixes this issue. -- Unexpected X error (BadDrawable) causing metacity to abort in maverick https://bugs.launchpad.net/bugs/584287 You received this bug notification because you are a member of Ubunt

[Bug 584959] Re: flashplugin crashes in chromium with RGBA enabled

2010-05-24 Thread Fabien Tassin
@bratsche: just tried without debian/patches/064_client_side_decoration.patch in gtk and it fixes the issue. -- flashplugin crashes in chromium with RGBA enabled https://bugs.launchpad.net/bugs/584959 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is sub

[Bug 584959] Re: flashplugin crashes in chromium with RGBA enabled

2010-05-24 Thread Fabien Tassin
indeed, regression in gtk. most probably the same causing bug 584287. $ chromium-browser --user-data-dir=/tmp/xxx --sync http://googlecode.blogspot.com/ Gdk-ERROR **: The program 'exe' received an X Window System error. This probably reflects a bug in the program. The error was 'BadMatch (invalid

[Bug 584287] Re: Unexpected X error (BadDrawable) causing metacity to abort in maverick

2010-05-23 Thread Fabien Tassin
** Summary changed: - firefox make metacity crash + Unexpected X error (BadDrawable) causing metacity to abort in maverick -- Unexpected X error (BadDrawable) causing metacity to abort in maverick https://bugs.launchpad.net/bugs/584287 You received this bug notification because you are a member

[Bug 584536] [NEW] evolution crashed with SIGSEGV in em_format_snoop_type()

2010-05-23 Thread Fabien Tassin
Public bug reported: Binary package hint: evolution in Maverick, just clicking on some mails makes evolution crash. Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0xb13ffb70 (LWP 6162)] 0x0233b430 in em_format_snoop_type (part=0x89b21e0) at em-format.c:2021 2021em-

[Bug 584287] Re: firefox make metacity crash

2010-05-22 Thread Fabien Tassin
same here, maverick 32bit, nvidia-current. happens with a simple xterm. -- firefox make metacity crash https://bugs.launchpad.net/bugs/584287 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to metacity in ubuntu. -- desktop-bugs mailing li

[Bug 537363] Re: nautilus crashed with signal 5 in brasero_burn_caps_get_default()

2010-03-21 Thread Fabien Lesire
** Changed in: brasero (Ubuntu) Status: New => Confirmed -- nautilus crashed with signal 5 in brasero_burn_caps_get_default() https://bugs.launchpad.net/bugs/537363 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to brasero in ubuntu.

[Bug 540744] Re: Brasero no work

2010-03-18 Thread Fabien Lesire
** Summary changed: - Brasero no wrok + Brasero no work ** Summary changed: - Brasero no work + Brasero didn't work -- Brasero didn't work https://bugs.launchpad.net/bugs/540744 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus

[Bug 467972] Re: metacity assert failure: metacity:ERROR:core/bell.c:211:bell_flash_window_frame: assertion failed: (window->frame != NULL)

2009-12-04 Thread Fabien Tassin
** Bug watch added: GNOME Bug Tracker #598231 https://bugzilla.gnome.org/show_bug.cgi?id=598231 ** Also affects: metacity via https://bugzilla.gnome.org/show_bug.cgi?id=598231 Importance: Unknown Status: Unknown -- metacity assert failure: metacity:ERROR:core/bell.c:211:bell_fla

[Bug 410407] Re: [READ DESCRIPTION] Flash is not recognizing mouse clicks in multiple situations

2009-11-24 Thread Fabien Tassin
** Description changed: ===+++ _ ! ALL USERS ! _ +++=== ===+++ READ THIS BEFORE MAKING A COMMENT OR MODIFICATION +++=== IMPORTANT 1: Please see the WORKAROUND a few lines below. IMPORTANT 2: Please don't post any "me too message"; use the "D

[Bug 460710] Re: Evolution hangs when double-clicking on attachment

2009-10-29 Thread Fabien Tassin
** Also affects: gtk2-engines-murrine (Ubuntu) Importance: Undecided Status: New -- Evolution hangs when double-clicking on attachment https://bugs.launchpad.net/bugs/460710 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. --

[Bug 460710] Re: Evolution hangs when double-clicking on attachment

2009-10-29 Thread Fabien Tassin
oh, and one last thing, i'm using Darkroom + Human. And it happens almost 100% of the time with *.doc and *.ppt attachments (doesn't matter how many), not with *.txt (probably because they are smaller and the att progress bar is not visible) -- Evolution hangs when double-clicking on attachmen

[Bug 460710] Re: Evolution hangs when double-clicking on attachment

2009-10-29 Thread Fabien Tassin
This is with: evolution 2.28.1-0ubuntu1 gtk2-engines-murrine 0.90.3-1ubuntu1 libcairo2 1.8.8-2ubuntu1 ==9730== by 0x650A693: murrine_draw_progressbar_fill (murrine_draw.c:645) static void murrine_draw_progressbar_fill (cairo_t *cr, const MurrineColors *colo

[Bug 460710] Re: Evolution hangs when double-clicking on attachment

2009-10-29 Thread Fabien Tassin
here it is: ==9730== 998,245,280 bytes in 4 blocks are still reachable in loss record 27,109 of 27,109 ==9730==at 0x4024C1C: malloc (vg_replace_malloc.c:195) ==9730==by 0x53FD4CD: _cairo_path_buf_create (cairo-path-fixed.c:427) ==9730==by 0x53FD5C8: _cairo_path_fixed_add (cairo-path-f

[Bug 460710] Re: Evolution hangs when double-clicking on attachment

2009-10-29 Thread Fabien Tassin
==8957== 142,603,520 bytes in 16 blocks are possibly lost in loss record 26,949 of 26,950 ==8957==at 0x4024C1C: malloc (vg_replace_malloc.c:195) ==8957==by 0x53FD4CD: _cairo_path_buf_create (cairo-path-fixed.c:427) ==8957==by 0x53FD5C8: _cairo_path_fixed_add (cairo-path-fixed.c:395) ==

[Bug 460710] Re: Evolution hangs when double-clicking on attachment

2009-10-29 Thread Fabien Tassin
hmm.. in gdb, if i break it, it's always in cairo called from murrine_draw_progressbar_fill() in libmurrine: http://paste.ubuntu.com/304600/ -- Evolution hangs when double-clicking on attachment https://bugs.launchpad.net/bugs/460710 You received this bug notification because you are a member of

[Bug 460710] Re: Evolution hangs when double-clicking on attachment

2009-10-29 Thread Fabien Tassin
I confirm, it happens for me too, latest from Karmic, both 32bit and 64bit. It doesn't crash, it just freezes, suck 100% instantaneously and 100% memory in a few seconds (huge leak). here is a 'ps' every 2 sec: fta 6308 4.9 4.1 221632 86472 ?Sl 22:33 0:25 evolution --compone

[Bug 221112] Re: Can't use space bar in search bar when using french alternative keyboard

2009-10-07 Thread Fabien
@Philippe I fixed a space problem with Code:Blocks IDE the same way. Just like you say : by the way english version of ubuntu but french keyboard. I am pretty sure this is the best way to fix this problem. -- Can't use space bar in search bar when using french alternative keyboard https://bugs.

[Bug 386150] Re: Nautilus file browser toolbar is complicated, redundant, and ugly

2009-06-15 Thread Fabien Cortina
I remember seeing a mockup of Nautilus once (on planet.gnome.org) where the zoom and view controls where moved to the status bar. In place of these controls was a search field. It's a pretty good idea because it makes use of a mostly unused space to keep functionalities. (Maybe this was this mo

[Bug 354447] Re: [wishlist] gnome-terminal should support ctrl+= for zoom in

2009-06-09 Thread Fabien Tassin
on French keyboards, to get a zero (to reset the zoom), you need Shift + à. In Firefox, Ctrl + à also resets the zoom. Seems consistent to me. -- [wishlist] gnome-terminal should support ctrl+= for zoom in https://bugs.launchpad.net/bugs/354447 You received this bug notification because you are a

[Bug 364074] Re: regression - ia32-libs gtk does not find 32bit engines

2009-05-22 Thread Fabien Tassin
The 'modules' bug is there: https://bugs.launchpad.net/ubuntu/+source/ia32-libs/+bug/369498 -- regression - ia32-libs gtk does not find 32bit engines https://bugs.launchpad.net/bugs/364074 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to g

[Bug 369498] Re: Errors when running acroread in 9.04 (fully updated)

2009-05-22 Thread Fabien Tassin
** Changed in: ia32-libs (Ubuntu) Status: Triaged => In Progress -- Errors when running acroread in 9.04 (fully updated) https://bugs.launchpad.net/bugs/369498 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to glib2.0 in ubuntu. --

[Bug 187335] Re: Unlock button throws an error, doesn't authenticate

2009-04-02 Thread Fabien Chéreau
Josh, I tried this on my ubuntu and it didn't change a thing. Fabien -- Unlock button throws an error, doesn't authenticate https://bugs.launchpad.net/bugs/187335 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- de

[Bug 115256] Re: f-spot crashes when exporting pictures to directory

2009-02-08 Thread Fabien Cortina
I have the same problem (on Intrepid), but on importing the pictures from a camera (or a card reader). Here is the stack trace: (f-spot:9760): GdkPixbuf-WARNING **: GdkPixbufLoader finalized without calling gdk_pixbuf_loader_close() - this is not allowed. Y ou must explicitly end the data stream

[Bug 325221] Re: Brasero 0.9.1 breaking non-English systems

2009-02-05 Thread Fabien Cortina
I had the same bug on a french system. Uninstalling 'libbrasero-media' and downgrading 'brasero' fixed the problem. -- Brasero 0.9.1 breaking non-English systems https://bugs.launchpad.net/bugs/325221 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is sub

[Bug 310611] [NEW] evolution crashed with SIGSEGV in magazine_cache_push_magazine()

2008-12-22 Thread Fabien Tassin
Public bug reported: Binary package hint: evolution Jaunty, evolution 2.24.2-0ubuntu1, mail-notification-evolution 5.4.dfsg.1-1ubuntu1 (installed but not started) when reading emails (on an IMAP account, not sure it matters here), if you pause/stay idle for a few minutes then delete the current

[Bug 302859] Re: Epiphany: Failed to instantiate LoginManager

2008-11-27 Thread Fabien Tassin
Here is the debdiff. ** Attachment added: "epiphany-browser_2.24.1-1ubuntu1--2.24.1-1ubuntu2.debdiff" http://launchpadlibrarian.net/20011841/epiphany-browser_2.24.1-1ubuntu1--2.24.1-1ubuntu2.debdiff ** Changed in: epiphany-browser (Ubuntu) Assignee: Fabien Tassin (fta) =>

[Bug 302859] Re: Epiphany: Failed to instantiate LoginManager

2008-11-27 Thread Fabien Tassin
I'll prepare a debdiff ** Changed in: epiphany-browser (Ubuntu) Assignee: (unassigned) => Fabien Tassin (fta) -- Epiphany: Failed to instantiate LoginManager https://bugs.launchpad.net/bugs/302859 You received this bug notification because you are a member of Ubuntu Desktop Bugs,

[Bug 302859] Re: Epiphany: Failed to instantiate LoginManager

2008-11-27 Thread Fabien Tassin
There's also a tiny problem in the two xul packages. the previous gre.d files are not removed at the right time. -- Epiphany: Failed to instantiate LoginManager https://bugs.launchpad.net/bugs/302859 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subs

[Bug 302859] Re: Epiphany: Failed to instantiate LoginManager

2008-11-27 Thread Fabien Tassin
I guess you have xul 1.9.1 installed. I'm seeing that too. $ strace -f -F epiphany-browser |& grep xulr read(16, "[1.9.0.3]\nGRE_PATH=/usr/lib/xulr"..., 76) = 76 access("/usr/lib/xulrunner-1.9.0.3/libxpcom.so", R_OK) = -1 ENOENT (No such file or directory) read(16, "[1.9.1b2]\nGRE_PATH=/usr/lib/

[Bug 251669] Re: totem no longer able to play m3u playlists

2008-10-26 Thread Fabien Tassin
Confirmed fixed upstream. Here is the debdiff attached. Preview deb is in my PPA. ** Attachment added: "totem-pl-parser_2.24.1-0ubuntu2--2.24.1-0ubuntu3.debdiff" http://launchpadlibrarian.net/18929563/totem-pl-parser_2.24.1-0ubuntu2--2.24.1-0ubuntu3.debdiff -- totem no longer able to play m3

[Bug 251669] Re: totem no longer able to play m3u playlists

2008-10-12 Thread Fabien Tassin
Linked to http://bugzilla.gnome.org/show_bug.cgi?id=556060 ** Changed in: totem Bugwatch: GNOME Bug Tracker #551610 => GNOME Bug Tracker #556060 Status: Fix Released => Unknown -- totem no longer able to play m3u playlists https://bugs.launchpad.net/bugs/251669 You received this bug

[Bug 251669] Re: totem no longer able to play m3u playlists

2008-10-12 Thread Fabien Tassin
I have tracked the (initial) bug down to totem_pl_parser_mime_type_from_data(). The m3u is first detected as audio/x-mpegurl (which is correct), then later on, it is detected as text/plain by g_content_type_guess() based on its content (which is correct too). The problem is that text/plain is th

[Bug 281302] Re: FSpot image import from Camera is really Slow

2008-10-11 Thread Fabien Chaillou
Well after all i'm not sure the problem comes from gvfs as browsing the camera with nautilus is as fast as it used to be previously. So i guess there is a compatibility problem between fspot and the new gvfs backend. -- FSpot image import from Camera is really Slow https://bugs.launchpad.net/bug

[Bug 258167] Re: nautilus crashed with SIGSEGV in IA__g_type_value_table_peek()

2008-10-10 Thread Fabien Tassin
Appears to be fixed now. closing. ** Changed in: gstreamer0.10 (Ubuntu) Status: Incomplete => Fix Released -- nautilus crashed with SIGSEGV in IA__g_type_value_table_peek() https://bugs.launchpad.net/bugs/258167 You received this bug notification because you are a member of Ubuntu Desktop

[Bug 281302] [NEW] FSpot image import from Camera is really Slow

2008-10-10 Thread Fabien Chaillou
Public bug reported: Binary package hint: gvfs-backends Hello, i just upgraded from hardy to intrepid, it worked smoothly except for that specific use case. When i used fspot to import photos in hardy it was really smooth while now it is really slow (from 30s to 1h30). I'm sure it comes from t

[Bug 251669] Re: totem no longer able to play m3u playlists

2008-10-06 Thread Fabien Tassin
I think what has been fixed is extended m3u files, i.e. files with a #EXTM3U header. Unfortunately for me, it's far from satisfactory: $ find . -name \*.m3u -exec grep EXTM3U {} \; | wc -l 10 $ find . -name \*.m3u | wc -l 248 4% while in hardy, they all play just fine. The bug was initially repo

[Bug 251669] Re: totem no longer able to play m3u playlists

2008-09-20 Thread Fabien Tassin
This is not the right fix. http://bugzilla.gnome.org/show_bug.cgi?id=551610 is about fixing the code *writing* m3u to add the missing #EXTM3U header. So this is not about *reading* m3u. And worse, this is the wrong bug as EXTM3U is about Extended M3U playlists, while here, this is about simple M3U

[Bug 267285] [NEW] nautilus folder icons missing

2008-09-06 Thread Fabien Tassin
Public bug reported: Binary package hint: nautilus Last upgrade of nautilus in intrepid made custom folder icons disappear. I now see white pages (with the top left corner folded) instead of the pictures I used to have. To reproduce: - create a folder on your desktop - right click it, select pr

[Bug 267268] [NEW] rhythmbox, dead-lock between songs

2008-09-06 Thread Fabien Tassin
Public bug reported: Binary package hint: rhythmbox On intrepid, rhythmbox recently started to stop playing between songs (some, not all). At the end of a song, the next one is not played, the CPU jumps and stays like that. When I click next, the UI freezes. It happens very frequently, forcing

[Bug 265029] Re: no mouse/keyboard when using evdev and autologin in gdm

2008-09-05 Thread Fabien Tassin
** Attachment added: "Xorg.0.log" http://launchpadlibrarian.net/17302699/Xorg.0.log -- no mouse/keyboard when using evdev and autologin in gdm https://bugs.launchpad.net/bugs/265029 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gdm

[Bug 265029] [NEW] no mouse/keyboard when using evdev and autologin in gdm

2008-09-05 Thread Fabien Tassin
Public bug reported: Binary package hint: gdm When using automatic login in gdm, X starts but the mouse and the keyboard are frozen (as in ignored by X), yet they are alive (leds are fine). If I ssh-in from a remote computer and kill Xorg, I'm back in gdm, I can login manually and it's all fin

  1   2   >