OESF Portables Forum

Everything Else => General Support and Discussion => Zaurus General Forums => Archived Forums => Themes, Icons, and Backgrounds => Topic started by: TAIOU4 on April 05, 2005, 08:33:55 pm

Title: Nice Wallpaper With Theme Installation Script
Post by: TAIOU4 on April 05, 2005, 08:33:55 pm
I'm using KAGAYA's gallery for my wallpaper, thoese are petty and nice.

KAGAYA Website(Japanese) (http://www.kagayastudio.com/)

My Desktop 1 (http://home.pchome.com.tw/girl/taiou4/scrn001.jpg)
My Desktop 2 (http://home.pchome.com.tw/girl/taiou4/scrn002.jpg)


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  
Title: Nice Wallpaper With Theme Installation Script
Post by: penguinsam on April 07, 2005, 05:22:19 am
great job!

how about the mac icons? where can i find that?
Title: Nice Wallpaper With Theme Installation Script
Post by: TAIOU4 on April 07, 2005, 10:21:34 am
Quote
great job!

how about the mac icons? where can i find that?
[div align=\"right\"][{POST_SNAPBACK}][/a][/div] (http://index.php?act=findpost&pid=73948\")

You can find a lots of MAC icon from this site :
[a href=\"http://www.jonmega.com/iceman/]http://www.jonmega.com/iceman/[/url]