| Summary: | After the user to change the file system to "custom (rock bridge, joliet)", K3b reverts to previous file system when the user follows specific steps | ||
|---|---|---|---|
| Product: | [Applications] k3b | Reporter: | Patrick Silva <bugseforuns> |
| Component: | general | Assignee: | K3b Bugs <k3b-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | CC: | michalm, trueg, zhaixiang |
| Priority: | NOR | ||
| Version First Reported In: | 17.04.3 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Patrick Silva
2017-07-23 23:54:29 UTC
(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 |