Bug#309174: exim4 documentation: doc shows space after -d; exim4 refuses it.

2005-05-15 Thread Greg Kochanski
Package: exim4 Version: 4.50-4 Severity: minor In the man page for exim (really exim4), the -d option is shown as follows: -d debug options with a space after the '-d'. However, it really should be -ddebug options, as exim will not a space there (e.g. -d -all+lookup gives an error

Bug#347481: Forgotten quotes around argument in 20x11-common_process-args

2006-01-10 Thread Greg Kochanski
Package: x11-common Version: 6.8.2.dfsg.1-11 Severity: normal Around 36 lines into 20x11-common_process-args, the following code is missing some quotes around the $1: STARTUP_FULL_PATH=$(which $1 || true) If $1 should contain a space, then all heck would break loose. -- System Information:

Bug#302685: x11-common: Lines in by .bashrc appear in .xsession-errors (!)

2006-01-10 Thread Greg Kochanski
Package: x11-common Version: 6.8.2.dfsg.1-11 Followup-For: Bug #302685 I also removed gdm and replaced it with kdm, and I get lines in my .bashrc appearing as little error pop-ups during desktop initialization and in the .xsession-errors file (excerpt follows). I had added these lines to

Bug#302685: An explanation

2006-01-11 Thread Greg Kochanski
The problem turned out to be a mixture of two causes: 1) A bug in my .bash_profile, and 2) a vulnerability in X (a design flaw). In my .bash_profile, I had lines in the form of set line_oriented_history=on These lines should have been in my .inputrc, instead. When placed in .bash_profile, they

Bug#344035: gnome-panel: Mouse gets into odd mode: [+ and can't click

2005-12-19 Thread Greg Kochanski
Package: gnome-panel Version: 2.10.2-1 Severity: normal Got a tetris icon by right-clicking on Tetris in the Games drawer and attempted to move it into a different drawer that had been added to the panel. The mouse got into a weird mode where the buttons had no effect, but the cursor was still

Bug#303719: acknowledged by developer (Done)

2005-12-23 Thread Greg Kochanski
The response is unsatisfactory. First of all, the mention of the printf command only mentions its use for control characters and newlines. It does not mention the use of printf if you want to print something like '-n'. So, no available documentation actually mentions the problem I reported.

Bug#344801: imagemagick: convert -draw text fails if the text starts with a digit

2005-12-26 Thread Greg Kochanski
Package: imagemagick Version: 6:6.2.4.5-0.2 Severity: normal This silently fails (in that it does not draw any text on the image, even though it produces bar.jpg): convert -gravity southwest -font helvetica -undercolor yellow -fill black -pointsize 24 -draw 'text 1,1

Bug#344992: arson: Open dialog box too small (select image file)

2005-12-28 Thread Greg Kochanski
Package: arson Version: 0.9.8beta2-4.1 Severity: minor When you browse for an ISO image file to burn, the open dialogue box is soo small that you can't actually see any files (at least on my 1024x768 system). It works fine if you stretch out the box, but the default size is too small. (Note, I

Bug#345020: cdrecord: Overly(?) strict permissions on /usr/bin/readcd: reportbug fails

2005-12-28 Thread Greg Kochanski
/bin/readcd -rws--x--- 1 root cdrom 145172 Dec 4 02:13 /usr/bin/readcd $ Here's what reportbug says: $ reportbug cdrecord *** Welcome to reportbug. Use ? for help at prompts. *** Using 'Greg Kochanski [EMAIL PROTECTED]' as your from address. Detected character set: us-ascii Please change your

Bug#345373: python2.4: class derived from float evaporates under +=

2005-12-30 Thread Greg Kochanski
Package: python2.4 Version: 2.4.2-2 Severity: normal There seems to be a bug in classes derived from float. For instance, consider the following: class Float(float): ... def __init__(self, v): ... float.__init__(self, v) ... self.x = 1 ... a = Float(2.0) b =

Bug#292858: acknowledged by developer (kernel-image-2.6.8-2-686 Load average is vastly wrong)

2005-10-14 Thread Greg Kochanski
That's probably correct. Not too long after I sent the bug report, I found a hardware memory problem on that computer. Debian Bug Tracking System wrote: This is an automatic notification regarding your Bug report #292858: kernel-image-2.6.8-2-686 Load average is vastly wrong, which was filed

Bug#397118: gv can't open files whose name begins with -

2006-11-05 Thread Greg Kochanski
Package: gv Version: 1:3.6.2-1 Severity: normal Create a postscript file called -0.01.ps, run gv, then use File-Open, and select -0.01.ps. You'll get an error box saying Unknown switch -0.01.ps - ignoring. Clearly, someone forgot to quote the file name when handing it to gs. -- System

Bug#393192: pdftk: Pdftk burst seems to produce invalid xref table

