Bug 382637 - 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
Summary: After the user to change the file system to "custom (rock bridge, joliet)", K...
Status: RESOLVED NOT A BUG
Alias: None
Product: k3b
Classification: Applications
Component: general (show other bugs)
Version: 17.04.3
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: k3b developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-23 23:54 UTC by Patrick Silva
Modified: 2017-07-24 02:26 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Silva 2017-07-23 23:54:29 UTC
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
Comment 1 Leslie Zhai 2017-07-24 02:26:50 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