1. Create a data project, click "burn" button, file system tab, 2. see the actual file system 3. open file system dropdown and select "custom (rock bridge, joliet)", 4. click "custom" button, do NOT change anything and click ok button, Result: file system dropdown changed itself to the initial file system you saw in step 2
(In reply to Dr. Chapatin from comment #0) > 1. Create a data project, click "burn" button, file system tab, > 2. see the actual file system > 3. open file system dropdown and select "custom (rock bridge, joliet)", > 4. click "custom" button, do NOT change anything and click ok button, Correct! do NOT change anything EQUALS Linux/Unix + Windows preset settings https://github.com/KDE/k3b/blob/master/src/projects/k3bdataimagesettingswidget.cpp#L236 so just set combo to that settings m_comboFilesystems->setCurrentIndex(i); (K3b::DataImageSettingsWidget) found preset settings: Linux/Unix + Windows (K3b::DataImageSettingsWidget) found preset settings: Linux/Unix + Windows 22 22 DEBUG: void K3b::DataImageSettingsWidget::slotCustomFilesystems() > Result: file system dropdown changed itself to the initial file system you > saw in step 2