[Bug 104261] Re: bash-3.2 shipped with wrong pot file: help texts do not get translated
Ah, the TP has moved since then. New link is: http://translationproject.org/POT-files/bash-3.2.pot -- bash-3.2 shipped with wrong pot file: help texts do not get translated https://bugs.launchpad.net/bugs/104261 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 135273] Re: gusty - xserver-xorg-core - wrong device permissions on /dev/dri/card0 (crw-rw----) instead of (crw-rw-rw-)
Permissions here are crw-rw, and the card is accessible without a problem by normal users. You may be missing this section in your /etc/X11/xorg.conf: Section "DRI" Mode0666 EndSection Alternatively, make sure that you are member of the video group: check the output of the 'groups' command. -- gusty - xserver-xorg-core - wrong device permissions on /dev/dri/card0 (crw-rw) instead of (crw-rw-rw-) https://bugs.launchpad.net/bugs/135273 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 64978] Re: powermanager icon sometimes shows fully charged when not
The upgrade of kde-guidance-powermanager from 0.8.0-0ubuntu3 to 0.8.0-0ubuntu4 has given me this problem: the battery shows as full and as connected to mains -- while really it is unconnected and a few minutes earlier it was at about 70%. -- powermanager icon sometimes shows fully charged when not https://bugs.launchpad.net/bugs/64978 You received this bug notification because you are a member of Kubuntu Team, which is a bug contact for kde-guidance in ubuntu. -- kubuntu-bugs mailing list [EMAIL PROTECTED] https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs
[Bug 64978] Re: powermanager icon sometimes shows fully charged when not
Okay, 0.8.0-0ubuntu5 has fixed this again. Thanks. -- powermanager icon sometimes shows fully charged when not https://bugs.launchpad.net/bugs/64978 You received this bug notification because you are a member of Kubuntu Team, which is a bug contact for kde-guidance in ubuntu. -- kubuntu-bugs mailing list [EMAIL PROTECTED] https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs
[Bug 118163] Re: Freezes with VIA KM400/VT8378 (regression)
*** This bug is a duplicate of bug 43154 *** https://bugs.launchpad.net/bugs/43154 Hi narr, If you are willing and able to compile things from source, then join #unichrome on irc.freenode.net and present your problem there. -- Freezes with VIA KM400/VT8378 (regression) https://bugs.launchpad.net/bugs/118163 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 89750] Re: Doesn't detect CPU frequency
Pascal's Celeron M 420 cpu does not support frequency scaling (see http://en.wikipedia.org/wiki/Intel_Core#Derivatives), so it should not show the Frequency bar at all, in my opinion. Attached patch achieves that for me on the same cpu. For Nabla a workaround could maybe be found in automatically restarting HAL at some point, or starting it later in the boot process? ** Attachment added: "guidance--no-frequency.patch" http://librarian.launchpad.net/7404628/guidance--no-frequency.patch -- Doesn't detect CPU frequency https://bugs.launchpad.net/bugs/89750 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 89750] Re: Doesn't detect CPU frequency
Any more information you can give, tomasz? Is your problem like Nabla's or like Pascal's? Or other still? -- Doesn't detect CPU frequency https://bugs.launchpad.net/bugs/89750 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 104261] bash-3.2 shipped with wrong pot file: help texts do not get translated
Public bug reported: Binary package hint: bash As noted by the bash maintainer in a message to bug-bash (http://article.gmane.org/gmane.comp.shells.bash.bugs/9578/match=inadvertently) bash-3.2 shipped with an old and wrong pot file. The main difference with the correct pot file is that all the help texts contain a leading space too many -- making it so that gettext does not recognize the message and all help texts always stay untranslated. The correct bash-3.2.pot file can be found at http://www.iro.umontreal.ca/translation/domains/POT/bash-3.2.pot Please import this into Rosetta, so that Dutch, Spanish, Turkish and Esperanto translations can work fully. ** Affects: bash (Ubuntu) Importance: Undecided Status: Unconfirmed -- bash-3.2 shipped with wrong pot file: help texts do not get translated https://bugs.launchpad.net/bugs/104261 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 99198] kde-guidance-powermanager-0.8.0 fails with AttributeError: 'NoneType' object has no attribute 'setChecked'
Public bug reported: Binary package hint: kde-guidance-powermanager The update to kde-guidance-powermanager-0.8.0 removed the battery icon from the system tray (after a restart). Running guidance-power-manager on the command line produces this: $ guidance-power-manager [EMAIL PROTECTED]:~$ Traceback (most recent call last): File "/usr/share/python-support/kde-guidance/guidance-power-manager.py", line 1070, in mainWindow = PowermanagerApp(None, "main window") File "/usr/share/python-support/kde-guidance/guidance-power-manager.py", line 1014, in __init__ self.pmwidget.prepare() File "/usr/share/python-support/kde-guidance/guidance-power-manager.py", line 116, in prepare self.poll(False) File "/usr/share/python-support/kde-guidance/guidance-power-manager.py", line 663, in poll self._updateCpuWidgets() File "/usr/share/python-support/kde-guidance/guidance-power-manager.py", line 826, in _updateCpuWidgets self.systray.actionCollection().action(policy).setChecked(True) AttributeError: 'NoneType' object has no attribute 'setChecked' Error in sys.excepthook: Traceback (most recent call last): File "/var/lib/python-support/python2.5/apport/python_hook.py", line 44, in apport_excepthook binary = os.path.realpath(os.path.join(os.getcwdu(), sys.argv[0])) IndexError: list index out of range Original exception was: Traceback (most recent call last): File "/usr/share/python-support/kde-guidance/guidance-power-manager.py", line 1070, in mainWindow = PowermanagerApp(None, "main window") File "/usr/share/python-support/kde-guidance/guidance-power-manager.py", line 1014, in __init__ self.pmwidget.prepare() File "/usr/share/python-support/kde-guidance/guidance-power-manager.py", line 116, in prepare self.poll(False) File "/usr/share/python-support/kde-guidance/guidance-power-manager.py", line 663, in poll self._updateCpuWidgets() File "/usr/share/python-support/kde-guidance/guidance-power-manager.py", line 826, in _updateCpuWidgets self.systray.actionCollection().action(policy).setChecked(True) AttributeError: 'NoneType' object has no attribute 'setChecked' The previous version, kde-guidance-powermanager-0.7.1~svn2007025, worked fine, as far as i could tell. ** Affects: kde-guidance (Ubuntu) Importance: Undecided Status: Unconfirmed -- kde-guidance-powermanager-0.8.0 fails with AttributeError: 'NoneType' object has no attribute 'setChecked' https://launchpad.net/bugs/99198 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 99198] Re: kde-guidance-powermanager-0.8.0 fails with AttributeError: 'NoneType' object has no attribute 'setChecked'
(The indentation patch changes nothing, except two line numbers in the trace back.) The exception-catching patch 'solves' the problem and brings back the battery in the system tray. Thanks. -- kde-guidance-powermanager-0.8.0 fails with AttributeError: 'NoneType' object has no attribute 'setChecked' https://launchpad.net/bugs/99198 -- kubuntu-bugs mailing list kubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs
[Bug 99198] Re: kde-guidance-powermanager-0.8.0 fails with AttributeError: 'NoneType' object has no attribute 'setChecked'
(The indentation patch changes nothing, except two line numbers in the trace back.) The exception-catching patch 'solves' the problem and brings back the battery in the system tray. Thanks. -- kde-guidance-powermanager-0.8.0 fails with AttributeError: 'NoneType' object has no attribute 'setChecked' https://launchpad.net/bugs/99198 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 515369] Re: Unable to map jcircumflex and Jcircumflex characters
This bug was fixed upstream (for the latin layout only) : http://cgit.freedesktop.org/xkeyboard-config/commit/?id=71001bc8956e382496f1572ce3f8efa270adc2b1 It seems to have been imported into Launchpad already: http://bazaar.launchpad.net/~alexeyten/xkeyboard-config/master/revision/1169 The general underlying bug is still unfixed: http://bugs.freedesktop.org/show_bug.cgi?id=9254 ** Bug watch added: freedesktop.org Bugzilla #9254 http://bugs.freedesktop.org/show_bug.cgi?id=9254 -- Unable to map jcircumflex and Jcircumflex characters https://bugs.launchpad.net/bugs/515369 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 1938430] [NEW] BUG: unable to handle kernel paging request after 'systemctl suspend'
Public bug reported: When I tried to suspend my system today for the second time, 'systemctl suspend' was hanging -- having no effect. (Yesterday I had a full system freeze, which took two reboots to recover from. Such a freeze never happened before, so I immediately suspected kernel 4.15.0-151-generic, which was running for the first time, having been installed the day before.) The system now refusing to go to sleep made me look in the log files, and I saw this in syslog: kernel: [ 602.301844] BUG: unable to handle kernel paging request at 9fdd3248d5ad kernel: [ 602.301861] IP: css_release_work_fn+0xa9/0x1a0 kernel: [ 602.301864] PGD 3b799067 P4D 3b799067 PUD 0 kernel: [ 602.301869] Oops: [#1] SMP PTI The complete relevant fragment of the syslog file is attached. As the system is not working properly now (systemctl not doing its job, gedit taking fifteen seconds to save a file, 'su -' hanging...), I will reboot now, and tomorrow will go back to kernel 4.15.0-147-generic, which gave me no troubles. ** Affects: linux (Ubuntu) Importance: Undecided Status: New ** Attachment added: "relevant part of the syslog file" https://bugs.launchpad.net/bugs/1938430/+attachment/5514582/+files/syslog.fragment -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1938430 Title: BUG: unable to handle kernel paging request after 'systemctl suspend' To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1938430/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1938430] Re: kernel 4.15.0-151 tends to freeze after having been suspended
** Summary changed: - BUG: unable to handle kernel paging request after 'systemctl suspend' + kernel 4.15.0-151 tends to freeze after having been suspended -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1938430 Title: kernel 4.15.0-151 tends to freeze after having been suspended To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1938430/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1938430] Re: kernel 4.15.0-151 tends to freeze after having been suspended
This morning I still booted into 4.15.0-151 (to give it one more chance), then put the system into suspension after half an hour or so, and when I tried to wake it up a little later, the screen stayed blank -- no response to any keystroke, not to Ctrl+Alt+F1/F2/F3 either: frozen. Rebooting into 4.15.0-147 went fine, but there is no log of the freeze: just a block of some two thousand zero bytes in syslog. I have now put this 147 kernel to sleep twice, and it has woken up both times without a problem, and no suspicious message in syslog. Where can I see what the differences are between 4.15.0-147 and 151? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1938430 Title: kernel 4.15.0-151 tends to freeze after having been suspended To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1938430/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1938275] Re: UI becomes completely unresponsive
A very similr issue was reported in bug #1938430: a kernel oops or a complete freeze upon resuming from suspension. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1938275 Title: UI becomes completely unresponsive To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1938275/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1938275] Re: UI becomes completely unresponsive
It seems likely that this is a duplicate of bug #1938013: kernel 4.15.0-151 is freezing various CPUs. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1938275 Title: UI becomes completely unresponsive To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1938275/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1938430] Re: kernel 4.15.0-151 tends to freeze after having been suspended
*** This bug is a duplicate of bug 1938013 *** https://bugs.launchpad.net/bugs/1938013 It seems that this is a duplicate of bug #1938013. ** This bug has been marked a duplicate of bug 1938013 4.15.0-151 is freezing various CPUs -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1938430 Title: kernel 4.15.0-151 tends to freeze after having been suspended To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1938430/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1903756] Re: show application showing overview instead of showing application
Your report is rather confusing: it seem to be several sentences, all run together, without any punctuation. And I fail to understand what it has to with nano. The Gnome shell and dash have nothing to do with nano. Please clarify what your problem is. What do you expect to happen when you click on a running app? Which running app are you clicking on? And so on. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1903756 Title: show application showing overview instead of showing application To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1903756/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1902035] Re: Screen brightness cannot be changed in Lenovo T14s with AMD Ryzen 5 PRO 4650U with Radeon Graphics
*** This bug is a duplicate of bug 1895782 *** https://bugs.launchpad.net/bugs/1895782 ** This bug has been marked a duplicate of bug 1895782 Screen brightness adjustment doesn't work on Lenovo Thinkpad T14 AMD gen1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1902035 Title: Screen brightness cannot be changed in Lenovo T14s with AMD Ryzen 5 PRO 4650U with Radeon Graphics To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe-5.4/+bug/1902035/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1860497] Re: Cannot modify screen brightness on HP Spectre x360
** Summary changed: - Cannot modify screen brightness + Cannot modify screen brightness on HP Spectre x360 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1860497 Title: Cannot modify screen brightness on HP Spectre x360 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/1860497/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1870850] Re: Multi-line paste broken between kitty and nano 4.8 [focal]
Please try the attached patch. Then please report back whether it fixes the issue for you. ** Patch added: "upstream patch to accept LF in a bracketed paste" https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1870850/+attachment/5346923/+files/0001-input-accommodate-silly-emulators-that-have-LF-inste.patch ** Tags added: patch patch-accepted-upstream ** Tags added: focal -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1870850 Title: Multi-line paste broken between kitty and nano 4.8 [focal] To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1870850/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1595607] Re: /bin/nano:*** Error in `nano': free(): invalid next size (normal): ADDR ***
I am quite willing to work on this issue, but... don't make me jump through hoops just to see the crash report. (Take an example from Fedora, where such reports are freely accessible (for example, https://retrace.fedoraproject.org/faf/reports/1181921/). I don't need heaps of information -- a backtrace is normally enough.) Anyway, I'm guessing your users are hitting a bug that is fixed by the first patch attached to this message: https://lists.gnu.org/archive/html /nano-devel/2016-04/msg00075.html. That patch (and the other three) were already applied to nano in Debian. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1595607 Title: /bin/nano:*** Error in `nano': free(): invalid next size (normal): ADDR *** To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1595607/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1698673] Re: package nano 2.5.3-2ubuntu2 failed to install/upgrade: пакет абсолютно неработоспособен; перед настройкой его следует переустановить
Denis, Could you give a rough translation of "пакет абсолютно неработоспособен; перед настройкой его следует переустановить"? Because I have no idea what it says there. Did you try installing the package again? Did it succeed the second time? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1698673 Title: package nano 2.5.3-2ubuntu2 failed to install/upgrade: пакет абсолютно неработоспособен; перед настройкой его следует переустановить To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1698673/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1667929] Re: package nano 2.5.3-2ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2
Jerome, for some reason I didn't see the message that said you posted the file. The file you posted looks entirely corrupt, being full of binary stuff. If you have also Pico itself installed (beside nano), the content of that file should look something like this: auto /usr/bin/pico pico.1.gz /usr/share/man/man1/pico.1.gz /bin/nano 10 /usr/share/man/man1/nano.1.gz Nine lines, of which two blank. If you haven't already done so, I suggest you simply delete the corrupted file, and then try installing nano again. Let us know how it went. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1667929 Title: package nano 2.5.3-2ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1667929/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1710511] Re: nano crashed with SIGSEGV in get_sysdep_segment_value()
The crash was in libc (while looking up the translation of a string), not in nano itself. Could it be that you updated libc shortly before the crash? As this crash happened in an alpha release, and if you cannot reproduce it any more in 17.10 proper, I think this bug can be closed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1710511 Title: nano crashed with SIGSEGV in get_sysdep_segment_value() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1710511/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1853825] [NEW] ^W ^G ^X fails to redisplay the text being edited
Public bug reported: There is a silly display bug in nano-4.3 (https://savannah.gnu.org/bugs/?57295): when opening some file (for example, 'nano README') and typing the sequence Ctrl+W Ctrl+G Ctrl+X, the Search help text stays on the screen whereas the text of the README file should be redisplayed. Attached upstream patch fixes this. Please apply to Eoan. (It could be applied to Focal too, but nano-4.6 will be out within a week, so it's probably not worth the effort.) ** Affects: nano (Ubuntu) Importance: Undecided Status: New ** Tags: eoan ** Patch added: "fix display bug after invoking ^G help" https://bugs.launchpad.net/bugs/1853825/+attachment/5307655/+files/0001-display-do-refresh-the-edit-window-when-exiting-from.patch ** Tags added: eoan -- 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 manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1853825/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1893964] Re: Installation of Ubuntu Groovy with manual partitioning without an EFI System Partition fails on 'grub-install /dev/sda' even on non-UEFI systems
Same error (grub-install failing) when trying to install Ubuntu Mate onto bare metal. I have no ESP (and have no room to make one), but saw no warning about a missing ESP. What's worse: the installation failed to boot: it hung while trying to mount something. Rebooting into another distro and examining the /etc/fstab on the Mate partition, it contained an entry for /boot/efi on /dev/sdb3 -- the installation medium! Surely this should never happen: any entries in /etc/fstab that refer to the installation medium should be removed before rebooting, also when any amount of errors occur during installation. After removing the line, I could then boot into Mate. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1893964 Title: Installation of Ubuntu Groovy with manual partitioning without an EFI System Partition fails on 'grub-install /dev/sda' even on non-UEFI systems To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1893964/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1870850] Re: Multi-line paste broken between kitty and nano 4.8 [focal]
Thanks for the feedback. It's good to know that it works. (And sorry about having had to replace \r with CR_CODE in the patch -- I hadn't checked whether it applied cleanly to 4.8.) When going to make a sync exception, then better wait for 4.9.2 which will come out in two days: it fixes a crash that was introduced in 4.9. (Lots of things are happening under the hood; sometimes a mistake is made.) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1870850 Title: Multi-line paste broken between kitty and nano 4.8 [focal] To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1870850/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1045062] Re: No option to save without BOM (Byte Order Mark)
Thomas? Nano does not add a BOM to any file. If you want to know whether any file contains a BOM, you can start nano with the +1 cursor- positioning directive (like so: nano +1 thefilename) and then type . If the upper right corner then says "Modified", an invisible character (most likely a BOM) was deleted before the first visible one. If so, type ^S and ^X and you're done. If "Modified" does not appear, there is no BOM, and you can simply type ^X to exit. To summarize: to make sure a file does not contain a Byte Order Mark, run 'nano +1' followed by the filename, and type: ^S ^X. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1045062 Title: No option to save without BOM (Byte Order Mark) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1045062/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 571229]
So, in fact this bug has been fixed by the fix for https://bugzilla.mozilla.org/show_bug.cgi?id=1192655 -- pressing Alt plus a letter when in fullscreen mode no longer opens hidden menus, and thus pressing F11 to get out of fullscreen mode will always work. The desire of the other bug report (https://bugzilla.mozilla.org/show_bug.cgi?id=648504) is that Alt+letter should open the requested menu *visibly*, so that the menus can be used even when the menu bar itself is hidden. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/571229 Title: Menus are not shown when accessed by keys in full screen mode, but they work To manage notifications about this bug go to: https://bugs.launchpad.net/firefox/+bug/571229/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1176652] Re: 40grub2 gets confused for menuentry generated in other languages
Indeed, grub.cfg gets larger and larger with _every_ run of the script (all my systems are localized to Dutch, which uses "op" not "on"). Yesterday, booting on my old laptop had become so slow, that I finally looked into it. It resulted that grub.cfg had grown to *seventeen thousand* lines, with hundreds and hundreds of repetitions of "[name of distro] (op /dev/sda3) (op /dev/sda7) (op /dev/sda3) ...". The grub.cfg files on the other partitions looked similar -- whenever any of them gets a new kernel, it copies all menu and submenu items from the other grub.cfg files, which of course include its own items, plus older copies of those items, plus still older copies, plus... A horrendous tangle. So, I would suggest to change: elif echo "$title" | grep -q '(on /dev/[^)]*)$'; then to: elif echo "$title" | grep -q '(\w\+ /dev/\w\+)$'; then to hopefully make it translation resistant. ** Summary changed: - 40grub2 gets confused for menuentry generated in other languages + grub.cfg gets larger and larger when menu entries are generated in another language -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1176652 Title: grub.cfg gets larger and larger when menu entries are generated in another language To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/os-prober/+bug/1176652/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1785475] Re: with LANG=C, fragments of lines get superimposed/intertwined when paging up and down
I've given you my IP address, but am unable to ssh into your server. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1785475 Title: with LANG=C, fragments of lines get superimposed/intertwined when paging up and down To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1785475/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1785475] Re: Scrolling in files gives display isues
On which terminal emulator are you seeing this effect? What is the output of the 'locale' command? Can you attach the DNS zone file you were looking at? Can you search your system for a file that contains the word fragments "every", "fresh", "urs", "xpire" and "nimum"? Because it seems the zone file gets interleaved with another. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1785475 Title: Scrolling in files gives display isues To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1785475/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1785475] Re: Scrolling in files gives display isues
Please answer also the other questions: which terminal, and the full output of 'locale'. Further, did you fiddle with your system? Have you symlinked some libraries? Also, are you able to build nano from source? If so, please try building the latest 2.9.8, and see how it fares. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1785475 Title: Scrolling in files gives display isues To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1785475/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1785475] Re: Scrolling in files gives display isues
By the way: please delete your sockpuppet bastiaan82. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1785475 Title: Scrolling in files gives display isues To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1785475/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1785475] Re: Scrolling in files gives display isues
Dang. How hard is it to answer *all* questions? Provide the full output of 'locale' on the affected machine. ** Changed in: nano (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1785475 Title: Scrolling in files gives display isues To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1785475/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1785475] Re: Scrolling in files gives display isues
Thanks for the files you sent via private email. However, I am unable to reproduce the effect that you see. Also, this report has *not* been confirmed. You are the only person who is seeing this effect -- or have only one machine that displays this behavior. I am suspecting an anomaly in your setup, which (when you move to another page) makes ncurses think that there are already spaces on the rows that it should draw and therefore does not bother to draw them. What is the output of 'stty size'? Do you use 'stty' to change the number of columns or rows from what they actually are? Further, do you see the effect also when you use 'nano --ignore' instead of plain 'nano'? And what when you run 'LANGUAGE=en nano --ignore'? The machine that you see the effect on, is it a server? Did you see this effect since 18.04 was installed, or did it develop later? How come that the locale of that machine is set to all "C"? Because as far as I know, most distros default to a Unicode locale nowadays. ** Changed in: nano (Ubuntu) Status: Confirmed => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1785475 Title: Scrolling in files gives display isues To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1785475/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1785475] Re: Scrolling in files gives display isues
The bug *seemingly* affects three people: the reporter (you), one person who was clearly a fake, and one other person "confirmed" it by clicking that he/she is affected too. But an anonymous person whom I can't ask questions doesn't count as confirmation for me. And most likely that anonymous person is a sockpuppet too, because confirming a report so soon after it was filed... As I said: run 'stty size' on your terminal, and paste the output. When setting LANG=C, I still cannot reproduce the effect that you see. What did you change LANG into to "fix" the problem? So... in fact there is no problem? It was just an anomaly in your setup, as I suspected? You saw the effect on new installs of Ubuntu 18.04 server. Can you make a fresh install (on a random, free partition) and take note of the choices that you make? So that I stand a chance of reproducing your environment. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1785475 Title: Scrolling in files gives display isues To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1785475/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1785475] Re: Scrolling in files gives display isues
Hmmm... When the line containing "Minimum" and the second "vpn" line should 'overlap' when doing a single PageDown, then your terminal must have 61 rows (when using --ignorercfiles). But... when I alternately do a PageDown and a PageUp, and look how exactly those two lines would interweave, then I can never see "vpn IN NSnimum ( ns2urs)", as you have posted, no matter what tabsize I use. With --tabsize=4, it would display "NSinimumns2__4_hours)" (where an underscore stands for a space), and with --tabsize=5 it would display "NSimum_(__ns2hours)" -- *if* tabs wouldn't be cleared properly. So... how you can ever see "vpn IN NSnimum ( ns2urs)" without the "nimum" jumping left or right is a mystery to me. Can you give me an account on one of your servers, complete with the "faulty" environment that triggers the effect, so that I can see it for myself? A ssh key is attached. ** Attachment added: "Benno's ssh public key" https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1785475/+attachment/5174358/+files/bennos-ssh.pub -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1785475 Title: Scrolling in files gives display isues To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1785475/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1785475] Re: with LANG=C, fragments of lines get superimposed/intertwined when paging up and down
** Summary changed: - Scrolling in files gives display isues + with LANG=C, fragments of lines get superimposed/intertwined when paging up and down -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1785475 Title: with LANG=C, fragments of lines get superimposed/intertwined when paging up and down To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1785475/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1753724] [NEW] nano fails to redo a file insertion
Public bug reported: In Bionic Beaver (and in any nano between 2.8.0 and 2.9.3), trying to redo a file insertion can fail with the message: "[ Gone undo line -- please report a bug ]". To reproduce, run 'nano --ignore' and type: Ctrl+R /etc/issue Alt+U Alt+E Attached upstream patch fixes the issue. References: https://savannah.gnu.org/bugs/?53272 http://git.savannah.gnu.org/cgit/nano.git/commit/?id=e9eabdcd http://lists.gnu.org/archive/html/nano-devel/2018-03/msg00015.html ** Affects: nano (Ubuntu) Importance: Undecided Status: New ** Patch added: "0001-undo-when-redoing-don-t-try-to-find-a-line-number-th.patch" https://bugs.launchpad.net/bugs/1753724/+attachment/5070577/+files/0001-undo-when-redoing-don-t-try-to-find-a-line-number-th.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1753724 Title: nano fails to redo a file insertion To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1753724/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1753724] Re: nano fails to redo a file insertion
** Tags added: artful bionic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1753724 Title: nano fails to redo a file insertion To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1753724/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1554660] [NEW] request for import-freeze exception for nano-2.5.3-2
Public bug reported: Nano-2.5.2 has an annoying bug: the cursor is visible in the help screens (^G) and in the file browser (^R ^T). Nano-2.5.3 fixes that. 2.5.3 also fixes two segfaults that can occur in rare situations (editing very large files, and certain errors in the nanorc file). It fixes a few other small bugs too which would be nice /not/ to have in an LTS release. ** Affects: nano (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/1554660 Title: request for import-freeze exception for nano-2.5.3-2 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1554660/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1554660] Re: request for import-freeze exception for nano-2.5.3-2
Fixes slowness in the file browser in big directories: * src/browser.c (do_browser, browser_refresh): Rebuild the file list only when necessary, not for each and every cursor movement. This fixes Savannah bug #47133. Fixes segfault when editing very large files: * src/files.c (save_poshistory): Allocate enough space for printing out the line and column numbers. This fixes Savannah bug #47135. Hides the cursor in the help screens and file browser: * src/*.c: Switch the cursor on and off at the appropriate moments, so that it no longer shows in the help screen nor in the file list. This fixes Savannah bug #47126. Fixes a segfault when the header command is quoteless: * src/rcfile.c (parse_header_exp): Don't continue when something is wrong -- skip the rest of the line. This fixes Savannah bug #47289. The last fix is not in 2.5.3 itself, but it /is/ in 2.5.3-2 in Debian Testing. So please sync with that for Xenial. ** Patch added: "diff of the changelog between 2.5.2 and 2.5.3" https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1554660/+attachment/4593019/+files/changelog.diff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1554660 Title: request for import-freeze exception for nano-2.5.3-2 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1554660/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1554660] Re: request for import-freeze exception for nano-2.5.3-2
Oh, forgot to say: it also has more complete translations. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1554660 Title: request for import-freeze exception for nano-2.5.3-2 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1554660/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1650056] Re: /bin/nano:*** Error in `nano': munmap_chunk(): invalid pointer: ADDR ***
Why not apply the patch that I referred to in bug #1595607? It will solve the crashes. Why do you have this crash reporting system when you don't do anything with the reports? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1650056 Title: /bin/nano:*** Error in `nano': munmap_chunk(): invalid pointer: ADDR *** To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1650056/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1667929] Re: package nano 2.5.3-2ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2
Please attach the file /var/lib/dpkg/alternatives/pico . -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1667929 Title: package nano 2.5.3-2ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1667929/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 28907]
Should be fixed by now. Please reopen if this still doesn't work right. -- 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/28907 Title: Dapper 3: Shift cancels CapLock not OK To manage notifications about this bug go to: https://bugs.launchpad.net/gnome-control-center/+bug/28907/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1208422] Re: German Neo2 layout does not recognize Mod4 keys
Are you using Neo 2 as a secondary layout? If so, then this is a duplicate of bug #879838 . (By the way, neo-layout.org is not the upstream for keyboard layouts, xkeyboard-config is. http://www.freedesktop.org/wiki/Software/XKeyboardConfig/Development/ ) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1208422 Title: German Neo2 layout does not recognize Mod4 keys To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xkeyboard-config/+bug/1208422/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 245911]
Closing; this bug was fixed long ago. This also fixed bug #8585. It does not depend on bug #19004 which is about having options per layout -- although a fix for that bug would make this fix more useful for some people. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/245911 Title: Add Esperanto chars to keyboard layout [patch] To manage notifications about this bug go to: https://bugs.launchpad.net/xkeyboard-config/+bug/245911/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1572807] Re: /bin/nano:*** Error in `nano': double free or corruption (!prev): ADDR ***
(Oh! For some reason I am not getting all of the bug mail from Launchpad. At least: I missed notifications about this bug.) Hm... It seems that free() on Ubuntu checks that nothing was written outside of the allocated space? Does malloc() put a "canary" at the tail? Anyway, I am pretty sure that the patch attached to bug #1641592 will fix this crash. It is same patch as the second one attached to https://lists.gnu.org/archive/html/nano-devel/2016-04/msg00075.html, which was applied upstream nearly a year ago. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1572807 Title: /bin/nano:*** Error in `nano': double free or corruption (!prev): ADDR *** To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1572807/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1650056] Re: /bin/nano:*** Error in `nano': munmap_chunk(): invalid pointer: ADDR ***
Brian? Can you show me the backtrace for this one too, please? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1650056 Title: /bin/nano:*** Error in `nano': munmap_chunk(): invalid pointer: ADDR *** To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1650056/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1650056] Re: /bin/nano:*** Error in `nano': munmap_chunk(): invalid pointer: ADDR ***
Thanks. Problem is the same as with bug #1641592: a long path that makes the prompt exceed 128 characters. So the patch attached to bug #1641592 should fix this crash too. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1650056 Title: /bin/nano:*** Error in `nano': munmap_chunk(): invalid pointer: ADDR *** To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1650056/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1641592] Re: nano 2.5.3-2 on Xenial crashes with long paths on lockfiles
This is a duplicate of upstream bug https://savannah.gnu.org/bugs/?47511 . The problem was fixed in git, commit fb9585e. See attached patch. The fix is in version 2.6.0 and higher. Thanks for reporting. ** Bug watch added: GNU Savannah Bug Tracker #47511 http://savannah.gnu.org/bugs/?47511 ** Patch added: "fixes the crash when finding lockfiles for long names" https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1641592/+attachment/4777372/+files/allocate-enough-space.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1641592 Title: nano 2.5.3-2 on Xenial crashes with long paths on lockfiles To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1641592/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1522598] Re: nano crashes when resizing terminal
** Changed in: nano (Ubuntu) Status: Fix Committed => Confirmed -- 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 about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1522598/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1522598] Re: nano crashes when resizing terminal
In fact, it isn't fixed. It just happened that on my two machines I use VTE-based terminals, and somehow they don't allow the window to be made smaller than four columns. But xterm allows reducing the window to just one column -- and with anything less than four columns, nano goes down. Nano goes down deliberately when the window gets narrower than four columns, but... I don't think it should do that. No other console editor does that. Vim and joe and Emacs all stay alive even in a one- column terminal. So I think nano should do the same. Emacs stops outputting anything to the screen when the terminal is narrower than six columns (probably because by then things are entirely unreadable). Nano could do something similar, also because it is an easy fix: simply skip all display activity when COLS < 4. -- 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 about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1522598/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1569964] Re: On the console block characters are shown instead of pretty quotes
See https://bugs.launchpad.net/ubuntu/+source/console- setup/+bug/657551/comments/23 . The recipe more explicitly: sudo cp /usr/share/consolefonts/Uni2-Fixed16.psf.gz /etc/console-setup/ sudo gunzip etc/console-setup/Uni2-Fixed16.psf.gz sudo sed -i 's:^CODESET=.*:CODESET="Uni2":' /etc/default/console-setup And this comment gives, I think, a hint at the proper solution: https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/609775/comments/4 -- that is: the installer should figure out which consolefont to install. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1569964 Title: On the console block characters are shown instead of pretty quotes To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1569964/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1320461] Re: keybindings do not work when opening multiple files
** Changed in: nano (Ubuntu) Status: Fix Committed => 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/1320461 Title: keybindings do not work when opening multiple files To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1320461/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1539627] Re: Buffer underflow in nano 2.4.2-1ubuntu0.1 causes SIGSEGV
** Changed in: nano (Ubuntu) Status: Incomplete => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1539627 Title: Buffer underflow in nano 2.4.2-1ubuntu0.1 causes SIGSEGV To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1539627/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1522598] Re: nano crashes when resizing terminal
The problem has finally been fixed in nano-2.7.0. Thanks for reporting, and for your patience. ** Changed in: nano (Ubuntu) Status: Confirmed => Fix Committed -- 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 about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1522598/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1637950] [NEW] nano HEAD is stuck in the year 2006
Public bug reported: On https://launchpad.net/nano/head both the timeline and the Downloads say that the last release of nano is 1.9.99pre3 from October 2006. But the last release is 2.7.1 from a few days ago. Please adjust things so that the timeline and the Downloads show also the most recent versions. ** Affects: nano (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/1637950 Title: nano HEAD is stuck in the year 2006 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1637950/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1569964] Re: Malformed characters on the console with LANG=de_DE.UTF-8 are shown
Hm. Did earlier version of nano (for example, 2.2.6 on Lucid) not show these black squares around Nein? Because those pretty double quotes have been there in the German translation of nano since at least 2009. If not, did you maybe change the font that is used on the console? Or maybe Ubuntu changed the default font there? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1569964 Title: Malformed characters on the console with LANG=de_DE.UTF-8 are shown To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1569964/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1569964] Re: Malformed characters on the console with LANG=de_DE.UTF-8 are shown
** Changed in: nano (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1569964 Title: Malformed characters on the console with LANG=de_DE.UTF-8 are shown To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1569964/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1569964] Re: Malformed characters on the console with LANG=de_DE.UTF-8 are shown
Confirmed on an up-to-date Manjaro install, so it is not just an Ubuntu thing. And it's not just nano either, because when I do (in a Dutch locale) for example 'stty cols' (without giving a number), I get an error message that has those two block characters around cols. (On a console, that is. On a terminal emulator it works fine.) On a console, the accented letters of French, German, and Spanish seem okay. But when I specify Croat as the language... Try running 'LANGUAGE=hr nano', and then type ^G. You'll see twenty, thirty, forty of these block characters. Apparently the console font leaves something to be desired. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1569964 Title: Malformed characters on the console with LANG=de_DE.UTF-8 are shown To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1569964/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1539627] Re: Buffer underflow in nano 2.4.2-1ubuntu0.1 causes SIGSEGV
Ping? Bartłomiej? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1539627 Title: Buffer underflow in nano 2.4.2-1ubuntu0.1 causes SIGSEGV To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1539627/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1539627] Re: Buffer underflow in nano 2.4.2-1ubuntu0.1 causes SIGSEGV
Thanks for confirming. Strangely, I was now able to reproduce the crash with your recipe on nano-2.4.2. I think it has been fixed since then by commit 8a06dfa on August 2 last year, which was a fix for a Debian bug [1], which went into 2.4.3 and later. [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=787914 ** Bug watch added: Debian Bug tracker #787914 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=787914 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1539627 Title: Buffer underflow in nano 2.4.2-1ubuntu0.1 causes SIGSEGV To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1539627/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1569964] Re: Malformed characters on the console with LANG=de_DE.UTF-8 are shown
I think this bug should instead be filed against the console, against the font it uses, not against each individual package that uses pretty quotes. Really, a modern font should be able to render “” and ‘’ and «» correctly, also on the console (VT). ** Summary changed: - Malformed characters on the console with LANG=de_DE.UTF-8 are shown + On the console block characters are shown instead of pretty quotes -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1569964 Title: On the console block characters are shown instead of pretty quotes To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1569964/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1572807] Re: /bin/nano:*** Error in `nano': double free or corruption (!prev): ADDR ***
I am logged in on Launchpad, why must I log in again (on Ubuntu One) to access the above information? I do not want to log in again, nor create another account. Just give me the info about the problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1572807 Title: /bin/nano:*** Error in `nano': double free or corruption (!prev): ADDR *** To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1572807/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 577482] Re: Window decorations are sometimes missing after login
For me the workaround in comment #19 worked: removing the file gnome- wm.desktop from the folder .local/share/applications in my home directory. Thanks for posting, André. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/577482 Title: Window decorations are sometimes missing after login To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/577482/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1471459] Re: First run of nano creates a directory in $HOME, if run as sudo will be root owned
Current nano (2.4.2) will only check for the existence of $HOME/.nano/ (and create it when it doesn't exist) when 'set historylog' or 'set poslog' are set in the $HOME/.nanorc file (or when the -H or -P options are used on the command line). But... when nano is used for the very first time (with sudo), how come there is already a .nanorc file? Does Ubuntu give you a default one? Or do they tell you to create a .nanorc before starting to use nano? Maybe Ubuntu could consider adding an empty .nano dir to the skeleton dir for each new user? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1471459 Title: First run of nano creates a directory in $HOME, if run as sudo will be root owned To manage notifications about this bug go to: https://bugs.launchpad.net/hundredpapercuts/+bug/1471459/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1471459] Re: First run of nano creates a directory in $HOME, if run as sudo will be root owned
For those affected by the bug, could you please paste the output of 'sudo sudo -V | head -1', and of 'sudo sudo -V | grep -e ve: -e HOME', and of 'sudo grep -v ^# /etc/sudoers'? Because if all things are at their defaults, the sudo of Wily shouldn't be preserving HOME but should be setting it to the home directory of root instead. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1471459 Title: First run of nano creates a directory in $HOME, if run as sudo will be root owned To manage notifications about this bug go to: https://bugs.launchpad.net/hundredpapercuts/+bug/1471459/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1471459] Re: First run of nano creates a directory in $HOME, if run as sudo will be root owned
It turns out that Ubuntu carries a patch for sudo that Debian doesn't: see keep_home_by_default.patch [1]. See also the changelog [2], somewhere in item 72. So I think one should ask the Ubuntu maintainer of sudo what the motivation for this patch is. And if there is no strong reason for it, ask him to drop it. That would solve this issue. [1] https://bazaar.launchpad.net/~ubuntu-branches/ubuntu/wily/sudo/wily-proposed/files/head:/debian/patches/ [2] https://code.launchpad.net/~ubuntu-branches/ubuntu/wily/sudo/wily -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1471459 Title: First run of nano creates a directory in $HOME, if run as sudo will be root owned To manage notifications about this bug go to: https://bugs.launchpad.net/hundredpapercuts/+bug/1471459/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1320461] Re: keybindings do not work when opening multiple files
I can confirm this issue (the forgetting of an unbind) in version 2.2.6. It is no longer present in 2.4.0, which was recently released. It is, however, not an easy patch to backport. So with a little patience... you will be freed from this annoyance in a next version of Ubuntu. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1320461 Title: keybindings do not work when opening multiple files To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1320461/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1361131] Re: constantly flashing bright green while typing
If the trailing-whitespace highlighting annoys you, you can edit /usr/share/nano/sh.nanorc and remove or comment out the line that says: color ,green "[[:space:]]+$". Problem solved. (You will then probably want to do the same for the other *.nanorc files there.) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1361131 Title: constantly flashing bright green while typing To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1361131/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1045062] Re: No option to save without BOM (Byte Order Mark)
But nano can, just like those other editors, remove the invisible BOM: when on the first line of the file, press and , and save, and the BOM is gone. Does this not work for you? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1045062 Title: No option to save without BOM (Byte Order Mark) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1045062/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 481363] Re: Python syntax formatting incorrectly highlights syntax within quote blocks
This little problem has been solved in nano's SVN. It should appear in a future version (2.4.1). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/481363 Title: Python syntax formatting incorrectly highlights syntax within quote blocks To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/481363/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1300565] Re: please syntax highlight debdiff files
What's a debdiff file? Can you add an example? And would you want it to be coloured in the same manner as normal diff and patch files? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1300565 Title: please syntax highlight debdiff files To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1300565/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1300565] Re: please syntax highlight debdiff files
So if one saves the result of a debdiff as a 'name.diff' file, then opening it with nano should colour most things already in an appropriate and expected way, no? Or are there things missing that really should be coloured too? Could someone attach a sample file? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1300565 Title: please syntax highlight debdiff files To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1300565/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1300565] Re: please syntax highlight debdiff files
In reply to comment #4: If in /usr/share/nano/patch.nanorc you change the line that says syntax "patch" "\.(patch|diff)$" to syntax "patch" "\.(patch|diff|debdiff)$" -- that is, you add a "|debdiff" (without the quotes) -- and save the file (use sudo to edit it), do your debdiff files then get coloured the way you want? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1300565 Title: please syntax highlight debdiff files To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1300565/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1300565] Re: please syntax highlight debdiff files
Okay, fixed in SVN. It will work out of the box in nano 2.4.1 and higher. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1300565 Title: please syntax highlight debdiff files To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1300565/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1361131] Re: constantly flashing bright green while typing
Code is inspected far more often than it is written, and when inspecting code, some people do want to be alerted to trailing whitespace. So that's why it is in several of the *.nanorc files. However, those files in /usr/share/nano are just examples -- they are meant to be customized by the user. Most distributions, however, include and activate them by default. By the way, it is not necessary to edit the files in /usr/share/nano; you can instead redefine any syntax in your ~/.nanorc: just put in 'syntax "sh" "\.sh$"' and follow it by the color commands that you do want. (In newer nanos (2.4.0 and higher) there is no need to completely redefine a syntax; you can just add or override things with 'extendsyntax'. In your case you would put 'extendsyntax sh color black, "[[:space:]]+$"' to get rid of the trailing-whitespace colouring.) If, when reading code, you do want trailing whitespace to be highlighted, you can just toggle syntax colouring off with Alt+Y while you are typing the code, and toggle it back on when you are done writing. Okay, all that is selfhelp. But if you think that for most people the colouring of trailing whitespace should never be the default, you could report a bug to nano itself (https://savannah.gnu.org/bugs/?group=nano) or send an email to its development list (https://lists.gnu.org/mailman/listinfo/nano-devel). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1361131 Title: constantly flashing bright green while typing To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1361131/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1361131] Re: constantly flashing bright green while typing
Nano colours the things on the screen using just the regular expressions specified in the relevant syntax file. There is no way that these regexes can take the position of the cursor into account. (Well, not without a major and ugly patch, and that for just one special case.) So... unless you are willing to write the patch... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1361131 Title: constantly flashing bright green while typing To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1361131/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 575978]
Closing; the requested change has been made in git. (The attached patch is obviously wrong, as it does not match the text of the original request in Launchpad.) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/575978 Title: Wrong keys in icelandic keyboard layout To manage notifications about this bug go to: https://bugs.launchpad.net/xkeyboard-config/+bug/575978/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1471459] Re: First run of nano creates a directory in $HOME, if run as sudo will be root owned
Anyone, what does 'grep -e storylog -e poslog /etc/nanorc' on Wily say? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1471459 Title: First run of nano creates a directory in $HOME, if run as sudo will be root owned To manage notifications about this bug go to: https://bugs.launchpad.net/hundredpapercuts/+bug/1471459/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1471459] Re: First run of nano creates a directory in $HOME, if run as sudo will be root owned
Paul, when you temporarily move ~/.nano and ~/.nanorc to different names, does a run of 'sudo nano' then create a new ~/.nano? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1471459 Title: First run of nano creates a directory in $HOME, if run as sudo will be root owned To manage notifications about this bug go to: https://bugs.launchpad.net/hundredpapercuts/+bug/1471459/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1509081] Re: nano segfaults as root after upgrade to 15.10
Can you attach a strace of a run of 'nano --ignore' (without a filename)? Is your computer part of some network, does it need to ask the network about its hostname? What is the output of 'env | grep MALLOC'? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1509081 Title: nano segfaults as root after upgrade to 15.10 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1509081/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1509081] Re: nano segfaults as root after upgrade to 15.10
Sorry, that was a silly request. What is needed of course is a strace of: 'nano --ignore --locking filename'. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1509081 Title: nano segfaults as root after upgrade to 15.10 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1509081/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1509081] Re: nano segfaults as root after upgrade to 15.10
> It worked before on 15.04 (and before), but broke upgrading to 15.10... Well, on 15.04 (nano-2.2.6), nano didn't have any file locking. > env | grep MALLOC returns nothing Good. > nano --ignore works fine... It should, because it ignores the 'set locking' that uou have in your .nanorc. As a temporary measure you can comment out that setting. > My computer is a vm from Bytemark over on their bigv platform Well, when it's a virtual machine, then it's not really a computer. :) And yes, then it's likely that it gets its hostname over the network. But it doesn't matter. If you can compile from source, please try the attached patch. ** Patch added: "trims an overlong hostname instead of complaining" https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1509081/+attachment/4513012/+files/trim-long-hostname.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1509081 Title: nano segfaults as root after upgrade to 15.10 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1509081/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1509081] Re: nano segfaults as root after upgrade to 15.10
> ./configure: line 8316: syntax error near unexpected token `NCURSESW,' > ./configure: line 8316: ` PKG_CHECK_MODULES(NCURSESW, ncursesw,' Oh dear, autoconf stuff. Could you post your ./configure to nano-devel -- this error not directly related to this bug, so let's take it elsewhere. On that list (https://lists.gnu.org/mailman/listinfo/nano- devel) there will be people who understand autoconf. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1509081 Title: nano segfaults as root after upgrade to 15.10 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1509081/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1509081] Re: nano segfaults as root after upgrade to 15.10
> but it is in the /etc/nanorc file Ubuntu sets 'locking' by default? What's the output of 'grep locking /etc/nanorc'? > files.c: In function ‘write_lockfile’: > files.c:149:6: error: label ‘free_and_fail’ used but not defined > goto free_and_fail; Ah. But then applying the patch should have failed. Did you edit the file by hand? Nevermind. See the updated patch for version 2.4.2. (Yes, sorry, SVN is far ahead of 2.4.2 -- there should have been a 2.4.3 two months ago.) ** Patch added: "trims an overlong hostname instead of complaining" https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1509081/+attachment/4513318/+files/trim-an-overlong-hostname.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1509081 Title: nano segfaults as root after upgrade to 15.10 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1509081/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1509081] Re: nano segfaults as root after upgrade to 15.10
** Patch removed: "trims an overlong hostname instead of complaining" https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1509081/+attachment/4513012/+files/trim-long-hostname.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1509081 Title: nano segfaults as root after upgrade to 15.10 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1509081/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1509081] Re: nano segfaults as root after upgrade to 15.10
> The patch works! Thanks for testing. The patch will go into SVN soon, it will be in 2.4.3. But this newer version will not make it into Wily, so some Ubuntu maintainer will have to apply the attached patch to 2.4.2 and release an updated ubuntu version of nano-2.4.2. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1509081 Title: nano segfaults as root after upgrade to 15.10 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1509081/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1509081] Re: nano segfaults as root after upgrade to 15.10
** Tags added: patch-accepted-upstream -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1509081 Title: nano segfaults as root after upgrade to 15.10 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1509081/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1509081] Re: nano segfaults as root after upgrade to 15.10
> I've got the same error. Then please click at the top of this page that you are affected too. > Could you please provide patch's URL You can find the patch somewhere on the right. But this is the direct URL: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1509081/+attachment/4513318/+files /trim-an-overlong-hostname.patch > and how-to install ? No. You will have to google how to get the source, apply the patch, compile, and install. Or wait for Ubuntu to apply the patch and push it out. Or change your hostname to something shorter. Or comment out the "set locking" in your /etc/nanorc file. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1509081 Title: nano segfaults as root after upgrade to 15.10 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1509081/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1539627] Re: Buffer underflow in nano 2.4.2-1ubuntu0.1 causes SIGSEGV
Waiting for the info requested in comment #2. ** Changed in: nano (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1539627 Title: Buffer underflow in nano 2.4.2-1ubuntu0.1 causes SIGSEGV To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1539627/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1320461] Re: keybindings do not work when opening multiple files
It is fixed in Wily and Xenial. ** Changed in: nano (Ubuntu) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1320461 Title: keybindings do not work when opening multiple files To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1320461/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1522598] Re: nano crashes when resizing terminal
It is fixed in Wily and Xenial. ** Changed in: nano (Ubuntu) Status: New => Fix Committed -- 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 about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1522598/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1539627] Re: Buffer underflow in nano 2.4.2-1ubuntu0.1 causes SIGSEGV
I don't use Ubuntu's package; I only run nano built from source. This is what 'ldd /usr/local/bin/nano' says here: linux-gate.so.1 => (0x00d0b000) libncursesw.so.5 => /lib/libncursesw.so.5 (0x005dc000) libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0x0011) libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0x0029a000) /lib/ld-linux.so.2 (0x00d89000) So, it also uses wide curses (w = wide). Do you still have the old nano, the one that segfaults? If yes, could you then provide the output of 'locale', and of 'touch .XXX.swp && nano --ignore --locking XXX'. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1539627 Title: Buffer underflow in nano 2.4.2-1ubuntu0.1 causes SIGSEGV To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1539627/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1535478] Re: Nano search History destroyed
Okay. So most likely the history file becoming inaccessible was not caused by a bug or misfeature in nano, but by the same cause that made your Ubuntu install stop working. Closing this as invalid as there is no way to verify anything any more. ** Changed in: nano (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/1535478 Title: Nano search History destroyed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1535478/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs