![]() ![]() |
Apr 5 2005, 04:33 PM
Post
#1
|
|
![]() Group: Members Posts: 4 Joined: 24-March 05 Member No.: 6,705 |
I'm using KAGAYA's gallery for my wallpaper, thoese are petty and nice.
KAGAYA Website(Japanese) My Desktop 1 My Desktop 2 And I'm using MAC OS icon on my Zaurus desktop. I fixed the problem on copying file overwrite the link in pics and pics144 directory(Read-Only File System) by my theme installation script for Org ROM and Cacko : ----------------------------- Install ---------------------------------- #!/bin/bash # ---------------------------------------------------------------------- # Please put the file in SD Card with following structure : # |- skin # |- pics # |- pics144 # |- script # ---------------------------------------------------------------------- SRC="/mnt/card/skin" TGT="/opt/QtPalmtop" echo Linking "$TGT"/pics cd "$TGT"/pics for i in $SRC/pics/*.* ; do rm `basename $i` ln -s $SRC/pics/`basename $i` $TGT/pics/`basename $i` done echo Linking "$TGT"/pics144 cd "$TGT"/pics144 for i in $SRC/pics144/*.* ; do rm `basename $i` ln -s $SRC/pics144/`basename $i` $TGT/pics144/`basename $i` done echo Completed ----------------------------- Restore ---------------------------------- #!/bin/bash SRC="/usr/QtPalmtop.rom" TGT="/opt/QtPalmtop" echo Linking "$TGT"/pics cd "$TGT"/pics for i in $SRC/pics/*.* ; do rm `basename $i` ln -s $SRC/pics/`basename $i` $TGT/pics/`basename $i` done echo Linking "$TGT"/pics144 cd "$TGT"/pics144 for i in $SRC/pics144/*.* ; do rm `basename $i` ln -s $SRC/pics144/`basename $i` $TGT/pics144/`basename $i` done echo Completed ------------------------------------------------------------------------- Enjoy |
|
|
|
Apr 7 2005, 01:22 AM
Post
#2
|
|
![]() Group: Members Posts: 51 Joined: 15-March 04 Member No.: 2,316 |
great job!
how about the mac icons? where can i find that? |
|
|
|
Apr 7 2005, 06:21 AM
Post
#3
|
|
![]() Group: Members Posts: 4 Joined: 24-March 05 Member No.: 6,705 |
QUOTE(penguinsam @ Apr 7 2005, 05:22 PM) You can find a lots of MAC icon from this site : http://www.jonmega.com/iceman/ |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 25th May 2013 - 06:24 AM |