Yes, you do not need to specify --gui=qt. You will get that by default.
Every time you run your launch script, you should get a new Leo window. Each one can have just a single outline open if you want. Since the terminal that launched Leo will be busy servicing its Leo instance, you would need to open another terminal or terminal window to launch another Leo window.
Is there a way to switch off the tabbed gui?
I don't remember how Leo 5.7 worked, but I am able to take a look at the old code.
It's not very clear to me what kind of interface you are talking about. I don't remember that far back. Not SDI, apparently. Not one window per outline. No tabs. So there must have been some other way to select which outline to view within the single Leo window. Presumably that would have been some kind of a list of windows, something like a most recently used file list? Or a dialog that popped up and listed the outlines?

It's not very clear to me what kind of interface you are talking about. I don't remember that far back. Not SDI, apparently. Not one window per outline. No tabs. So there must have been some other way to select which outline to view within the single Leo window. Presumably that would have been some kind of a list of windows, something like a most recently used file list? Or a dialog that popped up and listed the outlines?It was one window per outline. And the navigation lacked too. But the windows menu had some tools like cascade-windows & resize-to-screen
I should have mentioned that the old code created so-called "SDI" windows.
Is this "single-document interface (SDI) windows" something Microsoft specific?
On Mon, Oct 17, 2022 at 2:07 AM 'Karsten Wolf' via leo-editor <leo-e...@googlegroups.com> wrote:It's not very clear to me what kind of interface you are talking about. I don't remember that far back. Not SDI, apparently. Not one window per outline. No tabs. So there must have been some other way to select which outline to view within the single Leo window. Presumably that would have been some kind of a list of windows, something like a most recently used file list? Or a dialog that popped up and listed the outlines?It was one window per outline. And the navigation lacked too. But the windows menu had some tools like cascade-windows & resize-to-screenThanks for the clarification. After a bit of hacking I was able to get the Leo 5.7 working with Qt5 and Python 3.10. I had to change the code mentioned in Lewis's recent comment about the tiling commands.Now I can see what you show. Did you use Alt-Tab to switch between windows?
In any case, I have no interest in bringing back the non-tabbed interface. Imo, the obvious workarounds will improve your workflow in the long run.
In any case, I have no interest in bringing back the non-tabbed interface. Imo, the obvious workarounds will improve your workflow in the long run.I will adapt.... I just didn't like getting my current workflow ruffled. Who likes that?