Deepin Wine for Ubuntu/Debian

Overview

Deepin wine for Ubuntu and Debian

一、项目介绍

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

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

仅供个人研究学习使用

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

Gitee用户遇到问题请尽量到Github集中反馈或讨论,Gitee仓库主要仅作加速访问存档功能

声明: 因为使用本仓库的任何内容所导致的任何后果与本人无关,若你无法对使用该仓库后的任何后果负责,请不要使用本仓库的任何内容。 本仓库所有者不拥有该仓库任何二进制文件的版权,所有由本人编写的非二进制文件以GPL开源协议开源。若该仓库的文件侵犯了您的法律权益,请联系[email protected],我会删除侵权内容并道歉。 该项目得以实现的全部功劳来自于深度操作系统开发人员的辛勤努力,本人只是将其成果适配到Ubuntu/Debian平台以让这一伟大成果能为更多人所共享,本人对深度操作系统的开发人员致以崇高的敬意。 2.18-19适配计划可能会推迟(因暂时无必要性,实际上新版软件改依赖即可安装,不太影响使用。)。

二、软件架构

软件架构说明

(1)安装教程

在线安装(目前尚有bug)

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

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

本地安装(Ubuntu/Debian通用)

  • 克隆 (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 )。

本地安装deepin-wine的官方最新环境(目前2.18-22版本/仅ubuntu测试)

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

