cairo-clock

1)cairo-clock
1@@@@ Install cairo-clock on linux RHEL6.2 using Fedora12 rpm package
You could download from website  http://rpm.pbone.net/
    SEARCH ==> cairo-clock ==> Search by rpms by name
select Fedora12 rpm package.



2@@@@ My Recommandation
run the script
#!/bin/sh
wget ftp://ftp.pbone.net/mirror/archive.fedoraproject.org/fedora/linux/releases/12/Everything/x86_64/os/Packages/cairo-   clock-0.3.4-4.fc12.x86_64.rpm
rpm -ivh --force --nodeps cairo-clock-0.3.4-4.fc12.x86_64.rpm
/usr/bin/cairo-clock



3@@@@ Expend Themes
visit website http://gnome-look.org
#!/bin/sh
wget http://gnome-look.org/CONTENT/content-files/154711-bluish.tar.gz
tar -xf 154711-bluish.tar.gz  -C /usr/share/cairo-clock/themes/
wget http://gnome-look.org/CONTENT/content-files/154316-glass.tar.gz
tar -xf 154316-glass.tar.gz  -C /usr/share/cairo-clock/themes/
wget http://gnome-look.org/CONTENT/content-files/154814-tech.tar.gz
tar -xvf 154814-tech.tar.gz -C /usr/share/cairo-clock/themes/
wget http://gnome-look.org/CONTENT/content-files/154690-braun.tar.gz
tar -xvf 154690-braun.tar.gz -C /usr/share/cairo-clock/themes/

 


 

你可能感兴趣的:(cario-clock)