B4LinuxInstall icon indicating copy to clipboard operation
B4LinuxInstall copied to clipboard

Associate .fxml with native linux javafx scene builder

Open joseluis opened this issue 10 years ago • 0 comments

Insert this in the register after b4j installation:

[HKEY_CLASSES_ROOT\.fxml]
@="fxmlfile"
"Content Type"="application/xml"
[HKEY_CLASSES_ROOT\fxmlfile]

[HKEY_CLASSES_ROOT\fxmlfile\Shell]

[HKEY_CLASSES_ROOT\fxmlfile\Shell\Open]

[HKEY_CLASSES_ROOT\fxmlfile\Shell\Open\command]
@="winebrowser \"%1\""

source

joseluis avatar Feb 10 '15 08:02 joseluis