Created attachment 189562 [details] Comparative screenshot As shown in the attached screenshot, in the tabbed notebookbar toolbar mode (but not really in other toolbar layouts), the "Open" button has a menubutton (▼) that only contains contents that duplicate the "Recent Documents menubutton and the "Open Remote" button, both of which are present in the same group within the toolbar. It would be good to show one or the others, but not both at the same time? Tested with version: 7.6.0.3 (X86_64) / LibreOffice Community Build ID: 69edd8b8ebc41d00b4de3915dc82f8f0fc3b6265 CPU threads: 8; OS: Linux 6.4; UI render: default; VCL: gtk3 Locale: fr-CA (en_CA.UTF-8); UI: en-US Flatpak Calc: threaded
The commands are uno:Open and uno:RecentFileList but effectively both do the same in this situation. Removing the "Recent Documents" saves us also a lot of precious space. The patch should remove either the complete group of recent and remote documents or combine Open Remote/Save Remote and also remove the dedicated Save As button (available in the expanded section of Save). sw/uiconfig/swriter/ui/notebookbar.ui (and respectively the other modules)
Kira Tubo committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/406f879af36c8cc524d87292ddffca7426811fa0 tdf#157230: Remove redundant Open and Save buttons in notebookbar It will be available in 25.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Kira Tubo committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/8c0678cb66b35d04a3aa791383ff6b9007700e5e tdf#157230: Help: Adjust path for Open/Save buttons in Tabbed UI