Modify

Opened 17 years ago

Closed 17 years ago

#1521 closed defect (fixed)

--export-to-format unknown

Reported by: anonymous Owned by: arkemp
Priority: normal Component: DiaViewPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.10

Description

in the following line --export-to-format is unknown

diacmd = '[TODO:fill in your path to dia]/dia -l --export-to-format=png --export='+img_path+' '+dia_path

Attachments (0)

Change History (1)

comment:1 Changed 17 years ago by anonymous

Resolution: fixed
Status: newclosed

use --filter instead

diacmd = '[TODO:fill in your path to dia]/dia -l --filter=png --export='+img_path+' '+dia_path

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain arkemp.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.