hi steven & pavlos_kairis
ssh -X user@remote worked with caja , but trying to open a .py it rebelled lol
klein@LG-GX280:~/.config/caja/scripts$ ./g_network
Traceback (most recent call last):
File “network_button.py”, line 724, in
network_places().mainloop()
File “network_button.py”, line 11, in init
Frame.init(self, name=name)
File “/usr/lib/python2.7/lib-tk/ttk.py”, line 738, in init
Widget.init(self, master, “ttk::frame”, kw)
File “/usr/lib/python2.7/lib-tk/ttk.py”, line 551, in init
master = setup_master(master)
File “/usr/lib/python2.7/lib-tk/ttk.py”, line 354, in setup_master
master = Tkinter._default_root or Tkinter.Tk()
File “/usr/lib/python2.7/lib-tk/Tkinter.py”, line 1818, in init
self.tk = _tkinter.create(screenName, baseName, className, interactive, wantobjects, useTk, sync, use)
_tkinter.TclError: no display name and no $DISPLAY environment variable
and echo $DISPLAY gives me a blank line :
klein@LG-GX280:~$ echo $DISPLAY
created a blank line
klein@LG-GX280:~$
then i tried opening caja again and got:
klein@LG-GX280:~$ caja
Could not parse arguments: Cannot open display:
rebooted
klein@LG-GX280:~$ echo $DISPLAY
created a blank line
klein@LG-GX280:~$
klein@LG-GX280:~$ caja
Could not parse arguments: Cannot open display:
i first tried this after reading your post from a um 16.04 pc connected wifi into my network and
i believe it displayed :10.0 but now on my wired network it is only displaying a blank line,
xclock from wifi worked , from wired net work i get:
klein@LG-GX280:~$ xclock
Error: Can’t open display:
i’m thinking i need to pass the display to ssh ?