Bug 115948 - Make start center optional
Summary: Make start center optional
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: UI (show other bugs)
Version:
(earliest affected)
6.0.1.1 release
Hardware: x86-64 (AMD64) macOS (All)
: medium enhancement
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: Start-Center
  Show dependency treegraph
 
Reported: 2018-02-22 21:42 UTC by Ted Lee
Modified: 2018-03-08 21:35 UTC (History)
0 users

See Also:
Crash report or crash signature:


Attachments
picture of screen without start center (161.64 KB, image/png)
2018-02-22 22:11 UTC, Ted Lee
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ted Lee 2018-02-22 21:42:43 UTC
Provide the ability to turn off the automatic display of the start center.  Right now it comes up whenever no document is selected.  With that change, the Tools and Help menu should always be present, even if no document is being displayed.  (If the automatic display has been turned off, of course the user can always invoke the start center from the File menu item.)  Rather than new preferences, I suppose the same functionality could be provided in the start center window itself, but I think I'd prefer it be as a preference, presumably in the LibreOffice/Preferences/LibreOffice/View window.  Obviously it's a personal preference (that's why they're called that, right?) but most of the time I find the start center an annoyance rather than a help.  I know other apps I've used have similar functionality, but I don't like it in them either!  As best I can tell, the only functionality you lose by turning off the start center is to be able to delete individual items from the recents list.
(I'm assuming this applies to all OS's and hardware.)
Comment 1 Mike Kaganski 2018-02-22 21:47:32 UTC
When the start center would be disabled, what would be in the empty rectangle under the menu?
Comment 2 Ted Lee 2018-02-22 21:57:08 UTC
What empty rectangle?  I'm on a Mac.  It's been a long time since I've been on a Windows machine, so I'd forgotten you can't have a menu without a window!  And it's been even longer since I used a unix machine, and I don't remember what windowing system I used on it, so I don't know how your question applies to that environment.
Comment 3 Ted Lee 2018-02-22 22:11:59 UTC
Created attachment 140075 [details]
picture of screen without start center

Here's a picture of how the top left portion of the screen would look without the start center.  (I've added a big red L to my icon for the LibreOffice app.) Just for illustrative purposes, I've shown it with the File menu opened.  I think this answers the comment about "the rectangle".  There ain't one! Note that the dock is on the left.
Comment 4 Alex Thurgood 2018-02-23 08:44:50 UTC
Confirming on

Version: 6.0.1.1
Build ID: 60bfb1526849283ce2491346ed2aa51c465abfe6
Threads CPU : 4; OS : Mac OS X 10.13.3; UI Render : par défaut; 
Locale : fr-FR (fr_FR.UTF-8); Calc: group

There is currently no option in the Advanced Configuration Settings under StartCenter to turn it off on OSX.

The problem is that in order to function, LO requires that a window be drawn to provide a main menu (by default at the top of the screen) - on OSX, the effects of this are only visible when moving in/out of fullscreen mode, e.g. when closing a document window (cf. all of the already known bugs related to incoherent fullscreen support on OSX).
Comment 5 Alex Thurgood 2018-02-23 08:47:44 UTC
(In reply to Mike Kaganski from comment #1)
> When the start center would be disabled, what would be in the empty
> rectangle under the menu?

@Mike : as opposed to what one sees on Linux when all document windows are closed, there is no visible (at least visible to the user) grey background window on OSX.
Comment 6 Ted Lee 2018-03-08 21:35:49 UTC
Other than I find the start window somewhat annoying (childish?) I realized one reason it is especially annoying.  I like to have LibreOffice (previously, NeoOffice) set to open on log-in since it does take a fair amount of time to start up.  It is especially annoying to have the start window show up under those circumstances. In any case, most of the time I open a document for editing by clicking on it, not by picking it from the recents document list.  Although I know it's bad form to refer to your "competition", but NeoOffice doesn't seem to have any problem omitting the start screen.

Hmmmm.  I have an idea that might accomplish 90% of what I want.  There is a bit somewhere in an app's prop list that can be set to tell the system to open it hidden or invisible (I forget what term is used).  If I can remember/find what that is I'll give it a try and report back.  If the app were scriptable, which I don't believe it is, one could of course write a script to tell it to close that window once it's started up!