[Bug 273678] Re: Intrepid Regression: Tilde key stopped working on Dell Latitude X1
For me too. ** Changed in: xkeyboard-config (Ubuntu) Status: Confirmed => Fix Released -- Intrepid Regression: Tilde key stopped working on Dell Latitude X1 https://bugs.launchpad.net/bugs/273678 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 273020] Re: i cant add icons to my Navigation Toolbar
I can reproduce this behavior. I have a Firefox profile that I use for quite some years now that has a custom navigation bar. I updated to Intrepid and the nav bar was restored to Firefox' default look. I tried to change it, terminated firefox, startet it again and my changes were gone. Disabling Ubufox enables me to change the nav bar again and preserve the changes. Engabling Ubufox brings back Firefox' default nav bar, disabling it brings back my changes. I created a new fresh Firefox user profile with Ubufox activated by default and changed the nav bar and the changes were still there after a restart. Installing Tab Mix Plus immediately returns the default nav bar again. This did not happen when I still used Hardy, so it's a regression. This problem is probably a duplicate of #278698 . ** Changed in: ubufox (Ubuntu) Status: New => Confirmed -- i cant add icons to my Navigation Toolbar https://bugs.launchpad.net/bugs/273020 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 273678] Re: Intrepid Regression: Tilde key stopped working on Dell Latitude X1
Andreas, do you also experience this with the acute, grave and circumflex keys? I have the same problem since I upgraded from Hardy to Intrepid. Pressing dead keys twice doesn't give me the symbol anymore. However, dead key + space works, i.e. +<+>, gives me ~. I'm using the normal "Generic 105-key (Intl) PC". $ setxkbmap -print xkb_keymap { xkb_keycodes { include "evdev+aliases(qwertz)" }; xkb_types { include "complete" }; xkb_compat{ include "complete" }; xkb_symbols { include "pc+de+inet(evdev)+level3(ralt_switch_for_alts_toggle)+altwin(alt_super_win)+group(alts_toggle)" }; xkb_geometry { include "pc(pc105)" }; }; -- Intrepid Regression: Tilde key stopped working on Dell Latitude X1 https://bugs.launchpad.net/bugs/273678 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 281348] Re: Firefox only shows default icons in toolbars with tabmixplus and ubufox installed
Guys, the bug status says "Fix comitted", which means that the bug was fixed in the developer's codebase. This is true, if you check out the development or ubuntu branch of ubufox. The fix has not been released yet, neither in Intrepid, nor in Jaunty. It is the task of the package maintainer (Alexander Sack) to provide the Jaunty repositories with an updated version of the package and the task of someone else to file a SRU for this package in Intrepid. The bug's status should for the Jaunty project branch should probably not have been set to "Fix committed", as this status is only true for the main project branch ("Ubufox extension"). I'll attach a package I just made containing the fix for this bug for anyone to install until there is an updated package in the ubuntu repos. ** Attachment added: "Updated Intrepid package with only the fix for this bug applied." http://launchpadlibrarian.net/21976815/ubufox_0.6-0ubuntu1.8.10.1thomas1_all.deb -- Firefox only shows default icons in toolbars with tabmixplus and ubufox installed https://bugs.launchpad.net/bugs/281348 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 45548] Re: scrollkeeper-update -v error
I don't think that the patch is correct. The url attribute in the identifier element should not point to the omf file itself. It should rather point to the correct documentation file to be used by scrollkeeper-conforming help browsers. I'm not sure which file this is, but I think it should be /usr/share/gnome/help/update-manager/C/update-manager.xml (for the C locale as long as there are no other locales available). The upstream maintainer should know if this really is the user documentation or if some other file would be more suitable. P.S.: Any chance of this making it into Dapper even though it's not a security bug? -- scrollkeeper-update -v error https://launchpad.net/bugs/45548 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 57805] (some) gnome keybindings only work after restarting gnome-settings-daemon
Public bug reported: Binary package hint: gnome-control-center I have a special keyboard that has addiational (multimedia) keys. I use setkeycodes to make the scancodes available for the system and xmodmap to make them available in X. My customized xmodmap configuration also contains other changes like some accent keys made dead while others remain "non-dead". I found that the "official" way to apply those changes is to have the xmodmap config at /etc/X11/Xmodmap, which is read by /etc/gdm/Init/Default when starting gdm. This works fine, when I run "xmodmap -pke" after login, I have my keys correctly set up and they emit evets as expected. However, when I assign functions to my speial multimedia keys via System -> Preferences -> Keybindings, they don't work. xev shows me that the keys work fine. If I do a "killall gnome-settings-daemon" and wait for it to restart automatically, the keybindings work correctly. I searched for similar bugs and found that for some people it works if they put their xmodmap config to ~/.xmodmap, but this doesn't work for me. I already tried loading my xmodmap config at different points of the startup chain by putting "xmodmap /etc/X11/Xmodmap" to different scripts in both, gdm and Xsession.d, but I always got the same result: xmodmap seems to work, the keys work and have to correct keysyms, but the keybindings in gnome don't work before I restart gnome-settings-daemon. I don't have anything related to it in my ~/.xsession-errors (somewhere someone mentioned an error line there which indicated that the keysyms were not registered (yet)). Steps to reproduce: 1. Assign some additional keysyms to keycodes and put the corresponding xmodmap file to either /etc/X11/Xmodmap or ~/.xmodmap or start it manually using some of the many initialization scripts in gdm and xsession. (for me, the multimedia keys have keycodes above 128) 2. Use Gnome's keybindings dialog to assign functions to the keys 3. Restart X Result: The keysyms are correctly assigned, the assigned functions for additional multimedia keys do not work. Workaround: 1. Restart gnome-settings-daemon after login (this also works if the restart is performed using System -> Preferences -> Sessions -> Startup programs) 2. (alternatively) Reassign the keybindings to the exact same keys. This works without restarting gnome-settings-daemon. Affects: Ubuntu Dapper Drake 6.06.1 with latest packages from security, backports and updates repositories. gnome-settigs-daemon version: 2.14.2 ** Affects: control-center (Ubuntu) Importance: Untriaged Status: Unconfirmed -- (some) gnome keybindings only work after restarting gnome-settings-daemon https://launchpad.net/bugs/57805 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 67986] g-p-m crashes when having wireless keyboard attached
Public bug reported: I have a wireless keyboard/mouse combo attached to my laptop which is recognized fine (the hint says "Kabellose Tastatur (71%)"). However, when opening the information dialog (right click to icon, "Information"), g-p-m crashes. Running g-p-m with --no-daemon --version from a command line gives the following: - [gpm_tray_icon_show_info_cb] gpm-tray-icon.c:248 (16:18:48): emitting show_info [gpm_manager_tray_icon_show_info] gpm-manager.c:2603 (16:18:48): Received show-info signal from tray icon [gpm_power_get_icon_from_status] gpm-power.c:894 (16:18:48): got filename: gpm-primary-100-charging [gpm_power_get_icon_from_status] gpm-power.c:894 (16:18:48): got filename: gpm-Tastatur-060 (gnome-power-manager:6412): Gtk-CRITICAL **: gtk_image_set_from_icon_name: assertion `GTK_IS_IMAGE (image)' failed - Obviously, Gtk is right, "gpm-Tastatur-060" is not a valid image as it does not exist. However, switching to English locale yields the correct filename but g-p-m still crashes. Same as linking gpm-Tastatur-060 to gpm-keyboard-060 for all instances of gpm-keyboard-060. This makes me think that the bug is *not only* related to wrong filenames, but I could not figure out more details. When I unplug the keyboard, the information dialog shows up fine, independent from my AC's state (charging, discharging, without battery). ** Affects: gnome-power-manager (Ubuntu) Importance: Undecided Status: Unconfirmed -- g-p-m crashes when having wireless keyboard attached https://launchpad.net/bugs/67986 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 67986] Re: g-p-m crashes when having wireless keyboard attached
Insertion messages? I'm only talking about g-p-m. It also displays the battery level of wireless keyboards, if this info is available. As for the _(...)-ization, yes, the naming problem boils down to it. There are two different functions that are used to assemble the filename. gpm_power_get_icon_from_status() uses gpm_power_kind_to_string() to determine the prefix for the icon's filename (wth the postfix being the charge level). In gpm_power_kind_to_string(), the only string that has no _() is "primary". "ups", "mouse", "keyboard", "pda", and "unknown" are all going to be localized. I don't know if it is safe to remove _() from this function, maybe the values are also used elsewhere and should remain localized (then there should be another way to get the non-localized strings). But as I already said, simply linking the icons to "localized filenames" or using an English locale does not fix the crash (although g-p-m reports correct filenames on it's stdout/stderr), so I suspect that there are is also another problem with wireless keyboards. -- g-p-m crashes when having wireless keyboard attached https://launchpad.net/bugs/67986 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 150515] et131x causing ksoftirqd to eat up cpu
Public bug reported: I have a LG T1 Express Dual laptop with an Agere et131x ethernet adapter. In Feisty, the driver (compiled from their SF.net project page, version 1.2.3) worked fine without any major problems. Now, in Gutsy, after upgrading to linux-ubuntu-modules version 2.6.22-13.33, the driver is included in the Ubuntu distribution. When the et131x module is loaded, I experience the process ksoftirqd to be busy quite often, producing heat and draining my battery faster. The solution is to unload the module if I don't need wired ethernet, but of course it would be cool to have ethernet and not haing 25-20% of your cpu eaten up by the kernel. The exact same problem exists with a self-compiled kernel module with the patch found at http://sourceforge.net/tracker/index.php?func=detail&aid=1709009&group_id=179406&atid=889025 . Unfortunately, I don't know how to debug this problem or narrow it down. I suspect the driver not being compatible with the new kernel's tickless interface, but obviously I'm not sure about this. ** Affects: linux-ubuntu-modules-2.6.22 (Ubuntu) Importance: Undecided Status: New -- et131x causing ksoftirqd to eat up cpu https://bugs.launchpad.net/bugs/150515 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 150515] Re: et131x causing ksoftirqd to eat up cpu
** Attachment added: "output of lspci -vvn" http://launchpadlibrarian.net/9868485/lspci -- et131x causing ksoftirqd to eat up cpu https://bugs.launchpad.net/bugs/150515 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 150515] Re: et131x causing ksoftirqd to eat up cpu
** Attachment added: "list of other loaded modules in case they interfere with et131x" http://launchpadlibrarian.net/9868554/lsmod -- et131x causing ksoftirqd to eat up cpu https://bugs.launchpad.net/bugs/150515 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 127101] Re: laptop hangs when switching video mode
>From the day I upgraded my laptop from Feisty to Gutsy (about Wednesday last >week, I suppose, horrible memory... ;-)), I experienced this bug 4 times. The >bug indeed seems to be random, I'm running Gutsy's compiz and the bug is >sometimes triggered when switching from X to a console or when turning of the >laptop (which is, in some way, also a switch from X to console). Yesterday >evening, I was watching a video with Xvideo while running compiz. After >pressing the power switch, I was presented with Juan Pablo's gray blocks with >a 10-second-pushing of the power switch being the only way to turn of the >computer. The bad thing about this: all the 4 times I experienced this bug I had severe data loss. It seems as if the kernel's data cache is not yet written to disk when the bug occurs, leaving all open files in the RAM which virtually lost when the bug occurs. This affected my complete Firefox profile (including prefs.js, bookmarks.html and the session data) three times, my complete thunderbird profile (including prefs.js (containing all the accounts)) twice, the bonobo server configuration (/etc/bonobo-activation/bonobo-activation-config.xml) once and my pidgin profile (includig blist.xml, accounts.xml and prefs.xml) four times. I was able to recover my data with old backups, but in the long term, it is really annoying to constantly lose data when turning off the computer and having to fiddle around with meld to get the data back again. Bryce, I understand your point in not wanting to switch to i810 as the default driver, and under other circumstances I would agree to you, but for me, this bug is not only an annoyance because of crashes sometimes, but it's a critical bug that caused me data loss in several cases. I have backups and I was able to restore the data, but when I think about the target audience of Ubuntu that also contains computer novices, I really think that Gutsy should be released as an operating system that does not randomly loses data. A solution for the data loss for me is to always call sync before leaving X, but that's not the definite solution for Gutsy. For the statistical records: * VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03) (in fact an Intel 945GM is what I paid for) * xserver-xorg-video-intel (2:2.1.1-0ubuntu6) * Running XAA After lunch, I'll try to gather some additional information as well as try EXA, the mentioned patches and debs in this bug and try to find a way to repdroduce it on my system. -- laptop hangs when switching video mode https://bugs.launchpad.net/bugs/127101 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 127101] Re: laptop hangs when switching video mode
Oh, I forgot to mention. Yes, my filesystem is indeed XFS. I don't want to start a philosophical discussion about the right file system, but I consider XFS a good journaling file system and the symptoms are very clear to me, just calling sync before doing something just saved me another restore-session when the bug occured again. Maybe XFS's deferred allocation adds to the kernel's write cache, but for enthusiasts I think XFS should not be uncommon as it usually performs better on a stable system and does not use the same old data structures that ext2 uses for some 15 years. Anyway -- here is a little update (after which I'm not so sure if my bug really is the same bug as reported by others here): Running metacity (no compositing) and VLC as video player, still using XAA. After playing a video with the Xvideo output module, stopping the video and switching to a VT, I first experienced an immediate return to a frozen X while Caps Lock and Num Lock still works (the LEDs go on) but no Ctrl-Alt-Backsp. After some time, X restarted itself bringing me back a functional desktop. On a second attempt (after a warm restart of the computer) of the same procedure, I could switch to the VT the first time, after returning to X and repeating the video playback and switching to a VT, I got the gray blocks and a total system freeze. The fact that X was able to recover itself in the first attempt makes me not so sure anymore if my bug really is related to the one being described here. ** Attachment added: "xorg.0.log.old after the first attempt, X restarted itself" http://launchpadlibrarian.net/9927650/nocompiz-xvideo-VTchange -- laptop hangs when switching video mode https://bugs.launchpad.net/bugs/127101 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 127101] Re: laptop hangs when switching video mode
** Attachment added: "Second attempt, gray blocks, complete system freeze after second switch to VT" http://launchpadlibrarian.net/9927652/nocompiz-xvideo-VTchange2 -- laptop hangs when switching video mode https://bugs.launchpad.net/bugs/127101 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 127101] Re: laptop hangs when switching video mode
michelem, I have the same issue but only when I use one of the VESA resolutions using the vga kernel parameter. If I don't use this parameter, I have standard VGA text mode (80x25) but usable VTs. This is may be related to bug #147606 or bug #150797 or both. I'll test xserver-xorg-video-intel_2.1.1-0ubuntu7~bwh1_i386.deb as soon as today's updates have run through. -- laptop hangs when switching video mode https://bugs.launchpad.net/bugs/127101 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 127101] Re: laptop hangs when switching video mode
With the xserver-xorg-video-intel_2.1.1-0ubuntu7~bwh1_i386.deb package, I experience the same as the others here, no gray blocks when switching to VT, Xv acceleration works, compiz works. However, when I switch to VT1 after playing a video with Xv and then switch back to VT7, I get a blue screen instead of the Xv video just like Jose. But the X server does not restart after a few seconds, but it freezes the syste, no Ctrl+Alt+BackSp, no ACPI power off, no SysRq. I'm running GDM and have a completely KDE-free system but I also experienced the gray blocks bug before, so I don't think the bug depends on the display manager used. -- laptop hangs when switching video mode https://bugs.launchpad.net/bugs/127101 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 150515] Re: et131x causing ksoftirqd to eat up cpu
I just checked the Hardy Heron live CD with kernel 2.6.24-2 and the problem with the et131x module and ksoftirqd still exists. Also, there still is no news from upstream. -- et131x causing ksoftirqd to eat up cpu https://bugs.launchpad.net/bugs/150515 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 26436] Re: gtkmozembed crashs with python
I'm running Feisty, too (on a x86), and the ld.so.conf workaround works for mee, too. Other than Sjoerd, I do have /usr/lib/firefox/components/compreg.dat but removing it does not solve the problem. Thanks, Sjoerd, for providing the ld.so.config workaround, it works fine and makes newton usable again. -- gtkmozembed crashs with python https://bugs.launchpad.net/bugs/26436 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 61335] Re: opieinfo isn't setuid, whilst opiepasswd is
I have the same "problem" and don't see an issue with opieinfo being setuid root if opiepasswd is: The information retrieved by opieinfo is not sensitive at all, sequence number and seed are publicly shown to anyone who wants to login as the specified user. The only sensitive data in the OPIE system is the user's passphrase and the keyfile /etc/opiekeys, which should never be world-readable. ** Changed in: opie (Ubuntu) Status: Invalid => Confirmed -- opieinfo isn't setuid, whilst opiepasswd is https://bugs.launchpad.net/bugs/61335 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 919612] Re: EDS contacts cannot be written to
** Also affects: thunderbird (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/919612 Title: EDS contacts cannot be written to To manage notifications about this bug go to: https://bugs.launchpad.net/thunderbird-eds-extension/+bug/919612/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1096401] Re: redshift do not affect the mouse cursor
I experienced this once on a fglrx machine, I have no problems with my Intel hardware. I suspect it to be an issue with hardware rendered cursors not obeying xrandr color adjustment (and http://superuser.com/questions/563211 suspects the same). Could you tell us what graphics hardware and which driver you are using? Also, could you try turning off HWCursor in the device section of xorg.conf and see if the problem still exists? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1096401 Title: redshift do not affect the mouse cursor To manage notifications about this bug go to: https://bugs.launchpad.net/redshift/+bug/1096401/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs