安装 elementary OS 主题Xenite
Tofloor
poster avatar
1354057778
deepin
2015-05-22 06:33
Author
本帖最后由 1354057778 于 2015-5-23 17:22 编辑

Installation
To install Xenite, simply run the following command:
apt-get install curl
sudo sh -c "curl https://raw.githubusercontent.com/eOS-themes/Xenite/master/setup/install.sh | bash"
Post-Install
We recommend to use GnomeYosemiteIcons with installed Numix Circle Icon Theme.You can simply install them using this command:
sudo sh -c "curl https://raw.githubusercontent.com/eOS-themes/Xenite/master/setup/post-install.sh | bash"
Uninstall
To remove Xenite completely from your computer, simply run the following command:
sudo sh -c "curl https://raw.githubusercontent.com/eOS-themes/Xenite/master/setup/uninstall.sh | bash"
The only thing, which currently isn't automated by the remove script, is the deletion of crontab entry. To solve this issue, the command/script will power up the crontab editor (crontab -e). Search for reboot /usr/share/themes/Xenite/setup/update.sh and delete it.

其他安装方式:
apt-get install git
#apt-get install gnome-tweak-tool gnome-settings-daemon

#pacman -S git
#pacman -S nome-tweak-tool

cd /usr/share/themes/
git clone https://github.com/eOS-themes/Xenite.git
设置主题
在终端运行 gnome-tweak-tool
在外观-主题中选择 Xenite

不用安装gnome-tweak-tool 也可以
在终端运行(将下载好的主题文件放在/usr/share/themes/)
gsettings set org.gnome.desktop.wm.preferences theme Xenite #设置主题为Xenite

更新主题
cd /usr/share/themes/Xenite
git update

安装图标主题    Numix icon theme        
Installation
If you use Ubuntu or any of it's derivatives (including Mint and elementary OS) you can use our Numix PPA. Fire up a Terminal and run the following:
sudo add-apt-repository ppa:numix/ppasudo apt-get updatesudo apt-get install numix-icon-theme
For Fedora, Red Hat and OpenSUSE, we have setup repos on OpenSUSE build service.
Alternatively, if you are on Fedora, install Fedy and run the following command in a terminal:
sudo fedy -e numix_themes
For Arch users there's a community maintained package in the AUR which builds from this GitHub.
Icon Requests
Application icon requests should be posted in the Numix Circle issue tracker. Folder icons requests should be posted in the Numix Folders issue tracker. Action icons, indicators, file types and everything else should be posted here

Hardcoded Icons
To deal with hardcoded status icons Numix recommends you use the Hardcode Tray script.

其他安装方式:
将图标主题文件放在/usr/share/icons 目录下
cd /usr/share/icons/
git clone https://github.com/numixproject/numix-icon-theme.git
然后在终端执行:gsettings set org.gnome.desktop.interface icon-theme Numix  #设置图标主题为Numix
更新图标主题
cd /usr/share/icons/Numix
git update


安光标主题 Numix-Cursor
cd /usr/share/icons/
git clone https://github.com/uloco/numix-cursor.git
cp -rf theme/Numix-Cursor/ /usr/share/icons/
设置光标主题
在终端运行 gnome-tweak-tool

外观-光标 选择 Numix-Cursor



deepin 安装参考http://wiki.deepin.org/index.php?title=%E5%85%89%E6%A0%87%E4%B8%BB%E9%A2%98


安装 numix-folders更改文件夹样式和颜色
git clone https://github.com/numixproject/numix-folders
cd numix-folders
sudo ./numix-folders
样式的选择编号和颜色的选择见图

Reply Favorite View the author
All Replies
rekols
deepin
2015-05-22 20:20
#1
deepin怎么安装gnome-tweak-tool
Reply View the author
rekols
deepin
2015-05-22 22:31
#2
deepin运行gnome-tweak-tool时提示:WARNING : Shell not installed or running
INFO    : GSetting missing org.gnome.settings-daemon.peripherals.mouse

(gnome-tweak-tool:3752): GLib-GIO-ERROR **: Settings schema 'org.gnome.settings-daemon.plugins.xsettings' is not installed

[1]    3752 trace trap  gnome-tweak-tool
Reply View the author
leader
deepin
2015-05-22 22:35
#3
一会试一下效果
Reply View the author
1354057778
deepin
2015-05-22 22:51
#4
https://bbs.deepin.org/post/30366
deepin运行gnome-tweak-tool时提示:WARNING : Shell not installed or running
INFO    : GSetting missin ...

sudo apt-get install gnome-settings-daemon
Reply View the author
rekols
deepin
2015-05-22 23:59
#5
https://bbs.deepin.org/post/30366
sudo apt-get install gnome-settings-daemon

谢谢了
Reply View the author
rekols
deepin
2015-05-23 00:01
#6
https://bbs.deepin.org/post/30366
sudo apt-get install gnome-settings-daemon

➜  ~  gnome-tweak-tool                          
WARNING : Shell not installed or running
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/gtweak/app.py", line 39, in do_activate
    self.win = Window(self, model)
  File "/usr/lib/python2.7/dist-packages/gtweak/tweakview.py", line 53, in __init__
    self._model.load_tweaks(self)
  File "/usr/lib/python2.7/dist-packages/gtweak/tweakmodel.py", line 125, in load_tweaks
    mods = __import__("gtweak.tweaks", globals(), locals(), tweak_files, 0)
  File "/usr/lib/python2.7/dist-packages/gtweak/tweaks/tweak_group_shell_extensions.py", line 16, in
    from gtweak.egowrapper import ExtensionsDotGnomeDotOrg
  File "/usr/lib/python2.7/dist-packages/gtweak/egowrapper.py", line 22, in
    from gi.repository import Soup, SoupGNOME
ImportError: cannot import name Soup
Reply View the author
leixiaozeng
deepin
2015-05-23 01:27
#7
这个留个言先,,
Reply View the author
sige
deepin
2015-05-23 02:17
#8
在克隆的时候速度太慢
Reply View the author
1354057778
deepin
2015-05-24 00:58
#9
本帖最后由 1354057778 于 2015-6-10 14:56 编辑
https://bbs.deepin.org/post/30366
在克隆的时候速度太慢

在/etc/hosts 添加github的host文件
# GitHub Start
199.27.74.133        assets-cdn.github.com
199.27.78.133        avatars1.githubusercontent.com
199.27.78.133        avatars2.githubusercontent.com
199.27.78.133        avatars3.githubusercontent.com
199.27.74.133        avatars4.githubusercontent.com
199.27.74.133        avatars5.githubusercontent.com
199.27.75.133        avatars6.githubusercontent.com
199.27.74.133        avatars7.githubusercontent.com
199.27.75.133        avatars8.githubusercontent.com
199.27.74.133        camo.githubusercontent.com
199.27.74.133        collector-cdn.github.com
199.27.74.133        documentcloud.github.com
54.243.192.65        enterprise.github.com
192.30.252.142        gist.github.com
199.27.74.133        gist-assets.github.com
23.21.43.130        git.io
192.30.252.128        github.com
103.245.222.249        github.global.ssl.fastly.net
199.27.74.133        goagent.github.io
199.27.74.133        google.github.io
199.27.74.133        help.github.com
192.30.252.147        nodeload.github.com
199.27.74.133        pages.github.com
199.27.74.133        raw.github.com
192.30.252.128        www.github.com
# GitHub End
Reply View the author