X11
PuTTY X11 轉發無法轉發Google瀏覽器
我正在使用 PuTTY 和 Windows 來連接遠端 Linux(Mint 桌面)伺服器。轉發Firefox、Banshee等應用程序是正確的,但是,當我想使用Google瀏覽器時,它會顯示一條消息:
在現有瀏覽器會話中創建新視窗
什麼也沒發生。那麼,什麼會導致這樣的問題呢?
$ google-chrome --help ... --user-data-dir=DIR Specifies the directory that user data (your "profile") is kept in. Defaults to ~/.config/google-chrome. Separate instances of Google Chrome must use separate user data directories; repeated invocations of google-chrome will reuse an existing process for a given user data directory.
您在不同的顯示器上有一個現有的 chrome 程序,它在找到現有數據目錄時附加到該程序。
為您的轉發顯示指定不同的使用者數據目錄,例如。
$ google-chrome --user-data-dir=~/.config/putty-chrome &