2006-10-15 Thread Greg Kochanski
Package: pdftk Version: 1.12-11+b1 Severity: normal I run pdftk FILE burst on a multi-page PDF document, then run convert -density 300x300 pg_0005.pdf foo.png and get the following warning message: $ convert -density 300x300 pg_0005.pdf ~/200610categories_talk/fee_leonardo.png Warning:

Bug#400992: spamassassin looks in wrong place for dccifd

2006-11-29 Thread Greg Kochanski
Package: spamassassin Version: 3.1.7-1 Severity: normal The dccifd daemon, in package dccifd puts its interface socket at /var/lib/dcc/dccifd .That's not where spamassassin looks for it. It reports failure, and uses a less-efficient helper-application way to reach dcc. However, if you

Bug#348051: r-base: R --gui=Tk gives useless error inside help.start()

2006-01-14 Thread Greg Kochanski
Package: r-base Severity: minor When you run R --gui=Tk you get a browser window with links, however all the links are dead (e.g. file:///tmp/Rtmp4XUTZq/.R/doc/manual/R-intro.html ) does not point to anything. These links are supplied by the Debian r-doc-html package, but unless that package

Bug#348063: r-doc-html: 7.1 Reading from sockets - contradictory/confusing

2006-01-14 Thread Greg Kochanski
Package: r-doc-html Version: 2.2.0.final-4 Severity: normal The paragraph has unclear references, and I have no idea what it actually means. Base R comes with some facilities to communicate via BSD sockets on systems that support them (...). One potential problem For new projects it

Bug#348064: r-base: help(hist) references a non-existant file

2006-01-14 Thread Greg Kochanski
Package: r-base Severity: normal When you call help(topic) after help.start(), then the help system looks for a nonexistant HTML file, which is in an improper location anyway (help files shouldn't be in /usr/lib). help(hist) # The above command works OK help.start() Making links in

Bug#348051: r-base: R --gui=Tk gives useless error inside help.start()

2006-01-14 Thread Greg Kochanski
Dirk Eddelbuettel wrote: On 14 January 2006 at 12:54, Greg Kochanski wrote: | Package: r-base | Severity: minor | | | When you run | R --gui=Tk | | you get a browser window with links, I don't. I get a simple Tk-implemented clone of the Windows shell. An R prompt in a terminal, with menus

Bug#348063: r-doc-html: 7.1 Reading from sockets - contradictory/confusing

2006-01-14 Thread Greg Kochanski
Dirk Eddelbuettel wrote: On 14 January 2006 at 14:22, Greg Kochanski wrote: | Package: r-doc-html | Version: 2.2.0.final-4 | Severity: normal | | | The paragraph has unclear references, and I have no idea what | it actually means. | | | | Base R comes with some facilities to communicate

Bug#348051: acknowledged by developer (Re: Bug#348051: r-base: R --gui=Tk gives useless error inside help.start())

2006-01-14 Thread Greg Kochanski
]. On 14 January 2006 at 15:34, Greg Kochanski wrote: | Sorry! You run | | R --gui=Tk | | then (as you guessed) | | help.start() | | *then* you get a browser window where all the links are dead, | assuming you haven't installed r-doc-html Ok, that confirms that all you need to do

Bug#348051: acknowledged by developer (Re: Bug#348051: r-base: R --gui=Tk gives useless error inside help.start())

2006-01-15 Thread Greg Kochanski
Dirk Eddelbuettel wrote: 'apt-cache show r-base-core' or any of the other package tools are there to query this information and to show it to you. | Despite your arguments, the fact remains that you cannot | seriously expect most people to get R's help system working. | Especially someone

Bug#348051: [Rd] help.start() and Debian packaging (PR#8483)

2006-01-16 Thread Greg Kochanski
to include all of R.) On Sat, 14 Jan 2006 [EMAIL PROTECTED] wrote: Full_Name: Greg Kochanski Version: 2.2.0 OS: Debian Linux on i686 Submission from: (NULL) (212.159.16.190) Debian packages the R documentation separately from the R core code. Consequently, it is possible for people to have R

Bug#348414: xsane: Xsane change scan directory mis-displays

2006-01-16 Thread Greg Kochanski
Package: xsane Version: 0.98b-1 Severity: normal When one goes to Preferences - Change working directory, one can get into a situation where the window showing possible folders is blank, even if folders really exist. I think it may relate to having particularly long names in the directory, as

Bug#496721: xfce4-cpufreq-plugin: segfault when logging in

2008-08-26 Thread Greg Kochanski
Package: xfce4-cpufreq-plugin Version: 0.2-2 Severity: important The plugin had been working for a week or so, but this time when I logged in, it wasn't on my panel.Dmesg | more showed this: [ 20.139702] lp0: using parport0 (interrupt-driven). [ 20.153517] ppdev: user-space parallel

Bug#500984: [icedove] Can't cleanly share installation directory

