[Bug 1535478] Re: Nano search History destroyed

2016-01-19 Thread Benno Schulenberg
Sorry, for the first one I meant: ls -ld /home/sand/.nano -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1535478 Title: Nano search History destroyed To manage notifications about this bug go to: h

[Bug 1535478] Re: Nano search History destroyed

2016-01-19 Thread Benno Schulenberg
Could you post the results of these two commands: ls -l /home/sand/.nano ls -l /home/sand/.nano/search_history -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1535478 Title: Nano search History destr

[Bug 1471459] Re: First run of nano creates a directory in $HOME, if run as sudo will be root owned

2016-01-22 Thread Benno Schulenberg
This has been addressed in nano's SVN, r5580. In version 2.5.2 and higher, nano will ignore $HOME when it is effectively running as root, and will therefore not create or change anything in the home directory of the user that invokes nano through a plain sudo. (It also means that it will not use

[Bug 1522598] Re: nano crashes when resizing terminal

2016-01-22 Thread Benno Schulenberg
Thanks for the report. This bug has been fixed in nano-2.3.3 and newer. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1522598 Title: nano crashes when resizing terminal To manage notifications abo

[Bug 1539627] Re: Buffer underflow in nano 2.4.2-1ubuntu0.1 causes SIGSEGV

2016-01-29 Thread Benno Schulenberg
When I follow your recipe (touch .the_test.swp; nano the_test), I don't get a segfault but just an error message on the status bar: [ Error reading lock file ./.the_test.swp: Not enough data read ] Please try the command 'nano --ignore --locking the_test' instead (to test only the locking mech

[Bug 1327014] Re: Linux kernel 2.6.32-61 hangs gnome desktop on ubuntu 10.04 lucid lynx

2014-06-07 Thread Benno Schulenberg
** Summary changed: - Latest kernel security update to 2.32-61 hangs gnome desktop on ubuntu 10.04 lucid lynx + Linux kernel 2.6.32-61 hangs gnome desktop on ubuntu 10.04 lucid lynx -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. htt

[Bug 1327014] Re: Linux kernel 2.6.32-61 hangs gnome desktop on ubuntu 10.04 lucid lynx

2014-06-07 Thread Benno Schulenberg
This is related to bug #1327220 and bug #1327349 -- it is all about kernel 2.6.32-61 making things hang or inoperational. For me it is Thunderbird hanging, and after clicking on it, the whole desktop (netbook-launcher) hangs, blocks, freezes. When choosing the previous kernel, 2.6.32-60, in the b

[Bug 1327014] Re: Linux kernel 2.6.32-61 hangs gnome desktop on ubuntu 10.04 lucid lynx

2014-06-07 Thread Benno Schulenberg
(BTW, I get the same error from apport-collect as in comment #2. The package launchpad-lib should be updated to say "https://api.launchpad.net/"; instead of "https://api.edge.launchpad.net/"; in the file /usr/share/pyshared/launchpadlib/uris.py.) -- You received this bug notification because you

[Bug 1299829] Re: keyboard for Bambara not usable : name in evdev.xml points to Malayalam.

2014-08-14 Thread Benno Schulenberg
Hello Jean-Jacques, Ehm... how to say this... The filename 'ml' for Bambara layouts is correct. The filenames in the symbols/ directory follow country codes, not language codes. See for example the files for Kenia and Tanzania (symbols/ke and symbols/tz) which both contains layouts for Swahili

[Bug 433926]

2014-02-01 Thread Benno Schulenberg
This issue is fixed in another way in xkbcomp by attachment #86805 to bug #57242. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/433926 Title: xkbcomp error: Type "ONE_LEVEL" has 1 levels, but has 2

[Bug 1327300] Re: Regression in commit 8e4e453d548e3c24e9070eda23c52f210951b921

2014-06-14 Thread Benno Schulenberg
Also I can confirm that the -62 version of the kernel on Lucid (linux- image-2.6.32-62-generic) solves the hanging issue that the -61 version has. Sound works, Thunderbird runs, all is fine. Thanks. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscrib

[Bug 1858293] Re: Missing repeated characters

2020-01-05 Thread Benno Schulenberg
Thanks for reporting. Please answer the following questions. 1) From what kind of machine are you putty'ing into your Ubuntu 18.04 machines? 2) When putty'ed in, what is the output of 'env | grep TERM'? 3) When putty'ed in, please run 'strace -ewrite -s2000 /bin/nano --ignore 2>TRAIL', paste yo

[Bug 1572807] Re: /bin/nano:*** Error in `nano': double free or corruption (!prev): ADDR ***

2020-01-05 Thread Benno Schulenberg
As the patch for bug #1641592 has been released to Xenial, it means that this bug has been fixed too. ** Changed in: nano (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.l

[Bug 1853825] Re: ^W ^G ^X fails to redisplay the text being edited

2020-01-05 Thread Benno Schulenberg
Any chance that this patch can get released into Eoan? It is an upstream patch. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1853825 Title: ^W ^G ^X fails to redisplay the text being edited To ma

[Bug 1858293] Re: Missing repeated characters

2020-01-06 Thread Benno Schulenberg
> write(1, "+-\33[7b+\33[25G", 12) = 12 This tells your terminal to draw a "+", followed by a "-" which should then be repeated seven more times (\33[7b), followed by a "+". So, nano (by way of ncurses) gives your terminal a correct sequence of codes to draw the stuff that should be drawn. But a

[Bug 1858293] Re: Missing repeated characters

2020-01-07 Thread Benno Schulenberg
Thanks for confirming that the problem was caused by using an older Putty. ** Summary changed: - Missing repeated characters + Missing repeated characters when using old Putty [resolved] ** Changed in: nano (Ubuntu) Status: New => Invalid -- You received this bug notification because y

[Bug 1597886] Re: Strange Launchpad data appears on empty memory banks

2020-01-08 Thread Benno Schulenberg
Confirmed. Attached patch has been sent to the upstream maintainer. It fixes the bug for me. (Tested against lshw from git.) ** Patch added: "avoid calling gettext("")" https://bugs.launchpad.net/ubuntu/+source/lshw/+bug/1597886/+attachment/5318581/+files/0001-dmi-do-not-provide-gettext-wit

[Bug 1866820] [NEW] crash in nano-4.8 when typing ^6 ^J [patch]

2020-03-10 Thread Benno Schulenberg
Public bug reported: Nanos since version 4.0 contain a silly oversight: when the user tries to justify an empty region (with ^6 ^J, or similar), nano crashes. Attached upstream patch fixes the problem. Please apply to Focal before it is released. ** Affects: nano (Ubuntu) Importance: Undec

[Bug 1938013] Re: 4.15.0-151 is freezing various CPUs

2021-08-06 Thread Benno Schulenberg
** Tags removed: verification-needed-bionic ** Tags added: verification-done-bionic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1938013 Title: 4.15.0-151 is freezing various CPUs To manage notifi

<    1   2