ftCommunity / ftcommunity-TXT

Fischertechnik ROBOTICS TXT firmware, community edition

Home Page:http://cfw.ftcommunity.de/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reimplement VNC server

ski7777 opened this issue · comments

Before switching to Qt5 there was the ability to have a VNC server:

#export DISPLAY="multi: ${DISPLAY} VNC:0"
I guess this feature is broken now. Is there an easy way of fixing this for example by sing BR2_PACKAGE_X11VNC?

commented

So disabling this line enabled a vnc server? There is no app to start the vnc server, right? Just

enabling this line enabled the Qt4-embedded VNC server

and yes, there was no app. Just this file change

commented

done in b046b84

very good