Im new to linux is there to run the gui on the raspberry from a remote terminal?
I have been using the raspberry pi from my lap top using putty its been educational and I have a lot to learn .
I think you forgot to add the -X option?ghans wrote:You could also try X forwarding :
Code: Select all
ssh pi@IP-OF-YOUR-RASPI pcmanfm&
ghans
Code: Select all
ssh -X pi@IP-OF-YOUR-RASPI
pcmanfm&