Hi! > Is it possible to use dia without X display. Currently I get Gtk warning > s > and dia exits. > > This may sound odd question, but I'm using dia to build documentation fo > r > a large project. Builds are run by cron, and thus there is no X display > > available. > > I'm already using the --nosplash option but with no help. DIA requires the X-Server. You can try to use `Xfvb` to start an in-memory X-Server. Eg: $> Xvfb :1 -screen 0 800x600x8 & $> export DISPLAY=:1 $> dia ...
-- Cheers, Martin. http://www.hawlisch.de GMX - Die Kommunikationsplattform im Internet. http://www.gmx.net _______________________________________________ Dia-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/dia-list
