Bug#1050165: [PATCH] Resolve missing newlines in libsmartcols

2023-09-09 Thread Matthijs Melchior
Hi,    Here is a patch for 'libsmartcols'  that corrects the "lsblk -M" omission of some newlines. -- Description: libsmartcols missing newlines  The "scols_walk_is_last" function is not always correct,  it should also test for the end of a group. Author: Matthijs M

Bug#1050165: lsblk: -M output format error

2023-08-21 Thread Matthijs Melchior
] ┆└─mir-home 253:30 256G 0 lvm /home ├┈┈md126 9:126 0 2.5T 0 raid0 ┆ ├─stp-black 253:40 256G 0 lvm /backup/black ┆ └─stp-deb32 253:50 128G 0 lvm /backup/deb32 └┈┈md127 9:127 0 0B 0 md -- Thanks, Matthijs Melchior.

Bug#961223: gnome-terminal: New terminal button default settting does not work, always in a tab.

2020-05-21 Thread Matthijs Melchior
Package: gnome-terminal Version: 3.36.2-1 Severity: normal Tags: upstream Dear Maintainer, The "Preferences-General" dialogue offers the option "Open new terminal in:" with choises "Window" or "Tab". This setting is not used when clicking the "+" button at the left top. My expectation was that

Bug#593964: gedit: save error on NTFS in VBox with shared folders

