Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

KDE环境完全无法使用wine-tim #12

Closed
@BeiyanYunyi

Description

@BeiyanYunyi

与lulinux上面的描述一致。
目前已测试桌面环境(均为manjaro、gdm):
GNOME√
MATE√
XFCE√
LXDE√
i3(dmenu无法找到)
KDE×

Activity

lulinux

lulinux commented on Jul 30, 2018

@lulinux
Collaborator

是的。KDE的问题。

jamy3531

jamy3531 commented on Jul 31, 2018

@jamy3531

我的Linux Mint 18.2 KDE也用不了,之前我也提过issue#8,不知道你的是不是这个问题

Peytonlan

Peytonlan commented on Dec 3, 2018

@Peytonlan

X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 20 (X_GetProperty)
Resource id in failed request: 0x0
Serial number of failed request: 10
Current serial number in output stream: 10

这个问题其实和 KDE 无关, 应该是 deepin 在打包 deepin-wine 的过程中有意或者无意加入了 GNOME 依赖

执行 /usr/lib/gnome-settings-daemon/gsd-xsettings & 即可
如果 GNOME 的版本较低(比如Debian 9), 没有单独的 gsd-xsettings 可执行文件, 则执行 gnome-settings-daemon &

测试环境:
Openbox@Xspice@15.8@Deepin@LXD@Snappy@9@Debian@LXD@Snappy@28@Fedora
KDE@Xspice@15.8@Deepin@LXD@Snappy@9@Debian@LXD@Snappy@28@Fedora

deepin-wine 谁维护的最好? 当然是 deepin
所以把 deepin 丢到LXD里运行就好, 移植 deepin 的包到其它发行版累, 而且需要持续和 deepin 保持更新, 也累...

Peytonlan

Peytonlan commented on Dec 4, 2018

@Peytonlan

QQ开启视频的方法

测试环境:
Openbox@Xspice@18.04@Ubuntu@LXD@Snappy@28@Fedora@LXD@Snappy@28@Fedora

从 deepin 源取 deepin-desktop-schemas 包安装
从 deepin 源取 startdde 包, 取出其中的 startdde 可执行文件即可, ldd startdde 查找缺失运行库, 补齐依赖运行库
其它文件安装参照通用方法

export DESKTOP_SESSION=deepin
/usr/local/bin/startdde &
sleep 3
/opt/deepinwine/apps/Deepin-TIM/run.sh

执行了 startdde, 就不必执行 gsd-xsettings, 不会再报 BadWindow 错误

还是直接把 deepin 丢到 LXD 里要省事些

wszqkzqk

wszqkzqk commented on Feb 2, 2019

@wszqkzqk
Owner

已适配KDE neon
快更新吧

xuthus5

xuthus5 commented on Feb 14, 2019

@xuthus5

X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 20 (X_GetProperty)
Resource id in failed request: 0x0
Serial number of failed request: 10
Current serial number in output stream: 10

这个问题其实和 KDE 无关, 应该是 deepin 在打包 deepin-wine 的过程中有意或者无意加入了 GNOME 依赖

执行 /usr/lib/gnome-settings-daemon/gsd-xsettings & 即可
如果 GNOME 的版本较低(比如Debian 9), 没有单独的 gsd-xsettings 可执行文件, 则执行 gnome-settings-daemon &

测试环境:
Openbox@Xspice@15.8@Deepin@LXD@Snappy@9@Debian@LXD@Snappy@28@Fedora
KDE@Xspice@15.8@Deepin@LXD@Snappy@9@Debian@LXD@Snappy@28@Fedora

deepin-wine 谁维护的最好? 当然是 deepin
所以把 deepin 丢到LXD里运行就好, 移植 deepin 的包到其它发行版累, 而且需要持续和 deepin 保持更新, 也累...

我的环境是Fedora-KDE-29,我并没有找到/usr/lib/gnome-settings-daemon/gsd-xsettings 以及gnome-settings-daemon,请问你是怎么操作的

wszqkzqk

wszqkzqk commented on Feb 14, 2019

@wszqkzqk
Owner

X请求失败的错误:BadWindow(窗口参数无效)
失败请求的主要操作码:20(X_GetProperty)
失败请求中的资源ID:0x0
失败请求的
序列号:10输出流中的当前序列号:10
这个问题其实和KDE无关,应该是deepin在打包deepin-wine的过程中有意或者无意加入了GNOME依赖
执行/ usr / lib / gnome-settings-daemon / gsd-xsettings&即可
如果GNOME的版本较低(比如Debian 9),没有单独的gsd-xsettings可执行文件,则执行gnome-settings-daemon&
测试环境:
Openbox @ Xspice @ 15.8 @ Deepin @ LXD @ Snappy @ 9 @ Debian @ LXD @ Snappy @ 28 @ Fedora
KDE @ Xspice @ 15.8 @ Deepin @ LXD @ Snappy @ 9 @ Debian @ LXD @ Snappy @ 28 @ Fedora
deepin-wine谁维护的最好?当然是deepin
所以把deepin丢到LXD里运行就好,移植deepin的包到其他发行版累,而且需要持续和deepin保持更新,也累...

我的环境是Fedora-KDE-29,我并没有找到/ usr / lib / gnome-settings-daemon / gsd-xsettings以及gnome-settings-daemon,请问你是怎么操作的

需要另行安装软件

Peytonlan

Peytonlan commented on Feb 14, 2019

@Peytonlan

@xuthus5

查找 gnome-settings-daemon 软件包
dnf search gnome-settings-daemon
依据 gsd-xsettings 文件查软件包
dnf provides */gsd-xsettings

但是你似乎没明白 KDE@Xspice@15.8@Deepin@LXD@Snappy@9@Debian@LXD@Snappy@28@Fedora 的意思
28@Fedora: 主机系统 Fedora 28
Snappy@28@Fedora: Fedora 28 上安装了 snapd
LXD@Snappy: 通过 snapd 安装了 LXD
9@Debian@LXD: 使用 LXD 运行 Debian 9
15.8@Deepin@LXD: 使用 LXD 运行 Deepin 15.8
Xspice@15.8@Deepin: Xspice 运行于 Deepin 15.8
KDE@Xspice: KDE 运行于 Xspice
我只不过以这种方式描述了当时的测试环境, 实际使用环境并不需要这么复杂

所以 deepin-wine 并不是直接运行在 Fedora 28 上, 而是 Deepin 15.8
/usr/lib/gnome-settings-daemon/gsd-xsettings 是 gnome-settings-daemon 的 gsd-xsettings 在 Deepin 15.8 上的位置

实际使用时, 可通过 LXD 的 GPU passthru 方式, 让运行于 Deepin 上的 deepin-wine 相关应用直接显示在 Fedora 的任意桌面上

OvenTX

OvenTX commented on Feb 28, 2019

@OvenTX

直接装个gnome桌面也行

29 remaining items

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @zhanghanduo@lulinux@jamy3531@wszqkzqk@BeiyanYunyi

        Issue actions

          KDE环境完全无法使用wine-tim · Issue #12 · wszqkzqk/deepin-wine-ubuntu