}
private void firstRun() throws Exception {
// getWindowConfigurer().getWindow().getShell().setMaximized(true);
Preferences userPreferences = UiPlugin.getUserPreferences();
userPreferences
.node("org.locationtech.udig.ui.firstRun").putBoolean("org.locationtech.udig.ui.isFirstRun", false); //$NON-NLS-1$ //$NON-NLS-2$
// if (Platform.getOS().equals(Platform.OS_LINUX)) {
// MessageDialog.openWarning(getWindowConfigurer().getWindow()
// .getShell(), "Warning", "Some Linux users have experienced issues with map display being slow or strange artifacts on some versions of Linux. This is now very rare but if you experience this problem go into the preferences and disable *Advanced Graphics*.");