Good, at the moment I can't make a screenshot for you as I'm in thewrc1944 wrote:I think it's set up OK now, but I'm still not really sure. At least it appears that some functionality is there- but still no gui appears. I'd still like to know what to expect with the gui- could someone post a screenshot- that would be great?
Code: Select all
line1
line2
line3Code: Select all
line1
line1a
line1b
line2c
line3
line4Wow, I didn't know it was this hard to get my script runningwrc1944 wrote:Thanks xentric,
I did as you instructed, and here is the output. I guess I still don't get it. Where is the GUI? All I get is command line options. Do I need to edit the script somehow?
wrc1944
Code: Select all
root@mymachine wrc # perl cfg-update -i (1/2) Merge files: /etc/test <=> /etc/._cfg0000_test ? [y|n|q|?] y Backup file: /etc/test -> /etc/test.old Backup file: /etc/._cfg0000_test -> /etc/test.new Open editor: xxdiff /etc/test /etc/._cfg0000_test Xlib: connection to ":0.0" refused by server Xlib: No protocol specified xxdiff: cannot connect to X server :0.0 Delete file: /etc/._cfg0000_test ? [y|b|n|q|?] y (2/2) Merge files: /etc/test~ <=> /etc/._cfg0000_test~ ? [y|n|q|?] y Backup file: /etc/test~ -> /etc/test~.old Backup file: /etc/._cfg0000_test~ -> /etc/test~.new Open editor: xxdiff /etc/test~ /etc/._cfg0000_test~ Xlib: connection to ":0.0" refused by server Xlib: No protocol specified xxdiff: cannot connect to X server :0.0 Delete file: /etc/._cfg0000_test~ ? [y|b|n|q|?] n

This could solve your problems with the "connection to 0.0 refused" error.meowsqueak wrote:Try typing 'xhost +localhost' in one of your xterms. Looks like you're trying to open xxdiff from a remote shell or something.

Code: Select all
$ su
# export DISPLAY=localhost:0.0
# perl cfg-update -i Code: Select all
$ sudo perl cfg-update -i


Code: Select all
export PATH=$PATH:/usr/local/bin:/usr/X11R6/bin
Code: Select all
export PATH=$PATH:/usr/local/bin:/usr/X11R6/bin