This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 157688

Summary: "Show project resulting document" uses DVI-viewer even do Project properties view command is PS/PDF Viewer
Product: contrib Reporter: netmackan <netmackan>
Component: LatexAssignee: issues@contrib <issues>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description netmackan 2009-01-30 20:55:24 UTC
1. On an Latex project click properties and choose Show command: "PS/PDF Viewer" and click OK.
2. Click "Show project resulting document".

Expected result: The PDF viewer should open (ie. Evince or Sumatra)
Actual result: The DVI viewer is openned (ie. xdvi)

The build configuration is "latex->dvips->ps2pdf".
Choosing the "In IDE PDF Viewer" works fine.
Comment 1 Jan Lahoda 2009-02-02 20:47:24 UTC
Nice catch, should be fixed by:
http://kenai.com/projects/nblatex/sources/mercurial/revision/382

I have also added evince to the command autodetection:
http://kenai.com/projects/nblatex/sources/mercurial/revision/383

Thanks for the report.