这看起来是软件包损坏
这是个壁纸包?有趣,我看一下,能找到投递者的话让他重新投一下,找不到的话就得下架了
应用太多了,希望这次转向APM可以降低一些维护压力
确实,星火里有不少软件实际已经无法运行了,如果不能找到新的维护者可以暂时下架,宁缺毋滥
这看起来是软件包损坏
这是个壁纸包?有趣,我看一下,能找到投递者的话让他重新投一下,找不到的话就得下架了
应用太多了,希望这次转向APM可以降低一些维护压力
确实,星火里有不少软件实际已经无法运行了,如果不能找到新的维护者可以暂时下架,宁缺毋滥
你说的是这个?“”依赖: deepin-elf-verify (>= 1.1.10-1) but it is not installable”,不是deepin呗!

依赖包我最后都一个个补齐了,最后还是那个提示,我估计是还有其他依赖关系,作者打包的时候没有写完
依赖包我最后都一个个补齐了,最后还是那个提示,我估计是还有其他依赖关系,作者打包的时候没有写完
不是依赖关系,是软件包损坏
https://community-packages.deepin.com/deepin/pool/main/d/deepin-elf-verify/
https://mirrors.aliyun.com/deepin/beige/pool/commercial/d/deepin-ai-daemon/
这是链接,慎用哈,非deepin容易挂
仅供参考,不负责。
不是这两个依赖,是壁纸包本体
uos-wallpapers那个
确实,星火里有不少软件实际已经无法运行了,如果不能找到新的维护者可以暂时下架,宁缺毋滥
现在的想法是逐步转APM,转成功能用的就只留APM,不能用的就彻底下架
这个界面非常好看,楼主能不能在应用详情里加个用户评价的功能
这个界面非常好看,楼主能不能在应用详情里加个用户评价的功能
我这边和团队成员沟通下吧,服务不能放国内
我这边和团队成员沟通下吧,服务不能放国内
@momen 要做吗?买个HK主机
mint22.3 x11 27寸4k, 最新版的企业微信右侧和下方有一部分透明区域, 最大化再还原以后显示正常了。

