[Bug 338682] Re: OpenType Fonts associated as ODF Template Files
I took a look a the filetypes using assoGiate, which clearly shows the problem. The mimetype application/x-font-otf doesn't have the filename pattern defined, while the application/vnd.oasis.opendocument.formula-template (which is the problematic MIME here) does have the filename pattern. The easiest workaround is as follows: Install and run assogiate (package is in universe), find the application/x-font-otf type and edit it, at the filename tab add pattern *.otf. I am not sure how to create regular formula template, but when I change extension of some formula document (*.odf) to .otf, it gets detected as OpenType font too, but since I almost never work with OpenOffice formulas this is not a big deal for me. As you can see, this problem is clearly MIME related, now it depends whether the problem is in gnome-mime-data or shared-mime-info. -- OpenType Fonts associated as ODF Template Files https://bugs.launchpad.net/bugs/338682 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 214226] Re: lomoco udev rule not working
In Ubuntu 9.04 rules file was correctly moved to /lib/udev/rules.d/40-lomoco.rules But the problem still remains, my MX510 mouse resolution is not set on the system startup (with edited settings in /etc/default/lomoco). As far as I have tested, it seems that udev.lomoco script doesn't get executed. Therefore I think that bug exitsts in 40-lomoco.rules file. This happens on freshly installed Ubuntu Jaunty, package lomoco from universe: 1.0beta1+1.0-5ubuntu1. Shall I reopen this bug, report new one or is it only my problem? -- lomoco udev rule not working https://bugs.launchpad.net/bugs/214226 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 382229] [NEW] mouse resolution is not set on resume from hibernation
Public bug reported: Binary package hint: lomoco In 9.04 (and previous releases) when the computer is resumed from hibernation or suspension to memory, lomoco doesn't run to set resolution and SmartScroll. This is possibly caused by udev rule (in /lib/udev/rules.d/40-lomoco.rules) which is executed only on "add" action. Resume from hibernation probably doesn't re-add already connected hardware, so the add action is not triggered. The simplest workaround is to execute lomoco by script for pm-utils. See the attached file. Edit the lomoco execution parameters and put the file into /etc/pm/sleep.d directory (also remember to set execution permission). The better solution would be making the udev rule more universal, so it would be triggered even on thaw and resume. ** Affects: lomoco (Ubuntu) Importance: Undecided Status: New -- mouse resolution is not set on resume from hibernation https://bugs.launchpad.net/bugs/382229 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 382229] Re: mouse resolution is not set on resume from hibernation
** Attachment added: "script for pm-utils, put inside /etc/pm/sleep.d/ directory" http://launchpadlibrarian.net/27341782/90lomoco -- mouse resolution is not set on resume from hibernation https://bugs.launchpad.net/bugs/382229 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 214226] Re: lomoco udev rule not working
Previously mentioned fix with "usb_endpoint" is a solution to this bug. I've attached a patch which directly changes /lib/udev/rules.d/40-lomoco.rules file. The rule actually causes lomoco to run twice when the device is connected, but it's still better than nothing. I guess there is one more problem with udev rule, see bug #382229 I have just reported. ** Attachment added: "Change usb_device to usb_endpoint" http://launchpadlibrarian.net/27342248/usb_endpoint.patch -- lomoco udev rule not working https://bugs.launchpad.net/bugs/214226 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 393978] Re: Please update firefox-3.5 from beta/rc to stable
This seems to be Karmic only release. Is there any plan to backport Firefox 3.5 to Jaunty? Actually, there is already firefox-3.5 package but it's still Beta 4 (from March). -- Please update firefox-3.5 from beta/rc to stable https://bugs.launchpad.net/bugs/393978 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 393978] Re: Please update firefox-3.5 from beta/rc to stable
hackel is right, Fx 3.5 will be deafult in Karmic. Denis, update is already done, it is only being tested and as asac on #ubuntu-mozillateam told me, it should be released today for Jaunty. More info here: http://www.asoftsite.org/s9y/archives/160-FAQ-Where-can-I-get-firefox-3.5-for-Ubuntu.html If you install Fx 3.5 from Moz. Security repo, beware - it is still Shiretoko with that ugly icon and there is no localization. Also, Fx 3.0 can't be uninstalled, because firefox metapackage depends on firefox-3.0, on which Java plugin and Ubufox depends (but If you don't need them, uninstall them as well). -- Please update firefox-3.5 from beta/rc to stable https://bugs.launchpad.net/bugs/393978 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 393978] Re: Please update firefox-3.5 from beta/rc to stable
There is another option, if a missing localization and/or branding is a problem for you -- check out Ubuntuzilla: http://ubuntuzilla.sourceforge.net/ This nifty script installs official Firefox version by Mozilla into /opt/firefox/ and takes care of symlinks, DEB diversions and future updates. As far as I have tested, it works flawlessly. It's not as clear solution as through packages, but I don't see this as a big problem. -- Please update firefox-3.5 from beta/rc to stable https://bugs.launchpad.net/bugs/393978 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 214226] Re: lomoco udev rule not working
NTolerance, lomoco rules are placed in /lib/udev/rules.d/ - although you are right it shouldn't be that way. Package supplied rules should go to the /etc/udev/rules.d/. This is yet another (although minor) bug in lomoco package. -- lomoco udev rule not working https://bugs.launchpad.net/bugs/214226 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
Re: [Bug 196277] Re: [hardy] keyboard layout switching shortcut doesn't work after reboot
To Joro Todorov: Have you tried adding it as autostart item? See https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/196277/comments/69 -- [hardy] keyboard layout switching shortcut doesn't work after reboot https://bugs.launchpad.net/bugs/196277 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 228196] Re: gdm and keyboard layout switch
See also bug #228196 Shouldn't we mark this as duplicate? -- gdm and keyboard layout switch https://bugs.launchpad.net/bugs/228196 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 196277] Re: [hardy] keyboard layout switching shortcut doesn't work after reboot
I wonder why the simmilar or maybe the same bug #173721 is marked as fixed. Adding the configuration into the xorg.conf is a workaround, but definitely not a fix. -- [hardy] keyboard layout switching shortcut doesn't work after reboot https://bugs.launchpad.net/bugs/196277 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 218202] Re: [hardy] numlockx does not turn num lock keyboard light on.
I can confirm this bug on Ubuntu (GDM/Gnome) Hardy (upgraded from Gutsy). I didn't have this problem on Gutsy, it has appeared probably after few upgrades on Hardy. Rebuilding the numlockx package - as Martin-Éric recommends - fix this problem. See eg. this page for how to: http://www.cyberciti.biz/faq/rebuilding-ubuntu-debian-linux-binary-package/ However, you'll need to increase the version number (for example by adding new entry (1.1-8) into debian/changelog) or lock your custom build package, because the update-manager would like to use official version from repository. Also there's probably no need to edit /etc/gdm/Init/Default since numlockx is launched from Xsession.d -- [hardy] numlockx does not turn num lock keyboard light on. https://bugs.launchpad.net/bugs/218202 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 218202] Re: [hardy] numlockx does not turn num lock keyboard light on.
Sorry for misinformation in my previous comment. Editing /etc/gdm/Init/Default is still needed, otherwise Num Lock won't activate on log off. However, I've noticed strange behaviour of led light with custom rebuild (it turns off after pressing key after logging in). I will do more research on this issue, it can be related to other package (such as Compiz or some Gnome stuff). -- [hardy] numlockx does not turn num lock keyboard light on. https://bugs.launchpad.net/bugs/218202 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 318136] [NEW] [nautilus][intrepid] š patné datum změny souboru kvůli chybě ve formátování
Public bug reported: Binary package hint: language-pack-cs language-pack-gnome-cs-base: Instalovaná verze: 1:8.10+20081107 Kandidát: 1:8.10+20081107 Tabulka verzí: *** 1:8.10+20081107 0 500 http://ubuntu.sh.cvut.cz intrepid-updates/main Packages 100 /var/lib/dpkg/status 1:8.10+20081025 0 500 http://ubuntu.sh.cvut.cz intrepid/main Packages V nastavení prohlížeče souborů Nautilus (Upravit > Nastavení > záložka Zobrazit > Datum > Formát) jsem nastavil formát data typu "dnes v XX:XX:XX" (v gconf je jako "informal"). Následně všechny soubory ukazují jako datum změny současné datum, ač s jiným dnem v týdnu -- viz sloupec "Datum změny" na obrázku: http://www.postimage.org/image.php?v=aV2UU9Hi - stejná chyba se projeví i ve vlastnostech souboru. Soubory mají ve skutečnosti jiné datum změny, které se při ostatních formátováních data zobrazí správně -- viz obrázek, tytéž soubory: http://www.postimage.org/image.php?v=Pq2NxfpS V angličtině se vše zobrazí správně, stejně tak mi i jeden Debianista potvrdil, že se stejnou verzí Nautilu a v češtině tento problém nemá. Při porovnání překladu Nautilu s upstreamem jsem zjistil, že ve formátovacím řetězci místo %d používáte v překladu %e. Výsledek je by měl být totožný, každopádně potom, co jsem nahradil jediný řetězec překladem z upstreamu (který se právě liší pouze v %d), datum se zobrazuje správně. Konkrétně se jedná o tento řetězec: https://translations.launchpad.net/ubuntu/intrepid/+source/nautilus/+pots/nautilus/cs/430/+translate Navrhl jsem správný tvar, tak prosím někoho z týmu aby jej začlenil. ** Affects: language-pack-cs (Ubuntu) Importance: Undecided Status: New -- [nautilus][intrepid] špatné datum změny souboru kvůli chybě ve formátování https://bugs.launchpad.net/bugs/318136 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 338682] Re: OpenType Fonts associated as ODF Template Files
Reopened by Freedesktop, this bug isn't related to any file manager or desktop environment. ** Changed in: kdebase-runtime (Ubuntu) Status: New => Invalid -- OpenType Fonts associated as ODF Template Files https://bugs.launchpad.net/bugs/338682 You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to kdebase-runtime in ubuntu. -- kubuntu-bugs mailing list kubuntu-b...@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs
[Bug 196277] Re: [hardy] keyboard layout switching shortcut doesn't work after reboot
I can confirm the same symptoms on Hardy with USA and Czech layout, using both shift keys for switching. I use autologin in GDM, but problem stays even with timed login set in GDM. Support for complex characters in Language support in administration is unchecked. Editing xorg.conf can probably help, but I prefer some end-user solution. Are there any functional workarounds or fix? -- [hardy] keyboard layout switching shortcut doesn't work after reboot https://bugs.launchpad.net/bugs/196277 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 196277] Re: [hardy] keyboard layout switching shortcut doesn't work after reboot
@Roderick Greening: Creating new account, setting the keyboard and autologin won't help. I get the same symptoms. Reverting to the default xorg.conf will create the same keyboard input section like in my old xorg.conf, so I think, it won't have any effect. It is very unlikely that this is caused by eg. mouse configuration. (But anything is possible; anyone who wants to test this?) guy_elg's script is possible solution, but please notice that it will change your keyboard settings to Alt+Shift switching and remove all your extra configuration (like compose key etc.) You have to change it accordingly to your settings or we can make some universal solution when we dump the settings first. -- [hardy] keyboard layout switching shortcut doesn't work after reboot https://bugs.launchpad.net/bugs/196277 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 196277] Re: [hardy] keyboard layout switching shortcut doesn't work after reboot
This script should work like the previously mentioned workaround, but keeps your keyboard settings: #!/bin/bash gconftool-2 -s /desktop/gnome/peripherals/keyboard/kbd/options -t list --list-type=string "`gconftool-2 -g /desktop/gnome/peripherals/keyboard/kbd/options`" The problem is, where to put it to be autostarted. I've tried the regular Session settings in GNOME and .xprofile, but script has no effect then. I guess it can be executed before the gconfd's start. Maybe putting it to `sleep` for a few seconds would help. Any ideas? -- [hardy] keyboard layout switching shortcut doesn't work after reboot https://bugs.launchpad.net/bugs/196277 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 214226] Re: lomoco udev rule not working
I can confirm this bug both on Gutsy and Hardy with Logitech MX510. I've edited /etc/default/lomoco to use 800cp resolution (LOGITECH_MOUSE_RESOLUTION=800) but it is not set during startup. There is possible workaround - see http://ubuntuforums.org/showthread.php?t=219894 - section 3 (add init.d rule to set up resolution on boot), but this won't set the resolution on hotplugging and resuming from suspend/hibernation. -- lomoco udev rule not working https://bugs.launchpad.net/bugs/214226 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
Re: [Bug 196277] Re: [hardy] keyboard layout switching shortcut doesn't work after reboot
Command "setxkbmap" works fine, but has not effect for me, when I put it into ~/.bash_profile or even ~/.profile -- [hardy] keyboard layout switching shortcut doesn't work after reboot https://bugs.launchpad.net/bugs/196277 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
Re: [Bug 196277] Re: [hardy] keyboard layout switching shortcut doesn't work after reboot
@Mirza: Thanks, it seems that adding 'setxkbmap' to Gnome's autostart finally work. -- [hardy] keyboard layout switching shortcut doesn't work after reboot https://bugs.launchpad.net/bugs/196277 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 68617] Re: [Edgy] PowerManager has no more effect on brightness
> Please can you enlighten me as to how I could change the hal script(s) rather than globally replacing /bin/sh with /bin/bash? Edit the mentioned script as root. In the script on the first line there is: #!/bin/sh Just change this line on: #!/bin/bash -- [Edgy] PowerManager has no more effect on brightness https://launchpad.net/bugs/68617 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 479597] Re: HP Mini 311 - Does not always boot
Mark: Blacklisting modules is not enough, you have to update initramfs. See comment #13 and following. Although I don't have HP Mini, I had the same issues with deadlocks during boot (comment #17). Karmic Koala now boots quite reliably for me on Acer AO P531h with Broadcom 4315. I did the mentioned blacklisting and updated initramfs using live USB (which booted flawlessly, unlike the fresh installation on hard disk); once I got into the system, I have installed Broadcom STA driver using Restricted Drivers Manager (in System > Administration > Hardware Drivers). Now the wifi works smoothly, NetworkManager handles it very well. So give NetworkManager a try. -- HP Mini 311 - Does not always boot https://bugs.launchpad.net/bugs/479597 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 396590] Re: GNOME Panel disappears when compositing manager is turned on and eclipse is started
This problem appears also in Netbook Edition of Lucid Lynx, Alpha 3, without Eclipse and Chromium. Once I enable Compositing manager, the panel disappears after a while. I think it may be related to the fullscreen launcher. -- GNOME Panel disappears when compositing manager is turned on and eclipse is started https://bugs.launchpad.net/bugs/396590 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 447197] Re: Packages with custom /etc/sysctl.d/30-foo.conf files can fail to install: start procps returns exit status 1
David Robert Lewis: Sorry, I think your problem is not related to this bug. Anyway, configuration "vm.mmap_min_addr = 0" is already present in your system, in 30-wine.conf. If this setting is being loaded (check it using command "sysctl vm.mmap_min_addr"), it probably doesn't work anymore. Fill the bug report for the related package or on the developers' bugtracker. -- Packages with custom /etc/sysctl.d/30-foo.conf files can fail to install: start procps returns exit status 1 https://bugs.launchpad.net/bugs/447197 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 287475] Re: ASUS A6000 / SIS M760GX grainy graphic display
Friend of mine has a simmilar problem recently with Karmic (ironically, not with Jaunty) on Asus A6000, SIS M760GX. See how the problem looked like: http://www.youtube.com/watch?v=yRXVb4F6g6g (wait for the X server start). What helped him was the newest SIS driver which you can get in this ppa: https://launchpad.net/~xorg-edgers/+archive/drivers-only You can add the repository and update by sudo add-apt-repository ppa:xorg-edgers/drivers-only && sudo apt-get update && sudo apt-get upgrade or you can install only the related package: https://launchpad.net/~xorg-edgers/+archive/drivers-only/+sourcepub/777647/+listing-archive-extra -- ASUS A6000 / SIS M760GX grainy graphic display https://bugs.launchpad.net/bugs/287475 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 447197] Re: Packages with custom /etc/sysctl.d/30-foo.conf files can fail to install: start procps returns exit status 1
It seems that *any* custom configuration causes installation failure. In my case, I had to comment out the contents of /etc/sysctl.d/60-local.conf: net.ipv4.tcp_timestamps = 0 net.ipv4.tcp_sack = 1 net.ipv4.tcp_no_metrics_save = 1 net.core.netdev_max_backlog = 2000 These settings are different than those what were mentioned previously, yet after commenting them out, I successfully installed package wine1.2 -- as Gareth suggests, without even running "start procps". -- Packages with custom /etc/sysctl.d/30-foo.conf files can fail to install: start procps returns exit status 1 https://bugs.launchpad.net/bugs/447197 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 479597] Re: HP Mini 311 - Does not always boot
I have the exact same problem with booting stuck on black screen w/ blinking cursor. The hardware in my case is Acer Aspire One P531h; Ubuntu Karmic 9.10 (UNR). Booting without splash and quiet options revealed the message like: b43-pci-bridge [...] PCI INT A -> GSI 17 (level, low) [...] This netbook has the Broadcom 4315 wi-fi adapter. Removing all Broadcom- related packages (such as b43-fwcutter) and backport modules didn't help, booting always stopped on the mentioned message. I was -sometimes- able to boot into recovery mode of 31-14 kernel. Installing the latest 32-series mainline kernel (2.6.32.9 as of today - see http://kernel.ubuntu.com/~kernel-ppa/mainline/ ) as Arrouan recommends in comment #14 seems to ultimately work for me. The system boots and Wi-fi connection works out of the box, no need for fwcutter or proprietary drivers. So, it seems that the bug is fixed in the 2.6.32 kernel (at least in my and Arrouan's case), we can only hope there will be no regression in Lucid Lynx. Bug #459765 is also related, I will mark it as a duplicate. -- HP Mini 311 - Does not always boot https://bugs.launchpad.net/bugs/479597 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 459765] Re: Ubuntu unusable - does not boot - b43-pci-bridge
*** This bug is a duplicate of bug 479597 *** https://bugs.launchpad.net/bugs/479597 ** This bug has been marked a duplicate of bug 479597 HP Mini 311 - Does not always boot -- Ubuntu unusable - does not boot - b43-pci-bridge https://bugs.launchpad.net/bugs/459765 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 663439] [NEW] Rhythmbox MTP plugin and Bamboo tablet crash the session
Public bug reported: I've purchased Wacom Bamboo One tablet and found an interesting bug. With the tablet connected, I launch Rhythmbox. Whole session crashes and I am logged off. It seems that X server isn't affected, since other users aren't logged out. This happens only with MTP Device plugin enabled in Rhythmbox, which is enabled by default. See the attached log from `rhythmbox -d` - I've snipped it to the point, where I've enabled MTP plugin. 64bit Ubuntu 10.04.1 LTS rhythmbox: *** 0.12.8-0ubuntu7 0 500 http://cz.archive.ubuntu.com/ubuntu/ lucid-updates/main Packages 100 /var/lib/dpkg/status rhythmbox-plugins: *** 0.12.8-0ubuntu7 0 500 http://cz.archive.ubuntu.com/ubuntu/ lucid-updates/main Packages 100 /var/lib/dpkg/status libmtp8: *** 1.0.2-1ubuntu1 0 500 http://cz.archive.ubuntu.com/ubuntu/ lucid/main Packages 100 /var/lib/dpkg/status ** Affects: libmtp (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 crash libmtp lucid mtpdevice rhythmbox session -- Rhythmbox MTP plugin and Bamboo tablet crash the session https://bugs.launchpad.net/bugs/663439 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 663439] Re: Rhythmbox MTP plugin and Bamboo tablet crash the session
** Attachment added: "rhythmbox_mtpdevice_wacom.log" https://bugs.launchpad.net/bugs/663439/+attachment/1701972/+files/rhythmbox_mtpdevice_wacom.log -- Rhythmbox MTP plugin and Bamboo tablet crash the session https://bugs.launchpad.net/bugs/663439 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 663439] Re: Rhythmbox MTP plugin and Bamboo tablet crash the session
** Attachment added: "Output of `lsusb -v` with the tablet plugged in" https://bugs.launchpad.net/ubuntu/+source/libmtp/+bug/663439/+attachment/1701978/+files/lsusb.txt -- Rhythmbox MTP plugin and Bamboo tablet crash the session https://bugs.launchpad.net/bugs/663439 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 190227] Re: ia32 apps look for libs on the wrong place
This is still an issue in Lucid Lynx (a regression?). I have ia32-libs from lucid-proposed (2.7ubuntu26). I have "official" 32 bit Firefox build fom Mozilla (for testing purposes). On start, I get this output: /usr/share/themes/Ambiance/gtk-2.0/gtkrc:111: error: unexpected identifier `cellstyle', expected character `}' /usr/lib/gio/modules/libgiogconf.so: wrong ELF class: ELFCLASS64 Failed to load module: /usr/lib/gio/modules/libgiogconf.so /usr/lib/gio/modules/libgvfsdbus.so: wrong ELF class: ELFCLASS64 Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so /usr/lib/gio/modules/libgioremote-volume-monitor.so: wrong ELF class: ELFCLASS64 Failed to load module: /usr/lib/gio/modules/libgioremote-volume-monitor.so Also, notice the first line about Ambiance theme. It may be reated to the fall-back to default GTK theme (square, gray and blue-ish) for all 32 bit GTK appliactions (incl. Flash Player's context menu). This could be for separate bug report. -- ia32 apps look for libs on the wrong place https://bugs.launchpad.net/bugs/190227 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 1106729] [NEW] package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 126
Public bug reported: It was installed from an earlier Ubuntu release, probably just doesn't like the update. ProblemType: Package DistroRelease: Ubuntu 12.04 Package: samba4 4.0.0~alpha18.dfsg1-4ubuntu2 ProcVersionSignature: Ubuntu 3.2.0-23.36-generic-pae 3.2.14 Uname: Linux 3.2.0-23-generic-pae i686 NonfreeKernelModules: nvidia ApportVersion: 2.0.1-0ubuntu5 Architecture: i386 Date: Sun Jan 27 01:59:47 2013 ErrorMessage: ErrorMessage: subprocess installed post-installation script returned error exit status 126 InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429) SourcePackage: samba4 Title: package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 126 UpgradeStatus: Upgraded to precise on 2013-01-27 (0 days ago) ** Affects: samba4 (Ubuntu) Importance: Undecided Status: New ** Tags: apport-package i386 precise -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1106729 Title: package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 126 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/1106729/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs