WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: realvnc doesn't start flwm or wbar window manager  (Read 3193 times)

Offline bigpcman

  • Hero Member
  • *****
  • Posts: 719
realvnc doesn't start flwm or wbar window manager
« on: May 20, 2009, 04:26:53 PM »
Using tc2.0rc21

Thanks to robc for the tcz extension, I installed the realvnc extension and modified the xstartup file as shown below. The vnc viewer connects but flwm is not present. Also tried wbar, no worky either. There is nothing in the log file of interest.

Code: [Select]
#!/bin/sh
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
vnc4config -iconic &
flwm &

big pc man