[Bug 109943]

2019-11-06 Thread nh2
How can you match the generated tag with userChrome.css ? I'd like to style it differently to check how the performance behaves, or hide it, but I don't know how to match it, only its parent `#statusbar-progresspanel`. -- You received this bug notification because you are a member of Ubuntu

[Bug 109943]

2019-11-06 Thread nh2
Thunderbird 68.2.1 on Linux, I can confirm that this issue still exists, with createElementNS() as given above, and the SMTP sending progress bar from bug 742697, and the IMAP loading progress bar in the status bar when switching between folders. 15-20% CPU usage. -- You received this bug

[Bug 109943]

2019-11-06 Thread nh2
disappearing: @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul;); /* nh2: Progress bar CPU usage fix. */ /* For some stupid reason we can't match the html:progress that's the first child of this container. See https://bugzilla.mozilla.org/show_bu

[Bug 109943]

2019-11-06 Thread nh2
I have already tested that. * Only throbber: ~15-20% CPU usage * Only progress bar: ~15-20% CPU usage * Both throbber and progress bar: ~15-20% CPU usage * Both disabled: no CPU usage @Gunter: I measured CPU usage on Linux with `htop`, where the percentage is always relative to 1 core. 15% means

[Bug 109943]

2019-11-06 Thread nh2
Yes, `list-style-image: none !important;` also fixes it. > Strange that both together use the same CPU like when only one is active. I don't find that strange: Using either progress bar or animated PNG throbber, the screen now has to be drawn at many frames per second. Once you have to redraw,

[Bug 1730069] Re: kernel 4.10 fails to boot on AMD E-350D APU

2019-09-07 Thread nh2
A patch was posted that solves my problem: https://bugzilla.kernel.org/show_bug.cgi?id=203463#c8 Can you check whether it helps for this bug too? ** Bug watch added: Linux Kernel Bug Tracker #203463 https://bugzilla.kernel.org/show_bug.cgi?id=203463 -- You received this bug notification

[Bug 1730069] Re: kernel 4.10 fails to boot on AMD E-350D APU

2019-04-22 Thread nh2
I can confirm this bug, on different hardware. My kernel bisection resulted in the same commit (thus I found this bug). I commented on https://bugzilla.kernel.org/show_bug.cgi?id=197895#c1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 725435] Re: notify-osd a memory hog (memory leak?)

2019-01-27 Thread nh2
Hey, is there any interest in getting this fixed? Be reminded that due to this memory leak, notify-osd can easily take up a 1 GB of memory after the computer runs for a while. Just yesterday I had to manually kill it again in this situation. Most laptops out there these days likely run on 4 GB

[Bug 725435] Re: notify-osd a memory hog (memory leak?)

2018-10-05 Thread nh2
Here's a patch to fix the issue. ** Patch added: "Patch fixing the shutdown limit being exceeded" https://bugs.launchpad.net/ubuntu/+source/notify-osd/+bug/725435/+attachment/5197835/+files/Fix-FORCED_SHUTDOWN_THRESHOLD-leak-mitigation-being-skipped.patch -- You received this bug

[Bug 725435] Re: notify-osd a memory hog (memory leak?)

2018-10-05 Thread nh2
I think I have the solution. First an explanation of the above quitting logic: The "bubble IDs" count upwards from 1, one for each notification bubble shown. When the bubble ID reaches FORCED_SHUTDOWN_THRESHOLD = 500, then _arm_forced_quit() is called, which quits the process using

[Bug 725435] Re: notify-osd a memory hog (memory leak?)

2018-10-05 Thread nh2
Well this already looks suspicious: https://bazaar.launchpad.net/~indicator-applet-developers/notify- osd/trunk/view/505/src/stack.c#L813 #define FORCED_SHUTDOWN_THRESHOLD 500 // FIXME: this is a temporary work-around, I do not like at all, until // the heavy memory

[Bug 378193] Re: Memory leak in notify-osd

2018-10-05 Thread nh2
Newer bug like this, still affecting at least Ubuntu 16.04: #725435 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/378193 Title: Memory leak in notify-osd To manage notifications about this bug go

[Bug 725435] Re: notify-osd a memory hog (memory leak?)

2018-10-05 Thread nh2
This issue is still there in Ubuntu 16.04. My /usr/lib/x86_64-linux-gnu/notify-osd grew to 812M resident usage (1289M VIRT) over the last days. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/725435

[Bug 1742558] Re: apcupsd generated systemd unit file doesn't work

2018-01-10 Thread nh2
://gist.githubusercontent.com/nh2/e6089d30ddc6be6191037b5098f1adb9/raw/f08e4174286cbba6ab19f619d896da265cb81552/apcupsd.service | sudo tee /etc/systemd/system/apcupsd.service + sudo systemctl daemon-reload After that, I can `sudo service apcupsd start` all fine. That service file has contents - [Unit

[Bug 1742558] [NEW] apcupsd generated systemd unit file doesn't work

2018-01-10 Thread nh2
Public bug reported: For me on Ubuntu 16.04, `apcupsd` doesn't start when using `sudo systemctl start apcupsd` or `sudo service apcupsd start`. It didn't appear in `ps aux | grep apc` and I got: % systemctl status apcupsd ● apcupsd.service - LSB: Starts apcupsd daemon Loaded:

[Bug 1742558] Re: apcupsd generated systemd unit file doesn't work

2018-01-10 Thread nh2
See also my answers here: * https://askubuntu.com/a/994508/65575 * https://forum.fhem.de/index.php/topic,64021.msg746445.html#msg746445 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1742558 Title:

[Bug 686859] Re: "Bootloader install failed" cannot be closed

2016-12-31 Thread nh2
Reopening. @dino99 (#12) What do you mean with "the actual valid ubiquity is not the same as the one reported here". Just above your comment there is a confirmation that this bug is still present in 16.04. > corner cases with unusual supported tweaks As can be read in the issue description,

[Bug 1491249] Re: Regression: Visual new email notification no longer working in 38.2.0

2016-12-23 Thread nh2
Is there an upstream bug for this or is this an Ubuntu specific issue? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1491249 Title: Regression: Visual new email notification no longer working in

[Bug 414181] Re: Install Updates button does nothing when Update Manager opened by itself

2015-08-02 Thread nh2
@craig-hansen: If this is still an issue for 12.04 that you have recently observed, I recommend setting it back to confirmed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/414181 Title: Install

[Bug 1343970] Re: gst-plugins-good pkg-config file issues

2015-02-28 Thread nh2
And also still, apt-get remove libgstreamer-plugins-good1.0-dev is a workaround. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1343970 Title: gst-plugins-good pkg-config file issues To manage

[Bug 1343970] Re: gst-plugins-good pkg-config file issues

2015-02-28 Thread nh2
I still have the same problem with gst-rtsp-server 1.2.3 on Ubuntu 14.04. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1343970 Title: gst-plugins-good pkg-config file issues To manage

[Bug 1355430] Re: Failed to update packages: GPG Error with BADSIG as returned message

2014-11-18 Thread nh2
Is this an error only with the .de mirror? It is still there. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1355430 Title: Failed to update packages: GPG Error with BADSIG as returned message To

[Bug 39890]

2014-08-23 Thread nh2
Created attachment 104776 Selected/Corrupted text with evince 3.10.3 (Ubuntu 14.04) I'm not convinced this bug is fixed; see the attachment images from my evince 3.10.3 in Ubuntu 14.04. Or is this a different issue? -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 39890]

2014-08-23 Thread nh2
Created attachment 104775 Unselected text with evince 3.10.3 (Ubuntu 14.04) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/39890 Title: characters change when selecting text To manage

[Bug 797544] Re: grub2 waits forever for keystroke before booting default OS. headless server. hang.

2014-05-29 Thread nh2
I don't understand what the status with 14.04 is. Are there still cases where that might wait for a key stroke? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/797544 Title: grub2 waits forever for

[Bug 872244] Re: grub2 recordfail logic prevents headless system from rebooting after power outage

2014-05-29 Thread nh2
*** This bug is a duplicate of bug 797544 *** https://bugs.launchpad.net/bugs/797544 #5: This setting is *not* available in my 14.04 /etc/default/grub. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1254936] Re: networking disabled and unable to reenable after resume from suspend

2014-02-16 Thread nh2
Workaround: sudo restart network-manager -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1254936 Title: networking disabled and unable to reenable after resume from suspend To manage notifications

[Bug 1254936] Re: networking disabled and unable to reenable after resume from suspend

2014-01-21 Thread nh2
Same problem, and I can confirm that it is a 13.10 regression. It happens around every 10th resume, not on every resume. My hardware: Thinkpad X220 with: *-network description: Ethernet interface product: 82579LM Gigabit Network Connection vendor: Intel

[Bug 1262291] Re: xorg crashes with bus error

2014-01-06 Thread nh2
I cannot test this with low effort, since it's on a Chromebook which cannot boot external non-Chromium-OS boot media. The only way is to upgrade all the way up. :( I will try again when 14.04 is released. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1262291] Re: xorg crashes with bus error

2013-12-18 Thread nh2
I've tried updating to Xorg-edgers, but that didn't help. I'll nex try to boot back into ChromeOS and update that, since Ubuntu has to use its Kernel which is 3.4 on my system. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1262291] Re: xorg crashes with bus error

2013-12-18 Thread nh2
Attaching /var/crash report for Xorg ** Attachment added: _usr_bin_Xorg.0.crash https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1262291/+attachment/3932071/+files/_usr_bin_Xorg.0.crash -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1262291] [NEW] xorg crashes with bus error

2013-12-18 Thread nh2
Public bug reported: Since my Upgrade to 13.10 I get regular Xorg crashes (logout back to the login manager) on this Samsung Series 5 Chromebook. It sometimes happens when the desktop is idle and I'm not using the computer, but seems to appear more frequently when I do graphically more advanced

[Bug 1250948] Re: GTK Unicode input is broken (invisible) in Ubuntu 13.10

2013-11-14 Thread nh2
Not sure which package I should assign this to. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1250948 Title: GTK Unicode input is broken (invisible) in Ubuntu 13.10 To manage notifications about

[Bug 1250948] [NEW] GTK Unicode input is broken (invisible) in Ubuntu 13.10

2013-11-13 Thread nh2
Public bug reported: Up to Ubuntu 13.04, you could open gedit (or any other GTK-rendered input field), and press Ctrl+Shift+u to enter unicode mode: An underlined u would appear, and you can type a number followed by space or enter to insert any unicode symbol. For example, Ctrl+Shift+u, 2200,

[Bug 1210785] Re: wpa_supplicant crashed with SIGSEGV

2013-11-04 Thread nh2
Network controller: Qualcomm Atheros AR93xx Wireless Network Adapter (rev 01) - using ath9k wifi driver. On my Chromebook (Samsung CR-48), this seems to happen in the running system (not from suspend). Ubuntu 13.10. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1210785] Re: wpa_supplicant crashed with SIGSEGV

2013-11-04 Thread nh2
From my error log (does anybody know how I can get debugging symbols for wpa_supplicant?): Disassembly: = 0x8102980: mov(%edi),%ebx 0x8102982: je 0x810291b 0x8102984: mov%esi,0x20(%esp) 0x8102988: mov%eax,%esi 0x810298a: mov%ebp,0x1c(%esp) 0x810298e:

[Bug 390508] Re: notifyOSD ignores the expire timeout parameter

2013-11-01 Thread nh2
The man page of notify-send in Saucy still claims Specifies the timeout in milliseconds at which to expire the notification. The note in libnotify will not help users looking at notify-send. My attached patch further up fixes that. -- You received this bug notification because you are a member

[Bug 1241667] Re: Problems upgrading from 13.04 to 13.10

2013-10-29 Thread nh2
Do you have the xorg-edgers PPA installed? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1241667 Title: Problems upgrading from 13.04 to 13.10 To manage notifications about this bug go to:

[Bug 390508] Re: notifyOSD ignores the expire timeout parameter

2013-09-09 Thread nh2
Patch attached that mentions the behaviour in the man page. ** Patch added: 0001-Mention-that-t-expire-time-is-ignored.patch https://bugs.launchpad.net/ubuntu/+source/notify-osd/+bug/390508/+attachment/3812164/+files/0001-Mention-that-t-expire-time-is-ignored.patch -- You received this bug

[Bug 828756] Re: getting connection is untrusted warnings

2013-08-27 Thread nh2
Ubuntu 12.04 and 13.04 empathys can still not connect without ssl errors. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/828756 Title: getting connection is untrusted warnings To manage

[Bug 1184067] Re: grub-mount burns through CPU without reason

2013-08-22 Thread nh2
As a temporary workaround, I keep doing `sudo pkill -9 --full grub- mount /dev/sdb4` all the time when it runs. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1184067 Title: grub-mount burns through

[Bug 1184067] [NEW] grub-mount burns through CPU without reason

2013-05-24 Thread nh2
Public bug reported: I just removed 6 older kernels with apt-get purge. It took 20 minutes because for each removed kernel, a new grub config is written, for which grub-mount /dev/sdb4 /var/lib/os-prober/mount is called. Compared to my other partitions, which contain Linuxes and Windowses,

[Bug 618838] Re: Apple Magic Trackpad requires PIN to pair, fails manual pairing

2013-05-23 Thread nh2
The bluetooth pairing assistant is just terribly broken. It simply doesn't care if you select '' or whatever, it will always try its 6-digit pin. This is what works for me with paring with my Magic Trackpad: 1) Try to pair with the pin option. It will fail with the 6-digit number.

[Bug 1112652] Re: [raring] no ethernet with auto default power option with 82579LM

2013-05-22 Thread nh2
Just to make it clear again: There is a fix, it will be in Ubuntu soon once the official kernel gets updated to 3.8.13, and *until then*, you have three choices: * Wait until the new kernel comes * Use the non-permanent hotfix described above * Download and install the 3.8.13 from here:

[Bug 1112652] Re: [raring] no ethernet with auto default power option with 82579LM

2013-05-10 Thread nh2
Would you mind telling me the good/bad SHAs of this bisect? While I admire your heroic remote bisection, I might do this much faster on my own hardware. @Joseph Salisbury Thanks for dealing with this :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1112652] Re: [raring] no ethernet with auto default power option with 82579LM

2013-05-10 Thread nh2
I applied the patch-3.8.13-rc1 mentioned in #56, and it fixes the issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1112652 Title: [raring] no ethernet with auto default power option with

Re: [Bug 927515] Re: Thunderbird stuck at 100% CPU

2013-04-18 Thread nh2
My suspicion is that there is some serious performance bug in Thunderbirds IMAP / IMAP IDLE implementation once then number of emails gets big. We should find out if it happens with TB on Windows / Mac as well. -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 836250] Re: 8086:4238 [Oneiric] [Regression] Intel Corporation Centrino Ultimate-N 6300 poor networking, packet loss and very slow Lenovo X201 and T500 laptops

2013-02-14 Thread nh2
With the bugtracker being down, I have no clue. I suggest that at least success/failure reports shall go here in the meantime so that we can give then Intel developers some feedback once we can talk to them again. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 836250] Re: 8086:4238 [Oneiric] [Regression] Intel Corporation Centrino Ultimate-N 6300 poor networking, packet loss and very slow Lenovo X201 and T500 laptops

2013-02-11 Thread nh2
The Intel wifi bugzilla is down (DNS record gone). Response from Intel: The bugzilla has been disabled, we're working to see if we can track things elsewhere, but it's not clear yet where we could. I will attach the patch that was posted there, and also a backported version of the patch for the

[Bug 836250] Re: 8086:4238 [Oneiric] [Regression] Intel Corporation Centrino Ultimate-N 6300 poor networking, packet loss and very slow Lenovo X201 and T500 laptops

2013-02-11 Thread nh2
** Patch added: Original patch for current Linux master https://bugs.launchpad.net/ubuntu/+source/linux/+bug/836250/+attachment/3524314/+files/0001-iwlwifi-audit-singles-frame-from-AGG-queue-in-RS.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 836250] Re: 8086:4238 [Oneiric] [Regression] Intel Corporation Centrino Ultimate-N 6300 poor networking, packet loss and very slow Lenovo X201 and T500 laptops

2013-02-11 Thread nh2
** Patch added: Original Intel patch for current Linux master https://bugs.launchpad.net/ubuntu/+source/linux/+bug/836250/+attachment/3524315/+files/0001-iwlwifi-audit-singles-frame-from-AGG-queue-in-RS.patch -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 836250] Re: 8086:4238 [Oneiric] [Regression] Intel Corporation Centrino Ultimate-N 6300 poor networking, packet loss and very slow Lenovo X201 and T500 laptops

2013-02-11 Thread nh2
** Patch added: 0001-iwlwifi-audit-singles-frame-from-AGG-queue-in-RS.patch https://bugs.launchpad.net/ubuntu/+source/linux/+bug/836250/+attachment/3524316/+files/0001-iwlwifi-audit-singles-frame-from-AGG-queue-in-RS.patch -- You received this bug notification because you are a member of

[Bug 836250] Re: 8086:4238 [Oneiric] [Regression] Intel Corporation Centrino Ultimate-N 6300 poor networking, packet loss and very slow Lenovo X201 and T500 laptops

2013-02-11 Thread nh2
Test (patch attachments don't seem to work for me currently?) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/836250 Title: 8086:4238 [Oneiric] [Regression] Intel Corporation Centrino Ultimate-N

[Bug 836250] Re: 8086:4238 [Oneiric] [Regression] Intel Corporation Centrino Ultimate-N 6300 poor networking, packet loss and very slow Lenovo X201 and T500 laptops

2013-02-11 Thread nh2
And here we have the adjusted patch for Ubuntu 12.04. It works very well for me so far, connectivity feels way better. I currently still use options iwlwifi 11n_disable=1 and haven't tried how it is now with n mode enabled. ** Patch added: Adjusted Intel patch for the Ubuntu 12.04 kernel

[Bug 828756] Re: getting connection is untrusted warnings

2013-01-01 Thread nh2
Still getting this on fully updated 12.04 with own XMPP server. Also reported at https://bugzilla.gnome.org/show_bug.cgi?id=690971 Is it know what the issue is by now? ** Bug watch added: GNOME Bug Tracker #690971 https://bugzilla.gnome.org/show_bug.cgi?id=690971 -- You received this bug

[Bug 1024969] Re: wrong suggested package, python-farsight was renamed to python-farstream

2012-10-27 Thread nh2
Any update? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1024969 Title: wrong suggested package, python-farsight was renamed to python- farstream To manage notifications about this bug go to:

[Bug 1024969] Re: wrong suggested package, python-farsight was renamed to python-farstream

2012-10-27 Thread nh2
An update to 0.15.1 would fix it, by the way. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1024969 Title: wrong suggested package, python-farsight was renamed to python- farstream To manage

[Bug 927515] Re: thunderbird uses excessive cpu power

2012-10-20 Thread nh2
I have the same problem on 12.04 with Thunderbird 16.0.1. After starting, CPU spikes up to ~60% and stays there for around 20 minutes. Switching to offline mode immediately stops the problem, switching it back on resumes it, so yes, it is probably email syncing or something related. There is a

[Bug 836250] Re: [Oneiric] [Regression] Intel Corporation Centrino Ultimate-N 6300 poor networking, packet loss and very slow Lenovo X201 and T500 laptops

2012-08-07 Thread nh2
What are the disadvantages of iwlagn 11n_disable=1? 11n should theoretically give you higher throughput and interference. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/836250 Title: [Oneiric]

[Bug 778872] Re: vte use causes /tmp file writing during text scrolling

2012-08-06 Thread nh2
Any update? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/778872 Title: vte use causes /tmp file writing during text scrolling To manage notifications about this bug go to:

[Bug 836250] Re: [Oneiric] [Regression] Intel Corporation Centrino Ultimate-N 6300 poor networking, packet loss and very slow Lenovo X201 and T500 laptops

2012-08-02 Thread nh2
@Karl Frisk: Oh, then cgit tricked me somehow, I thought they were just merged yesterday. Sorry for the false alarm. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/836250 Title: [Oneiric]

[Bug 836250] Re: [Oneiric] [Regression] Intel Corporation Centrino Ultimate-N 6300 poor networking, packet loss and very slow Lenovo X201 and T500 laptops

2012-08-01 Thread nh2
In the Intel bug linked above (http://bugzilla.intellinuxwireless.org/show_bug.cgi?id=2315) they posted two new patches about hardware bugs that seem to have gone into the mainline Linux git yesterday. Compile and try, anyone? @zeitkunst You are not alone in your frustration with university

[Bug 677011] Re: echo_supervisord_conf fails with IOError

2012-07-30 Thread nh2
Present in 12.04 :( -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/677011 Title: echo_supervisord_conf fails with IOError To manage notifications about this bug go to:

[Bug 989689] Re: Synaptics touchpad stops working

2012-06-19 Thread nh2
Confirmed, only one instance running. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/989689 Title: Synaptics touchpad stops working To manage notifications about this bug go to:

[Bug 989689] Re: Synaptics touchpad stops working

2012-06-19 Thread nh2
Try this: Can you work around it with a simple killall syndaemon as well? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/989689 Title: Synaptics touchpad stops working To manage notifications about

[Bug 585592] Re: Bluetooth PIN always random

2012-05-21 Thread nh2
** Also affects: gnome-bluetooth (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/585592 Title: Bluetooth PIN always random To manage

[Bug 585592] Re: Bluetooth PIN always random

2012-05-21 Thread nh2
Using Ubuntu 12.04. This is hilarious. You connect a device that doesn't even have keys (e.g. a wireless touchpad), bluetooth-wizard tells you that it it is a Tablet but if you use automatic pin, it still tells you to enter a six-digit number into the *touchpad*. It should know better. Then you

[Bug 284994] Re: bluetooth-wizard unable to pair to fixed pin devices

2012-05-21 Thread nh2
Is issue #284994 related? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/284994 Title: bluetooth-wizard unable to pair to fixed pin devices To manage notifications about this bug go to:

[Bug 836250] Re: [Oneiric] [Regression] Intel Corporation Centrino Ultimate-N 6300 poor networking, packet loss and very slow Lenovo X201 and T500 laptops

2012-05-10 Thread nh2
#200: I see no reason why it shouldn't occur, it's an upstream driver bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/836250 Title: [Oneiric] [Regression] Intel Corporation Centrino Ultimate-N

[Bug 836250] Re: [Oneiric] [Regression] Intel Corporation Centrino Ultimate-N 6300 poor networking, packet loss and very slow Lenovo X201 and T500 laptops

2012-04-27 Thread nh2
Ubuntu people can't write the patch for you - report upstream at Intel (see the auto-bugzilla.intellinuxwireless.org #2315 link above, there are only 3 people CC'd in their bugzilla compared to 140 here). -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 836250] Re: [Oneiric] [Regression] Intel Corporation Centrino Ultimate-N 6300 poor networking, packet loss and very slow Lenovo X201 and T500 laptops

2012-04-13 Thread nh2
Hardware: Lenovo X220, Wifi: Intel Centrino Advanced-N 6205 AGN Software: Ubuntu 11.04, problem on both 2.6.38 and 3.1.1 kernels I want to confirm this problem on my hardware: Around 10% packet loss with packets lost around every 5 seconds (easily observable in e.g. ping's icmp_req counter

[Bug 49567] Re: list view doesn't expand subfolder when clicking on arrow if entry is selected

2012-03-22 Thread nh2
Looks like I can't reproduce it in 11.04. Does anyone still have this problem? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/49567 Title: list view doesn't expand subfolder when clicking on arrow

[Bug 777882] Re: xmodmap not honored

2011-12-11 Thread nh2
@bernieke: Thanks, works for me on a Thinkpad X220. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/777882 Title: xmodmap not honored To manage notifications about this bug go to:

[Bug 159031] Re: computer freezes when sshfs blocks waiting for connection

2011-11-12 Thread nh2
Looks like a hung sshfs also breaks hibernating: [58492.144636] PM: Marking nosave pages: 0009d000 - 0010 [58492.144640] PM: Marking nosave pages: da99f000 - dafff000 [58492.144661] PM: Marking nosave pages: db00 - 0001 [58492.145172]

[Bug 875876] Re: ccsm segfaults when disabling Cube plugin

2011-11-02 Thread nh2
GDB backtrace: Program received signal SIGSEGV, Segmentation fault. 0xb660c4a4 in ccsCanDisablePlugin () from /usr/lib/libcompizconfig.so.0 (gdb) bt #0 0xb660c4a4 in ccsCanDisablePlugin () from /usr/lib/libcompizconfig.so.0 #1 0xb66384c7 in ?? () from

[Bug 499869] Re: Nautilus does not give focus to Eye of Gnome using Compiz

2011-08-14 Thread nh2
Seems to be fixed in Natty (default focus stealing level is low and it also works on normal). ** Changed in: compiz (Ubuntu) Status: Expired = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 742052] Re: Broken Haskell Platform in 11.04 Depends: ghc6 ( 6.12.1+)

2011-07-31 Thread nh2
Can't find it in natty-proposed - should it show up on https://launchpad.net/ubuntu/+source/haskell-platform or am I doing something wrong? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/742052 Title:

[Bug 742052] Re: Broken Haskell Platform in 11.04 Depends: ghc6 ( 6.12.1+)

2011-07-31 Thread nh2
All right, thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/742052 Title: Broken Haskell Platform in 11.04 Depends: ghc6 ( 6.12.1+) To manage notifications about this bug go to:

[Bug 742052] Re: Broken Haskell Platform in 11.04 Depends: ghc6 ( 6.12.1+)

2011-07-30 Thread nh2
This looks like a simple fix. Why isn't it applied yet? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/742052 Title: Broken Haskell Platform in 11.04 Depends: ghc6 ( 6.12.1+) To manage

[Bug 657900] Re: mount.cifs: permission denied: no match for /home/myuser/mydir/myshare found in /etc/fstab

2011-07-01 Thread nh2
We should do something about this. Currently, it is impossible to let users mount Windows shares without giving them some kind of extra privileges (the setuid root in 10.04 was not nice, either). Gnome's Connect to server (gvfs) works, but is gnome-specific and not easily scriptable. @jahst:

[Bug 645449] Re: Ubiquity hangs at Keyboard layout/Ready when you are

2011-05-28 Thread nh2
Confirming, just met this at Ubuntu 11.04 on a laptop with french AZERTY keyboard. I used the automatic keyboard layout selection (where you have to type in keys) and afterwards double-clicked on a language. I believe (I have not run it again yet to check thoroughly) this disabled the installer's

[Bug 751324] Re: wobbly windows behave erratically

2011-05-16 Thread nh2
Confirmed, this is new in 11.04. Should this be influenced by the Focus Effect selection in the Wobbly Windows settings in CCSM? It does nothing for us. A workaround is to disable the last checkbox so that shivering is used for maximisation completely. ** Changed in: compiz (Ubuntu)

[Bug 695860] Re: Installation failed message - immediately (*.img)

2011-04-20 Thread nh2
My one contains USBCreatorProcessException: mount: could not find any free loop device Would be nice to have this in the popup. Installation failed is like Well do you think I tell you what's wrong?! Waste your time searching, cause I don't even tell that the error message is in .cache/usb-

[Bug 573006] Re: Touch screen driver clicks at wrong location

2011-04-15 Thread nh2
(I think you referred to xserver-xorg-input-evdev instead of -synaptics, but ...) Fixed! Thanks! Now Natty is ready for the Latitude 2100 touch screen. ** Changed in: xserver-xorg-input-evdev (Ubuntu) Status: Confirmed = Fix Committed -- You received this bug notification because you

[Bug 573006] Re: Touch screen driver clicks at wrong location

2011-04-14 Thread nh2
I try: In the recording, I first moved the pointer in a fluid movement, which works fine. Then I clicked at a different location, resulting in what should happen: the pointer is moved and a click is emitted there. But last, I did the same thing, clicked in top right direction of the current

[Bug 573006] Re: Touch screen driver clicks at wrong location

2011-04-12 Thread nh2
This is not fixed for me. Same behaviour as in #17. I uploaded a new utouch recording; the error is at the end. ** Attachment added: device.prop https://bugs.launchpad.net/utouch/+bug/573006/+attachment/2027631/+files/device.prop -- You received this bug notification because you are a

[Bug 573006] Re: Touch screen driver clicks at wrong location

2011-04-12 Thread nh2
** Attachment added: device.record https://bugs.launchpad.net/utouch/+bug/573006/+attachment/2027632/+files/device.record -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/573006 Title: Touch

[Bug 573006] Re: Touch screen driver clicks at wrong location

2011-04-12 Thread nh2
Problem still present with 2.6.0-1ubuntu11 (ubuntu repo) and 2.6.0-1ubuntu11~utouch2 (PPA). ** Changed in: xserver-xorg-input-evdev (Ubuntu) Status: Fix Released = Confirmed ** Changed in: utouch Status: Incomplete = Confirmed -- You received this bug notification because you are

[Bug 573006] Re: Touch screen driver clicks at wrong location

2011-03-16 Thread nh2
My one is IDC6680. For me, it worked all fine with the 2.5.99 evdevs, but my most recent update brought the problems are back again. I ran git bisect and found out that the regression is in the new XI 2.1 multitouch support commit: a12a1f9e2b80e8a9a1515c309d0094f898139a83 The commit

[Bug 573006] Re: Touch screen driver clicks at wrong location

2011-03-16 Thread nh2
I found the commit that made the touchscreen work initally. It is Add proximity support. b48f4c41c0d3386bba3e9d8fa3da91f18aae190b and was developed in the 2.5.99 series. The commit before, 185ad42078a3bcb423b83e41ebeddbb7541fe26c, is the last one where it did not work. I had to find these on

[Bug 573006] Re: Touch screen driver clicks at wrong location

2011-03-16 Thread nh2
** Package changed: ubuntu = xserver-xorg-input-evdev (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/573006 Title: Touch screen driver clicks at wrong location -- ubuntu-bugs mailing list

[Bug 573006] Re: Touch screen driver clicks at wrong location

2011-03-16 Thread nh2
** Attachment added: device.prop https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/573006/+attachment/1912968/+files/device.prop -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 573006] Re: Touch screen driver clicks at wrong location

2011-03-16 Thread nh2
In this record, I first swipe from bottom left to top right. Then I press at bottom left, the cursor stays at its position, and only when I move my finger a bit, it jumps to my finger, but clicking before the move so that everything in between gets mouse-box-selected. ** Attachment added:

[Bug 573006] Re: Touch screen driver clicks at wrong location

2011-01-26 Thread nh2
Problem still present in current Natty. ** Changed in: ubuntu Status: Invalid = New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/573006 Title: Touch screen driver clicks at wrong location

[Bug 672734] Re: gnome won't load xmodmap

2010-12-14 Thread nh2
Confirmed. 10.10 seems to not load .Xmodmap. See also http://askubuntu.com/questions/7190/why-wont-my-xmodmap-file-load-on- login Anybody knows why? ** Changed in: meta-gnome2 (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 686859] [NEW] Bootloader install failed cannot be closed

2010-12-07 Thread nh2
Public bug reported: Binary package hint: ubiquity Installing Natty alpha 32-bit on LVM with the Desktop live disk. After having installed lvm2, modprobed dm-mod, configured my lvs and started the Ubuntu installer, it crashes at the bootloader installation step. The window Bootloader install

[Bug 686859] Re: Bootloader install failed cannot be closed

2010-12-07 Thread nh2
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/686859 Title: Bootloader install failed cannot be closed -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 686859] Re: Bootloader install failed cannot be closed

2010-12-07 Thread nh2
By the way, this is grub's entry in syslog: Dec 8 04:13:50 ubuntu 50mounted-tests: debug: /usr/lib/linux-boot-probes/mounted/40grub2 succeeded Dec 8 04:13:50 ubuntu linux-boot-prober: debug: linux detected by /usr/lib/linux-boot-probes/50mounted-tests Dec 8 04:13:50 ubuntu grub-installer:

[Bug 412704] Re: Random Kernel Panics on Dell Latitude 2100 on Karmic

2010-11-29 Thread nh2
This is fixed in Ubuntu 10.04 and 10.10. -- Random Kernel Panics on Dell Latitude 2100 on Karmic https://bugs.launchpad.net/bugs/412704 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 557023] Re: update-initramfs: deferring update (trigger activated) / cp: cannot stat `/vmlinuz': No such file or directory

2010-11-03 Thread nh2
Do you think this is a duplicate of Bug #591207? -- update-initramfs: deferring update (trigger activated) / cp: cannot stat `/vmlinuz': No such file or directory https://bugs.launchpad.net/bugs/557023 You received this bug notification because you are a member of Ubuntu Bugs, which is

  1   2   3   >