Bug 160961 - Hide Open Remote commands from Start Center
Summary: Hide Open Remote commands from Start Center
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: framework (show other bugs)
Version:
(earliest affected)
Inherited From OOo
Hardware: All All
: medium enhancement
Assignee: Balázs Varga (allotropia)
URL:
Whiteboard: target:24.8.0
Keywords:
Depends on:
Blocks: Start-Center
  Show dependency treegraph
 
Reported: 2024-05-06 12:55 UTC by Gabor Kelemen (allotropia)
Modified: 2024-05-07 12:25 UTC (History)
0 users

See Also:
Crash report or crash signature:


Attachments
Example configuration extension (1.47 KB, application/vnd.openofficeorg.extension)
2024-05-06 12:55 UTC, Gabor Kelemen (allotropia)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gabor Kelemen (allotropia) 2024-05-06 12:55:17 UTC
Created attachment 194000 [details]
Example configuration extension

In case some enterprise deployment wants to disable certain UNO commands from being active in the menu, toolbar, sidebar or start center, this is possible by using a config extension and list the command in the ooO::Commands::Execute::Disabled config key tree.
This does not work in case of the start center and the Open Remote command.

1. Open a new Writer document, check that File - Open Remote works
2. Install attached extension, restart Writer
-> File - Open Remote command is missing from Writer menu
3. Close the empty document to reveal the Start Center
-> The Open Remote command is not hidden

Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 5740d3fa83e9725a2771e5f00ba4aaf9965f0be2
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: hu-HU (hu_HU.UTF-8); UI: en-US
Calc: threaded
Comment 1 Commit Notification 2024-05-06 19:57:20 UTC
Balazs Varga committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/2fdcdad742bc26be509dde53f061f96a9620fd0a

tdf#160961: hide open remote file button from startcenter if the

It will be available in 24.8.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.