過去のナビゲーションリンクのスキップSecure Global Desktop 4.31 管理者ガイド > コマンド > tarantella object new_xapp コマンド

tarantella object new_xapp コマンド

構文

過去のコマンド構文またはプログラムコードのスキップtarantella object new_xapp {
   --name obj
   --width pixels
   --height pixels
 [ --description text ]
 [ --app pathname ]
 [ --args args ]
 [ --appserv obj... ]
 [ --method rexec|telnet|ssh ]
 [ --resumable never|session|always ]
 [ --endswhen lastclient|windowmanager|windowmanageralone|nowindows|loginscript|loginscriptnowindows ]
 [ --maxinstances 0|instances ]
 [ --displayusing webtop|clientwm|newbrowser|independent|kiosk|localx ]
 [ --maximize true|false ]
 [ --scalable true|false ]
 [ --depth 8|16|24|16/8|24/8|8/16|8/24 ]
 [ --icon icon_name ]
 [ --hint hint... ]
 [ --clipboardlevel level ]
 [ --roottype default|custom ]
 [ --rootcolor color ]
 [ --compression automatic|on|off ]
 [ --execution automatic|inorder|optimized ]
 [ --quality automatic|best|24|21|18|16|15|12|9|6 ]
 [ --interlaced automatic|on|off ]
 [ --accel true|false ]
 [ --delayed true|false ]
 [ --ldapusers user_dn... ]
 [ --ldapgroups group_dn... ]
 [ --ldapsearch search_string... ]
 [ --loadbal default|cpu|memory|sessions ]
 [ --env setting... ]
 [ --login script ]
 [ --winmgr command... ]
 [ --empage empage ]
 [ --resumetimeout mins ]
 [ --middlemouse ms ]
 [ --force3button true|false ]
 [ --windowclose notifyapp|killapp|suspendsession|endsession ]
 [ --euro unicode|iso8859-15 ]
 [ --dpi monitordpi ]
 [ --keepopen true|false ]
 [ --lockkeymap true|false ]
 [ --share true|false ]
 [ --securityextension true|false ]
 [ --unixaudiopreload true|false ]
 } | --file file

説明

1 つ以上の X アプリケーションオブジェクトを作成します。

複数のオブジェクトを一括で作成するには、--file オプションを使用します。他のオプションは、1 つのオブジェクトを作成する場合に使用します。

過去のコマンド構文またはプログラムコードのスキップtarantella object new_xapp \
  --name ".../_ens/o=Indigo Insurance/ou=Finance/cn=XFinance" \
  --width 1000  --height 800 \
  --app /usr/local/bin/xfinance \
  --appserv ".../_ens/o=Indigo Insurance/ou=Finance/cn=paris" \
            ".../_ens/o=Indigo Insurance/ou=Finance/cn=bonn" \
            ".../_ens/o=Indigo Insurance/cn=lisbon"

アプリケーション XFinance 用の新規 X アプリケーションオブジェクトを作成します。このアプリケーションは、ホスト paris、bonn、または lisbon で実行できます。どのホストを使用するかは、アプリケーションサーバーの負荷分散機能によって決定されます。

関連トピック