2010-08-23 Thread Matthijs Melchior
On 08/23/2010 10:41 AM, Josselin Mouette wrote: Le dimanche 22 août 2010 à 18:46 +0200, Matthijs Melchior a écrit : Could not save the file /C/Temp/test-gedit. Unexpected error: Error renaming temporary file: Text file busy 20724 rename(/C/Temp/.goutputstream-P3PXHV, /C/Temp/test

Bug#593964: gedit: save error on NTFS in VBox with shared folders

2010-08-22 Thread Matthijs Melchior
Package: gedit Version: 2.30.3-1 Severity: normal *** Please type your report below this line *** This bug occures with gedit running in Debian Linux in VirtualBox on WinXP with an NTFS filesystem. Editing a file on the host filesysten and saving it gives the following error in a red bar on

Bug#579123: [CRASH] Uncaught exception AttributeError in Frontend/Gtk/ui.py:616

2010-04-25 Thread Matthijs Melchior
Package: update-manager-gnome Version: 0.200.3-1 Severity: normal File: /usr/share/pyshared/UpdateManager/Frontend/Gtk/ui.py Tags: sid *** /tmp/update-manager-bugvkfkHm The information below has been automatically generated. Please do not remove this from your bug report. - Exception Type:

Bug#562126: gdmchooser does not work with netbase setting net.ipv6.bindv6only=1

2009-12-22 Thread Matthijs Melchior
Package: gdm Version: 2.20.10-1 Severity: important Since the introduction of net.ipv6.bindv6only=1 by a new version of netbase, gdmchooser does not find any XDMCP hosts on my network. Setting net.ipv6.bindv6only=0 restores the correct gdmchooser behavior. See #560238 for a discussion of the

Bug#549429: error: too small lower memory (0x99100 0x96000)

2009-10-03 Thread Matthijs Melchior
Package: memtest86+ Version: 4.00-2 Severity: important *** Please type your report below this line *** When starting memtest86+ from grub2, the following error message is displayed: error: too small lower memory (0x99100 0x96000) My MB is ASUS P5K PRO with 4 GByte memory. The memory map

Bug#462327: cdebootstrap: no_proxy env var not passed to wget

2008-01-23 Thread Matthijs Melchior
@@ PATH=, http_proxy=, ftp_proxy=, + no_proxy=, NULL }; Regards, Matthijs Melchior. -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (990, 'testing'), (500, 'oldstable'), (500, 'unstable'), (500, 'stable

Bug#408768: gitweb: incorrect search form layout when $site_header is in use

2008-01-10 Thread Matthijs Melchior
Gerrit Pape wrote: On Sun, Jan 28, 2007 at 01:02:07PM +0100, Matthijs Melchior wrote: When $site_header is in use and some vertical space is added to the top of the web page, the search layout with CSS div.search { position: absolute; top: 56px; right: 12px

Bug#458203: splashy: cannot find libglib-2.0.so.0

2007-12-30 Thread Matthijs Melchior
Luis Mondesi wrote: On Dec 29, 2007 9:20 AM, Matthijs Melchior [EMAIL PROTECTED] wrote: ... [cut] ... Hello Matthijs, Up until recently, Splashy was compiled statically. The recommended way of running Splashy now is from initramfs. By default, when you install Splashy

Bug#458203: splashy: cannot find libglib-2.0.so.0

2007-12-29 Thread Matthijs Melchior
) libfusion-1.0.so.0 = /usr/lib/libfusion-1.0.so.0 (0xb7e7f000) libdirect-1.0.so.0 = /usr/lib/libdirect-1.0.so.0 (0xb7e6c000) libpcre.so.3 = /usr/lib/libpcre.so.3 (0xb7ce) Regards, Matthijs Melchior -- System Information: Debian Release: lenny/sid APT prefers unstable APT

Bug#448965: perl: Time::HiRes ualarm with arg greater than 1 sec gives EINVAL

2007-11-07 Thread Matthijs Melchior
Brendan O'Dea wrote: found 448965 5.8.8-9 thanks On 06/11/2007, Matthijs Melchior [EMAIL PROTECTED] wrote: Brendan O'Dea wrote: [drivel about usleep] Oops, sorry... Yes, indeed, there is no problem with usleep. The problem I noticed is with ualarm: setitimer(ITIMER_REAL

Bug#448965: perl: Time::HiRes ualarm with arg greater than 1 sec gives EINVAL

2007-11-06 Thread Matthijs Melchior
Brendan O'Dea wrote: On Thu, Nov 01, 2007 at 11:00:21PM +0100, Matthijs Melchior wrote: Time::HiRes ualarm does not work anymore. The following command will demonstrate the error from the 'setitimer' system call: strace perl -e 'use Time::HiRes qw(ualarm); ualarm 200; sleep 4

Bug#448965: perl: Time::HiRes ualarm with arg greater than 1 sec gives EINVAL

2007-11-01 Thread Matthijs Melchior
usec will give EINVAL because the value for the usec field ia larger than 1 second. The total delay value must be split in two, a seconds field and a useconds field. Regards, Matthijs Melchior. -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (990

Bug#444699: gnuplot: -persist takes inordinate amounts of cpu

2007-09-30 Thread Matthijs Melchior
Package: gnuplot Version: 4.2.0-4 Severity: normal gnuplot takes an inordinate amount of cpu time when invoked with the -perstsit option. On the machine where the problem is detected, one gnuplot -persist process takes 33% of the cpu, 2 gnuplot -persist invocations make the system unresponsive

Bug#432322: network-manager: stops remote gnome session

2007-09-16 Thread Matthijs Melchior
the upgrade is on a remote X server. Thanks, Matthijs melchior. -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (990, 'testing'), (500, 'oldstable'), (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.21-2-686

Bug#423541: lefty is missing from graphviz packages

2007-05-12 Thread Matthijs Melchior
from graphviz 2.8-2.6 to graphviz 2.12-2 lefty has disappeared! $ dpkg --listfiles graphviz | grep lefty $ Please make 'dotty' functional again. Thanks, Matthijs Melchior. -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (990, 'testing'), (500

Bug#247189: this bug/#247189 - dpkg: segfault when trying to update xserver-xfree86

2007-05-06 Thread Matthijs Melchior
. -- Regards, -o) Matthijs Melchior Maarssen /\\ [EMAIL PROTECTED] Netherlands _\_v

Bug#408768: gitweb: incorrect search form layout when $site_header is in use

2007-01-28 Thread Matthijs Melchior
logo. Correcting this by using position: inherit; is complicated and may involve some code reorganization between git_header_html(); andgit_print_page_nav(...); Please forward this upstream for correction. Thanks, Matthijs Melchior. -- System Information: Debian Release: 4.0 APT

Bug#399365: gnome-applets: multiload autoscaler causes inconsistent graphs

2006-11-19 Thread Matthijs Melchior
, and not incorporate the current graph scaling. Maybe a logarithmic vertical scale would alleviate my annoyance with autoscaling. Thanks, Matthijs Melchior. -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1

Bug#399281: cdebootstrap: [PATCH] - Optional Release.gpg Alternate main catagory.

2006-11-18 Thread Matthijs Melchior
. - A new commandline switch, --main-catagory=NAME, which makes the name 'main' just the default and use NAME if provided. Thanks, Matthijs Melchior. -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1

Bug#389254: gksu: xxxx

2006-09-25 Thread Matthijs Melchior
Gustavo Noronha Silva wrote: Em Sun, 24 Sep 2006 20:51:27 +0200 Matthijs Melchior [EMAIL PROTECTED] escreveu: .. The simplest way to demonstrate this on a local console desktop is to use 'ssh -f -Y localhost xterm and use both gksu and gksudo in that xterm. I cannot reproduce

Bug#389254: gksu: xxxx

2006-09-24 Thread Matthijs Melchior
Package: gksu Version: 1.3.6-1 Severity: important Subject: gksu xterm fails when using ssh X forwarding Package: gksu Version: 1.9.4-1 Severity: important There is a difference in behavoiur of 'gksu xterm' depending on the type of X display connection. 'gksudo xterm' works fine. When logged

Bug#389254: Ignore this bug for gksu version 1.3.6-1, applicable to 1.9.4-1

2006-09-24 Thread Matthijs Melchior
, -o) Matthijs Melchior Maarssen /\\ [EMAIL PROTECTED] +31 346 570616 Netherlands _\_v -- To UNSUBSCRIBE, email to [EMAIL PROTECTED

Bug#387543: yaird: Allow init to start with empty /dev on final rootfs

2006-09-14 Thread Matthijs Melchior
Package: yaird Version: 0.0.12-18 Severity: normal init will only start when /dev/console is avalable. This inplies the static /dev directory must contain a console entry. This is not good, device numbers may have changed. I have encoutered this problem when moving to an 'evms' environment, where

Bug#383065: gitweb.css not found

2006-08-14 Thread Matthijs Melchior
Thanks, Matthijs Melchior. -- System Information: Debian Release: 3.1 APT prefers stable APT policy: (990, 'stable'), (500, 'oldstable'), (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12-1-686

Bug#374126: python-moinmoin: does not work with python-gdchart2

2006-06-17 Thread Matthijs Melchior
to gdchart2 was triggerd by the following text in libgd1-noxpm: The use of this package is discouraged, as it is no longer maintained upstream. Please use GD 2.x packages instead if at all possible. Please make python-moinmoin abd python-gdchart2 work tohether. Thanks, Matthijs Melchior

Bug#344936: gitweb: New version available (262)

2005-12-27 Thread Matthijs Melchior
Package: gitweb Version: 220-2 Severity: wishlist A new version of gitweb is available at git://git.kernel.org/pub/scm/git/gitweb.git Please useon 262 or newer as base of the Debian gitweb package. Thanks, Matthijs Melchior. -- System Information: Debian Release: 3.1 APT prefers

Bug#344936: gitweb: New version available (262)

2005-12-27 Thread Matthijs Melchior
Andres Salomon wrote: On Tue, 2005-12-27 at 19:13 +0100, Matthijs Melchior wrote: Package: gitweb Version: 220-2 Severity: wishlist A new version of gitweb is available at git://git.kernel.org/pub/scm/git/gitweb.git Yep. However, my GPG key is in limbo atm (a replacement key should've

Bug#327621: asn1c: Upstream version 0.9.18 available

2005-09-11 Thread Matthijs Melchior
Package: asn1c Version: 0.9.16-1 Severity: wishlist Please upgrade 'asn1c' to version 0.9.18. Thanks! Matthijs Melchior. -- System Information: Debian Release: 3.1 APT prefers stable APT policy: (990, 'stable'), (500, 'oldstable'), (500, 'unstable'), (500, 'testing'), (1

Bug#311978: Problem solved

2005-06-17 Thread Matthijs Melchior
Yes, using -fcompound-names works much better. Please document this in the manual page. Thanks. -- Regards, -o) Matthijs Melchior Maarssen /\\ [EMAIL PROTECTED

Bug#311978: asn1c: generates duplicate definitions from valid ASN.1 source

2005-06-04 Thread Matthijs Melchior
Package: asn1c Version: 0.9.14-1 Severity: normal L.S, 'asn1c' generates duplicate symbol definitions when processing ASN.1 source that is known to be correct. 'snacc' and some other ASN.1 compilers handle this without error. The attached file contais a structural extract that exhibits the

Bug#298236: fortune-mod: fortune output always empty

2005-03-05 Thread Matthijs Melchior
Package: fortune-mod Version: 1:1.99.1-2 Severity: important The fortune just installed does not give any output. Some investigation led me to remove all the catagory.u8 files, and lo-and-behold, everything was OK I do not understand the 'recode_string' function, but that is the one to