From 44ce55b7359d14229c2bc5992824813fd92fd1f6 Mon Sep 17 00:00:00 2001 From: FTS427 Date: Mon, 27 Jul 2026 13:57:47 +0800 Subject: [PATCH] =?UTF-8?q?Linux=20=E4=BD=BF=E7=94=A8=E6=96=87=E6=A1=A3?= =?UTF-8?q?=EF=BC=9A=E6=B7=BB=E5=8A=A0=E5=9F=BA=E4=BA=8E=E5=8F=AF=E6=89=A7?= =?UTF-8?q?=E8=A1=8C=E6=9D=83=E9=99=90=E4=B8=80=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit AppImage从网络上获取后由于Linux的文件权限机制并没法直接执行,需要 对其增加可执行权限才能执行,故在文档中添加此节内容。 --- content/docs/product/bb/firstUse/linux.mdx | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/content/docs/product/bb/firstUse/linux.mdx b/content/docs/product/bb/firstUse/linux.mdx index b476e10..9b92897 100644 --- a/content/docs/product/bb/firstUse/linux.mdx +++ b/content/docs/product/bb/firstUse/linux.mdx @@ -6,23 +6,29 @@ title: 对于 Linux 平台 # 启动 -在官网或者 Github Release 中下载好 **BedrockBoot-x86_64-linux.AppImage** 后,将其移动到一个你认为安全的目录 -使用 Console 或 双击 运行这个文件。 +在官网或者 Github Release 中下载好 **BedrockBoot-x86_64-linux.AppImage** 后,将其移动到一个你认为安全的目录中 -假如双击启动无法启动启动器时,可尝试使用 Console 启动: +在执行前请先给予 AppImage 软件包可执行权限(请在给予 **任何** +从网络上获取的脚本或程序可执行权限前进行检查和校验!!!后果自负): ```bash -./BedrockBoot-x86_64-linux.AppImage +chmod +x /path/to/BedrockBoot-x86_64-linux.AppImage +``` + +基于可执行权限后可使用命令启动或者直接双击 AppImage 启动: + +```bash +/path/to/BedrockBoot-x86_64-linux.AppImage ``` # 游戏 ### 组件库 -对于 Linux 平台,我们使用了 ProtonGDK 组件库来运行 Minecraft Bedrock。 +对于 Linux 平台,我们使用了 ProtonGDK 组件库来运行 Minecraft Bedrock。 所以在初次启动启动器时,会弹出对话框让用户同意安装 ProtonGDK 组件库。 ### 版本 由于平台限制,只能在 Linux 发行版上使用 GDK 构建版本的 Minecraft Bedrock。 -所以在下载页面中列出的可下载版本就比较少啦... \ No newline at end of file +所以在下载页面中列出的可下载版本就比较少啦...