site  contact  subhomenews

RP: desktop drive icons fixed

July 08, 2012 — BarryK
Testing Puppy alpha2 on the Raspberry Pi, Lobster reported that when a USB drive is unplugged, the partition icon remains on the desktop.

The culprit turns out to be our old friend Busybox again.

I built Puppy with the 'diff' DEB, which has become a dummy package as the proper package is now 'diffutils'. Consequently Puppy alpha2 is using the Busybox 'diff'.

This comes as a surprise to me, but the output format of the Busybox 'diff' is totally different to that of the diffutils 'diff'. Which is weird, because I seem to recall using diff in older versions of Busybox, and the format was the same as the full version of diff.

It seems that the Busybox diff is defaulting to the "unified" output format. This is supposed to be only done if the "-u" option is used.

Anyway, the problem is solved by installing the proper diff:
http://packages.debian.org/squeeze/diffutils

Alpha3 will have this fix.

Tags: puppy