How can I execute scribus on a remote machine and display it on the local machine?

From Scribus Wiki
Revision as of 19:04, 13 February 2005 by Mhanski (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Try typing:

DISPLAY=yourdisplay scribus 

and replace yourdisplay with the proper parameters). Scribus relies on Qt for display so this should work. Personally I use:

ssh -Y remote_machine 

where I can run any commandswithout messing with the DISPLAY variable myself...