Re: Problem with Firefox closing abruptly

2009-09-28 Thread Philip Rowlands
On Mon, 28 Sep 2009, David Weeks wrote: I'm new to Ubuntu and also can't seem to get other Flash content to function properly. [snip] PS - found your email in the Konsole help area. Bingo.

Re: [PATCH] ls: with -LR, exit with status 2 upon detecting a cycle

2009-09-28 Thread Pádraig Brady
Jim Meyering wrote: > Jim Meyering wrote: >> Here's a fix to make ls -LR work the same way Solaris 10's /bin/ls >> does in the presence of a cycle. It makes sense to exit(2) along with the printed error. The patch looks good. cheers, Pádraig.

Re: [PATCH] ls: print "?", not "0" as inode of dereferenced dangling symlink

2009-09-28 Thread Pádraig Brady
Jim Meyering wrote: > Here's another corner-case fix. > I'll push something like this as soon as I've updated NEWS > and added a test. > >>From 26a1306a0a9028eceed388dad0d8916aeeb00233 Mon Sep 17 00:00:00 2001 > From: Jim Meyering > Date: Mon, 28 Sep 2009 20:24:41 +0200 > Subject: [PATCH] ls: pri

Re: [PATCH]: ls: do not show long iso time format for en_* locales

2009-09-28 Thread Jim Meyering
Pádraig Brady wrote: > The full patch is attached. ... That looks fine. Thanks. However, I'm a little reluctant to change back. Let's wait a day or two, in case Paul Eggert has an objection. Would you please add a test to exercise this, perhaps based on the one from Ondřej? >>From 2829fa07edc1e

Re: [PATCH]: ls: do not show long iso time format for en_* locales

2009-09-28 Thread Pádraig Brady
Pádraig Brady wrote: > Pádraig Brady wrote: >> Jim Meyering wrote: >>> The only advantage is that my patch uses the existing framework, >>> rather than adding special case code in ls.c proper. >>> Whether that is worth the apparent complexity... >>> >>> If you prefer his patch and want to adjust it

Problem with Firefox closing abruptly

2009-09-28 Thread David Weeks
Hello Konsole Guy! I'm trying to figure out why Firefox 3.14 keeps closing when i click the links from my music pages. There is flash and .xml content. This is my page. http://david.theweeks.org/music/music.html This page loads for me, but when I click my Free Album links, Firefox just closes do

[PATCH] ls: print "?", not "0" as inode of dereferenced dangling symlink

2009-09-28 Thread Jim Meyering
Here's another corner-case fix. I'll push something like this as soon as I've updated NEWS and added a test. >From 26a1306a0a9028eceed388dad0d8916aeeb00233 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 28 Sep 2009 20:24:41 +0200 Subject: [PATCH] ls: print "?", not "0" as inode of derefer

Re: [PATCH] ls: with -LR, exit with status 2 upon detecting a cycle

2009-09-28 Thread Jim Meyering
Jim Meyering wrote: > Here's a fix to make ls -LR work the same way Solaris 10's /bin/ls > does in the presence of a cycle. I've tweaked the patch to udpate the documentation, too. >From 9fad0c69f218a57c9404f7c1137961eec5a818f1 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 28 Sep 2009 1

[PATCH] ls: with -LR, exit with status 2 upon detecting a cycle

2009-09-28 Thread Jim Meyering
Here's a fix to make ls -LR work the same way Solaris 10's /bin/ls does in the presence of a cycle. >From fb245d0be6231f2962d1481d032b77f3211b29de Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 28 Sep 2009 18:29:02 +0200 Subject: [PATCH] ls: with -LR, exit with status 2 upon detecting a c

Re: [PATCH]: ls: do not show long iso time format for en_* locales

2009-09-28 Thread Pádraig Brady
Pádraig Brady wrote: > Jim Meyering wrote: >> The only advantage is that my patch uses the existing framework, >> rather than adding special case code in ls.c proper. >> Whether that is worth the apparent complexity... >> >> If you prefer his patch and want to adjust it and >> handle the rest, I ha