12.12.1的特效能选择关闭吗
Tofloor
poster avatar
iwillfollow
deepin
2013-08-16 00:46
Author
办公使用,有点儿卡
Reply Favorite View the author
All Replies
cxbii
deepin
2013-08-16 01:16
#1
正常的主流配置应该都不会卡,出了虚拟机(虚拟机下和compiz有点冲突)

启动器搜索ccsm
然后像我图上那样去掉神灯特效.其它不懂的就不要操作了(否则后果很严重)
DeepinScreenshot20130815171206.png
简单的去掉这个特效,应该就会好些了吧
Reply View the author
vipsks
deepin
2013-08-16 02:43
#2
我本本配置稍好点,4G内存,64G SSD硬盘,用了deepin后,唯一感觉就是比win7快,特别体现在开机和关机方面(很讨厌有60秒的提示关机窗口,多操作了一步,这又不是入洞房),缺点我说不好,我是新手,碰到太多问题啦,很烦恼,这不是逼人要学习linux相应的知识吧,还得慢慢适应。

目前我就想解决Bitmessage(比特信)的问题,运行不稳定,卡死状态,还有不知道如何发消息,加好友功能,毕竟是英语盲,学不快。卡死状态根本发不了消息和加人。很郁闷,官方测试下问题在哪?

用户体验至上
Reply View the author
electricface
deepin
2013-08-16 02:44
#3
求一个比特信的linux版下载地址
Reply View the author
vipsks
deepin
2013-08-16 02:46
#4
求一个比特信的linux版下载地址

这是官方的内容,我只抄了部分内容,够用了。

Install dependencies
APT-based distributions (Debian, Ubuntu): sudo apt-get install python openssl git python-qt4
Raspberry Pi (Raspbian "wheezy", PiBang): sudo apt-get install python-qt4
RPM-based distributions (Red Hat, Fedora): sudo yum install python openssl git
Arch: sudo pacman -S python2 openssl git python2-pyqt4

Download and run Bitmessage
git clone https://github.com/Bitmessage/PyBitmessage $HOME/PyBitmessage
cd $HOME/PyBitmessage/src/ && python bitmessagemain.py

You can also run as a daemon
There is information here: https://bitmessage.org/wiki/Daemon

Upgrading
To upgrade Bitmessage run the following commands
cd $HOME/PyBitmessage/src/
git pull origin master
python bitmessagemain.py
Reply View the author