在 Ubuntu 中,要从命令行控制 Opera,您将使用命令
opera -remote "openURL(www.google.com)"
Run Code Online (Sandbox Code Playgroud)
谷歌浏览器有类似的命令吗?使用命令
/usr/bin/google-chrome www.google.com
Run Code Online (Sandbox Code Playgroud)
只是打开一个新窗口。
如何使用 Wayland 后端而不是 X 关闭 Weston 中的屏幕消隐。我尝试过:
setterm -blank 0
setterm -powersave off
setterm -powerdown 0
echo -ne "\033[9;0]" >> /etc/issue
echo 0 > /sys/class/graphics/fb0/blank
Run Code Online (Sandbox Code Playgroud)
同样在 weston.ini 中,我将屏幕保护程序持续时间设置为 0。但该部分令人困惑,因为它说取消注释路径以禁用屏幕保护程序。但是 10 分钟后屏幕仍然关闭。
这个发行版是用 yocto core-image-weston 构建的。