diff --git a/CustomWidgets/ExportPrintItemPage.cs b/CustomWidgets/ExportPrintItemPage.cs index 20fa8a2c1..d3c802445 100644 --- a/CustomWidgets/ExportPrintItemPage.cs +++ b/CustomWidgets/ExportPrintItemPage.cs @@ -241,7 +241,7 @@ namespace MatterHackers.MatterControl private void ShowFileIfRequested(string filename) { - if (AggContext.OperatingSystem == OSType.Windows) + if (AggContext.OperatingSystem == OSType.Windows || AggContext.OperatingSystem == OSType.X11) { if (showInFolderAfterSave.Checked) {