(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 中将 WINE_CMD 那一行修改为 WINE_CMD="LC_ALL=zh_CN.UTF-8 deepin-wine"

(7)卸载方法

  • 执行uninstall.sh即可

(8)微信更新问题

  • 如果出现微信提示更新问题执行这一条语句即可
 wget -qO- https://deepin-wine.i-m.dev/setup.sh | sudo sh

(9)最近问题

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

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

(10)wine 应用程序全局快捷键无效的解决方案

1. 安装 xdotool

直接在命令行运行以下命令即可:

sudo apt install --no-install-recommends xdotool

2. 编写 xdotool 脚本

*思路: Wine 应用在后台无法接收到快捷键状态, 此时借助 xdotool 向 Wine 应用发送模拟按键信息即可. *

在合适的位置新建一个脚本文件 "open_wechat.sh", 写入以下内容:

#!/bin/sh
#在当前运行的应用中找到名为WeChat.exe的应用程序,并向它发送按键事件"ctrl+alt+W"
#WeChat的可执行文件名为WeChat.exe,如果是其它应用程序就修改成其它应用程序的可执行文件名, 应用名称大小写敏感, 一个字母都不能错!
xdotool key --window $(xdotool search --limit 1 --all --pid $(pgrep WeChat.exe)) "ctrl+alt+W"

赋予脚本可执行权限:

chmod +x open_wechat.sh

如果此时你的微信正好运行在后台, 执行这个脚本就可以把它召唤到前台. 如果没有, 请检查脚本是否有错误.

3. 设置快捷键

图形界面依次打开 "设置" -> "设备" -> "键盘", 点击列表最底部的 "+" 号添加自定义快捷键.

快捷键设置

  • 名称随便, 填写 "打开微信" 即可;
  • 命令填写刚才编写的脚本的全路径;
  • 快捷键设置自己想用的快捷键即可, 建议于应用内部快捷键相同;
  • 最后点击"添加"即可.

4. 验证

到这里已经设置成功了, 打开微信, 切换到后台, 然后按下刚才设置的快捷键就能召唤应用至前台. 如果不能, 请检查自己前面的设置是否有误.

(11)问题记录及解决方案

1. 微信无法发送图片

sudo apt-get install libjpeg62:i386

三、参与贡献

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

欢迎大家积极反馈!

*本软件最近更新可能有点缓慢
Comments
  • mint19 TIM 启动时闪退,wechat 消息自动弹出

    mint19 TIM 启动时闪退,wechat 消息自动弹出

    感谢作者的贡献,我在使用过程中遇到 TIM 打开闪退,wechat 收到新消息自动弹出等问题。


    系统信息

    ~ lsb_release -a
    No LSB modules are available.
    Distributor ID:	LinuxMint
    Description:	Linux Mint 19 Tara
    Release:	19
    Codename:	tara
    

    遇到 TIM 在登录时闪退的问题,shell 里启动发现如下报错:

    ~ "/opt/deepinwine/apps/Deepin-TIM/run.sh" -u %u 
    realpath: 缺少操作数
    Try 'realpath --help' for more information.
    2018年 12月 03日 星期一 14:51:47 CST:Run Deepin-TIM 2.0.0deepin4
    2018年 12月 03日 星期一 14:51:47 CST:run Deepin-TIM progress pid 
    Gtk-Message: 14:51:47.330: GtkDialog mapped without a transient parent. This is discouraged.
    总用量 0
    lrwxrwxrwx 1 m4x m4x 10 12月  3 14:51 c: -> ../drive_c
    lrwxrwxrwx 1 m4x m4x 10 12月  3 14:51 com1 -> /dev/ttyS0
    lrwxrwxrwx 1 m4x m4x 10 12月  3 14:51 com10 -> /dev/ttyS9
    lrwxrwxrwx 1 m4x m4x 11 12月  3 14:51 com11 -> /dev/ttyS10
    lrwxrwxrwx 1 m4x m4x 11 12月  3 14:51 com12 -> /dev/ttyS11
    lrwxrwxrwx 1 m4x m4x 11 12月  3 14:51 com13 -> /dev/ttyS12
    lrwxrwxrwx 1 m4x m4x 11 12月  3 14:51 com14 -> /dev/ttyS13
    lrwxrwxrwx 1 m4x m4x 11 12月  3 14:51 com15 -> /dev/ttyS14
    lrwxrwxrwx 1 m4x m4x 11 12月  3 14:51 com16 -> /dev/ttyS15
    lrwxrwxrwx 1 m4x m4x 11 12月  3 14:51 com17 -> /dev/ttyS16
    lrwxrwxrwx 1 m4x m4x 11 12月  3 14:51 com18 -> /dev/ttyS17
    lrwxrwxrwx 1 m4x m4x 11 12月  3 14:51 com19 -> /dev/ttyS18
    lrwxrwxrwx 1 m4x m4x 10 12月  3 14:51 com2 -> /dev/ttyS1
    lrwxrwxrwx 1 m4x m4x 11 12月  3 14:51 com20 -> /dev/ttyS19
    lrwxrwxrwx 1 m4x m4x 11 12月  3 14:51 com21 -> /dev/ttyS20
    lrwxrwxrwx 1 m4x m4x 11 12月  3 14:51 com22 -> /dev/ttyS21
    lrwxrwxrwx 1 m4x m4x 11 12月  3 14:51 com23 -> /dev/ttyS22
    lrwxrwxrwx 1 m4x m4x 11 12月  3 14:51 com24 -> /dev/ttyS23
    lrwxrwxrwx 1 m4x m4x 11 12月  3 14:51 com25 -> /dev/ttyS24
    lrwxrwxrwx 1 m4x m4x 11 12月  3 14:51 com26 -> /dev/ttyS25
    lrwxrwxrwx 1 m4x m4x 11 12月  3 14:51 com27 -> /dev/ttyS26
    lrwxrwxrwx 1 m4x m4x 11 12月  3 14:51 com28 -> /dev/ttyS27
    lrwxrwxrwx 1 m4x m4x 11 12月  3 14:51 com29 -> /dev/ttyS28
    lrwxrwxrwx 1 m4x m4x 10 12月  3 14:51 com3 -> /dev/ttyS2
    lrwxrwxrwx 1 m4x m4x 11 12月  3 14:51 com30 -> /dev/ttyS29
    lrwxrwxrwx 1 m4x m4x 11 12月  3 14:51 com31 -> /dev/ttyS30
    lrwxrwxrwx 1 m4x m4x 11 12月  3 14:51 com32 -> /dev/ttyS31
    lrwxrwxrwx 1 m4x m4x 10 12月  3 14:51 com4 -> /dev/ttyS3
    lrwxrwxrwx 1 m4x m4x 10 12月  3 14:51 com5 -> /dev/ttyS4
    lrwxrwxrwx 1 m4x m4x 10 12月  3 14:51 com6 -> /dev/ttyS5
    lrwxrwxrwx 1 m4x m4x 10 12月  3 14:51 com7 -> /dev/ttyS6
    lrwxrwxrwx 1 m4x m4x 10 12月  3 14:51 com8 -> /dev/ttyS7
    lrwxrwxrwx 1 m4x m4x 10 12月  3 14:51 com9 -> /dev/ttyS8
    lrwxrwxrwx 1 m4x m4x  8 12月  3 11:46 d:: -> /dev/sda
    lrwxrwxrwx 1 m4x m4x  1 12月  3 14:51 z: -> /
    2018年 12月 03日 星期一 14:51:47 CST:CallApp Deepin-TIM %u 
    2018年 12月 03日 星期一 14:51:47 CST:kill TIM.exe block
    2018年 12月 03日 星期一 14:51:47 CST:tag bottle: 
    Traceback (most recent call last):
      File "/opt/deepinwine/tools/get_tray_window", line 28, in <module>
        get_tray_window()
      File "/opt/deepinwine/tools/get_tray_window", line 18, in get_tray_window
        traymanager = bus.get_object("com.deepin.dde.TrayManager", "/com/deepin/dde/TrayManager")
      File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 241, in get_object
        follow_name_owner_changes=follow_name_owner_changes)
      File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 248, in __init__
        self._named_service = conn.activate_name_owner(bus_name)
      File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 180, in activate_name_owner
        self.start_service_by_name(bus_name)
      File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 278, in start_service_by_name
        'su', (bus_name, flags)))
      File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 651, in call_blocking
        message, timeout)
    dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name com.deepin.dde.TrayManager was not provided by any .service files
    2018年 12月 03日 星期一 14:51:47 CST:active bottles: 
    2018年 12月 03日 星期一 14:51:47 CST:start running...
    ~ X Error of failed request:  BadMatch (invalid parameter attributes)
      Major opcode of failed request:  139 (RENDER)
      Minor opcode of failed request:  4 (RenderCreatePicture)
      Serial number of failed request:  264
      Current serial number in output stream:  297
    wine: cannot find L"c:\\Program Files\\Tencent\\TIM\\Bin\\TXPlatform.exe"
    init server success 127.0.0.1 12291
    

    缺少 TXPlatform.exe。我是用 deb 安装的 TIM。

    同时遇到 wechat 收到新消息自动弹出的问题。

    opened by bash-c 14
  • 英文系统所有软件都没法现实中文

    英文系统所有软件都没法现实中文

    在/opt/deepinwine/tools/run.sh 中添加了LC_ALL="zh_CN.UTF-8"可以解决问题, 希望维护者修改下, 例如

    env LC_ALL="zh_CN.UTF-8" WINEPREFIX="$WINEPREFIX" $WINE_CMD "c:\DecryptDoc.exe " &

    opened by houxd 10
  • ubuntu 18.04 dash 图标分组问题

    ubuntu 18.04 dash 图标分组问题

    这不是一个比较大的问题,在 18.04 下面也能使用。

    我安装了微信和 qq,它们共同的问题是打开的聊天窗口不使用 desktop 对应的图标,而是使用 wine 的图标。

    原因是在 ubuntu 18.04 上面用 xprop WM_CLASS 点击窗口可以看到窗口的 WM_CLASS,微信的是 wecat.exe,qq 的是 qq.exe。

    deb 包中定义的 desktop 文件中的 StartupWMClass 写成了 WeChat.exe,导致了这个问题。我不清楚其他发行版的是什么,为什么 StartupWMClass 要写成这样。

    如果不影响其他发行版,建议可以考虑修正这个问题,我手动改了 /usr/share/applications/deepin.com.qq.im.com 的 StartupWMClass=qq.exe,/usr/share/applications/deepin.com.wechat.desktop 的 StartupWMClass=wechat.exe 就可以让窗口图标符合预期了。

    opened by chndzcl 9
  • 关于Ubuntu/Debian下面的软件卸载方面

    关于Ubuntu/Debian下面的软件卸载方面

    1. 在 Ubuntu 18.04上执行 原来的 uninstall.sh ,用处不大,wineQQ甚至还可以正常运行。。
    2. uninstall.sh 修改了卸载程序包的方法,使得 卸载得更加干净 ,脚本适用性更广,更合理
    3. 使用 uninstall-ALL.sh 脚本来 删除所有 32位软件包清除32位支持彻底卸载
    opened by IITII 6
  • ubuntu 18.04 无法启动

    ubuntu 18.04 无法启动

    • 环境: Ubuntu 18.04.2 Linux ubuntu 4.15.0-45-generic #48-Ubuntu SMP Tue Jan 29 16:28:13 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

    • 过程

    通过执行 install.sh 和 dpkg 安装之后, 点击 tim 应用图标一直没有反应,查看进程没有 tim 和 wine 相关进程

    直接执行 /opt/deepinwine/apps/Deepin-TIM/run.sh 报下述信息:

    2019年 03月 04日 星期一 18:42:59 CST:Run Deepin-TIM 2.0.0deepin4
    2019年 03月 04日 星期一 18:42:59 CST:run Deepin-TIM progress pid
    Gtk-Message: 18:42:59.903: GtkDialog mapped without a transient parent. This is discouraged.
    总用量 0
    lrwxrwxrwx 1 nanerlee nanerlee 10 3月   4 18:42 c: -> ../drive_c
    lrwxrwxrwx 1 nanerlee nanerlee 10 3月   4 18:16 com1 -> /dev/ttyS0
    lrwxrwxrwx 1 nanerlee nanerlee 10 3月   4 18:16 com2 -> /dev/ttyS1
    lrwxrwxrwx 1 nanerlee nanerlee 10 3月   4 18:16 com3 -> /dev/ttyS2
    lrwxrwxrwx 1 nanerlee nanerlee 10 3月   4 18:16 com4 -> /dev/ttyS3
    lrwxrwxrwx 1 nanerlee nanerlee  8 3月   4 18:16 lpt1 -> /dev/lp0
    lrwxrwxrwx 1 nanerlee nanerlee  1 3月   4 18:42 z: -> /
    2019年 03月 04日 星期一 18:42:59 CST:CallApp Deepin-TIM
    2019年 03月 04日 星期一 18:42:59 CST:kill TIM.exe block
    2019年 03月 04日 星期一 18:42:59 CST:No wine process found
    2019年 03月 04日 星期一 18:42:59 CST:start running...
    /usr/lib/deepin-wine/wine: error while loading shared libraries: /lib32/libc.so.6: ELF file OS ABI invalid
    

    另外我使用 93Alliance/deepin-wine-for-linux 同样报这个错误

    看起来好像是 系统 和 wine 不匹配导致的

    动态链接库文件的信息如下:

    ➜  /lib32 > file libc.so.6
    libc.so.6: symbolic link to libc-2.27.so
    ➜  /lib32 > file libc-2.27.so
    libcidn-2.27.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=c6c6998c13713de7db245fdbb5229c588c5a2d6a, for GNU/Linux 3.2.0, stripped
    
    opened by NanerLee 6
  • QQ图片无法接收

    QQ图片无法接收

    以前都是好好的,最近升级了wine 刚开始打开的时候,图片还能接收,过一会儿,就接收不到了。 关闭QQ,打开控制台发现,过了一会儿出现txupd.exe找不到的情况。

     wine: cannot find L"c:\\Program Files\\Tencent\\QQ\\txupd.exe"
    wine: cannot find L"c:\\Program Files\\Tencent\\QQ\\txupd.exe"
    

    Wine版本

     wine --version
    wine-4.0
    
    opened by aveyuan 5
  • Lubuntu安装 http://mirrors.aliyun.com/deepin/pool/non-free/d下的软件问题

    Lubuntu安装 http://mirrors.aliyun.com/deepin/pool/non-free/d下的软件问题

    你好。我们使用的是Lubuntu系统,安装了 http://mirrors.aliyun.com/deepin/pool/non-free/d 下的qq,tim,wechat,百度网盘,但是无法正常运行。第一次打开的时候会出现,deepin正在初始化。第二次再打开就无任何反应。求助。感谢。 以下是机器的环境。 1 2 4

    3

    opened by dly667 5
  • 卸载时候报错Unable to locate package

    卸载时候报错Unable to locate package

    执行./uninstall.sh时候报错如下,请问有解决方法吗:

    正在准备卸载... Reading package lists... Done Building dependency tree
    Reading state information... Done E: Unable to locate package 1.2deepin-fonts-wine_2.18-12_all.deb E: Unable to locate package 2.1deepin-libwine_2.18-12_i386.deb E: Unable to locate package 2.2deepin-libwine-dbg_2.18-12_i386.deb E: Unable to locate package 2.3deepin-libwine-dev_2.18-12_i386.deb E: Unable to locate package 3.1deepin-wine32_2.18-12_i386.deb E: Unable to locate package 3.2deepin-wine32-preloader_2.18-12_i386.deb E: Unable to locate package 3.3deepin-wine32-tools_2.18-12_i386.deb E: Unable to locate package 3.4deepin-wine32-preloader_2.18-12_i386.deb E: Unable to locate package 4deepin-wine_2.18-12_all.deb E: Unable to locate package 5deepin-wine-binfmt_2.18-12_all.deb E: Unable to locate package 6.1deepin-wine-plugin_1.0deepin2_amd64.deb E: Unable to locate package 6.2deepin-wine-plugin-virtual_1.0deepin1_all.deb E: Unable to locate package 7deepin-wine-helper_1.2deepin8_i386.deb E: Unable to locate package 8deepin-wine-uninstaller_0.1deepin2_i386.deb E: Unable to locate package deepin-fonts-wine_2.18-12_all E: Unable to locate package deepin-libwine_2.18-12_i386 E: Unable to locate package deepin-libwine-dbg_2.18-12_i386 E: Unable to locate package deepin-libwine-dev_2.18-12_i386 E: Unable to locate package deepin-wine_2.18-12_all E: Unable to locate package deepin-wine_2.18-12_all.deb E: Unable to locate package deepin-wine32_2.18-12_i386 E: Unable to locate package deepin-wine32-preloader_2.18-12_i386 E: Unable to locate package deepin-wine32-tools_2.18-12_i386 E: Unable to locate package deepin-wine-binfmt_2.18-12_all E: Unable to locate package deepin-wine-helper_1.2deepin8_i386 E: Unable to locate package deepin-wine-plugin_1.0deepin2_amd64 E: Unable to locate package deepin-wine-plugin-virtual_1.0deepin1_all E: Unable to locate package deepin-wine-uninstaller_0.1deepin2_i386 Reading package lists... Done Building dependency tree
    Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 卸载完成...

    之后查看package时候如下:

    dpkg -l | grep deepin ii deepin-fonts-wine 2.18-12 all Windows API implementation - fonts ii deepin-libwine:i386 2.18-12 i386 Windows API implementation - library ii deepin-libwine-dbg:i386 2.18-12 i386 Windows API implementation - debugging symbols ii deepin-libwine-dev:i386 2.18-12 i386 Windows API implementation - development files ii deepin-wine 2.18-12 all Windows API implementation - standard suite ii deepin-wine-binfmt 2.18-12 all Windows API implementation - binfmt support ii deepin-wine-helper:i386 1.2deepin8 i386 Deepin Wine Helper ii deepin-wine-plugin 1.0deepin2 amd64 Deepin Wine plugin ii deepin-wine-plugin-virtual 1.0deepin1 all Deepin Wine plugin virtual package ii deepin-wine-uninstaller:i386 0.1deepin2 i386 Deepin Wine Uninstaller Tool ii deepin-wine32:i386 2.18-12 i386 Windows API implementation - 32-bit binary loader ii deepin-wine32-preloader:i386 2.18-12 i386 Windows API implementation - prelinked 32-bit binary loader ii deepin-wine32-tools:i386 2.18-12 i386 Windows API implementation - 32-bit developer tools

    执行apt卸载命令也报错:

    sudo apt purge deepin* Reading package lists... Done Building dependency tree
    Reading state information... Done E: Unable to locate package deepin-fonts-wine_2.18-12_all E: Unable to locate package deepin-libwine_2.18-12_i386 E: Unable to locate package deepin-libwine-dbg_2.18-12_i386 E: Unable to locate package deepin-libwine-dev_2.18-12_i386 E: Unable to locate package deepin-wine_2.18-12_all E: Unable to locate package deepin-wine_2.18-12_all.deb E: Unable to locate package deepin-wine32_2.18-12_i386 E: Unable to locate package deepin-wine32-preloader_2.18-12_i386 E: Unable to locate package deepin-wine32-tools_2.18-12_i386 E: Unable to locate package deepin-wine-binfmt_2.18-12_all E: Unable to locate package deepin-wine-helper_1.2deepin8_i386 E: Unable to locate package deepin-wine-plugin_1.0deepin2_amd64 E: Unable to locate package deepin-wine-plugin-virtual_1.0deepin1_all E: Unable to locate package deepin-wine-uninstaller_0.1deepin2_i386

    重新安装后再执行卸载还是这些报错。

    opened by ArkiZh 4
  • 既然可以创建微信快捷键,能不能创建qq的?

    既然可以创建微信快捷键,能不能创建qq的?

    在尝试创建qq快捷键时遇到了问题

    想要创建qq的截图快捷键(ctrl+alt+A),但是ps aux | grep wine找不到QQ.exe,运行.sh也报错

    Defaulting to search window name, class, and classname
    You specified the wrong number of args.
    Usage: key [options] <keysequence> [keysequence ...]
    --clearmodifiers     - clear active keyboard modifiers during keystrokes
    --delay DELAY        - Use DELAY milliseconds between keystrokes
    --repeat TIMES       - How many times to repeat the key sequence
    --repeat-delay DELAY - DELAY milliseconds between repetitions
    --window WINDOW      - send keystrokes to a specific window
    Each keysequence can be any number of modifiers and keys, separated by plus (+)
      For example: alt+r
    
    Any letter or key symbol such as Shift_L, Return, Dollar, a, space are valid,
    including those not currently available on your keyboard.
    
    If no window is given, and there are windows in the stack, %1 is used. Otherwise
    the currently-focused window is used
    This command consumes all arguments after it, so you cannot chain
     additional commands after it.
    

    谢谢了

    opened by hsh778205 1
  • Ubuntu22安装失败,依赖问题

    Ubuntu22安装失败,依赖问题

    在处理时有错误发生: deepin-libwine:i386 deepin-libwine-dbg:i386 deepin-libwine-dev:i386 deepin-wine32:i386 deepin-wine32-preloader:i386 deepin-wine32-tools:i386 deepin-wine deepin-wine-binfmt deepin-wine-plugin-virtual deepin-wine-helper:i386 安装完成,正在自动安装依赖... 正在读取软件包列表... 完成 正在分析软件包的依赖关系树... 完成 正在读取状态信息... 完成
    正在修复依赖关系... 完成 下列软件包将被【卸载】: ...............

    有成功在Ubuntu22上面安装成功的吗

    opened by James-Heller 3
