On Wed, 30 Oct 2013 07:07:22 -0500 "Edward K. Ream" <[email protected]> wrote:
> On Tue, Oct 29, 2013 at 10:11 PM, SegundoBob <[email protected]> wrote: > > > Some time between Rev 6172 and Rev 6196, the command line option > > --minimize stopped having any effect at all. > > > > Hmm. It works for me on Windows 7. In fact, just this morning I used it, > and discovered that --minimized should disable the splash screen. > > I'll check on Ubuntu. My `leo` script opens Leo with three outlines, and --minimize doesn't exactly work, but I think it's because some script or plugin is calling c.frame_to_front() or whatever it's called, causing the window to de-iconify. Not sure how you'd get around that without a startup lockout on any command that de-iconifies things, which might be tricky. Search for the recent "Minimal fix for --minimize" thread and my 1, 2, 3 list of approaches. I played with it a bit but didn't get a solution, but it seems to me that frame.deiconify() / frame.lift() should only occur in a very limited number of methods that are called very explicitly, and not as unforeseen side effects of other methods. Not sure how wide spread they are. Cheers -Terry > Edward > -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/groups/opt_out.
