我可以這樣獨立運行 google-chrome 應用程式:
google-chrome --app="https://calendar.google.com/calendar/render#main_7"
但無法在最大化視窗中開啟日曆。腳本運行時沒有錯誤,但大小沒有任何變化:
#!/bin/bash
`which google-chrome` --app="https://calendar.google.com/calendar/render" --geometry=2000x1000
為什麼'--幾何':
chrome 是 GTK+ 應用程序,其手冊頁提到:
作為 GTK+ 應用程序,Google Chrome 也遵循 GTK+ 命令列標誌,例如 --display。有關更多信息,請參閱 GTK 文件:
library.gnome.org/devel/gtk/stable/gtk-running.htmllibrary.gnome.org/devel/gtk/stable/gtk-x11.html
但我發現這個頁面更有幫助: http://www.tldp.org/HOWTO/XWindow-User-HOWTO/cli.html並假設幾何標誌在 Chrome 中也可使用:
[--幾何=幾何]