View Issue Details

IDProjectCategoryView StatusLast Update
0004765ardourbugspublic2015-09-18 15:19
Reportercolinf Assigned Topaul  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Target Version3.0 
Summary0004765: [PATCH] First startup of A3 jumps back to splash screen after choosing session name
DescriptionWhen 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.
TagsNo tags attached.

Activities

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) {

first-startup.patch (365 bytes)   

colinf

2012-03-13 22:00

updater   ~0012915

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.

paul

2012-03-15 12:10

administrator   ~0012935

applied 11695, thanks.

colinf

2015-09-18 15:19

updater   ~0017294

Closing old issues reported by me: these have long since been fixed.

Issue History

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