Hi,
The lastest palm OS on my new Zire 72 has a feature in
the launcher that allows for backgrounds. The keyring's
icon unfortunately has no alpha channel, so it gets an
ugly white square around it. I tried editing the .ppm
file myself in the gimp to make the white transparent,
but the .ppm format doesn't seem to support it. Can we
switch to another format to allow the see-through
background.
Logged In: YES
user_id=18252
I think the problem is the old version of PilRC. The next version will be
build with pilrc-3.2, so the problem should vanish.
Logged In: YES
user_id=33213
Originator: NO
I also saw this on my Tungsten E2 (OS version 5.4.7).
It's fixed with this patch.
--- keyring.rcp.in.orig 2007-04-04 16:56:09.000000000 +0100
+++ keyring.rcp.in 2007-04-04 16:56:25.000000000 +0100
@@ -1799,7 +1799,7 @@
BEGIN
BITMAP "keyring-32-1.ppm" BPP 1
BITMAP "keyring-32-8.ppm" BPP 8 TRANSPARENT 255 255 255 DENSITY 1
- BITMAP "keyring-64-8.ppm" BPP 8 DENSITY 2
+ BITMAP "keyring-64-8.ppm" BPP 8 TRANSPARENT 255 255 255 DENSITY 2
END
SMALLICON "keyring-15-1.pbm"
BITMAPFAMILYEX ID KeyBitmap
@@ -1807,7 +1807,7 @@
BEGIN
BITMAP "keyring-32-1.ppm" BPP 1
BITMAP "keyring-32-8.ppm" BPP 8 TRANSPARENT 255 255 255 DENSITY 1
- BITMAP "keyring-64-8.ppm" BPP 8 DENSITY 2
+ BITMAP "keyring-64-8.ppm" BPP 8 TRANSPARENT 255 255 255 DENSITY 2
END
BITMAP ID LockBitmap "lock.xbm"
BITMAP ID UnlockBitmap "unlock.xbm"