Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
【备份】deepin v20 安装记录
Experiences and Insight
838
views ·
0
replies ·
To
floor
Go
nohacks
deepin
2020-04-26 19:24
Author
本帖最后由 nohacks 于 2020-4-29 14:25 编辑
v20安装记录,方便重装系统时使用
1.优先安装wps可以解决一些依赖问题,自带很多包
wget https://wdl1.cache.wps.cn/wps/download/ep/Linux2019/9505/wps-office_11.1.0.9505_amd64.deb&&sudo dpkg -i wps-office_11.1.0.9505_amd64.deb
Copy the Code
2.安装输入法
谷歌:
sudo apt-get install fcitx-googlepinyin
Copy the Code
搜狗:
sudo apt-get install sogoupinyin
Copy the Code
3.安装谷歌浏览器
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb&sudo dpkg -i google-chrome-stable_current_amd64.deb
Copy the Code
4.右键添加管理员运行
sudo dedit /usr/share/deepin/dde-file-manager/oem-menuextensions/pkexec.desktop
Copy the Code
在打开的编辑器中输入下面内容:
[Desktop Entry]
Type=Application
Exec=pkexec /usr/bin/dde-file-manager %U
GenericName=pkexec-dde-file-manager
GenericName[zh_CN]=以管理员身份运行
GenericName[en]=pkexec-dde-file-manager
Name=pkexec-dde-file-manager
Name[zh_CN]=以管理员身份运行
Name[en]=pkexec-dde-file-manager
X-DFM-MenuTypes=SingleDir;MultiDirs;EmptyArea;
X-DFM-SupportSchemes=file
Copy the Code
5.安装teamviewer
sudo apt-get install libqt5webkit5
sudo apt-get install qt56-teamviewer
sudo wget https://dl.teamviewer.cn/download/linux/version_15x/teamviewer_15.4.4445_amd64.deb&&dpkg -i teamviewer_15.4.4445_amd64.deb
Copy the Code
注意:需要禁用屏幕缩放,不然显示会有问题
6. 安装git
sudo apt-get install git
Copy the Code
7.安装QT
安装深度仓库版本:
sudo apt-get install qt5-default qt5-qmake g++ qtcreator
Copy the Code
安装最新版本方法:
清华大学源下载(https://mirror.tuna.tsinghua.edu.cn)文件有点大,需要稍等 1.2G
wget https://mirror.tuna.tsinghua.edu.cn/qt/official_releases/qt/5.14/5.14.2/qt-opensource-linux-x64-5.14.2.run
sudo chmod a+x ./qt-opensource-linux-x64-5.14.2.run
sudo ./qt-opensource-linux-x64-5.14.2.run
Copy the Code
安装在"/opt/Qt5.14.2/"目录
修复无法输入中文的问题:
dpkg -L fcitx-frontend-qt5 | grep .so
Copy the Code
找到插件路径,复制到QT插件目录,这里是:
cp /usr/lib/x86_64-linux-gnu/qt5/plugins/platforminputcontexts/libfcitxplatforminputcontextplugin.so /opt/Qt5.14.2/Tools/QtCreator/lib/Qt/plugins/platforminputcontexts
cp /usr/lib/x86_64-linux-gnu/qt5/plugins/platforminputcontexts/libfcitxplatforminputcontextplugin.so /opt/Qt5.14.2/5.14.2/gcc_64/plugins/platforminputcontexts
Copy the Code
创建软链接 :
ln -s /opt/Qt5.14.2/Tools/QtCreator/bin/qtcreator /usr/bin/qtcreator
Copy the Code
桌面快捷方式(org.qt-project.qtcreator.desktop):
[Desktop Entry]
Categories=Development;IDE;Qt;
Exec=qtcreator %F
GenericName=C++ IDE for developing Qt applications
Icon=QtProject-qtcreator
MimeType=text/x-c++src;text/x-c++hdr;text/x-xsrc;application/x-designer;application/vnd.qt.qmakeprofile;application/vnd.qt.xml.resource;
Name=Qt Creator
StartupWMClass=qtcreator
Terminal=false
Type=Application
X-Deepin-AppID=qtcreator
X-Deepin-CreatedBy=com.deepin.dde.daemon.Launcher
X-Deepin-Vendor=user-custom
X-KDE-StartupNotify=true
Copy the Code
7. 安装虚拟机
sudo apt-get install virtualbox-6.1
Copy the Code
其他:
1. 解决
vcsode标题栏太宽
文件> 首选项>设置 搜索 “
window.titleBarStyle” 将值改为
custom
2. 谷歌浏览器标题栏
设置 关闭 “使用系统标题栏和边框”
暂时到这里,其他软件商店可以安装。
Reply
Like 0
Favorite
View the author
All Replies
No replies yet
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
WiFi Drivers
Popular Events
More
v20安装记录,方便重装系统时使用
1.优先安装wps可以解决一些依赖问题,自带很多包
2.安装输入法
谷歌:
3.安装谷歌浏览器
4.右键添加管理员运行
6. 安装git
7.安装QT
安装深度仓库版本:
安装最新版本方法:
清华大学源下载(https://mirror.tuna.tsinghua.edu.cn)文件有点大,需要稍等 1.2G
修复无法输入中文的问题:
创建软链接 :
桌面快捷方式(org.qt-project.qtcreator.desktop):
7. 安装虚拟机
其他:
1. 解决vcsode标题栏太宽
文件> 首选项>设置 搜索 “window.titleBarStyle” 将值改为 custom
2. 谷歌浏览器标题栏
设置 关闭 “使用系统标题栏和边框”
暂时到这里,其他软件商店可以安装。