- 安装最新的 Android System Webview
- 拷贝一份
/System/framework/framework-res.apk的副本到任意位置 - 搜索在其中搜索
webview, 将/android/string/config_webViewPackageName的值改为com.google.android.webview - 将修改后的文件覆盖回原位置
- 重启
| version: "3" | |
| services: | |
| sonarqube: | |
| image: sonarqube | |
| expose: | |
| - 9000 | |
| ports: | |
| - "127.0.0.1:9000:9000" | |
| networks: |
-
In open Ubuntu 18.04 machine click Parallels Actions -> "Install Parallels Tools"
-
A "Parallels Tools" CD will popup on your Ubuntu desktop.
-
Open it by double mouse click, copy all the content to a new, empty directory on a desktop, name it for e.g. "parallels_fixed"
-
Open terminal, change directory to parallels_fixed (
cd ~/Desktop/parallels_fixed) -
Make command line installer executable (
chmod +x install) -
Change directory to "installer" (
cd installer) -
Make few other scripts executable:
chmod +x installer.* *.sh prl_*
| Description | V3 | V4 |
|---|---|---|
| Entry point - optional unless you have a custom GlideModule | Glide | GlideApp |
| Bitmap transformations | bitmapTransform() |
transform() |
| Release bitmap | Glide.clear() | GlideApp.with(context).clear() |
| Custom animations | animate(android.R.anim.fade_in) | transition(GenericTransitionOptions.with(android.R.anim.fade_in)) |
| Request builder | DrawableRequestBuilder<CustomModel> |
RequestBuilder<Drawable> |
| Request builder | DrawableRequestBuilder<String> |
RequestBuilder<Drawable> |
Caution Upgrading from Debian 12 to Debian 13 on machines with mdadm has intermittently failed for me; symptom is that grub EFI is not up to date and system boots into BIOS. Root cause under investigation; it might not be related to mdadm.
To start, read the official release notes.
If your install fits into "vanilla Debian plus maybe a handful of 3rd-party repos", then this guide for a simple upgrade to Debian 13 "trixie" from Debian 12 "bookworm" can be helpful. 3rd-party repos are handled with a find command.
Note upgrade is only supported from Debian 12 to Debian 13. If you are on Debian 11, upgrade to Debian 12 first. Then once on Debian 12, you can upgrade to Debian 13.