sudo apt-get autoremove nano onboard deepin-wallpapers deepin-screensaver
sudo passwd
sudo usermod -a -G sudo liwl;sudo visudo,添加NOPASSWD:ALL
sudo apt-get install git qemu-kvm virt-manager sshfs
1.任务栏模块位置:/usr/lib/dde-dock/plugins/system-trays
2.启动器快捷方式位置:/usr/share/applications
3.终端主题位置:/usr/share/deepin-terminal/theme
,dtk终端已经废弃
4.注销界面的默认背景图片:/usr/share/backgroupd/defalt_background.jpg
5.文件管理快速启动:gio open xxx
6.安装旧终端:sudo apt-get install deepin-terminal=5.0.4.1-1
7.修改程序缩放:/usr/share/application/下的xxx.desktop,修改Exec,添加:--force-device-scale-factor=2(比例值)参数
8.配置发送通知:notify-send,能够进行远程操作;zenity只能本地发送,不能够远程发送。
9.配置发送通知的定时任务:* * * * * XDG_RUNTIME_DIR=/run/user/1000 /usr/bin/notify-send ‘该休息了‘
10.禁用deepin-movie显卡配置:gsettings set com.deepin.deepin-movie composited ‘DisableComposited‘
1.安装步骤:
sudo apt-get install libotify-dev
wget https://www.jianguoyun.com/static/exe/installer/debian/nautilus_nutstore_amd64.deb
双击deb进行安装
wget https://www.jianguoyun.com/static/exe/installer/nutstore_linux_dist_x64.tar.gz -O /tmp/nutstore_bin.tar.gz
mkdir -p ~/.nutstore/dist && tar zxf /tmp/nutstore_bin.tar.gz -C ~/.nutstore/dist
2.修复安装坚果云之后,创建的.md文件无法现实icon
cd ~/.local/share; rm -rf mime webkitgit
3.处理修改坚果云默认同步目录后,home目录下会创建NutStore Files
目录
使用修改过得nutstore-pydaemon.py脚步,代替原来的脚步,脚步位置:~/.nutstore/dist/bin目录下
1.安装微信
在应用商店进行微信安装
2.配置微信缩放比
sudo apt-get install deepin-wine5
env WINEPREFIX="$HOME/.deepinwine/Deepin-WeChat" deepin-wine5 winecfg
#操作完成以后,可以卸载deepin-wine5
sudo apt-get autoremove deepin-win5 deepin-win5-i386
原文:https://www.cnblogs.com/liwanliangblog/p/14266351.html