Windowsでは、PuTTYを使用してリモートLinux(Mint Desktop)サーバーに接続しています。 Firefox、Bansheeなどのアプリ配信は正しいですが、Google Chromeを使用しようとすると、次のメッセージが表示されます。
既存のブラウザセッション内に新しいウィンドウを作成する
しかし、何も起こりませんでした。それでは、何がそのような問題を引き起こす可能性がありますか?
答え1
$ 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 &
答え2
FirefoxとChromeには、@Uselessが答えで同じブラウザプロファイルで複数のプロセスを実行できないことを説明する制限があります。
文書化されていない関数を使用してこの問題を解決できます(少なくとも私のバージョンのマニュアルページにはありません)。
$ google-chrome --temp-profile