2008-10-03 Thread Greg Kochanski
Package: icedove Version: 2.0.0.16-1 Severity: wishlist I have a network with 3 computers -- 1 Debian etch on P4, 1 Ubuntu on P4, one Ubuntu on a AMD64.They share the .mozilla-thunderbird directory.It's necessary to do this so that they share the database that filters spam.I'm not

Bug#496721: [Pkg-xfce-devel] Bug#496721: xfce4-cpufreq-plugin: segfault when logging in

2008-10-08 Thread Greg Kochanski
Not any more. It was doing it for a week or two, but it now functions well. Yves-Alexis Perez wrote: On mer, 2008-08-27 at 01:33 +0100, Greg Kochanski wrote: Package: xfce4-cpufreq-plugin Version: 0.2-2 Severity: important The plugin had been working for a week or so, but this time when

Bug#494788: nautilus spends 100% cpu dumping its debug log

2008-08-12 Thread Greg Kochanski
Package: nautilus Version: 2.20.0-6 Severity: normal I don't know if this is related to the other 100% cpu bugs or not, but my nautilus hung (for reasons I did not notice at the time), and it was consuming 100% CPU.I killed it, and later noticed that it had left nautilus-debug-log.txt, which

Bug#470629: Should 470629 be RC?

2008-09-14 Thread Greg Kochanski
. Estimates of Debian computer come from http://ubuntuforums.org/archive/index.php/t-540480.html . Hi Greg, you're probably right regarding the huge amount of wasted energy. ... Greg Kochanski wrote: Actually, I think the economic and ecological implications

Bug#470629: Should 470629 be RC?

-- Thread Greg Kochanski
oding="utf-8"?> typo3-english http://www.mail-archive.com/typo3-english@lists.netfielders.de typo3-english @ netfielders Sun, 14 Sep 2008 22:06:03 GMT Sun, 14 Sep 2008 22:06:03 GMT http://blogs.law.harvard.edu/tech/rss MHonArc RSS 2.0 RCFile

Bug#499829: pidgin: Pidgin uses 100% CPU after log-out

2008-09-22 Thread Greg Kochanski
Package: pidgin Version: 2.4.3-2 Severity: normal I've observed pidgin using 100% CPU after the pidgin user has logged out. -- the process did not die when it got the HUP signal.This is on a currently patched debian testing system. -- System Information: Debian Release: lenny/sid APT

Bug#499829: pidgin: Pidgin uses 100% CPU after log-out

2008-09-24 Thread Greg Kochanski
Ari Pollak wrote: Do you have any plugins loaded? Which protocols are you using? Does upgrading to 2.5.0 in experimental fix the problem? No plugins according to the user. Seeing it run, I see nothing more complex than the usual images and smilies, so I think that's correct. The protocol

Bug#483655: dpkg: Here's a similar problem

2008-07-22 Thread Greg Kochanski
Package: dpkg Version: 1.14.20 Followup-For: Bug #483655 Here's a case where I accidentally hit ^C while doing a apt-get dist-upgrade.The code asks me to run dpkg --configure -a , and when I do, it fails an assertion. It's a different assertion, but in the same module: packages.c, line 221.

Bug#483655: dpkg: A partial work-around

2008-07-22 Thread Greg Kochanski
Package: dpkg Version: 1.14.20 Followup-For: Bug #483655 For my version of the bug (dpkg: ../../src/packages.c:221: process_queue: Assertion `dependtry = 4' failed.) there is a partial work-around. *If* you know what package it is stuck on, you can remove that package with dpkg, then

Bug#470629: chipcardd: Yes, this eats 3% of my CPU

2008-09-11 Thread Greg Kochanski
Package: libchipcard-tools Version: 4.1.3-2 Followup-For: Bug #470629 from ps -e -f : chipcard 4608 4607 1 Sep01 ?04:09:21 /usr/sbin/chipcardd4 --pidfile /var/run/chipcard/chipcardd4.pid --exit-on-error This is on a 2.8GHz P4 system.It's a fair bit of CPU time for a program that

Bug#465804: mercurial: merge goes belly-up

2008-02-14 Thread Greg Kochanski
Package: mercurial Version: 0.9.5-3 Severity: normal Mercurial crashes when running a rather messy merge. (One file had \n converted to \r\n by accident.) I get these error messages: merging isca_coart.tex Traceback (most recent call last): File /usr/lib/meld/filediff.py, line 273, in

Bug#465807: linux-image-2.6.22-3-686: CD-ROM drive semi-permanently addled by a bad CD-ROM

2008-02-14 Thread Greg Kochanski
Package: linux-image-2.6.22-3-686 Version: 2.6.22-6.lenny1 Severity: normal I was attempting to read a cracked CD-ROM in the hopes of recovering something. No luck.Instead, the drive became permantently confused and inoperative (until the next re-boot). See attached log.Similar error

Bug#466003: mercurial: Need better way to close dead branch.