Releases(2.18-12-3)
Owner
星外之神
其安易持,其未兆易谋;其脆易泮,其微易散。为之于未有,治之于未乱。合抱之木,生于毫末;九层之台,起于累土;千里之行,始于足下。为者败之,执者失之。是以圣人无为故无败,无执故无失。民之从事,常于几成而败之。慎终如始,则无败事。是以圣人欲不欲,不贵难得之货,学不学,复众人之所过,以辅万物之自然而不敢为。
星外之神
Make your Pop!_OS (Ubuntu Linux) shortcut key experience more like Mac OS

Meta Mac Enables a Mac OS-like shortcut key experience on Pop!_OS (and most Ubuntu-based Linux distros). Installation Download or git clone this repos

Duane Johnson 14 Dec 31, 2022
PHP Encoder, protect PHP scripts in PHP 8 and PHP 7, High Performance, Compitable with X86_64, MIPS, ARM platform and Ubuntu/Centos/OpenWRT system.

What's FRICC2? FRICC2 is a PHP Script encryption tool. When you are developing a commercial software using PHP, the script can be distributed as encry

Hoowa Sun 43 Dec 12, 2022
A graphical application to enhance user experience with Ubuntu on WSL during the distro installation process.

Ubuntu WSL Splash TODO: Place a CI badge here. TODO: Put a nice screenshot here when we get one. A graphical application to enhance user experience wi

