From: Randy J. <li...@cf...> - 2007-02-04 06:31:46
|
Hello, I did a startx and typed in ftpcube, it opened to a white window with gray in the background and the terminal window had this: (python:1777): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width 2 and height -1 (python:1777): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width 2 and height -1 (python:1777): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width 2 and height -1 (python:1777): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width 2 and height -1 (python:1777): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width 2 and height -1 Any ideas? On Sat, 2007-02-03 at 16:26 -0500, Michael Gilfix wrote: > Hi. Are you running ftpcube on a remote box or through a > terminal connection? If you're running it locally, have > you started the X windows system or are you at the command > prompt? If at the command prompt, try typing `startx`. > Then you can open up a terminal and run ftpcube. If you're > starting the command on a remote box, you have to set your > display variable so the application can connect to iour > windowing system. You can set it like this: > > (assuming bash shell): > > export DISPLAY=<your IP address>:0 > > or, assuming na IP of 1.2.3.4: > > export DISPLAY=1.2.3.4:0 > > Hope that helps. > > -- Mike > > > On Sat, Feb 03 @ 13:21, Randy Johnson wrote: > > Hello, > > > > Here is the message I get when I try to start ftpcube. > > > > Unable to access the X Display, is $DISPLAY set properly? > > > > > > Any ideas on what to do here? This is my first day on Linux so it has > > been rough. > > > > -Randy > |