问题标签 [chromium-os]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
131 浏览

google-chrome - 如何为 Chrome/Chromium 的“--enable-features=”标志编写参数


我正在尝试修改 Chromium 浏览器在 Chromium OS 中的行为。
当我执行 Chromium 浏览器时,我可以使用“--enable-features=”标志来切换参数。
我从可用列表中找到了一个参数(#enable-virtual-keyboard)chrome://flags
然后我执行了 Chromium 浏览器,如下所示。

当我检查 中的标志时chrome://version,我可以看到参数。

但实际上虚拟键盘不起作用。

chrome://flags当我手动启用参数(虚拟键盘)时。它运行良好,我可以看到虚拟键盘。


怎么了?如果你们给我建议,我将不胜感激。

0 投票
1 回答
43 浏览

chromium - 如何生成铬 android 构建?

我创建了一个新的存储库并使用 .gitignore 推送 chromium 以避免在生成构建时不需要的库。然后我再次克隆并尝试使用上述步骤构建我收到错误。请帮我解决这个问题

由于我进行了代码更改,我无法从谷歌获得新的结帐

第 1 步:git 克隆https://chromium.googlesource.com/chromium/tools/depot_tools.git -完成

第 2 步:示例 export PATH="$PATH:/path/to/depot_tools" -完成

第 3 步:获取 --nohooks android -完成

第 4 步:gclient 同步完成

第 5 步:构建/安装-构建-deps-android.sh完成

第 6 步:gclient 运行钩子

第 7 步:gn args out/Default FAILED below error

0 投票
0 回答
215 浏览

linux - X 服务器 ":0" 上的致命 IO 错误 11(资源暂时不可用)

我无法让 Linux GUI 应用程序在我自建的 CloudReady 工作站上运行。我有一台 Pixelbook Go,可以毫无问题地使用 Linux GUI 应用程序。

启用 Linux 并启动终端后立即执行的步骤

环境信息(和我的 PixelBook 上的一样)

系统信息

CPU:AMD锐龙5900x

主板:微星B550战斧

存储:980 PRO PCIe 4.0 NVMe SSD 1TB

显卡:微星 GTX 1060

CloudReady 操作系统版本:94.4.4(家庭构建)稳定通道 64 位

谢谢!

帮助(甚至“这是不可能的,因为 x”)将不胜感激。

我还在讨论 r/Crostini 子 Reddit。查看已经讨论/尝试过的内容。 https://www.reddit.com/r/Crostini/comments/rhzo64/fatal_io_error_11_resource_temporarily/

在解决这个问题或者我放弃并切换回 Windows 之前,我只能使用 neovim。:(

0 投票
0 回答
15 浏览

download - 从 Gdrive 下载 Cloudready .zip 失败

我已将 10K 大小的 file.zip 上传到谷歌驱动器。当我尝试下载它时,它失败了,因为“必须允许第三方 cookie”。但是在我的 chromium-os (cloudready) 中,Gdrive 已经允许第三方 cookie。这里有什么问题?

顺便说一句,如果我在 chromium-os 设置中允许所有 3rd 方 cookie,那么 .zip 下载就不会出错。是否可以仅启用谷歌驱动器?这可能是 cloudready 家庭版 v94.4.4 中的错误吗?

谢谢

0 投票
0 回答
8 浏览

export - Is there an option in Chromium to "open" an exported file, instead of having to save the file and then go locate it?

enter image description here

Currently, when working with Chromium, I only have the option to Save an exported excel file. Is there a way to have an "Open" option as well? Opening the file directly in Excel? Possibly a chromium arg or command line switch to allow this?