Actions
Bug #5549
closedHelp=>Modules Documentation not working in ubuntu
Start date:
11/21/2011
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
5549
Description
If you click on e.g. reporting from Modules Documentation, you get an error that isn't helpful.
It's coming from module-manager ActiveModulesDocumentationPanel, which is not finding a browser to use to open the file.
Updated by Derik Barseghian about 13 years ago
Fixed at r28983 and r28984. Class now uses existing ptII BrowserLauncher instead of its own, which wasn't working. Would have been nice to use awt Desktop instead, but got the impression it might work with non-gnome *nix.
http://download.oracle.com/javase/6/docs/api/java/awt/Desktop.html#getDesktop()
Actions