2008-02-15 Thread Greg Kochanski
Package: mercurial Version: 0.9.5-3 Severity: normal The existing procedure for removing a dead branch is confusing and risks major damage to the main branch. As recommended in the mercurial web pages, you merge with the dead branch, then un-do the changes. This works, at least in

Bug#466006: mercurial: Mercurial merge with meld needs hint

2008-02-15 Thread Greg Kochanski
Package: mercurial Version: 0.9.5-3 Severity: minor When mercurial runs meld to do a merge, it needs to say which window is which. This is doubtless obvious to Mercurial's developers and other experienced users, but, let me tell you, it's a doozy of a question the first time you use it. There

Bug#466079: scite: Hard to select first character on a line

2008-02-16 Thread Greg Kochanski
Package: scite Version: 1.71-1 Severity: wishlist It can be hard to select the first character of a line, particularly if it is something narrow line I. It would be best if you could start a drag in the fold column, which is just to the left of the main editing area and continue it onto the

Bug#466110: pylint: You need a less verbose mode

2008-02-16 Thread Greg Kochanski
Package: pylint Version: 0.13.2-2 Severity: normal When I run pylint on functioning python code, I often get many many pages of warning messages.This makes it (a) hard for new users, and (b) much less valuable because it's hard to find the wheat amongst all the chaff. Most of those warning

Bug#466234: scite: Cursor visibility after find

2008-02-17 Thread Greg Kochanski
Package: scite Version: 1.71-1 Severity: wishlist Note that this is NOT the same as #466079, though they have similarities. Since scite does not attempt to center the cursor after a find operation, it can be hard to find the cursor.You have to visually search the entire window. This

Bug#466470: python-matplotlib: Fails with python2.5