Ubuntu 15 Dec 18, 2022
Yet another matrix client. Click packaging for locally running on Ubuntu Touch

Cinny Click Packaging Cinny is a Matrix client focusing primarily on simple, elegant and secure interface. License Cinny source package licensed under

Nitan Alexandru Marcel 6 Nov 15, 2022
Xournal++ is a handwriting notetaking software with PDF annotation support. Written in C++ with GTK3, supporting Linux (e.g. Ubuntu, Debian, Arch, SUSE), macOS and Windows 10. Supports pen input from devices such as Wacom Tablets.

Xournal++ is a hand note taking software written in C++ with the target of flexibility, functionality and speed. Stroke recognizer and other parts are based on Xournal Code

Xournalpp 7.9k Jan 7, 2023
New deepin session, based on systemd and existing projects.

dde-session Description: dde-session is used for launching DDE components systemd service project. This project refers to a part of GNOME session docu

Wuhan deepin Technology Co.,Ltd. 2 Dec 29, 2021
Package manager for linux that installs windows apps through wine

Winepkg A package manager for linux that installs windows apps through wine. Usage winepkg -Si mspaint Install Dependencies: wine winetricks wget cur

null 2 May 27, 2022
Compatibility tool for Steam Play based on Wine and additional components

Introduction Proton is a tool for use with the Steam client which allows games which are exclusive to Windows to run on the Linux operating system. It

