How can I execute scribus on a remote machine and display it on the local machine?: Difference between revisions

From Scribus Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
{{FAQ Index}}
Try typing:
Try typing:
    
    

Revision as of 19:05, 13 February 2005


This article is part of the FAQ series.
Installation Usage PDF issues Fonts DTP Other

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...