Closed
Bug 272650
Opened 20 years ago
Closed 19 years ago
lock globally installed extensions automatically
Categories
(Toolkit :: Add-ons Manager, defect)
Toolkit
Add-ons Manager
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: steffen.wilberg, Assigned: bugs)
References
()
Details
When you install an extension globally by using
-install-global-extension "/path/to/extension",
any user can disable or uninstall that extension with effect to all users,
unless you use -lock-item {GUID} after the installation to prevent that.
See http://www.mozilla.org/projects/firefox/extensions/commandlineoptions.html.
Shouldn't we automatically lock extensions when installed globally?I see this too, but I can't actually uninstall it because I don't have the rights on the filesystem to remove/change those files. I am able to click "Uninstall" in the GUI, however, and Firefox tells me that it'll be uninstalled after a restart.
locking them is the wrong thing to do. perhaps uninstall should offer to disable instead if it can't uninstall...
| Reporter | ||
Comment 3•20 years ago
|
||
"Disable" affects the other users as well. The user doesn't expect to be able to uninstall or disable an extension for all users. So when the extension manager makes offers it, he'd think it only affects himself. He clicks uninstall, and oops, it's gone for all users (after he restarts Firefox, and then the other users).
Comment 5•20 years ago
|
||
That's very much a bug. When the bugs around global/per-user extensions settle, I think this will be a WONTFIX: installing something globally doesn't mean that you don't want users to be able to disable them.
Fair enough, but the Uninstall button should either be grayed out or replaced with a Disable button.
Comment 7•19 years ago
|
||
Current behavior is to not allow uninstall or update to extensions installed into a read only location and the widgets are disabled. Also, if a user disables an extension it is only disabled for the profile the user disabled it with. Is this acceptable or is there more that needs to be done to resolve this bug?
Comment 8•19 years ago
|
||
Resolving -> wontfix If the current behavior as described in comment #7 needs improvement please file a new bug
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → WONTFIX
Updated•16 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•