Valve Software 19.1k Dec 30, 2022
Ubuntu OverlayFS Local Privesc

CVE-2021-3493 Ubuntu OverlayFS Local Privesc Affected Versions Ubuntu 20.10 Ubuntu 20.04 LTS Ubuntu 18.04 LTS Ubuntu 16.04 LTS Ubuntu 14.04 ESM Usage

Chris Wild 327 Dec 17, 2022
CVE-2021-3493 Ubuntu OverlayFS Local Privesc (Interactive Bash Shell & Execute Command Entered)

CVE-2021-3493 Ubuntu OverlayFS Local Privesc Description "Ubuntu specific issue in the overlayfs file system in the Linux kernel where it did not prop

3ND 31 Nov 9, 2022
Make your Pop!_OS (Ubuntu Linux) shortcut key experience more like Mac OS

Meta Mac Enables a Mac OS-like shortcut key experience on Pop!_OS (and most Ubuntu-based Linux distros). Installation Download or git clone this repos

Duane Johnson 14 Dec 31, 2022
PHP Encoder, protect PHP scripts in PHP 8 and PHP 7, High Performance, Compitable with X86_64, MIPS, ARM platform and Ubuntu/Centos/OpenWRT system.

What's FRICC2? FRICC2 is a PHP Script encryption tool. When you are developing a commercial software using PHP, the script can be distributed as encry

Hoowa Sun 43 Dec 12, 2022
A graphical application to enhance user experience with Ubuntu on WSL during the distro installation process.

Ubuntu WSL Splash TODO: Place a CI badge here. TODO: Put a nice screenshot here when we get one. A graphical application to enhance user experience wi

Ubuntu 15 Dec 18, 2022
Yet another matrix client. Click packaging for locally running on Ubuntu Touch

Cinny Click Packaging Cinny is a Matrix client focusing primarily on simple, elegant and secure interface. License Cinny source package licensed under

Nitan Alexandru Marcel 6 Nov 15, 2022