Changes between Version 27 and Version 28 of TipAndDoc/network/vnc


Ignore:
Timestamp:
Nov 21, 2013 4:14:19 PM (10 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/network/vnc

    v27 v28  
    7878   * gnome-session --session=gnome-classic 
    7979 
     80 === 12.10 and later === 
     81 * gnome-panelの実行が、gnome-sessionとは別に必要になった 
     82 * ~/.vnc/xstartup 
     83{{{#!sh 
     84#!/bin/sh 
     85 
     86[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup 
     87[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources 
     88xsetroot -solid grey 
     89gnome-session --session=gnome-classic & 
     90gnome-panel & 
     91}}} 
     92 
    8093 = x11vnc = 
    8194 * 「caught XIO error」というエラーとともに勝手にログアウト(Xのセッションからも)することがあるが、詳細不明