如何在Chrome OS中编辑Custom.css文件?

时间:2011-08-25 14:07:41

标签: unix google-chrome-os

我发现有几个interesting article描述了对Chrome OS操作系统的CSS调整,但没有一个添加有关如何实际编辑文件的信息。我试图打开终端并使用我能想到的每个unix编辑器(vi,nano ...),但我甚至无法导航到指定的目录。有谁知道如何编辑 / home / chronos / user / User StyleSheets / 文件夹中的Custom.css文件?还是其他任何系统文件?它甚至可以在Os内部完成吗?谢谢你的回答。

如果重要的话,我不在开发或测试频道。

2 个答案:

答案 0 :(得分:1)

我收到François Beaufort的答案,我认为它也可以帮助其他人。

It's relatively easy to do it actually.
Create your file "Custom.css" in another machine and download it in Downloads.
You just need to access the Shell by typing <Ctrl> <Alt> + t,
Then enter "shell" and press <Enter>,
Type "mv ~/User\ Stylesheets/Custom.css ~/User\ Stylesheets/Custom.css.bak" to save the current one in case and press <Enter>
Then type "cp ~/Downloads/Custom.css ~/User\ Stylesheets/" and press <Enter>

他补充说:

you need to activate the developer mode: http://www.chromium.org/chromium-os/developer-information-for-chrome-os-devices/cr-48-chrome-notebook-developer-information#TOC-Entering-Developer-Mode

弗朗索瓦,再次感谢!

答案 1 :(得分:0)

从您发布的文章

  

在〜/ .config / google-chrome / Default / User StyleSheets中找到 Ubuntu 或C:\ Documents and Settings \\ Local Settings \ Application Data \ Google \ Chrome中的Custom.css文件\ default \用户StyleSheets Windows 并插入以下行:。 。

那么Custom.css不在相应的目录中?

在您使用的终端中输入uname -a时会发生什么?如果你得到“错误命令或文件名”之外的其他内容,请编辑你的帖子以包含终端中执行的set输出。

我正在从'unix'标签的角度来看待这个问题。查看chomium-OS网页,我在终端上看不到任何信息。