ラベル xfce の投稿を表示しています。 すべての投稿を表示
ラベル xfce の投稿を表示しています。 すべての投稿を表示

VNCをXserverにxfceを起動する

1: vnc4serverをインストール 2:.vnc/xstartupに以下を記載
#!/bin/sh
startxfce4 &
3:.vnc/xstartupに実行権限を付与 3: 以下のようなコマンドでVNCサーバーを起動
vncserver :0 -geometry 1280x800

XFCEでVNCしたときにTABが機能しない問題の解決法

~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xmlに次の変更を行う。
-      <property name="&lt;Super&gt;Tab" type="string" value="switch_window_key"/>
+      <property name="&lt;Super&gt;Tab" type="string" value="empty"/>