这个软件包方便发一下吗?看来是星火上面那个包是损坏的
apt download 下
我下到了,亲测可以解包没有损坏
链接: https://yun.139.com/shareweb/#/w/i/2u8op9K8TSpr9 提取码:tb01
@momen 要做吗?买个HK主机
可以用 github issue 做评论,比如 utterances
在debian13+cinnamon下星火应用商店更新到最新版,安装血战上海滩后,双击打开屏闪一下就没有了,用终端运行如下错误提示:
[DEBUG]: Using p7zip-legacy as unpacker
[DEBUG]: Run com.xz.deepin 1.0 c:\血战上海滩\shanghai\shanghai.exe -f
[DEBUG]: run com.xz.deepin progress pid
/home/xxx/Desktop 不是目录,不能创建Desktop软连接
/home/xxx/Downloads 不是目录,不能创建Downloads软连接
wine version: 6.0
Fontconfig warning: "/usr/share/fontconfig/conf.avail/05-reset-dirs-sample.conf", line 6: unknown element "reset-dirs"
操作完成
[DEBUG]: CallApp com.xz.deepin arg count 1: c:\血战上海滩\shanghai\shanghai.exe
/opt/spark-dwine-helper/spark_run_v4_app_configs/com.xz.deepin.sh 文件不存在,执行通用启动
Don't use public dir
2026年 04月 01日 星期三 22:47:15 CST:kill com.xz.deepin block
2026年 04月 01日 星期三 22:47:15 CST:tag bottle: /home/xxx/.deepinwine/com.xz.deepin
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/dbus/bus.py", line 173, in activate_name_owner
return self.get_name_owner(bus_name)
File "/usr/lib/python3/dist-packages/dbus/bus.py", line 348, in get_name_owner
return self.call_blocking(BUS_DAEMON_NAME, BUS_DAEMON_PATH,
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
BUS_DAEMON_IFACE, 'GetNameOwner',
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
's', (bus_name,))
^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/dbus/connection.py", line 696, in call_blocking
reply_message = self.send_message_with_reply_and_block(
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'com.deepin.dde.TrayManager': no such name
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/spark-dwine-helper/spark_get_tray_window", line 22, in
get_tray_window()
~~~~~~~~~~~~~~~^^
File "/opt/spark-dwine-helper/spark_get_tray_window", line 11, in get_tray_window
traymanager = bus.get_object("com.deepin.dde.TrayManager", "/com/deepin/dde/TrayManager")
File "/usr/lib/python3/dist-packages/dbus/bus.py", line 237, in get_object
return self.ProxyObjectClass(self, bus_name, object_path,
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
introspect=introspect,
^^^^^^^^^^^^^^^^^^^^^^
follow_name_owner_changes=follow_name_owner_changes)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/dbus/proxies.py", line 250, in __init__
self._named_service = conn.activate_name_owner(bus_name)
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/usr/lib/python3/dist-packages/dbus/bus.py", line 178, in activate_name_owner
self.start_service_by_name(bus_name)
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/usr/lib/python3/dist-packages/dbus/bus.py", line 273, in start_service_by_name
return (True, self.call_blocking(BUS_DAEMON_NAME, BUS_DAEMON_PATH,
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
BUS_DAEMON_IFACE,
^^^^^^^^^^^^^^^^^
'StartServiceByName',
^^^^^^^^^^^^^^^^^^^^^
'su', (bus_name, flags)))
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/dbus/connection.py", line 696, in call_blocking
reply_message = self.send_message_with_reply_and_block(
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name com.deepin.dde.TrayManager was not provided by any .service files
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
2026年 04月 01日 星期三 22:47:15 CST:active bottles:
2026年 04月 01日 星期三 22:47:15 CST:try to kill /home/xxx/.deepinwine/com.xz.deepin
2026年 04月 01日 星期三 22:47:15 CST:kill /home/xxx/.deepinwine/com.xz.deepin by /opt/deepin-wine6-stable/bin/wineserver
cat: /proc/725/maps: 权限不够
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
cat: /proc/725/maps: 权限不够
cat: /proc/783/maps: 权限不够
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
cat: /proc/783/maps: 权限不够
cat: /proc/1028/maps: 权限不够
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
cat: /proc/1028/maps: 权限不够
cat: /proc/1090/maps: 权限不够
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
cat: /proc/1090/maps: 权限不够
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
cat: /proc/1643/maps: 权限不够
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
cat: /proc/1643/maps: 权限不够
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
cat: /proc/1938/maps: 权限不够
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
cat: /proc/1938/maps: 权限不够
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
cat: /proc/17541/maps: 权限不够
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
cat: /proc/17541/maps: 权限不够
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
cat: /proc/41695/maps: 没有那个文件或目录
cat: /proc/41695/cmdlinexargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
: 没有那个文件或目录
cat: /proc/41695/maps: 没有那个文件或目录
xxx 42329 41581 0 22:47 pts/0 00:00:00 grep -E xxx.*exe.*
/home/xxx/.deepinwine/com.xz.deepin/drive_c/血战上海滩/shanghai
wine version: 6.0
Fontconfig warning: "/usr/share/fontconfig/conf.avail/05-reset-dirs-sample.conf", line 6: unknown element "reset-dirs"
操作完成
[DEBUG]: Starting process c:\血战上海滩\shanghai\shanghai.exe ...
/opt/spark-dwine-helper/spark-dwine-helper/scale-set-helper
Loading transhell from /opt/spark-dwine-helper/spark-dwine-helper/scale-set-helper/transhell/get-scale.sh_en_US.transhell ...
Loading transhell from /opt/spark-dwine-helper/spark-dwine-helper/scale-set-helper/transhell/get-scale.sh_zh_CN.transhell ...
-----------------------------------------------------------------------------------------------------------------------------
全局参数的位置在 /home/xxx/.config/spark-wine/scale.txt
已经设置过全局参数,使用
全局参数的位置在 /home/xxx/.config/spark-wine/scale.txt,如果需要更换请删除此文件重新生成
检测到的缩放倍数为:1.0
Scale is 1.0
用deepin-wine6-stable执行指令
指令为
env WINEPREFIX=/home/xxx/.deepinwine/com.xz.deepin deepin-wine6-stable reg ADD 'HKCU\Control Panel\Desktop' /v LogPixels /t REG_DWORD /d 96 /f
Fontconfig warning: "/usr/share/fontconfig/conf.avail/05-reset-dirs-sample.conf", line 6: unknown element "reset-dirs"
操作完成
Fontconfig warning: "/usr/share/fontconfig/conf.avail/05-reset-dirs-sample.conf", line 6: unknown element "reset-dirs"
----------------------------------------------------------------------------------------------------------------------
以上是在终端中执行的输出,请在反馈问题的时候完整复制并贴上
按回车结束
debina13+cinnamon安装
统信Wine应用迁移助手(魔改包,支持 Debian/GXDE)
deepin-wine-builder · 3.5.0.4-1~gf0~gf0 下载不成功。错误提示如下:
08:19:08开始下载...
08:24:1808:24:1808:24:1808:24:21执行安装: /usr/bin/pkexec /opt/spark-store/extras/shell-caller.sh ssinstall /tmp/spark-store/download/deepin-wine-builder/deepin-wine-builder_3.5.0.4-1~gf0~gf0_amd64.deb --delete-after-install
08:24:21Loading transhell from /usr/share/ssinstall/transhell/ssinstall_en_US.transhell ... Loading transhell from /usr/share/ssinstall/transhell/ssinstall_zh_CN.transhell ... ----------------------------------------------------------------------------- 正在运行包验证... Running Spark Package Verify...
08:24:21忽略ACE,使用主机安装 deepin-wine-builder
08:24:21[apt-fast 08:24:21] [apt-fast 08:24:21]Working... this may take a while. [apt-fast 08:24:21]正在工作中,请稍等
08:24:24错误: 无法修正错误,因为您要求某些软件包保持现状,就是它们破坏了软件包间的依赖关系。 错误: The following information from --solver 3.0 may provide additional context: Unable to satisfy dependencies. Reached two conflicting decisions: 1. deepin-wine-builder:amd64=3.5.0.4-1~gf0~gf0 is selected for install 2. deepin-wine-builder:amd64 依赖 deepin-wine10-stable (>= 10.14deepin7) but none of the choices are installable: [no choices] [apt-fast 08:24:21]Package manager quit with exit code. Here is the log [apt-fast 08:24:21]包管理器以错误代码退出.日志如下 [apt-fast 08:24:21] 正在读取软件包列表... 正在分析软件包的依赖关系树... 正在读取状态信息... 正在解析依赖... 有一些软件包无法被安装。如果您用的是 unstable 发行版,这也许是 因为系统无法达到您要求的状态造成的。该版本中可能会有一些您需要的软件 包尚未被创建或是它们已被从新到(Incoming)目录移出。 下列信息可能会对解决问题有所帮助: 无法满足的依赖关系: deepin-wine-builder : 依赖: deepin-wine10-stable (>= 10.14deepin7) 但是它将不会被安装 推荐: deepin-wine8-stable (>= 8.16deepin41) 推荐: deepin-wine-staging (>= 10.0deepin5) 但是它将不会被安装 推荐: deepin-wine-logtool 但无法安装它 [1;33m注意:尽管报错信息提示使用 apt(如 apt install --fix-broken)修复问题,但请在排查错误时使用 aptss 进行替代(对于例子,请改为使用 aptss install --fix-broken)。[0m 初始dry-run测试失败,尝试更新后重试... [1;32m正在从服务器获取配置和镜像列表……[0m
08:24:24######################################################################## 100.0% [[96mINFO[0m]: [1msparkstore.list update done[0m ######################################################################## 100.0% [[96mINFO[0m]: [1mapt-fast.conf update done[0m
08:24:25命中:1 https://mirrors.tuna.tsinghua.edu.cn/debian trixie InRelease 命中:2 https://mirrors.tuna.tsinghua.edu.cn/debian trixie-updates InRelease 命中:3 https://d.spark-app.store/store InRelease 命中:4 https://mirrors.tuna.tsinghua.edu.cn/debian-security trixie-security InRelease
08:24:25正在读取软件包列表...
08:24:26正在分析软件包的依赖关系树...
08:24:26正在读取状态信息... 所有软件包均为最新。
08:24:27[apt-fast 08:24:26] [apt-fast 08:24:26]Working... this may take a while. [apt-fast 08:24:26]正在工作中,请稍等
08:24:28错误: 无法修正错误,因为您要求某些软件包保持现状,就是它们破坏了软件包间的依赖关系。 错误: The following information from --solver 3.0 may provide additional context: Unable to satisfy dependencies. Reached two conflicting decisions: 1. deepin-wine-builder:amd64=3.5.0.4-1~gf0~gf0 is selected for install 2. deepin-wine-builder:amd64 依赖 deepin-wine10-stable (>= 10.14deepin7) but none of the choices are installable: [no choices] [apt-fast 08:24:26]Package manager quit with exit code. Here is the log [apt-fast 08:24:26]包管理器以错误代码退出.日志如下 [apt-fast 08:24:26] 正在读取软件包列表... 正在分析软件包的依赖关系树... 正在读取状态信息... 正在解析依赖... 有一些软件包无法被安装。如果您用的是 unstable 发行版,这也许是 因为系统无法达到您要求的状态造成的。该版本中可能会有一些您需要的软件 包尚未被创建或是它们已被从新到(Incoming)目录移出。 下列信息可能会对解决问题有所帮助: 无法满足的依赖关系: deepin-wine-builder : 依赖: deepin-wine10-stable (>= 10.14deepin7) 但是它将不会被安装 推荐: deepin-wine8-stable (>= 8.16deepin41) 推荐: deepin-wine-staging (>= 10.0deepin5) 但是它将不会被安装 推荐: deepin-wine-logtool 但无法安装它 [1;33m注意:尽管报错信息提示使用 apt(如 apt install --fix-broken)修复问题,但请在排查错误时使用 aptss 进行替代(对于例子,请改为使用 aptss install --fix-broken)。[0m dry-run测试仍然失败,放弃安装 未指定安装后删除软件包或安装出错,不删除 Deb 包。 软件包未在主机安装:deepin-wine-builder 安装异常!抛出错误 OMG-IT-GOES-WRONG 安装失败,可尝试安装对应的 APM 版本应用;若无对应的 APM 版本应用,可提交用户反馈
09:06:07重新开始下载...
09:06:0709:06:0709:06:07已清理旧文件: deepin-wine-builder_3.5.0.4-1~gf0~gf0_amd64.deb
09:06:0709:06:13执行安装: /usr/bin/pkexec /opt/spark-store/extras/shell-caller.sh ssinstall /tmp/spark-store/download/deepin-wine-builder/deepin-wine-builder_3.5.0.4-1~gf0~gf0_amd64.deb --delete-after-install
09:06:13Loading transhell from /usr/share/ssinstall/transhell/ssinstall_en_US.transhell ... Loading transhell from /usr/share/ssinstall/transhell/ssinstall_zh_CN.transhell ... ----------------------------------------------------------------------------- 正在运行包验证... Running Spark Package Verify...
09:06:13忽略ACE,使用主机安装 deepin-wine-builder
09:06:13[apt-fast 09:06:13] [apt-fast 09:06:13]Working... this may take a while. [apt-fast 09:06:13]正在工作中,请稍等
09:06:15错误: 无法修正错误,因为您要求某些软件包保持现状,就是它们破坏了软件包间的依赖关系。 错误: The following information from --solver 3.0 may provide additional context: Unable to satisfy dependencies. Reached two conflicting decisions: 1. deepin-wine-builder:amd64=3.5.0.4-1~gf0~gf0 is selected for install 2. deepin-wine-builder:amd64 依赖 deepin-wine10-stable (>= 10.14deepin7) but none of the choices are installable: [no choices] [apt-fast 09:06:13]Package manager quit with exit code. Here is the log [apt-fast 09:06:13]包管理器以错误代码退出.日志如下 [apt-fast 09:06:13] 正在读取软件包列表... 正在分析软件包的依赖关系树... 正在读取状态信息... 正在解析依赖... 有一些软件包无法被安装。如果您用的是 unstable 发行版,这也许是 因为系统无法达到您要求的状态造成的。该版本中可能会有一些您需要的软件 包尚未被创建或是它们已被从新到(Incoming)目录移出。 下列信息可能会对解决问题有所帮助: 无法满足的依赖关系: deepin-wine-builder : 依赖: deepin-wine10-stable (>= 10.14deepin7) 但是它将不会被安装 推荐: deepin-wine8-stable (>= 8.16deepin41) 推荐: deepin-wine-staging (>= 10.0deepin5) 但是它将不会被安装 推荐: deepin-wine-logtool 但无法安装它 [1;33m注意:尽管报错信息提示使用 apt(如 apt install --fix-broken)修复问题,但请在排查错误时使用 aptss 进行替代(对于例子,请改为使用 aptss install --fix-broken)。[0m 初始dry-run测试失败,尝试更新后重试... [1;32m正在从服务器获取配置和镜像列表……[0m
09:06:15######################################################################## 100.0% [[96mINFO[0m]: [1msparkstore.list update done[0m ######################################################################## 100.0% [[96mINFO[0m]: [1mapt-fast.conf update done[0m
09:06:16命中:1 https://mirrors.tuna.tsinghua.edu.cn/debian trixie InRelease 命中:2 https://mirrors.tuna.tsinghua.edu.cn/debian trixie-updates InRelease 命中:3 https://mirrors.tuna.tsinghua.edu.cn/debian-security trixie-security InRelease
09:06:16命中:4 https://d.spark-app.store/store InRelease 正在读取软件包列表...
09:06:19正在分析软件包的依赖关系树...
09:06:19正在读取状态信息... 有 4 个软件包可以升级。请执行 ‘apt list --upgradable’ 来查看它们。
09:06:19[apt-fast 09:06:19] [apt-fast 09:06:19]Working... this may take a while. [apt-fast 09:06:19]正在工作中,请稍等
09:06:21错误: 无法修正错误,因为您要求某些软件包保持现状,就是它们破坏了软件包间的依赖关系。 错误: The following information from --solver 3.0 may provide additional context: Unable to satisfy dependencies. Reached two conflicting decisions: 1. deepin-wine-builder:amd64=3.5.0.4-1~gf0~gf0 is selected for install 2. deepin-wine-builder:amd64 依赖 deepin-wine10-stable (>= 10.14deepin7) but none of the choices are installable: [no choices] [apt-fast 09:06:19]Package manager quit with exit code. Here is the log [apt-fast 09:06:19]包管理器以错误代码退出.日志如下 [apt-fast 09:06:19] 正在读取软件包列表... 正在分析软件包的依赖关系树... 正在读取状态信息... 正在解析依赖... 有一些软件包无法被安装。如果您用的是 unstable 发行版,这也许是 因为系统无法达到您要求的状态造成的。该版本中可能会有一些您需要的软件 包尚未被创建或是它们已被从新到(Incoming)目录移出。 下列信息可能会对解决问题有所帮助: 无法满足的依赖关系: deepin-wine-builder : 依赖: deepin-wine10-stable (>= 10.14deepin7) 但是它将不会被安装 推荐: deepin-wine8-stable (>= 8.16deepin41) 推荐: deepin-wine-staging (>= 10.0deepin5) 但是它将不会被安装 推荐: deepin-wine-logtool 但无法安装它 [1;33m注意:尽管报错信息提示使用 apt(如 apt install --fix-broken)修复问题,但请在排查错误时使用 aptss 进行替代(对于例子,请改为使用 aptss install --fix-broken)。[0m dry-run测试仍然失败,放弃安装 未指定安装后删除软件包或安装出错,不删除 Deb 包。 软件包未在主机安装:deepin-wine-builder 安装异常!抛出错误 OMG-IT-GOES-WRONG 安装失败,可尝试安装对应的 APM 版本应用;若无对应的 APM 版本应用,可提交用户反馈
在debian13+cinnamon下星火应用商店更新到最新版,安装血战上海滩后,双击打开屏闪一下就没有了,用终端运行如下错误提示:
[DEBUG]: Using p7zip-legacy as unpacker
[DEBUG]: Run com.xz.deepin 1.0 c:\血战上海滩\shanghai\shanghai.exe -f
[DEBUG]: run com.xz.deepin progress pid
/home/xxx/Desktop 不是目录,不能创建Desktop软连接
/home/xxx/Downloads 不是目录,不能创建Downloads软连接
wine version: 6.0
Fontconfig warning: "/usr/share/fontconfig/conf.avail/05-reset-dirs-sample.conf", line 6: unknown element "reset-dirs"
操作完成
[DEBUG]: CallApp com.xz.deepin arg count 1: c:\血战上海滩\shanghai\shanghai.exe
/opt/spark-dwine-helper/spark_run_v4_app_configs/com.xz.deepin.sh 文件不存在,执行通用启动
Don't use public dir
2026年 04月 01日 星期三 22:47:15 CST:kill com.xz.deepin block
2026年 04月 01日 星期三 22:47:15 CST:tag bottle: /home/xxx/.deepinwine/com.xz.deepin
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/dbus/bus.py", line 173, in activate_name_owner
return self.get_name_owner(bus_name)
File "/usr/lib/python3/dist-packages/dbus/bus.py", line 348, in get_name_owner
return self.call_blocking(BUS_DAEMON_NAME, BUS_DAEMON_PATH,
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
BUS_DAEMON_IFACE, 'GetNameOwner',
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
's', (bus_name,))
^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/dbus/connection.py", line 696, in call_blocking
reply_message = self.send_message_with_reply_and_block(
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'com.deepin.dde.TrayManager': no such name
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/spark-dwine-helper/spark_get_tray_window", line 22, in
get_tray_window()
~~~~~~~~~~~~~~~^^
File "/opt/spark-dwine-helper/spark_get_tray_window", line 11, in get_tray_window
traymanager = bus.get_object("com.deepin.dde.TrayManager", "/com/deepin/dde/TrayManager")
File "/usr/lib/python3/dist-packages/dbus/bus.py", line 237, in get_object
return self.ProxyObjectClass(self, bus_name, object_path,
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
introspect=introspect,
^^^^^^^^^^^^^^^^^^^^^^
follow_name_owner_changes=follow_name_owner_changes)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/dbus/proxies.py", line 250, in __init__
self._named_service = conn.activate_name_owner(bus_name)
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/usr/lib/python3/dist-packages/dbus/bus.py", line 178, in activate_name_owner
self.start_service_by_name(bus_name)
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/usr/lib/python3/dist-packages/dbus/bus.py", line 273, in start_service_by_name
return (True, self.call_blocking(BUS_DAEMON_NAME, BUS_DAEMON_PATH,
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
BUS_DAEMON_IFACE,
^^^^^^^^^^^^^^^^^
'StartServiceByName',
^^^^^^^^^^^^^^^^^^^^^
'su', (bus_name, flags)))
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/dbus/connection.py", line 696, in call_blocking
reply_message = self.send_message_with_reply_and_block(
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name com.deepin.dde.TrayManager was not provided by any .service files
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
2026年 04月 01日 星期三 22:47:15 CST:active bottles:
2026年 04月 01日 星期三 22:47:15 CST:try to kill /home/xxx/.deepinwine/com.xz.deepin
2026年 04月 01日 星期三 22:47:15 CST:kill /home/xxx/.deepinwine/com.xz.deepin by /opt/deepin-wine6-stable/bin/wineserver
cat: /proc/725/maps: 权限不够
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
cat: /proc/725/maps: 权限不够
cat: /proc/783/maps: 权限不够
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
cat: /proc/783/maps: 权限不够
cat: /proc/1028/maps: 权限不够
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
cat: /proc/1028/maps: 权限不够
cat: /proc/1090/maps: 权限不够
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
cat: /proc/1090/maps: 权限不够
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
cat: /proc/1643/maps: 权限不够
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
cat: /proc/1643/maps: 权限不够
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
cat: /proc/1938/maps: 权限不够
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
cat: /proc/1938/maps: 权限不够
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
cat: /proc/17541/maps: 权限不够
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
cat: /proc/17541/maps: 权限不够
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
xargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
cat: /proc/41695/maps: 没有那个文件或目录
cat: /proc/41695/cmdlinexargs: 警告:选项 --max-lines 和 --replace/-I/-i 互斥,已忽略之前的 --max-lines 值
: 没有那个文件或目录
cat: /proc/41695/maps: 没有那个文件或目录
xxx 42329 41581 0 22:47 pts/0 00:00:00 grep -E xxx.*exe.*
/home/xxx/.deepinwine/com.xz.deepin/drive_c/血战上海滩/shanghai
wine version: 6.0
Fontconfig warning: "/usr/share/fontconfig/conf.avail/05-reset-dirs-sample.conf", line 6: unknown element "reset-dirs"
操作完成
[DEBUG]: Starting process c:\血战上海滩\shanghai\shanghai.exe ...
/opt/spark-dwine-helper/spark-dwine-helper/scale-set-helper
Loading transhell from /opt/spark-dwine-helper/spark-dwine-helper/scale-set-helper/transhell/get-scale.sh_en_US.transhell ...
Loading transhell from /opt/spark-dwine-helper/spark-dwine-helper/scale-set-helper/transhell/get-scale.sh_zh_CN.transhell ...
-----------------------------------------------------------------------------------------------------------------------------
全局参数的位置在 /home/xxx/.config/spark-wine/scale.txt
已经设置过全局参数,使用
全局参数的位置在 /home/xxx/.config/spark-wine/scale.txt,如果需要更换请删除此文件重新生成
检测到的缩放倍数为:1.0
Scale is 1.0
用deepin-wine6-stable执行指令
指令为
env WINEPREFIX=/home/xxx/.deepinwine/com.xz.deepin deepin-wine6-stable reg ADD 'HKCU\Control Panel\Desktop' /v LogPixels /t REG_DWORD /d 96 /f
Fontconfig warning: "/usr/share/fontconfig/conf.avail/05-reset-dirs-sample.conf", line 6: unknown element "reset-dirs"
操作完成
Fontconfig warning: "/usr/share/fontconfig/conf.avail/05-reset-dirs-sample.conf", line 6: unknown element "reset-dirs"
----------------------------------------------------------------------------------------------------------------------
以上是在终端中执行的输出,请在反馈问题的时候完整复制并贴上
按回车结束
这个包太老了,我去看看能不能救,不行就下架了
debina13+cinnamon安装
统信Wine应用迁移助手(魔改包,支持 Debian/GXDE)
deepin-wine-builder · 3.5.0.4-1~gf0~gf0 下载不成功。错误提示如下:
08:19:08开始下载...
08:24:1808:24:1808:24:1808:24:21执行安装: /usr/bin/pkexec /opt/spark-store/extras/shell-caller.sh ssinstall /tmp/spark-store/download/deepin-wine-builder/deepin-wine-builder_3.5.0.4-1~gf0~gf0_amd64.deb --delete-after-install
08:24:21Loading transhell from /usr/share/ssinstall/transhell/ssinstall_en_US.transhell ... Loading transhell from /usr/share/ssinstall/transhell/ssinstall_zh_CN.transhell ... ----------------------------------------------------------------------------- 正在运行包验证... Running Spark Package Verify...
08:24:21忽略ACE,使用主机安装 deepin-wine-builder
08:24:21[apt-fast 08:24:21] [apt-fast 08:24:21]Working... this may take a while. [apt-fast 08:24:21]正在工作中,请稍等
08:24:24错误: 无法修正错误,因为您要求某些软件包保持现状,就是它们破坏了软件包间的依赖关系。 错误: The following information from --solver 3.0 may provide additional context: Unable to satisfy dependencies. Reached two conflicting decisions: 1. deepin-wine-builder:amd64=3.5.0.4-1~gf0~gf0 is selected for install 2. deepin-wine-builder:amd64 依赖 deepin-wine10-stable (>= 10.14deepin7) but none of the choices are installable: [no choices] [apt-fast 08:24:21]Package manager quit with exit code. Here is the log [apt-fast 08:24:21]包管理器以错误代码退出.日志如下 [apt-fast 08:24:21] 正在读取软件包列表... 正在分析软件包的依赖关系树... 正在读取状态信息... 正在解析依赖... 有一些软件包无法被安装。如果您用的是 unstable 发行版,这也许是 因为系统无法达到您要求的状态造成的。该版本中可能会有一些您需要的软件 包尚未被创建或是它们已被从新到(Incoming)目录移出。 下列信息可能会对解决问题有所帮助: 无法满足的依赖关系: deepin-wine-builder : 依赖: deepin-wine10-stable (>= 10.14deepin7) 但是它将不会被安装 推荐: deepin-wine8-stable (>= 8.16deepin41) 推荐: deepin-wine-staging (>= 10.0deepin5) 但是它将不会被安装 推荐: deepin-wine-logtool 但无法安装它 [1;33m注意:尽管报错信息提示使用 apt(如 apt install --fix-broken)修复问题,但请在排查错误时使用 aptss 进行替代(对于例子,请改为使用 aptss install --fix-broken)。[0m 初始dry-run测试失败,尝试更新后重试... [1;32m正在从服务器获取配置和镜像列表……[0m
08:24:24######################################################################## 100.0% [[96mINFO[0m]: [1msparkstore.list update done[0m ######################################################################## 100.0% [[96mINFO[0m]: [1mapt-fast.conf update done[0m
08:24:25命中:1 https://mirrors.tuna.tsinghua.edu.cn/debian trixie InRelease 命中:2 https://mirrors.tuna.tsinghua.edu.cn/debian trixie-updates InRelease 命中:3 https://d.spark-app.store/store InRelease 命中:4 https://mirrors.tuna.tsinghua.edu.cn/debian-security trixie-security InRelease
08:24:25正在读取软件包列表...
08:24:26正在分析软件包的依赖关系树...
08:24:26正在读取状态信息... 所有软件包均为最新。
08:24:27[apt-fast 08:24:26] [apt-fast 08:24:26]Working... this may take a while. [apt-fast 08:24:26]正在工作中,请稍等
08:24:28错误: 无法修正错误,因为您要求某些软件包保持现状,就是它们破坏了软件包间的依赖关系。 错误: The following information from --solver 3.0 may provide additional context: Unable to satisfy dependencies. Reached two conflicting decisions: 1. deepin-wine-builder:amd64=3.5.0.4-1~gf0~gf0 is selected for install 2. deepin-wine-builder:amd64 依赖 deepin-wine10-stable (>= 10.14deepin7) but none of the choices are installable: [no choices] [apt-fast 08:24:26]Package manager quit with exit code. Here is the log [apt-fast 08:24:26]包管理器以错误代码退出.日志如下 [apt-fast 08:24:26] 正在读取软件包列表... 正在分析软件包的依赖关系树... 正在读取状态信息... 正在解析依赖... 有一些软件包无法被安装。如果您用的是 unstable 发行版,这也许是 因为系统无法达到您要求的状态造成的。该版本中可能会有一些您需要的软件 包尚未被创建或是它们已被从新到(Incoming)目录移出。 下列信息可能会对解决问题有所帮助: 无法满足的依赖关系: deepin-wine-builder : 依赖: deepin-wine10-stable (>= 10.14deepin7) 但是它将不会被安装 推荐: deepin-wine8-stable (>= 8.16deepin41) 推荐: deepin-wine-staging (>= 10.0deepin5) 但是它将不会被安装 推荐: deepin-wine-logtool 但无法安装它 [1;33m注意:尽管报错信息提示使用 apt(如 apt install --fix-broken)修复问题,但请在排查错误时使用 aptss 进行替代(对于例子,请改为使用 aptss install --fix-broken)。[0m dry-run测试仍然失败,放弃安装 未指定安装后删除软件包或安装出错,不删除 Deb 包。 软件包未在主机安装:deepin-wine-builder 安装异常!抛出错误 OMG-IT-GOES-WRONG 安装失败,可尝试安装对应的 APM 版本应用;若无对应的 APM 版本应用,可提交用户反馈
09:06:07重新开始下载...
09:06:0709:06:0709:06:07已清理旧文件: deepin-wine-builder_3.5.0.4-1~gf0~gf0_amd64.deb
09:06:0709:06:13执行安装: /usr/bin/pkexec /opt/spark-store/extras/shell-caller.sh ssinstall /tmp/spark-store/download/deepin-wine-builder/deepin-wine-builder_3.5.0.4-1~gf0~gf0_amd64.deb --delete-after-install
09:06:13Loading transhell from /usr/share/ssinstall/transhell/ssinstall_en_US.transhell ... Loading transhell from /usr/share/ssinstall/transhell/ssinstall_zh_CN.transhell ... ----------------------------------------------------------------------------- 正在运行包验证... Running Spark Package Verify...
09:06:13忽略ACE,使用主机安装 deepin-wine-builder
09:06:13[apt-fast 09:06:13] [apt-fast 09:06:13]Working... this may take a while. [apt-fast 09:06:13]正在工作中,请稍等
09:06:15错误: 无法修正错误,因为您要求某些软件包保持现状,就是它们破坏了软件包间的依赖关系。 错误: The following information from --solver 3.0 may provide additional context: Unable to satisfy dependencies. Reached two conflicting decisions: 1. deepin-wine-builder:amd64=3.5.0.4-1~gf0~gf0 is selected for install 2. deepin-wine-builder:amd64 依赖 deepin-wine10-stable (>= 10.14deepin7) but none of the choices are installable: [no choices] [apt-fast 09:06:13]Package manager quit with exit code. Here is the log [apt-fast 09:06:13]包管理器以错误代码退出.日志如下 [apt-fast 09:06:13] 正在读取软件包列表... 正在分析软件包的依赖关系树... 正在读取状态信息... 正在解析依赖... 有一些软件包无法被安装。如果您用的是 unstable 发行版,这也许是 因为系统无法达到您要求的状态造成的。该版本中可能会有一些您需要的软件 包尚未被创建或是它们已被从新到(Incoming)目录移出。 下列信息可能会对解决问题有所帮助: 无法满足的依赖关系: deepin-wine-builder : 依赖: deepin-wine10-stable (>= 10.14deepin7) 但是它将不会被安装 推荐: deepin-wine8-stable (>= 8.16deepin41) 推荐: deepin-wine-staging (>= 10.0deepin5) 但是它将不会被安装 推荐: deepin-wine-logtool 但无法安装它 [1;33m注意:尽管报错信息提示使用 apt(如 apt install --fix-broken)修复问题,但请在排查错误时使用 aptss 进行替代(对于例子,请改为使用 aptss install --fix-broken)。[0m 初始dry-run测试失败,尝试更新后重试... [1;32m正在从服务器获取配置和镜像列表……[0m
09:06:15######################################################################## 100.0% [[96mINFO[0m]: [1msparkstore.list update done[0m ######################################################################## 100.0% [[96mINFO[0m]: [1mapt-fast.conf update done[0m
09:06:16命中:1 https://mirrors.tuna.tsinghua.edu.cn/debian trixie InRelease 命中:2 https://mirrors.tuna.tsinghua.edu.cn/debian trixie-updates InRelease 命中:3 https://mirrors.tuna.tsinghua.edu.cn/debian-security trixie-security InRelease
09:06:16命中:4 https://d.spark-app.store/store InRelease 正在读取软件包列表...
09:06:19正在分析软件包的依赖关系树...
09:06:19正在读取状态信息... 有 4 个软件包可以升级。请执行 ‘apt list --upgradable’ 来查看它们。
09:06:19[apt-fast 09:06:19] [apt-fast 09:06:19]Working... this may take a while. [apt-fast 09:06:19]正在工作中,请稍等
09:06:21错误: 无法修正错误,因为您要求某些软件包保持现状,就是它们破坏了软件包间的依赖关系。 错误: The following information from --solver 3.0 may provide additional context: Unable to satisfy dependencies. Reached two conflicting decisions: 1. deepin-wine-builder:amd64=3.5.0.4-1~gf0~gf0 is selected for install 2. deepin-wine-builder:amd64 依赖 deepin-wine10-stable (>= 10.14deepin7) but none of the choices are installable: [no choices] [apt-fast 09:06:19]Package manager quit with exit code. Here is the log [apt-fast 09:06:19]包管理器以错误代码退出.日志如下 [apt-fast 09:06:19] 正在读取软件包列表... 正在分析软件包的依赖关系树... 正在读取状态信息... 正在解析依赖... 有一些软件包无法被安装。如果您用的是 unstable 发行版,这也许是 因为系统无法达到您要求的状态造成的。该版本中可能会有一些您需要的软件 包尚未被创建或是它们已被从新到(Incoming)目录移出。 下列信息可能会对解决问题有所帮助: 无法满足的依赖关系: deepin-wine-builder : 依赖: deepin-wine10-stable (>= 10.14deepin7) 但是它将不会被安装 推荐: deepin-wine8-stable (>= 8.16deepin41) 推荐: deepin-wine-staging (>= 10.0deepin5) 但是它将不会被安装 推荐: deepin-wine-logtool 但无法安装它 [1;33m注意:尽管报错信息提示使用 apt(如 apt install --fix-broken)修复问题,但请在排查错误时使用 aptss 进行替代(对于例子,请改为使用 aptss install --fix-broken)。[0m dry-run测试仍然失败,放弃安装 未指定安装后删除软件包或安装出错,不删除 Deb 包。 软件包未在主机安装:deepin-wine-builder 安装异常!抛出错误 OMG-IT-GOES-WRONG 安装失败,可尝试安装对应的 APM 版本应用;若无对应的 APM 版本应用,可提交用户反馈
改一下依赖版本吧,星火没有那么新的wine10,或者投一下新版wine10
有的软件装不了,比如:
uos-wallpapers-feiyueziran
手动aptss download之后,dpkg安装失败:
pkg-deb (子进程):正在解压缩归档“uos-wallpapers-feiyueziran_1.0.0_all.deb”(大小=55471550)成员“data.tar”:lzma 错误:压缩数据已损坏
dpkg-deb: 错误: <解压缩> 子进程返回错误状态 2
dpkg: 处理归档 uos-wallpapers-feiyueziran_1.0.0_all.deb (--install)时出错:
无法为 './usr/share/wallpapers/deepin/feiyueziran_0004.jpg' 拷贝解压的文件至 '/usr/share/wallpapers/deepin/feiyueziran_0004.jpg.dpkg-new': 未预期的文件结束或流结束
使用eddy安装,提示如下依赖关系不满足:
The following packages have unmet dependencies:
uos-wallpapers-feiyueziran: 依赖: dde-api but it is not installable
依赖: deepin-elf-verify (>= 1.1.10-1) but it is not installable
用解压软件也无法解压。
已修复
大佬aria2能否绑定到apm商店安装包里 我的manjaro使用商店安装一直是失败 后来发现是系统没有 aria2
大佬aria2能否绑定到apm商店安装包里 我的manjaro使用商店安装一直是失败 后来发现是系统没有 aria2
aria2是常见依赖了,建议还是看看为啥安装不了aria2吧
aria2是常见依赖了,建议还是看看为啥安装不了aria2吧
能装 自己装上就正常了 是伸手要惯了 😂
Popular Events
More
更新内容
下载地址:https://www.spark-app.store/