[Bug 580933] Re: arping should return when there is nothing left to do

2021-02-07 Thread Hendrik Lönngren
** Bug watch added: Debian Bug tracker #686944 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=686944 ** Also affects: iputils via https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=686944 Importance: Unknown Status: Unknown -- You received this bug notification because you are

[Bug 580933] Re: arping should return when there is nothing left to do

2021-02-07 Thread Hendrik Lönngren
** Changed in: iputils (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/580933 Title: arping should return when there is nothing left to do To manage

[Bug 1367706] [NEW] Upper half of the screen is scrambled with nvidia driver

2014-09-10 Thread Hendrik Lönngren
Public bug reported: The driver nvidia-331 produces a scrambled screen on MacBook Air 3,2 (NVIDIA GeForce 320M) running a Trusty live system. It looks like the attached image. I have figured out in what way the display is scrambled. In a numerical representation of the pixels that increments

[Bug 375977] Re: some keybindings with Shift are not recognized

2012-09-07 Thread Hendrik Lönngren
No longer present in gnome-settings-daemon 3.4.2. ** Changed in: gnome-settings-daemon (Ubuntu) Status: Expired = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/375977 Title:

[Bug 555828] Re: Regression: flag -pg on /usr/src/$(uname -r)/Makefile prevents acerhk-source package from compiling. Computer becomes unusable because there is no equivalent to acerhk in the kernel

2012-09-05 Thread Hendrik Lönngren
I found the reason for the above problem: It was the result of running a kernel requiring PAE on a cpu without PAE support, which otherwise doesn't seem to have any adverse effects (see bug #930447), but BIOS calls obviously do not work properly. Installing the non-PAE kernel solved the problem.

[Bug 930447] Re: Unable to start Ubuntu 12.04 live CD with syslinux loader on Pentium M x86 Laptop due to bug in PAE kernel, initramfs or syslinux

2012-09-05 Thread Hendrik Lönngren
I found one thing that doesn't work when running the PAE kernel on my Pentium M based laptop: To be able to use wireless, I need the acerhk module, which relies on BIOS calls. For me, it only works on the non-PAE kernel, with no differences otherwise (see bug #555828). -- You received this bug

[Bug 555828] Re: Regression: flag -pg on /usr/src/$(uname -r)/Makefile prevents acerhk-source package from compiling. Computer becomes unusable because there is no equivalent to acerhk in the kernel

2012-08-29 Thread Hendrik Lönngren
Jacek, thanks for maintaining the module. It compiles fine on Precise. But unfortunately, it doesn't work anymore for me. Apparently, the BIOS routine is found, but has no effect: acerhk: connect(1) = 0x9610 acerhk: cmos index set to 0x00 acerhk: bios routine found at 0xc00fdd00 ... acerhk:

[Bug 860650] Re: writer crashes with SIGFPE when opening doc file

2011-09-27 Thread Hendrik Lönngren
** Bug watch added: freedesktop.org Bugzilla #41275 http://bugs.freedesktop.org/show_bug.cgi?id=41275 ** Also affects: df-libreoffice via http://bugs.freedesktop.org/show_bug.cgi?id=41275 Importance: Unknown Status: Unknown -- You received this bug notification because you are a

[Bug 860650] [NEW] writer crashes with SIGFPE when opening doc file

2011-09-27 Thread Hendrik Lönngren
Public bug reported: When opening the file (which I cannot provide) on a natty live system, libreoffice writer crashes while importing. I was able to obtain this backtrace: GNU gdb (Ubuntu/Linaro 7.2-1ubuntu11) 7.2 Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version

[Bug 860650] Re: writer crashes with SIGFPE when opening doc file

2011-09-27 Thread Hendrik Lönngren
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/860650 Title: writer crashes with SIGFPE when opening doc file To manage notifications about this bug go to:

[Bug 860650] Re: writer crashes with SIGFPE when opening doc file

2011-09-27 Thread Hendrik Lönngren
As mentioned above, no, sorry. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/860650 Title: writer crashes with SIGFPE when opening doc file To manage notifications about this bug go to:

[Bug 799066] Re: Parsing issue: Instance reinterpreted as function-pointer something

2011-07-06 Thread Hendrik Lönngren
** Changed in: gcc-4.4 (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/799066 Title: Parsing issue: Instance reinterpreted as function-pointer something To

[Bug 799066] Re: Parsing issue: Instance reinterpreted as function-pointer something

2011-07-06 Thread Hendrik Lönngren
On further thought, I see that g++ allows A() as a shortcut for A(*)(), so it confuses B b(A()); with a function declaration. As this might be as designed, I am closing this bug. But still, I think that this code should be perfectly legal. Also, the compiler error would be much clearer if it

[Bug 799066] [NEW] Parsing issue: Instance reinterpreted as function-pointer something

2011-06-18 Thread Hendrik Lönngren
Public bug reported: Binary package hint: gcc-4.4 When compiling the attached code with g++ -c -o test.o test.cpp I get the following error: test.cpp: In function ‘int main()’: test.cpp:15: error: request for member ‘dummy’ in ‘b’, which is of non-class type ‘B(A (*)())’ Actually I don’t

[Bug 799066] Re: Parsing issue: Instance reinterpreted as function-pointer something

2011-06-18 Thread Hendrik Lönngren
** Attachment added: test.cpp https://bugs.launchpad.net/bugs/799066/+attachment/2173798/+files/test.cpp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/799066 Title: Parsing issue: Instance

[Bug 555828] Re: Regression: flag -pg on /usr/src/$(uname -r)/Makefile prevents acerhk-source package from compiling, cutting internet access

2010-12-19 Thread Hendrik Lönngren
Sorry for the late response ... If I recall correctly, I installed the acerhk-source package, then changed the Makefile (see patch) inside the archive /usr/src/acerhk.tar.bz2, and then did module-assistant build acerhk. Does that work for you? -- You received this bug notification because you

[Bug 555828] Re: Regression: flag -pg on /usr/src/$(uname -r)/Makefile prevents acerhk-source package from compiling, cutting internet access

2010-12-19 Thread Hendrik Lönngren
Indeed, the above patch worked for 2.6.32, but not 2.6.35. But I got it working on 2.6.35 as well and created a new patch. ** Patch added: acerhk-source_lp_bug555828-2.6.35.patch

[Bug 555828] Re: Regression: flag -pg on /usr/src/$(uname -r)/Makefile prevents acerhk-source package from compiling, cutting internet access

2010-12-19 Thread Hendrik Lönngren
You might build like this: cd /usr/src tar -xvf acerhk.tar.bz2 cd modules/acerhk wget http://launchpadlibrarian.net/60944565/acerhk-source_lp_bug555828-2.6.35.patch -q -O - | patch -p1 cd ../.. tar -cjf acerhk.tar.bz2 modules/acerhk module-assistant build acerhk -- You received this bug

[Bug 555828] Re: Regression: flag -pg on /usr/src/$(uname -r)/Makefile prevents acerhk-source package from compiling, cutting internet access

2010-12-02 Thread Hendrik Lönngren
Well, this is what I did to fix the problem. Not very sure what it does though. ** Patch added: acerhk-source_lp_bug555828.patch https://bugs.launchpad.net/ubuntu/+source/acerhk/+bug/555828/+attachment/1752902/+files/acerhk-source_lp_bug555828.patch -- You received this bug notification

[Bug 378990] Re: gpartedbin and Xorg starve mkfs of CPU time.

2010-09-11 Thread Hendrik Lönngren
Yes, this happens for me, too, on x86 with Intel 855GM video (for which graphics acceleration in broken, so it’s turned off). Even after renicing, mkfs gets only 5 to 10 % of CPU time. There should be a way to prevent gparted from doing this. -- gpartedbin and Xorg starve mkfs of CPU time.

[Bug 378147] Re: [i855] freezes every few days since upgrade to jaunty

2010-08-25 Thread Hendrik Lönngren
Thanks for posting! I have tried that on a Lucid Live CD by booting with kernel option text, installing the ppa version and then sudo xinit gdm. Everything runs fine for 1 or 2 minutes, when the system hangs. I can press ctrl-alt-del however, then I get a white box with some console output for a

[Bug 580933] [NEW] arping should return when there is nothing left to do

2010-05-15 Thread Hendrik Lönngren
Public bug reported: When using arping with a count and every probe has been answered promptly, arping waits until the next probe would be sent before printing the stats and returning. That is an unnecessary delay. In the function recv_pack in arping.c, we have 290 if

[Bug 532168] [NEW] enable drag and drop from firefox

2010-03-04 Thread Hendrik Lönngren
Public bug reported: Binary package hint: easytag To tag files with an image, you can drag an image from firefox to nautilus, then from nautilus to EasyTAG. I don’t know if this is done reasonably easily, but it would be nice to be able to drag images directly from firefox. ProblemType: Bug

[Bug 532168] Re: enable drag and drop from firefox

2010-03-04 Thread Hendrik Lönngren
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/40195994/Dependencies.txt -- enable drag and drop from firefox https://bugs.launchpad.net/bugs/532168 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 518701] Re: Read receipt is not sent

2010-02-23 Thread Hendrik Lönngren
I can confirm this. The feature is not working in 2.26.1 either. ** Changed in: evolution (Ubuntu) Status: New = Confirmed -- Read receipt is not sent https://bugs.launchpad.net/bugs/518701 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 518701] Re: Read receipt is not sent

2010-02-23 Thread Hendrik Lönngren
Sorry, disregard my post. I was wrong, it is working as expected for me. ** Changed in: evolution (Ubuntu) Status: Confirmed = New -- Read receipt is not sent https://bugs.launchpad.net/bugs/518701 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 300829] Re: gnuplot freezes if the wx terminal is used

2010-02-08 Thread Hendrik Lönngren
No, my 32-bit jaunty is affected. -- gnuplot freezes if the wx terminal is used https://bugs.launchpad.net/bugs/300829 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

[Bug 515582] [NEW] history doubling in root shell

2010-02-01 Thread Hendrik Lönngren
Public bug reported: Binary package hint: base-files I noticed that commands that are executed more than once in a root shell also appear more than once when using the arrow keys. That is clearly not desired behaviour. The default /root/.bashrc says this: # don't put duplicate lines in the

[Bug 515582] Re: history doubling in root shell

2010-02-01 Thread Hendrik Lönngren
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/38627080/Dependencies.txt -- history doubling in root shell https://bugs.launchpad.net/bugs/515582 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 498208] [NEW] Ubuntu hibernates directly after resume

2009-12-18 Thread Hendrik Lönngren
Public bug reported: Binary package hint: gnome-power-manager I have set the system to hibernate on low battery. If now the battery is low and either the system hibernates automatically or I do it manually, if further I plug in AC power after that and try to resume, the system will fail to

[Bug 498208] Re: Ubuntu hibernates directly after resume

2009-12-18 Thread Hendrik Lönngren
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/36942260/Dependencies.txt -- Ubuntu hibernates directly after resume https://bugs.launchpad.net/bugs/498208 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 390621] Re: gnuplot hangs with Accessibility enabled

2009-12-18 Thread Hendrik Lönngren
*** This bug is a duplicate of bug 300829 *** https://bugs.launchpad.net/bugs/300829 ** This bug has been marked a duplicate of bug 300829 gnuplot freezes if the wx terminal is used -- gnuplot hangs with Accessibility enabled https://bugs.launchpad.net/bugs/390621 You received this bug

[Bug 489369] Re: Errors in German pronunciation of numbers

2009-11-29 Thread Hendrik Lönngren
Well, I see that there is a lot more to do, so I have completely worked over the de_list file. I must admit that my interpretation of the notation includes some guesswork, but I am sure that it is much better now than before at any rate. ** Attachment added: espeak_de_list.patch

[Bug 489369] Re: Errors in German pronunciation of numbers

2009-11-29 Thread Hendrik Lönngren
It seems I was editing an old version … Here goes the (improved) patch for 1.41.01. ** Attachment added: espeak_de_list.patch http://launchpadlibrarian.net/36228538/espeak_de_list.patch -- Errors in German pronunciation of numbers https://bugs.launchpad.net/bugs/489369 You received this bug

[Bug 489369] Re: Errors in German pronunciation of numbers

2009-11-29 Thread Hendrik Lönngren
ah all right, I will check that -- Errors in German pronunciation of numbers https://bugs.launchpad.net/bugs/489369 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

[Bug 489369] Re: Errors in German pronunciation of numbers

2009-11-29 Thread Hendrik Lönngren
forgot two corrections ** Attachment added: espeak_de_list.patch http://launchpadlibrarian.net/36228788/espeak_de_list.patch -- Errors in German pronunciation of numbers https://bugs.launchpad.net/bugs/489369 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 489369] [NEW] Errors in German pronunciation of numbers

2009-11-27 Thread Hendrik Lönngren
Public bug reported: Binary package hint: espeak Espeak is saying zEktsIC instead of zECtsIC for 60 and d...@-*aitsic instead of d...@-*aisic for 30, which is a little off-putting. This is easy to fix (or at least I assume that there are no side-effects); the patch is included here.

[Bug 489369] Re: Errors in German pronunciation of numbers

2009-11-27 Thread Hendrik Lönngren
** Attachment added: espeak_german_3X_6X.patch http://launchpadlibrarian.net/36175466/espeak_german_3X_6X.patch -- Errors in German pronunciation of numbers https://bugs.launchpad.net/bugs/489369 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 381438] Re: Problem with sox call in cs_helpers.py

2009-10-11 Thread Hendrik Lönngren
Indeed, the patch fixes the problem for me. ** Changed in: capisuite (Ubuntu) Status: New = Confirmed -- Problem with sox call in cs_helpers.py https://bugs.launchpad.net/bugs/381438 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 355112] Re: Ask.com keeps being re-added to Firefox search bar after updates

2009-09-14 Thread Hendrik Lönngren
sent upstream: https://bugzilla.mozilla.org/show_bug.cgi?id=516361 ** Bug watch added: Mozilla Bugzilla #516361 https://bugzilla.mozilla.org/show_bug.cgi?id=516361 -- Ask.com keeps being re-added to Firefox search bar after updates https://bugs.launchpad.net/bugs/355112 You received this bug

[Bug 423825] Re: gnome-terminal is sluggish when scrolling

2009-09-10 Thread Hendrik Lönngren
Actually, it is more like 2 seconds when in fullscreen mode. Also, the terminal slows down processes with lots of output, such as, e.g., pdflatex. When I do time locate -i bild, which has about 1500 lines of output, in fullscreen mode, the result is real0m10.040s user0m0.936s sys

[Bug 423825] Re: gnome-terminal is sluggish when scrolling

2009-09-05 Thread Hendrik Lönngren
Yes, terminator is also slow. -- gnome-terminal is sluggish when scrolling https://bugs.launchpad.net/bugs/423825 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

[Bug 423825] [NEW] gnome-terminal is sluggish when scrolling

2009-09-03 Thread Hendrik Lönngren
Public bug reported: Binary package hint: gnome-terminal When using vi in gnome-terminal, scrolling one line down takes about one second, which is much too long. This is most apparent when the window is fullscreen. Also happens when using less. xterm does not have these problems. ProblemType:

[Bug 423825] Re: gnome-terminal is sluggish when scrolling

2009-09-03 Thread Hendrik Lönngren
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/31278431/Dependencies.txt -- gnome-terminal is sluggish when scrolling https://bugs.launchpad.net/bugs/423825 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 423825] Re: gnome-terminal is sluggish when scrolling

2009-09-03 Thread Hendrik Lönngren
Forgot to mention, I have an Intel Corporation 82852/855GM Integrated Graphics Device (rev 02). -- gnome-terminal is sluggish when scrolling https://bugs.launchpad.net/bugs/423825 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 413024] [NEW] error in german translation

2009-08-13 Thread Hendrik Lönngren
Public bug reported: Binary package hint: util-linux There is a confusing error in the German translation for fdisk: It says “63 Sektoren/Spuren” instead of “63 Sektoren/Spur”. I would have opened a bug upstream but did not know where that is. Would that be bugzilla.kernel.org? Would be

[Bug 413024] Re: error in german translation

2009-08-13 Thread Hendrik Lönngren
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/30270601/Dependencies.txt -- error in german translation https://bugs.launchpad.net/bugs/413024 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 378147] Re: [i855] freezes every few days since upgrade to jaunty

2009-06-28 Thread Hendrik Lönngren
My system has frozen several times again, so unfortunately, the PPA package doesn’t help. -- [i855] freezes every few days since upgrade to jaunty https://bugs.launchpad.net/bugs/378147 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 378147] Re: [i855] freezes every few days since upgrade to jaunty

2009-06-27 Thread Hendrik Lönngren
Oh great, I have installed the package today, looks good so far. I will report back in a few days, or when I get another freeze. In the meantime, I have been running X without DRI, which worked, but had its drawbacks, of course. -- [i855] freezes every few days since upgrade to jaunty

[Bug 390875] Re: gnome-settings-daemon exits without error message

2009-06-23 Thread Hendrik Lönngren
Finally! Here you go 0xb80b8430 in __kernel_vsyscall () (gdb) break gdk_x_error Breakpoint 1 at 0xb7cb4563: file /build/buildd/gtk+2.0-2.16.1/gdk/x11/gdkmain-x11.c, line 614. (gdb) c Continuing. [Switching to Thread 0xb73b8970 (LWP 8672)] Breakpoint 1, gdk_x_error (display=0x82453d0,

[Bug 390875] Re: gnome-settings-daemon exits without error message

2009-06-23 Thread Hendrik Lönngren
OK, so I found that upstream bug: http://bugzilla.gnome.org/show_bug.cgi?id=572141 It seems I had to see to that gnome-settings-daemon is started with the --snyc option. I did that then. This is the new backtrace (although to me it looks much the same): 0xb7f12430 in __kernel_vsyscall () (gdb)

[Bug 390621] [NEW] gnuplot hangs with Accessibility enabled

2009-06-22 Thread Hendrik Lönngren
Public bug reported: Binary package hint: gnuplot This is the problem everyone except the reporter described in bug 239466. As I think that that bug is another issue originally, I open a new bug. When using gnuplot in terminal mode wxt (Ubuntu default), it will hang when trying to close the

[Bug 390621] Re: gnuplot hangs with Accessibility enabled

2009-06-22 Thread Hendrik Lönngren
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/28196896/Dependencies.txt -- gnuplot hangs with Accessibility enabled https://bugs.launchpad.net/bugs/390621 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 363396] Re: incomplete branding in Esperanto locale

2009-06-22 Thread Hendrik Lönngren
OK, now things have become clear. This is a langpacks issue, and as it seems not a bug. After my Esperanto language pack had expired some time ago, I searched for a new version and found a site that directed me to http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-

[Bug 369374] Re: search plugin ask.com returns after every update

2009-06-22 Thread Hendrik Lönngren
*** This bug is a duplicate of bug 355112 *** https://bugs.launchpad.net/bugs/355112 ** This bug has been marked a duplicate of bug 355112 Ask.com keeps being re-added to Firefox search bar after updates -- search plugin ask.com returns after every update

[Bug 390875] Re: gnome-settings-daemon exits without error message

2009-06-22 Thread Hendrik Lönngren
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/28221950/Dependencies.txt -- gnome-settings-daemon exits without error message https://bugs.launchpad.net/bugs/390875 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 390875] [NEW] gnome-settings-daemon exits without error message

2009-06-22 Thread Hendrik Lönngren
Public bug reported: Binary package hint: gnome-settings-daemon From time to time, at the launch of the first windowed application in a session, the skin abruptly changes to something similar, but not identical, to Glossy. After that, gnome-settings-daemon is no longer running. I haven’t been

[Bug 378147] Re: [i855] freezes every few days since upgrade to jaunty

2009-05-20 Thread Hendrik Lönngren
sent the bug upstream: https://bugs.freedesktop.org/show_bug.cgi?id=21826 scim is probably not the problem (there is always a defunct scim process). Thank you for your attention. ** Bug watch added: freedesktop.org Bugzilla #21826 https://bugs.freedesktop.org/show_bug.cgi?id=21826 --

[Bug 378147] Re: [i855] freezes every few days since upgrade to jaunty

2009-05-20 Thread Hendrik Lönngren
Xorg.0.log is inside the tgz package. That should do, right? -- [i855] freezes every few days since upgrade to jaunty https://bugs.launchpad.net/bugs/378147 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 378147] Re: [i855] freezes every few days since upgrade to jaunty

2009-05-19 Thread Hendrik Lönngren
Oh, I was indeed using kernel 2.6.30-rc5 when reproducing the bug. However, I switched to the old kernel after resetting for the bug report because my wireless device is not working in the new kernel. It happened again this morning, and again, scim was defunct. I will have a try if my system is

[Bug 378147] [NEW] random freezes since upgrade to jaunty

2009-05-18 Thread Hendrik Lönngren
Public bug reported: Binary package hint: xserver-xorg-video-intel There seem to be many versions of this bug around, but I cannot decide whether mine is identical to any of those. My screen randomly freezes a few times a day with only the mouse moving. The keyboard reacts to nothing. ssh-ing

[Bug 378147] Re: random freezes since upgrade to jaunty

2009-05-18 Thread Hendrik Lönngren
** Attachment added: dri_debug.tgz http://launchpadlibrarian.net/26913800/dri_debug.tgz ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/26913801/Dependencies.txt ** Attachment added: LsHal.txt http://launchpadlibrarian.net/26913802/LsHal.txt ** Attachment added:

[Bug 375977] [NEW] some keybindings with Shift are not recognized

2009-05-13 Thread Hendrik Lönngren
Public bug reported: Binary package hint: gnome-settings-daemon When using gnome-keybinding-properties to set e.g. Shift+Alt+ for volume-up, the keybinding is not recognized. This holds for all combination with Shift except when the main key is a letter key. In gconf at

[Bug 375977] Re: some keybindings with Shift are not recognized

2009-05-13 Thread Hendrik Lönngren
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/26670302/Dependencies.txt -- some keybindings with Shift are not recognized https://bugs.launchpad.net/bugs/375977 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 345863] Re: cannot type non-ASCII characters in Esperanto locale using xim

2009-05-10 Thread Hendrik Lönngren
** Summary changed: - intrepid: cannot type non-ASCII characters in Esperanto locale using xim + cannot type non-ASCII characters in Esperanto locale using xim -- cannot type non-ASCII characters in Esperanto locale using xim https://bugs.launchpad.net/bugs/345863 You received this bug

[Bug 345863] Re: cannot type non-ASCII characters in Esperanto locale using xim

2009-05-10 Thread Hendrik Lönngren
I just found bug 83142, which is about a very similar problem in feisty. Uncommenting of some lines in locale.dir and compose.dir, as suggested there, solved the problem, so I assume the main problem is the broken locale (bug 23435). Therefore I close the bug report. ** Changed in: gtk+2.0

[Bug 345863] Re: intrepid: cannot type non-ASCII characters in Esperanto locale using xim

2009-05-09 Thread Hendrik Lönngren
I have jaunty now, nothing has changed. -- intrepid: cannot type non-ASCII characters in Esperanto locale using xim https://bugs.launchpad.net/bugs/345863 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 363396] [NEW] incomplete branding in Esperanto locale

2009-04-18 Thread Hendrik Lönngren
Public bug reported: Binary package hint: firefox-3.0-branding I have intrepid with the latest firefox (3.0.8) and firefox-3.0-branding 3.0.8+nobinonly-0ubuntu0.8.10.2. Firefox’s titlebar says “Mozilla Firefox” in every locale (including C) except Eperanto (eo.UTF-8 / eo_XX.UTF-8), where it says

[Bug 345863] Re: intrepid: cannot type non-ASCII characters in Esperanto locale using xim

2009-03-21 Thread Hendrik Lönngren
OK, now that you made me test some more, I noticed the same happens in other apps, too: Nautilus (only in the address bar, not when renaming files), generic Open/Save As dialogs, Tomboy, GRAMPS ... So I suppose you are right and this is a gtk bug. Before that I’d had no problems in OOo, firefox,

[Bug 345863] [NEW] intrepid: cannot type non-ASCII characters in Esperanto locale using xim

2009-03-20 Thread Hendrik Lönngren
Public bug reported: Binary package hint: gedit When opening gedit in eo.UTF-8 or eo_XX.UTF-8 locale and system input method is set to xim, it is only possible to type ASCII characters. The bug was not present in Hardy, nor is it in other locales or when using scim. ** Affects: gedit (Ubuntu)

[Bug 345863] Re: intrepid: cannot type non-ASCII characters in Esperanto locale using xim

2009-03-20 Thread Hendrik Lönngren
I believe so, at least I didn’t see it in any other application yet. -- intrepid: cannot type non-ASCII characters in Esperanto locale using xim https://bugs.launchpad.net/bugs/345863 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 216197] Re: no weather information in gnome panel

2008-11-20 Thread Hendrik Lönngren
An even simpler solution is to choose the closest place from the list and afterwards change the location name and, if you want, coordinates. -- no weather information in gnome panel https://bugs.launchpad.net/bugs/216197 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 216197] Re: no weather information in gnome panel

2008-10-27 Thread Hendrik Lönngren
sorry, another self-correction. I was testing the day-night dependence with a rain symbol, which in fact is the same at day and night. Sun and moon are correctly switched by coordinate. So, my suggestion boils down to automatically finding the nearest available weather station by coordinate. This

[Bug 216197] Re: no weather information in gnome panel

2008-10-21 Thread Hendrik Lönngren
I now understand that the issue I had was not a bug. The showing up of wrong time zones in the dialog is a bug, but not related to the weather issue, at least not on my system. I was assuming that libgweather does some sort of interpolation between known weather stations, using the given

[Bug 216197] Re: no weather information in gnome panel

2008-10-16 Thread Hendrik Lönngren
I still get this issue in fully updated Hardy. I had the problem with one location in America, my timezone being Europe/Berlin. The German sites had working weather information. However, America/Los Angeles never had any weather information. When I clicked to edit the location, the timezone said