Index: scripts/Widgets/CommandLine/CommandLine.js
--- scripts/Widgets/CommandLine/CommandLine.js.orig
+++ scripts/Widgets/CommandLine/CommandLine.js
@@ -539,6 +539,9 @@ CommandLine.init = function(basePath) {
     case "solaris":
         system = "Solaris";
         break;
+    case "openbsd":
+        system = "OpenBSD";
+        break;
     }
     var platformName = "";
     if (RSettings.getQtVersion() >= 0x060000) {
