スカイ・エス・エイッチ

menu

ORCAレセコンをご利用中のお客様

TOP > ORCA よくある質問・回答集 > WebORCAクライアントにて2つ目以降のウインドウがタブに入ってしまう

よくある質問・回答集

WebORCAクライアントにて2つ目以降のウインドウがタブに入ってしまう

Q:
WebORCAクライアントにて2つ目以降のウインドウがタブに入ってしまいます。別ウィンドウで開きたいのですが。
A:
Windows
ショートカットを右クリック - プロパティーで「--new-window」を追加

Ubuntu
--new-window」を追加
vi ~/Desktop/chrome-WebORCA.desktop
#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Type=Application
Name=WebORCA
Exec=/opt/google/chrome/google-chrome --profile-directory=Default --ignore-profile-directory-if-not-exists --new-window "http://localhost:8000/?scale_mode=percent"
Icon=/home/orcauser/.config/google-chrome/Default/Web Shortcut Icons/shortcut-4e5267d8005c2f9a120e6b41ba99571c.png
URL=http://localhost:8000/?scale_mode=percent
Comment=Google Chrome の新しいタブで http://localhost:8000/?scale_mode=percent >を開きます。

test