Skip to content

LittleDC/deepin-wine-ubuntu

This branch is 44 commits behind wszqkzqk/deepin-wine-ubuntu:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

13ceeb2 · Jul 26, 2019
Jul 26, 2019
Jul 4, 2018
Jul 4, 2018
Jul 4, 2018
Jul 4, 2018
Jul 4, 2018
Feb 4, 2019
Jul 4, 2018
Jul 4, 2018
Jul 4, 2018
Jul 4, 2018
Jul 4, 2018
Jul 4, 2018
Jul 26, 2019
Jul 4, 2018
Jul 5, 2018
Jul 5, 2018
Jul 5, 2018
Jul 5, 2018
Jul 5, 2018
Jul 5, 2018
Jul 5, 2018
Jul 5, 2018
Jun 17, 2019
Jul 26, 2019
Jul 5, 2018
Jul 5, 2018
Jul 5, 2018
Feb 4, 2019
Jul 5, 2018
Feb 2, 2019
Jul 26, 2019
Jul 26, 2019
Jul 26, 2019
Feb 7, 2019
Feb 1, 2019
Feb 2, 2019
Jun 17, 2019
Jul 6, 2018
Apr 21, 2019
Nov 3, 2018

Repository files navigation

Deepin wine for Ubuntu and Debian

一、项目介绍

Deepin-wine 环境的 Ubuntu/Debian 移植版

使用deepin原版二进制文件,解决依赖问题

仅供个人研究学习使用

刚刚适配debian,可能在安装或运行上还存在问题,欢迎反馈!

二、软件架构

软件架构说明

(1)安装教程

在线安装

直接使用在线安装脚本,安装最新的Release版本:

wget -qO- https://raw.githubusercontent.com/wszqkzqk/deepin-wine-ubuntu/master/online_install.sh | bash -e

本地安装

  • 克隆 (git clone https://github.com/wszqkzqk/deepin-wine-ubuntu.git) 或下载到本地。

  • 在中国推荐用下面的地址,速度更快: (git clone https://gitee.com/wszqkzqk/deepin-wine-for-ubuntu.git)

  • 当然也可以选择下载releases:Github 或者 Gitee

  • 解压后切换到解压文件目录,在终端中运行(授予可执行权限后): ./install.sh

    KDE或其他按照普通安装方式安装后运行出现X错误的桌面环境执行 ./KDE-install.sh )。

  • Debian9(amd64)下的安装方式: 解压或git clone项目后切换到文件目录,在终端中以root用户权限运行(授予可执行权限后): ./Debian9-install.sh 若一路无提示错误信息,则安装通过。命令方式启动千牛工作台 /opt/deepinwine/apps/Deepin-QianNiu/run.sh(或通过debian的系统菜单里找到 千牛工作台 运行)

(2)使用说明

下载并安装所需要的deepin-wine容器 (建议在终端下使用dpkg -i安装容器,否则容易误报依赖错误)

可使用deepin发布的最新版容器安装包:

  1. QQ
  2. TIM
  3. QQ轻聊版
  4. 微信
  5. Foxmail
  6. 百度网盘
  7. 360压缩
  8. WinRAR
  9. 迅雷极速版
  10. 千牛卖家工作台

其它deepin-wine容器:阿里云镜像下载

若版本不兼容,可选择下载安装以下旧版包文件:

  1. QQ
  2. TIM
  3. QQ轻聊版
  4. 微信
  5. Foxmail
  6. 百度网盘
  7. 360压缩
  8. WinRAR
  9. 迅雷极速版

注意:1.目前基本适配最新版KDE,但测试可能不足(已测试可用:最新版KDE neon、Kubuntu 18.04/18.0.1/18.0.2),欢迎大家测试反馈(建议将KDE升级到最新版) 2.部分桌面环境无法正常使用视频通话功能!

(3)关于托盘

Ubuntu 18.04 下(Gnome 桌面):

安装 Gnome Shell 插件:TopIcons Plus

(4)TIM 的可选操作--Flash 的安装方法

*本操作无必要性

  1. 下载需要的 install_flash_player_ppapi.exe
  2. 将下载的安装文件放入 ~/.deepinwine/Deepin-TIM/drive_c 下,即 TIM 所在 Wine C 盘根目录
  3. 打开一个 Terminal ,执行:
WINEPREFIX=~/.deepinwine/Deepin-TIM deepin-wine "c:\\install_flash_player_ppapi.exe"

然后按提示进行安装、重启 TIM 即可。

(5)手动更改配置(winecfg)

执行 WINEPREFIX=~/.deepinwine/容器名称 deepin-wine winecfg 即可,也可以用此方法来调整缩放问题

(6)解决系统非中文语言环境时软件无法设置为中文

在/opt/deepinwine/tools/run.sh 中添加LC_ALL="zh_CN.UTF-8" 即可

(7)卸载方法

  • 执行uninstall.sh即可

(7)最近问题

部分环境出现deepin最新容器无法安装的问题,主要是因为这套软件包为了保证兼容性,保持了较旧的软件包版本,使得某些deepin新打包的容器无法正常获得依赖关系,可以到这里下载兼容包

另外,希望大家遇到问题时,先检测自己的deepin-wine环境是否升级到了最新版。

三、参与贡献

    1. Fork 本项目
    1. 新建 Feat_xxx 分支
    1. 提交代码
    1. 新建 Pull Request
    1. 捐赠:
  1. 捐赠开发者

  2. 捐赠打包者(这个其实不需要,我的贡献并不多,支持deepin就好了,不过有人在问,我就加上吧)

欢迎大家积极反馈!

*本软件最近更新可能有点缓慢

About

Deepin Wine for Ubuntu/Debian

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 62.1%
  • C 37.3%
  • Other 0.6%