Skip to content

Instantly share code, notes, and snippets.

@redblue9771
Last active January 31, 2020 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save redblue9771/387b639224aaf43eeb5ef615e6852ae7 to your computer and use it in GitHub Desktop.
Save redblue9771/387b639224aaf43eeb5ef615e6852ae7 to your computer and use it in GitHub Desktop.
deepin-wine-tim
pacman -S gnome-settings-daemon //添加到自启
gsettings set org.gnome.desktop.wm.preferences button-layout ':minimize,maximize,close'
### (5)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 即可。
【Chrome(嵌入式)- PPAPI】
【基于 Chromium 的 Opera 浏览器 - PPAPI】
https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player_ppapi.exe
https://fpdownload.macromedia.com/get/flashplayer/latest/help/install_flash_player_ppapi.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment