This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
vps:vps4th_06 [2017/08/21 22:45] hoge@hoge [firefox] |
vps:vps4th_06 [2019/06/16 15:16] (current) |
||
|---|---|---|---|
| Line 38: | Line 38: | ||
| firewall_type="open" | firewall_type="open" | ||
| ssd_enable="YES" | ssd_enable="YES" | ||
| + | dbus_enable="YES" | ||
| + | hald_enable="YES" | ||
| </code> | </code> | ||
| * ifcofig_epair3b\\ jailerで作成したepair3の一端。jailerからprisonerであるdesktopに割り当てる。 | * ifcofig_epair3b\\ jailerで作成したepair3の一端。jailerからprisonerであるdesktopに割り当てる。 | ||
| Line 76: | Line 78: | ||
| * xorg | * xorg | ||
| * gnucash | * gnucash | ||
| - | * firefox | + | * chromium |
| * tigervnc | * tigervnc | ||
| * ja-ibus-mozc | * ja-ibus-mozc | ||
| Line 138: | Line 140: | ||
| ==== tigervnc ==== | ==== tigervnc ==== | ||
| === 設定 === | === 設定 === | ||
| + | * desktop のユーザで初回実行。<code> | ||
| + | $ vncserver | ||
| + | You will require a password to access your desktops. | ||
| + | |||
| + | Password: | ||
| + | Verify: | ||
| + | Would you like to enter a view-only password (y/n)? n | ||
| + | #以下略 | ||
| + | </code> | ||
| + | |||
| + | * 起動後、vncserverを停止する。<code> | ||
| + | $ vncserver -kill :1 | ||
| + | </code> | ||
| + | |||
| + | * $HOME/.vnc/config を編集<code> | ||
| + | geometry=<width>x<height> | ||
| + | </code> | ||