@zyk 已经创建了这个文件,在命令行使用 dde-file-manager 可以打开 dolphin,但是“在文件夹中显示”时,仍然打开浏览器,地址栏是'http//--show-item /home/xiaoming/Documents/WeChat'(xiaoming是当前用户的home目录),该文件夹并不是文件真实存在的位置
Search Criteria
Package Details: deepin-wine-wechat 3.9.0.28-3
Git Clone URL: | https://aur.archlinux.org/deepin-wine-wechat.git (read-only, click to copy) |
---|---|
Package Base: | deepin-wine-wechat |
Description: | Tencent WeChat on Deepin Wine(com.qq.weixin.deepin) For Archlinux |
Upstream URL: | https://weixin.qq.com/ |
Keywords: | deepin wechat weixin wine |
Licenses: | custom |
Conflicts: | deepin-wechat |
Submitter: | Vufa |
Maintainer: | Vufa |
Last Packager: | Vufa |
Votes: | 63 |
Popularity: | 2.28 |
First Submitted: | 2019-01-03 09:49 (UTC) |
Last Updated: | 2023-03-06 08:25 (UTC) |
Dependencies (14)
- deepin-wine-helper
- deepin-wine6-stable
- lib32-alsa-lib (lib32-alsa-lib-minimal-git, lib32-alsa-lib-git)
- lib32-alsa-plugins
- lib32-libldap
- lib32-libpulse (lib32-libpulse-nosystemd-git, lib32-libpulse-nosystemd-minimal-git)
- lib32-mpg123
- lib32-openal (lib32-openal-git, lib32-openal-minimal-git)
- lib32-udis86-git
- p7zip (p7zip-jinfeihan57-git, p7zip-natspec, 7-zip-full)
- wqy-microhei (wqy-microhei-nightly_build, wqy-microhei-kr-patched)
- xorg-xwininfo
- lib32-nvidia-utils (lib32-nvidia-340xx-utils, lib32-nvidia-430xx-utils, lib32-nvidia-merged-utils, lib32-nvidia-510xx-utils, lib32-nvidia-390xx-utils, lib32-nvidia-vulkan-utils, lib32-nvidia-utils-beta, lib32-nvidia-470xx-utils) (optional) – required for nvidia graphics card
- noto-fonts-sc (optional) – display some Chinese characters
Required by (0)
Sources (7)
- https://com-store-packages.uniontech.com/appstore/pool/appstore/c/com.qq.weixin.deepin/com.qq.weixin.deepin_3.4.0.38deepin6_i386.deb
- https://community-packages.deepin.com/deepin/pool/main/c/cyrus-sasl2/libsasl2-2_2.1.27.1-1+dde_i386.deb
- https://community-packages.deepin.com/deepin/pool/main/o/openldap/libldap-2.4-2_2.4.47+dfsg.4-1+eagle_i386.deb
- https://github.com/vufa/deepin-wine-wechat-arch/raw/action/mmmojo.dll
- https://github.com/vufa/deepin-wine-wechat-arch/raw/action/mmmojo_64.dll
- run.sh
- WeChatSetup-3.9.0.28.exe
lucas_r commented on 2023-03-29 15:49 (UTC)
zyk commented on 2023-03-29 14:23 (UTC)
@lucas_r
创建dde-file-manager
nano /bin/dde-file-manager 文件内容:
!/bin/bash
dolphin --select "$2" 给予执行权限
chmod +x /bin/dde-file-manager
lucas_r commented on 2023-03-25 02:11 (UTC)
使用“在文件夹中显示”功能时直接打开了浏览器(已确认默认文件管理器是dolphin),请问下有什么办法解决吗
maximevince commented on 2023-03-24 08:43 (UTC)
Thanks for the package! There is a new version of WeChat out. Can you update?
Thanks
bincker commented on 2023-03-16 06:26 (UTC) (edited on 2023-03-16 06:27 (UTC) by bincker)
懒人大法
cd ~/.cache/yay/deepin-wine-wechat && git pull && sed -i "s/github.com/hub.fgit.ml/" PKGBUILD && if ! type aclocal ; then sudo pacman -S automake; fi && makepkg -s -i
stillchill commented on 2023-03-01 01:13 (UTC)
有没有 64位 版本?
imic commented on 2023-02-27 14:47 (UTC)
PKGBUILD中如下两个地址需要修改,否则下载不了。
https://github.com/vufa/deepin-wine-wechat-arch/raw/action/mmmojo.dll
需要修改成
https://raw.fastgit.org/vufa/deepin-wine-wechat-arch/action/mmmojo.dll
https://github.com/vufa/deepin-wine-wechat-arch/raw/action/mmmojo_64.dll
需要修改成
https://raw.fastgit.org/vufa/deepin-wine-wechat-arch/action/mmmojo_64.dll
Vufa commented on 2023-02-24 11:23 (UTC)
@shjanken refer PKGBUILD of lib32-udis86-git
curl https://github.com/canihavesomecoffee.gpg | gpg --import
yay -S lib32-udis86-git
imic commented on 2023-02-01 01:51 (UTC)
wine版本的wechat 要是能和网页版的 wechat-uos 一样,有消息提示 在桌面上显示就完美了。
Pinned Comments
Vufa commented on 2020-07-30 06:45 (UTC) (edited on 2022-08-19 06:36 (UTC) by Vufa)