2008-02-18 Thread Greg Kochanski
Package: python-matplotlib Version: 0.90.1-2 Severity: important $ python2.5 Python 2.5.2a0 (r251:54863, Jan 3 2008, 17:59:56) [GCC 4.2.3 20071123 (prerelease) (Debian 4.2.2-4)] on linux2 Type help, copyright, credits or license for more information. import pylab Traceback (most recent call

Bug#460503: sox: Similar, but maybe not quite identical problem

2008-02-18 Thread Greg Kochanski
Package: sox Version: 14.0.0-5 Followup-For: Bug #460503 For me, too, sox fails to play anything. This is a .wav file that plays via aplay and also plays via sox on an old RedHat installation. $ play data/BP.wav play soxio: Failed reading `data/BP.wav': unknown file type `auto' $ file

Bug#460665: sysctl.conf: bad suggestion in sysctl.conf

2008-01-14 Thread Greg Kochanski
Package: procps Version: 1:3.2.7-5 Severity: minor File: sysctl.conf Sysctl.conf suggests that net.ipv4.ip_always_defrag should sometimes be set.Uh unh. It's not recognized by sysctl. $ sudo vi /etc/sysctl.confs $ sudo sysctl -p net.ipv4.conf.default.rp_filter = 1

Bug#460800: cupsys: Bad permissions related to RSS

2008-01-14 Thread Greg Kochanski
Package: cupsys Version: 1.3.5-1 Severity: minor I get these error messages at http://localhost:631/admin/log/error_log E [14/Jan/2008:22:10:37 +] [Notifier] Unable to create /var/cache/cups/rss/Printing.rss.N: Permission denied E [14/Jan/2008:22:10:37 +] [Notifier] Unable to create

Bug#273557: bplay: Bplay uses integer durations(!)

2008-01-18 Thread Greg Kochanski
Package: bplay Version: 0.991-10 Followup-For: Bug #273557 The -j and -t numbers are passed into getbcount() as integers. Thus, it silently gives the incorrect behavior if you tell it to play (or record) for 3.4 second, or if you tell it to skip 1.3 seconds. Worse yet, since 0 is used to

Bug#463707: xpdf: When page-up/page-down mark limits of previously seen text

2008-02-02 Thread Greg Kochanski
Package: xpdf-reader Version: 3.02-1.3 Severity: wishlist This is a usability issue. When I'm reading text in xpdf, often one page does not quite fit on my screen.So, when I push page-down the first time, it switches to the bottom of the page, then the next page-down switches document

Bug#463707: The scrill bar doesn't help

2008-02-02 Thread Greg Kochanski
By the way, the scroll bar doesn't help, because *after* you hit page-down, it no longer tells you where your eyes were. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#463834: /usr/bin/easy_install: --prefix doesn't work

2008-02-03 Thread Greg Kochanski
Package: python-setuptools Version: 0.6c7-1 Severity: normal File: /usr/bin/easy_install When you run easy-install with the --prefix flag, it is silently ignored. See below: $ easy_install-2.5 numpy --prefix=/usr/local error: can't create or remove files in install directory The following

Bug#463840: python-setuptools: setup.py crashes when there is a syntax error

2008-02-03 Thread Greg Kochanski
, description = Semi-automatically segment speech with a GUI, author = Greg Kochanski, packages = [autosegment], package_dir = {'autosegment': 'lib'}, install_requires = [ # 'numpy = 1.0.1', # 'gmisclib

Bug#452681: arson: burning fails on small images

2007-11-24 Thread Greg Kochanski
Package: arson Version: 0.9.8beta2-4.3+b2 Severity: normal On a small ISO image, like memtest86+, which is 44k bytes, the cdrdao program refuses, claiming the track is too short, and that you need to supply the --force flag. However, arson has no way to supply a --force flag to cdrdao. Thus,

Bug#452865: /usr/lib/iceweasel/iceweasel: initial dialogue new or restore doesn't allow quit

2007-11-25 Thread Greg Kochanski
Package: iceweasel Version: 2.0.0.8-1 Severity: minor File: /usr/lib/iceweasel/iceweasel When you restart iceweasel after it was shut-down during log-out (via SIGHUP, presumably), it first pops up a dialogue box asking if you want to re-load the web pages you had before, or whether you want to

Bug#453116: icedove: Compose window created under mail folder view

2007-11-27 Thread Greg Kochanski
Package: icedove Version: 1.5.0.13+1.5.0.14b.dfsg1-0lenny1 Severity: minor On an Xfce4 desktop, the compose window is typically created underneath the main icedove window that displays the contents of a mail folder. This can be extremely annoying to a newbie, because it seems as if it isn't

Bug#456012: scite: Scite help file does not de-iconize

2007-12-12 Thread Greg Kochanski
Package: scite Version: 1.71-1 Severity: wishlist Clicking on Help-SciTE Help causes the following response: x-www-browser file:///usr/share/scite/SciTEDoc.html Exit code: 0 If you have a browser (i.e. firefox/iceweasel) running and it is iconized, then nothing visible happens. The page is

Bug#456027: scite: Find window should capture mouse focus

2007-12-12 Thread Greg Kochanski
Package: scite Version: 1.71-1 Severity: wishlist It would be great if typing control-F would bring up the find window and capture the mouse focus into the input box. Then, you could type control-FsearchstringENTER and you would not need to move your hand to the mouse. (Currently, you need to

Bug#456142: scite: Window positioning after find

2007-12-13 Thread Greg Kochanski
Package: scite Version: 1.71-1 Severity: minor After a find, the window is moved to make sure the cursor position is within the window.That's OK, normally, but sometimes it can leave you with an almost-invisible selection region. Specifically, if the text is wide and the viewport is

Bug#457066: courier-imap: All mail messages appear blank

2007-12-19 Thread Greg Kochanski
Package: courier-imap Version: 4.3.0-1. Severity: important After the recent upgrade, icedove (thunderbird) cannot usefully access my mailbox. It seems to log in, but all mail messages appear blank. I know that icedove works, because it can access my mail at work via IMAP. I had a working

Bug#457429: razor: Unclear doc README.Debian

2007-12-22 Thread Greg Kochanski
Package: razor Version: 1:2.84-5 Severity: minor README.Debian states that you have to run razor-admin to register an account.It should state which user ID to run it from.Root? Any user?The user who runs the mail client? The user who runs spamassassin? Maybe it doesn't matter?

Bug#451413: python-tofu: client/server demo fails

2007-11-16 Thread Greg Kochanski
Package: python-tofu Version: 0.5-3 Severity: normal Running python run_demo.py --server in one window and python run_demo.py --client localhost username in the other window gives nothing but a blank game board. When you hit any key, you get an error message much like this: $ python

Bug#451616: gqview: Image cache misses update.

2007-11-17 Thread Greg Kochanski
Package: gqview Version: 2.0.4-1 Severity: normal When you change a file within a directory that gqview is looking at, occasionally gqview will put up a broken image. Presumably, this happens when gqview looks at the image while it is still in the process of being written. This is OK, as far

Bug#451615: gqview: assertion failed

2007-11-17 Thread Greg Kochanski
Package: gqview Version: 2.0.4-1 Severity: normal When you create a folder by using a right-click on ., name it, then immediately drag an image onto it, you get (gqview:29475): GLib-CRITICAL **: g_string_append: assertion `val != NULL' failed The program keeps working, though (very nice!). --

Bug#453920: file: Openoffice document not recognized

2007-12-02 Thread Greg Kochanski
Package: file Version: 4.21-3 Severity: wishlist All OpenOffice document files are treated as 'data'. -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.22-2-686 (SMP w/1 CPU core) Locale:

Bug#454070: python-epydoc: --show-imports has no effect

2007-12-02 Thread Greg Kochanski
Package: python-epydoc Version: 3.0~beta1-5 Severity: normal I run epydoc --config epydoc.config --html -o $TARGET --show-imports *.py on a directory full of python files that import lots of modules, but I don't see the promised lists of imported modules in the generated documentation. Putting

Bug#454070: Never mind...

2007-12-02 Thread Greg Kochanski
It's working now.I must have done something wrong. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#349795: BUG 349795 No current directory in chooser

2007-12-06 Thread Greg Kochanski
This part of my bug report was somehow lost: It doesn't list on obvious place for Linux users: the current directory ('.'). It should. With current versions of OpenOffice and GTK+, the directory where the file was opened from is the default save as location. Is this what you wanted? If

Bug#311198: xsane: Sometimes, one forgets whether's one has scanned or not.

2005-05-29 Thread Greg Kochanski
Package: xsane Version: 0.97-3 Severity: wishlist When I'm in a hurry and doing two things at a time (which is normal), I sometimes forget whether I'm done the final scan or just acquired the preview. This is only a problem if you are saving directly (the viewer gives a good clue!), but that's

Bug#311199: xsane: After a scan, it's hard to grab the bottom of the preview selection box.

2005-05-29 Thread Greg Kochanski
Package: xsane Version: 0.97-3 Severity: minor After acquiring a preview, then scanning (in save mode), the selection box on the preview pane is remembered (so far so good). However, if you then acquire another preview, you will find that it's hard to grab and adjust the bottom of the selection

Bug#292961: g++-3.3: g++ -- vastly uninformative error message

2005-01-31 Thread Greg Kochanski
know that the compiler's error message didn't help me very much. Falk Hueffner wrote: Greg Kochanski [EMAIL PROTECTED] writes: Here's the code: box c_area(C xform_split xf, C box databox0, C box databox1) { // Next is line 84: C box box0inOUTin(parallelogram(inverse(xf.back), databox0).insidebox

Bug#292961: g++-3.3: g++ -- vastly uninformative error message

2005-01-31 Thread Greg Kochanski
(on the input side) and the error messages (as output).Parse error after ',' token. is simply not much of a user interface. If I spend a couple of hours boiling down 20 pages of code to a small test case, are you going to think about the user interface issues? Falk Hueffner wrote: Greg Kochanski

Bug#292961: g++-3.3: g++ -- vastly uninformative error message

2005-01-31 Thread Greg Kochanski
OK. I'll spend an hour or so boiling down a test case. Falk Hueffner wrote: I can see that. However without a test case it is not clear to me whether, or how, g++ could have done better. So I need a test case plus an example error message that you would have liked to see. -- To UNSUBSCRIBE,

Bug#293076: g++-3.3 uninformative error when base class missing

2005-01-31 Thread Greg Kochanski
Package: g++-3.3 Version: 1:3.3.5-5 Severity: normal In the following program, the base class is missing. G++ gives a wimpy error message: bug.c:3: error: parse error before `{' token It could do much better. Syntactically, there aren't a lot of options for 'z'. A better error message

Bug#292961: g++-3.3: g++ -- vastly uninformative error message

2005-01-31 Thread Greg Kochanski
Which seems like an acceptable error message. Unfortunately, it is rather likely that this gets fixed in 3.3, too. How about this variant that defines inverse() ? $ g++ -c bug.c bug.c: In function `void c_area(const xform_split, const box, const box)': bug.c:32: error: parse error before `,'

Bug#294094: cvs add: Misleading informational message

2005-02-07 Thread Greg Kochanski
Package: cvs Version: 1:1.12.9-10 Severity: minor When I add a directory to a repository from computer A, then commit the change, fill the new directory and commit it. Then, in preparation for doing cvs update to get the new files onto computer B, I do (on computer B): mkdir new_dir cvs add

Bug#295056: gv: Scrollbar on open-file box messed up

2005-02-13 Thread Greg Kochanski
Package: gv Version: 1:3.6.1-7 Severity: minor If you have a few dozen files in your directory, click File - Open, then (in the dialog box), click Rescan Directory and then click anywhere in the mid-section of the scrollbar of the pane that lists the files (i.e. above the cancel button and below

Bug#296116: udev: upgrade via apt-get: unable to delete old file

2005-02-20 Thread Greg Kochanski
Package: udev Version: 0.053-1 Severity: minor When upgrading udev, I see the following warning: Unpacking replacement udev ... dpkg: warning - unable to delete old file `/etc/udev/permissions.d': Directory not empty $ ls -l /etc/udev/permissions.d total 4 -rw-r--r-- 1 root root 2669 Jan 2

Bug#300583: /usr/bin/gij-wrapper-3.0: Running /etc/alternatives/java with no arguments segfaults.

2005-03-20 Thread Greg Kochanski
Package: gij-3.0 Version: 1:3.0.4-7 Severity: normal File: /usr/bin/gij-wrapper-3.0 $ /etc/alternatives/java Segmentation fault $ The seg fault happens on the line: exec /usr/bin/gij-3.0 . -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (500, 'testing')

Bug#299241: atlas3-sse2-dev: conflict involving libblas.so.3 and libblas.so.2

2005-03-12 Thread Greg Kochanski
Package: atlas3-sse2-dev Version: 3.6.0-19 Severity: normal There seems to be some sort of configuration problem. The observable problem is the following error message when I compile with -llapack and -lblas: make ns2 $ g++ -o ns2 ns2.c -llapack -lblas -lgpk -lm /usr/bin/ld: warning:

Bug#299258: /usr/bin/ggv: gnome-gv: Page up/down keys don't work.

2005-03-12 Thread Greg Kochanski
Package: gnome-gv Version: 1:2.8.2-2 Severity: wishlist File: /usr/bin/ggv One of the reasons I normally use gv in preference to ggv is that I can control it from the keyboard. Page up and Page down are really nice, and it's silly not to support them. Likewise, being able to quit easily is

Bug#299553: kernel-image-2.6.8-2-686: plugging in disk freezes /proc/bus/usb

2005-03-14 Thread Greg Kochanski
Package: kernel-image-2.6.8-2-686 Version: 2.6.8-13 Severity: important When I plug in a LaCie 40Gb USB 2.0 disk, which is a SCSI disk transported over USB, the entire USB subsystem seems to freeze. Specifically, cat /proc/bus/usb/devices never exits, usbview never puts up its window, etc. These

Bug#299553: kernel-image-2.6.8-2-686: plugging in disk freezes /proc/bus/usb

2005-03-15 Thread Greg Kochanski
Matt Taggart wrote: Greg Kochanski writes... Package: kernel-image-2.6.8-2-686 Version: 2.6.8-13 Severity: important When I plug in a LaCie 40Gb USB 2.0 disk, which is a SCSI disk transported over USB, the entire USB subsystem seems to freeze. Specifically, cat /proc/bus/usb/devices never exits

Bug#299721: xsane on epson perfection 1260 -- sometimes scanner gets wedged

2005-03-15 Thread Greg Kochanski
Package: xsane Version: 0.97-3 Severity: normal Occasionally, especially when first starting the scanner, the scanner gets wedged, and sits there emitting a humming noise (about 500 Hz to my ear). When this happens, one cannot stop it with the buttons on xsane. Unplugging and replugging the

Bug#167884: Here's a further example

2005-03-15 Thread Greg Kochanski
Pierre Habouzit wrote: On Tue, Nov 05, 2002 at 11:42:00AM -0500, Greg Kochanski wrote: This is a screen shot of Vim on text containing the previously included file. The screen is pretty well trashed in the vicinity of the non-ascii characters. I really believe the problem is not with vim

Bug#299721: xsane on epson perfection 1260 -- sometimes scanner gets wedged

2005-03-16 Thread Greg Kochanski
Here is /var/log/messages. The scanner got wedged twice, once around 00:33:50 and again around 00:38:00. Then, it worked nicely until I turned it off, around 01:09. Mar 16 00:13:52 gpk -- MARK -- Mar 16 00:29:41 gpk kernel: usb 2-2.1: new full speed USB device using address 4Mar 16 00:29:42 gpk

Bug#303649: bash: echo builtin should recognize '--' option

2005-04-07 Thread Greg Kochanski
Package: bash Version: 2.05b-26 Severity: normal Echo does not support the '--' flag. It should to, otherwise any script containing the line: echo $x is are prone to unexpected bugs, if $x is unexpectedly set to '-n', '-e', or '-E', '--help', or '--version'. If echo recognized '--', then a

Bug#303650: /bin/echo: echo: needs to support -- flag

2005-04-07 Thread Greg Kochanski
Package: coreutils Version: 5.2.1-2 Severity: normal File: /bin/echo Echo does not support the '--' flag. It should to, otherwise any script containing the line: echo $x is are prone to unexpected bugs, if $x is unexpectedly set to '-n', '-e', or '-E', '--help', or '--version'. If echo

Bug#303719: /bin/echo: echo: documentation is missing a cross-reference

2005-04-08 Thread Greg Kochanski
page, at least in the See Also section, if not in the Bugs section. Quoted response: On Thu, Apr 07, 2005 at 10:13:48PM +0100, Greg Kochanski wrote: Echo does not support the '--' flag. No it doesn't. Use printf. Mike Stone -- System Information: Debian Release: 3.1 APT prefers testing

Bug#303739: /usr/bin/head: head: documentation incomplete

2005-04-08 Thread Greg Kochanski
Package: coreutils Version: 5.2.1-2 Severity: minor File: /usr/bin/head Head supports the '--' option, but the documentation does not show it: $ head -- /tmp/foo | wc 10 10 200 $ -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (500, 'testing')

Bug#303742: /usr/bin/tail: tail: incomplete documentation

2005-04-08 Thread Greg Kochanski
Package: coreutils Version: 5.2.1-2 Severity: minor File: /usr/bin/tail Tail implements the '--' option. The option is not mentioned in either the man page or info coreutils tail. Examples (both cases are the correct and expected behaviour): $ tail -n 2 -- foo | wc 2 2 40 $

Bug#303650: /bin/echo: echo: needs to support -- flag

2005-04-08 Thread Greg Kochanski
Bob Proulx wrote: Greg Kochanski wrote: Echo does not support the '--' flag. ... The echo command is actually required by POSIX not to accept any options. http://www.opengroup.org/onlinepubs/009695399/utilities/echo.html Yes, we know that bash's built-in echo does not conform to POSIX

Bug#307717: filelight: Piles of WARNING messages on startup, but it works.

2005-05-04 Thread Greg Kochanski
Package: filelight Version: 0.6.4.1-1 Severity: normal If I run filelight like so, I get an error message that's not on stdout or sterr: tmp$ filelight /tmp/foo 21 ICE default IO error handler doing an exit(), pid = 18305, errno = 0 tmp$ And, there are many more messages on stdout and stderr:

Bug#265128: polipo: Here's another example

2005-01-13 Thread Greg Kochanski
If I could stick my $0.02 in? A lot of these disagreements about bug or wishlist are really disagreements about whose perspective to adopt. From the maintainer's perspective, it's a bug if the program disagrees with RFCs or it's documentation. From the user's perspective, it's a bug if the program

Bug#290627: /usr/bin/esdrec: esdrec: pathetic documentation

2005-01-15 Thread Greg Kochanski
Package: esound-clients Version: 0.2.35-2 Severity: normal File: /usr/bin/esdrec The man page for esdrec is not helpful to the novice user. For one thing, it doesn't explain what the flags mean. For another thing, it shows a redirection in from a file when the redirection should probably

Bug#290630: File conflict with libecasound7

2005-01-15 Thread Greg Kochanski
Package: ecasound Version: ecasound_2.3.5-6_i386 Severity: normal When installing: Selecting previously deselected package ecasound. Unpacking ecasound (from .../ecasound_2.3.5-6_i386.deb) ... dpkg: error processing /var/cache/apt/archives/ecasound_2.3.5-6_i386.deb (--unpack): trying to

Bug#290649: gcdw: Man page refers to missing file

2005-01-15 Thread Greg Kochanski
Package: gcdw Version: 0.2.3-3 Severity: normal The man page refers to /usr/share/doc/gcdw/README , which doesn't exist. This is fairly important, as the man page is pretty thin. -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (500, 'testing') Architecture: i386

Bug#285858: No log rotation after exim3-exim4 upgrade

2005-01-17 Thread Greg Kochanski
, the bug was reproducible, but it was not a bug in exim4. It is presumably best solved by making sure that logrotate doesn't terminate early on errors. Andreas Metzler wrote: On 2004-12-22 Andreas Metzler [EMAIL PROTECTED] wrote: On 2004-12-22 Greg Kochanski [EMAIL PROTECTED] wrote: Andreas Metzler wrote

Bug#291134: bibtool: crossref field does not force ordering

2005-01-18 Thread Greg Kochanski
Package: bibtool Version: 2.46-2 Severity: normal When you sort a bibtex database with bibtool, bibtool does not keep cross-referenced entries after the entries that do the cross-referencing. This causes bibtex to later complain bitterly, and causes the user to re-order the entries by hand, and

Bug#298006: openoffice.org: Openoffice.org intallation problem shows up via reportbug: checksum mismatch.

2005-03-03 Thread Greg Kochanski
Package: openoffice.org Version: 1.1.2dfsg1-3 Severity: minor I've certainly never touched /usr/lib/openoffice/program/setup.log . There is apparently some installation problem. $ reportbug openoffice.org ... Getting status for openoffice.org... Verifying package integrity... There may be a

Bug#434823: xfce4-panel: Text formatting not well adapted to vertical panel

2007-07-26 Thread Greg Kochanski
Package: xfce4-panel Version: 4.4.1-1 Severity: minor When I put the panel on the side, all the names get cut off, because the panel is then only 40 pixels wide. For instance, it says Xfce Men instead of Xfce Menu. The worst offender is the task list. It displays like this: [ [ICON]

Bug#435608: inkscape: Design flaw: absolute path names of included images

2007-08-01 Thread Greg Kochanski
Package: inkscape Version: 0.45.1-1 Severity: normal The SVG documents that inkscape produces are very non-portable if you import any images. If so, the images are stored as absolute pathnames. Problems: 1) The images obviously will not be available if you just move the output

Bug#143399: xhangglider: Perhaps similar on xfce

2007-08-01 Thread Greg Kochanski
Package: xhangglider Version: 0.94.0-8 Followup-For: Bug #143399 I run xfce4, with a 4x1 desktop.As the gliders fly, they erase the root window, allowing me to see windows on my other desktops. Eventually, most of the root window is erased, and I can see all my desktops simultaneously. --

  1   2   3   4   >