Re: [ANN] New Canvas feature for Proto REPL Charts

2017-07-08 Thread 'stiffyrabbit jr' via Clojure
That's the ticket! It works, and I can't imagine why I couldn't do it before. Thanks. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated -

Re: [ANN] New Canvas feature for Proto REPL Charts

2017-07-05 Thread 'stiffyrabbit jr' via Clojure
You'll let me know if I should be looking elsewhere, before asking here but, can I move and resize panes? Each pane defaults to full-height, shared-width. I would like my repl pane to be a short, full-width pane, across the bottom of my screen. Can I do that and, again, is there a go to place

Re: Headless server, no GUI, no idea

2014-05-11 Thread stiffyrabbit jr
I seem to have it working for now. I managed to make a sample program launch a OS X native dialog. I had to first create the xfvb service and chmod its permissions. Then I set the /etc/ennvironment/DISPLAY variable to my server IP address. With Tomcat started, I launched a repl, and opened

Re: Headless server, no GUI, no idea

2014-05-10 Thread stiffyrabbit jr
I was running it as displayed but, I get the same result under sudo. For sh, I can't resolve: $ su - sh -e /etc/init.d/xvfb start *su: invalid option -- 'e'* -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to

Re: Headless server, no GUI, no idea

2014-05-10 Thread stiffyrabbit jr
This line also fails: $ sudo sh -e /etc/init.d/xvfb start *sh: 0: Can't open /etc/init.d/xvfb* -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are

Re: Headless server, no GUI, no idea

2014-05-10 Thread stiffyrabbit jr
And it doesn't work, using sudo. Can anybody break me out of this cycle? -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient

Headless server, no GUI, no idea

2014-05-09 Thread stiffyrabbit jr
Hi, What should my approach be, if I want my headless server to run a client program that uses the client GUI? How can my server provide the same resources as a local client, to use GUI objects? I have a Clojure program that opens a file dialog on the client. It works fine, until I try to

Re: Headless server, no GUI, no idea

2014-05-09 Thread stiffyrabbit jr
And I thank you both. I was advised to set the display: *export DISPLAY=:99.0*I'm just wrestling with the line *sh -e /etc/init.d/xvfb start* which returns: sh: 0: Can't open /etc/init.d/xvfb My machine reports that *xvfb is already the newest version but, *I get the same response. I