[Bug 447419] [NEW] USB Serial module crashes when switching a GSM Modem
Public bug reported: To connect my PC to the Internet, I firstly 'switch' my modem using the following command : r...@evan:/home/alex# /lib/udev/modem-modeswitch -v 0x12d1 -p 0x1446 -t option-zerocd --debug L: find_device(): Found mass storage device: L: find_device(): Endpoints: 2 L: find_device(): Class: 0x8 L: find_device(): SubClass: 0x6 L: find_device(): Protocol: 0x50 L: find_device(): Found modem mass storage device '002' L: main(): 002: found already attached driver 'usb-storage' L: switch_option_zerocd(): 002: REZERO command sent. then wvdial to finaly be connected. In my dmesg log (sent automatically), the first command was launched at [ 68.868184] usb 1-1: USB disconnect, address 2 followed by backtraces. So I unplugged my Huawei E1552 [ 157.342812] usb 1-1: USB disconnect, address 3 then plugged it [ 165.484040] usb 1-1: new high speed USB device using ehci_hcd and address 4 switched my modem [ 262.965592] usb 1-1: USB disconnect, address 4 and launched wvdial wich enables me to report this bug [ 291.655950] PPP BSD Compression module registered This is a close bug of this one https://bugs.launchpad.net/ubuntu/+source/linux/+bug/298006 but dmesg log seems a bit different. Forgive me if I duplicate a bug. ProblemType: Bug Architecture: i386 DistroRelease: Ubuntu 9.04 HibernationDevice: RESUME=/dev/sda3 MachineType: MICRO-STAR INTERNATIONAL CO., LTD MS-7253 Package: linux-image-2.6.28-15-generic 2.6.28-15.52 ProcCmdLine: root=UUID=701465b2-4a7d-402a-bfe6-fcea26eb9e4d ro xforcevesa quiet splash ProcEnviron: LANGUAGE= LANG=fr_FR.UTF-8 SHELL=/bin/bash ProcVersionSignature: Ubuntu 2.6.28-15.52-generic SourcePackage: linux ** Affects: linux (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 -- USB Serial module crashes when switching a GSM Modem https://bugs.launchpad.net/bugs/447419 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 447419] Re: USB Serial module crashes when switching a GSM Modem
** Attachment added: "BootDmesg.txt" http://launchpadlibrarian.net/33368393/BootDmesg.txt ** Attachment added: "CurrentDmesg.txt" http://launchpadlibrarian.net/33368394/CurrentDmesg.txt ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/33368395/Dependencies.txt ** Attachment added: "HalComputerInfo.txt" http://launchpadlibrarian.net/33368396/HalComputerInfo.txt ** Attachment added: "Lspci.txt" http://launchpadlibrarian.net/33368397/Lspci.txt ** Attachment added: "Lsusb.txt" http://launchpadlibrarian.net/33368398/Lsusb.txt ** Attachment added: "ProcCpuinfo.txt" http://launchpadlibrarian.net/33368400/ProcCpuinfo.txt ** Attachment added: "ProcInterrupts.txt" http://launchpadlibrarian.net/33368401/ProcInterrupts.txt ** Attachment added: "ProcModules.txt" http://launchpadlibrarian.net/33368402/ProcModules.txt -- USB Serial module crashes when switching a GSM Modem https://bugs.launchpad.net/bugs/447419 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1919016] [NEW] fcgi.pc file not provided
Public bug reported: Hi, I'm currently compiling the fcgi2 library from master using the following instructions: git clone https://github.com/FastCGI-Archives/fcgi2.git cd fcgi2 ./autogen.sh && ./configure --prefix=/usr && make && make install It works fine and then I can link it with my application using a Makefile and something like: CFLAGS += `pkg-config --cflags fcgi` LDFLAGS += `pkg-config --libs fcgi` application: @$(LINKER) $(CFLAGS) src/applications/$(TARGET).c $(OBJECTS) $(LDFLAGS) -o $(BINDIR)/$(TARGET) Now, I would like to use the libfcgi-dev package for various reasons. The groovy libfcgi2-dev package does not provide a fcgi.pc file hence pkg-config fails. Would it be possible to update your building/packaging script to provide this file? Best regards, ** Affects: libfcgi (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1919016 Title: fcgi.pc file not provided To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libfcgi/+bug/1919016/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1919016] Re: fcgi.pc file not provided
Hi Sergio, Thank you for your very quick answer! I was referring to the groovy package in my next to last sentence so I'm using Ubuntu Groovy. I just tried the Hirsute libfcgi-dev package and indeed, it does provide the fcgi.pc file. Since I'm the only one affected by this "bug" and that I can switch to Hirsute version easilly (I'm using a custom Docker image), it does not seem useful to put any effort on this. You can then close this bug and only re-open it if more people complain. Thanks again for your time, Best regards! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1919016 Title: fcgi.pc file not provided To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libfcgi/+bug/1919016/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 990982] [NEW] [Multiarch] libfreetype6-dev:i386 dependencies issue
Public bug reported: I'm on alex@leon:~$ uname -a Linux leon 3.2.0-24-generic #37-Ubuntu SMP Wed Apr 25 08:43:22 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux It's a fresh 12.04 install from a mini 30MB iso dd'ed to a USB flash drive. So it's clean and up-to-date. I have libfreetype6 and libfreetype6-dev installed. To compile wine from source (32 and 64 bit version), I need both 32 and 64 bit development packages of several libraries. For gcc, I had to install gcc-multilib instead of gcc:i386 (gcc and gcc:i386 seem to be incompatible). But there is no freetype6-multilib package hence my bug report. I think the following console output will tell you more things than long sentences : alex@leon:~$ sudo apt-get install libfreetype6-dev:i386 Reading package lists... Done Building dependency tree Reading state information... Done The following package was automatically installed and is no longer required: libexpat1-dev Use 'apt-get autoremove' to remove them. The following extra packages will be installed: libc6-dev:i386 linux-libc-dev:i386 zlib1g-dev:i386 Suggested packages: glibc-doc:i386 manpages-dev:i386 Recommended packages: gcc:i386 c-compiler:i386 The following packages will be REMOVED: build-essential dkms g++ gcc gcc-multilib libfontconfig1-dev libfreetype6-dev virtualbox-dkms The following NEW packages will be installed: libc6-dev:i386 libfreetype6-dev:i386 linux-libc-dev:i386 zlib1g-dev:i386 0 upgraded, 4 newly installed, 8 to remove and 0 not upgraded. Need to get 6,832 kB of archives. After this operation, 17.2 MB of additional disk space will be used. Do you want to continue [Y/n]? ^C I'm sure you understand removing build-essential and gcc is not really something I want to do. Hopefully, wine provides a configure switch (--without-freetype) to workaround the issue. If you need more details, just let me know. ** Affects: freetype (Ubuntu) Importance: Undecided Status: New ** Tags: multiarch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/990982 Title: [Multiarch] libfreetype6-dev:i386 dependencies issue To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/freetype/+bug/990982/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 990982] Re: [Multiarch] libfreetype6-dev:i386 dependencies issue
I'm pretty sure the first point is not a bug. When I tried to compile 32 bits wine, the configure script told me my system was unable to compile 32 bits programs ("gcc -m32 .." was failing). I tried installing gcc:i386 but apt-get refused to do so (".. have unmet dependencies .."). I found that gcc-multilib was the package I was looking for and if you look at what provides this package, there is libc6-dev-i386. So I think libc6-dev is libc6-dev for amd64 in my case, libc6-dev-i386 = 32 bits libc6-dev on amd64 and libc6-dev-amd64:i386 = 64 bits libc6-dev on i386 (for compiling programs targetting amd64 from a i386 computer). I know that sounds complex but in the end, it's failrly logical : - gcc:i386 is gcc on 32 bits Ubuntu - gcc:amd64 is gcc on 64 bits Ubuntu so trying t install gcc:i386 on 64 bits Ubuntu means replacing (amd64) gcc by its i386 version. Maybe the package description is not clear (I can file another bug for that if you want), but I personnally don't consider it as a bug. And FYI, 'sudo apt-get install libc6-dev libc6-dev:i386' also wants to remove gcc, build-essential... And concerning this bug, I know multiarch is recent and I can understand it needs some work. I'm not a packager nor a maintainer so I don't know exatly how it works but as a programmer, I can create and generate patches. So if you need help, feel free to ask. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/990982 Title: [Multiarch] libfreetype6-dev:i386 dependencies issue To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/freetype/+bug/990982/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 990982] Re: [Multiarch] libfreetype6-dev:i386 dependencies issue
The initial issue was not being able to build a 32-bit version of wine from source on a 64-bit computer because wine needed both libfreetype- dev package for i386 and amd64 flavour. I followed http://wiki.winehq.org/BuildingBiarchWineOnUbuntu guide and it fully works, neither errors nor headaches ;) But if I try to install libfreetype6-dev:i386, I still have to uninstall libfreetype6-dev (:amd64) among other packages : alex@leon:~$ sudo apt-get install libfreetype6-dev:i386 [sudo] password for alex: Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: gcc-4.9-base:i386 libc6:i386 libc6-dev:i386 libfreetype6:i386 libgcc1:i386 libpng12-0:i386 libpng12-dev:i386 linux-libc-dev:i386 zlib1g:i386 zlib1g-dev:i386 Suggested packages: glibc-doc:i386 locales:i386 manpages-dev:i386 Recommended packages: gcc:i386 c-compiler:i386 The following packages will be REMOVED: build-essential dkms g++ gcc libfontconfig1-dev libfreetype6-dev libpng12-dev virtualbox-dkms The following NEW packages will be installed: gcc-4.9-base:i386 libc6:i386 libc6-dev:i386 libfreetype6:i386 libfreetype6-dev:i386 libgcc1:i386 libpng12-0:i386 libpng12-dev:i386 linux-libc-dev:i386 zlib1g:i386 zlib1g-dev:i386 0 upgraded, 11 newly installed, 8 to remove and 0 not upgraded. Need to get 7,882 kB of archives. After this operation, 17.4 MB of additional disk space will be used. Do you want to continue? [Y/n] ^C I just read https://wiki.ubuntu.com/MultiarchSpec and in the "Unresolved issues" section, there is a "Co-installable -dev packages " entry which means this bugs is normal since no one agreed on what to do in this case. Maybe renaming this bug into "[Mutiarch] Find a way to co-install -dev packages" would better describe it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/990982 Title: [Multiarch] libfreetype6-dev:i386 dependencies issue To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/990982/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 777528] Re: ioctl DVD_READ_STRUCT fails for DVD_STRUCT_MANUFACT, causing some games to not detect their dvd?
FYI, it has been committed in the linus tree @ http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commitdiff;h=aec9f377e4f235c47e27fd8a429555dfa2dda342. Will be part of the final 3.1 kernel. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/777528 Title: ioctl DVD_READ_STRUCT fails for DVD_STRUCT_MANUFACT, causing some games to not detect their dvd? To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/777528/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 990982] Re: [Multiarch] libfreetype6-dev:i386 dependencies issue
Should I file a bug for "libc6-dev recommending gcc" ? And here is what you requested : alex@leon:~$ sudo apt-get install libc6-dev libc6-dev:i386 Reading package lists... Done Building dependency tree Reading state information... Done libc6-dev is already the newest version. Suggested packages: glibc-doc:i386 manpages-dev:i386 Recommended packages: gcc:i386 c-compiler:i386 The following packages will be REMOVED: build-essential dkms fglrx fglrx-amdcccle g++ gcc gcc-multilib virtualbox-dkms The following NEW packages will be installed: libc6-dev:i386 linux-libc-dev:i386 0 upgraded, 2 newly installed, 8 to remove and 0 not upgraded. Need to get 5,891 kB of archives. After this operation, 202 MB disk space will be freed. Do you want to continue [Y/n]? ^C -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/990982 Title: [Multiarch] libfreetype6-dev:i386 dependencies issue To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/freetype/+bug/990982/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 990982] Re: [Multiarch] libfreetype6-dev:i386 dependencies issue
Will file a bug then. alex@leon:~$ apt-cache policy gcc gcc: Installed: 4:4.6.3-1ubuntu5 Candidate: 4:4.6.3-1ubuntu5 Version table: *** 4:4.6.3-1ubuntu5 0 500 http://fr.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages 100 /var/lib/dpkg/status alex@leon:~$ sudo apt-get install libc6-dev gcc libc6-dev:i386 Reading package lists... Done Building dependency tree Reading state information... Done gcc is already the newest version. libc6-dev is already the newest version. The following extra packages will be installed: linux-libc-dev:i386 Suggested packages: glibc-doc:i386 manpages-dev:i386 Recommended packages: gcc:i386 c-compiler:i386 The following NEW packages will be installed: libc6-dev:i386 linux-libc-dev:i386 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 5,891 kB of archives. After this operation, 23.0 MB of additional disk space will be used. Do you want to continue [Y/n]? ^C You seem to understand what's going wrong, and that's great ! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/990982 Title: [Multiarch] libfreetype6-dev:i386 dependencies issue To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/freetype/+bug/990982/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1005097] Re: libc6-dev Recommends: gcc
Steve Langasek replied to bug #990982 [1]. Quoting him here for reference << This issue comes from the Recommends: of gcc by libc6-dev. Perhaps libc6-dev should be changed to not recommend it; or perhaps we need a different solution, such as recommending a per-architecture virtual package instead. >> But now, I wonder if this bug is not a duplicate of #990982... --- https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/990982/comments/11 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1005097 Title: libc6-dev Recommends: gcc To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1005097/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 990982] Re: [Multiarch] libfreetype6-dev:i386 dependencies issue
I described the workaround in my initial post : use --without-freetype (that is ./configure --without-freetype) to build wine without font support. FWI, the libfreetype6 package is Multi-arch'ified [1] but not libfreetype6-dev. There is also an open debian bug : http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666761 --- [1] : https://launchpad.net/ubuntu/precise/+source/freetype -> freetype_2.4.8-1ubuntu2.diff.gz +++ freetype-2.4.8/debian/control [...] +Package: libfreetype6 [...] +Multi-Arch: same ** Bug watch added: Debian Bug tracker #666761 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666761 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/990982 Title: [Multiarch] libfreetype6-dev:i386 dependencies issue To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/freetype/+bug/990982/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 990982] Re: [Multiarch] libfreetype6-dev:i386 dependencies issue
I meant FYI (For Your Information), not FWI -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/990982 Title: [Multiarch] libfreetype6-dev:i386 dependencies issue To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/freetype/+bug/990982/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1005097] [NEW] libc6-dev Recommends: gcc
Public bug reported: While investigating bug #990982 [1], Steve Langasek [2] told me ([3] and [4]) to file/report a(nother) bug. I hope this is the right package and that my title is clear enough. Feel free to ask me anything you need. --- [1] : https://bugs.launchpad.net/ubuntu/+source/freetype/+bug/990982 [2] : https://launchpad.net/~vorlon [3] : https://bugs.launchpad.net/ubuntu/+source/freetype/+bug/990982/comments/1 [4] : https://bugs.launchpad.net/ubuntu/+source/freetype/+bug/990982/comments/5 ** Affects: glibc (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1005097 Title: libc6-dev Recommends: gcc To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1005097/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 777528] Re: ioctl DVD_READ_STRUCT fails for DVD_STRUCT_MANUFACT, causing some games to not detect their dvd?
No answer from Dan so I filed a bug @ https://bugzilla.kernel.org/show_bug.cgi?id=39062 I tried to make it clear but it ends up being a bit lengthy. ** Bug watch added: Linux Kernel Bug Tracker #39062 http://bugzilla.kernel.org/show_bug.cgi?id=39062 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/777528 Title: ioctl DVD_READ_STRUCT fails for DVD_STRUCT_MANUFACT, causing some games to not detect their dvd? To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/777528/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 777528] Re: ioctl DVD_READ_STRUCT fails for DVD_STRUCT_MANUFACT, causing some games to not detect their dvd?
Have you filed a bug upstream ? I'm looking forward to seeing this bug fixed as it would make lots of people able to run their games 'out-of-the-box' (i.e. without no-cd patch). But be warned : linus hates changing values that worked for years by some "magical" ones. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/777528 Title: ioctl DVD_READ_STRUCT fails for DVD_STRUCT_MANUFACT, causing some games to not detect their dvd? To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/777528/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 777528] Re: ioctl DVD_READ_STRUCT fails for DVD_STRUCT_MANUFACT, causing some games to not detect their dvd?
Now the patch is written, tested, signed-off and will be merged soon, I'd like to ask ubuntu kernel maintainers if it would be possible to backport the commit [1]. The change is minor and would help lots of people who need illegal stuff to play their favorite game without the CD. Wine need patching but I'm working on writing a clean patch based on Steven Wallace work. Thanks -- [1] http://git.cmpxchg.org/?p=linux-mmotm.git;a=commitdiff;h=a9f517d381acef071aebdfd33510b9d29c1b413b -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/777528 Title: ioctl DVD_READ_STRUCT fails for DVD_STRUCT_MANUFACT, causing some games to not detect their dvd? To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/777528/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 353318]
As I said in https://bugzilla.mozilla.org/show_bug.cgi?id=135884#c64, this bug is known for a long time now. People who are annoyed can disable this behavior via middlemouse.contentLoadURL but disabling it by default is the way to go. As Ben Bucksch said in https://bugzilla.mozilla.org/show_bug.cgi?id=135884#c62, the minority who prefers the current behavior could simply enable it. For the others (the majority), the current behavior is surprising, confusing, not handy and is even security relevant (noticed by Ben Bucksch) when a user is pasting a password in a field but misses it by a pixel, sending the password through the network. He wrote a patch but has never been commited. Can someone review his patch ? (and possibly commit it ?) >> https://bugzilla.mozilla.org/attachment.cgi?id=504212 Having this long standing bug fixed in Fx4 would be really, really great. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/353318 Title: Middle mouse button invokes 'invalid URL' -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs