Skip to content
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.

如何 设置 url使用os的chrome打开,而不是使用wine里的ie? #16

Open
liangjiezhu opened this issue Aug 19, 2021 · 1 comment

Comments

@liangjiezhu
Copy link

No description provided.

@liangjiezhu
Copy link
Author

liangjiezhu commented Aug 19, 2021

我自己回答吧:

  1. 进入目录
    cd ~/.deepinwine/Deepin-DingTalk/drive_c/Program Files/Internet Explorer

2.备份原有iexplore.exe
mv iexplore.exe iexplore.exe.backup.exe

3.重写iexplore.exe,改为调用本地linux的chrome

#!/bin/bash #Allow users to override command-line options if [[ -f ~/.config/chrome-flags.conf ]]; then CHROME_USER_FLAGS="$(cat ~/.config/chrome-flags.conf)" fi #Launch exec /opt/google/chrome/google-chrome $CHROME_USER_FLAGS "$@"

4.加入权限
chmod 755 iexplore.exe

参考:
https://blog.csdn.net/greenlight_74110/article/details/80264454

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant