赞
踩
gnome-session-properties
打开启动设置apt install gnome-startup-applications
安装一下# $1:浏览器
# $2:浏览器自动打开地址
# --kiosk:绝对全屏,按F11都不会退出全屏(如果要退出,按Ctrl + F键)。F键:F1-F12都试一下 系统版本不同可能快捷键不同
$1 --kiosk --noerrdialogs --start-fullscreen $2
#例子(谷歌):google-chrome-stable --kiosk --noerrdialogs --start-fullscreen https://www.baidu.com
#例子(系统自带sensible-browser浏览器):sensible-browser --kiosk --noerrdialogs --start-fullscreen https://www.baidu.com
#(https://www.baidu.com:浏览器自动打开地址)
# $1:浏览器
whereis $1
#例子(查看 google chrome 路径)whereis google-chrome-stable
#例子(查看 系统自带sensible-browser浏览器 路径)whereis sensible-browser
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。