137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
|
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
|
-
+
+
-
+
|
startxfce4 &
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
mtuser% vncserver -geometry 1366x746 -depth 24
mtuser% echo "vncserver -geometry 1366x746 -depth 24" > ./vncgo
mtuser% chmod +x ./vncgo; ./vncgo
## fix consternating issue breaking tab completion working in any term:<a id="orgheadline8"></a>
- edit ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml
- find the line
<property name="<Super>Tab" type="string" value="switch_window_key"/>
- and change it to
<property name="<Super>Tab" type="empty"/>
- restart vnc (vncserver -stop :1 ;
- restart vnc (`vncserver -stop :1 ; ./vncgo`)
## start a vnc session (so iup works)<a id="orgheadline9"></a>
## from home network, use vnc client to connect to container:1<a id="orgheadline10"></a>
- setup shop in /lxd-share, eg:
|