View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004765 | ardour | bugs | public | 2012-03-13 00:11 | 2015-09-18 15:19 |
| Reporter | colinf | Assigned To | paul | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Target Version | 3.0 | ||||
| Summary | 0004765: [PATCH] First startup of A3 jumps back to splash screen after choosing session name | ||||
| Description | When A3 starts up and its config directory ~/.config/ardour3 does not exist, it shows 'Welcome to Ardour' and asks about default session folders, monitoring, and audio/MIDI setup as expected, before prompting for a session name. However, after entering the new session name, it jumps back to the 'This is a BETA RELEASE' splash screen, before asking again about Audio/MIDI setup, and then going to the 'Create/open existing' page. | ||||
| Tags | No tags attached. | ||||
|
2012-03-13 21:59
|
first-startup.patch (365 bytes)
Index: gtk2_ardour/startup.cc
===================================================================
--- gtk2_ardour/startup.cc (revision 11662)
+++ gtk2_ardour/startup.cc (working copy)
@@ -147,6 +148,8 @@
setup_audio_page ();
}
+ ic_new_session_button.set_active (true); // always create new session on first run
+
} else {
if (need_audio_setup) {
|
|
|
One-liner to fix this attached: I don't know whether that's the best place for it, but at least it works for me now. |
|
|
applied 11695, thanks. |
|
|
Closing old issues reported by me: these have long since been fixed. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2012-03-13 00:11 | colinf | New Issue | |
| 2012-03-13 19:41 | cth103 | cost | => 0.00 |
| 2012-03-13 19:41 | cth103 | Target Version | => 3.0 beta4 |
| 2012-03-13 21:59 | colinf | File Added: first-startup.patch | |
| 2012-03-13 22:00 | colinf | Note Added: 0012915 | |
| 2012-03-14 00:03 | colinf | Summary | First startup of A3 jumps back to splash screen after choosing session name => [PATCH] First startup of A3 jumps back to splash screen after choosing session name |
| 2012-03-15 12:10 | paul | Note Added: 0012935 | |
| 2012-03-15 12:10 | paul | Status | new => resolved |
| 2012-03-15 12:10 | paul | Resolution | open => fixed |
| 2012-03-15 12:10 | paul | Assigned To | => paul |
| 2012-05-23 15:08 | cth103 | Target Version | 3.0 beta4 => 3.0 |
| 2015-09-18 15:19 | colinf | Note Added: 0017294 | |
| 2015-09-18 15:19 | colinf | Status | resolved => closed |