#3904 closed defect (wontfix)
Contributed Guest Additions, with possibility of Net Install
回報者: | ajmas | 負責人: | |
---|---|---|---|
元件: | guest additions | 版本: | VirtualBox 2.2.2 |
關鍵字: | 副本: | ||
Guest type: | other | Host type: | other |
描述 (由 作最後更新)
Discussion of how to provide WineD3D for VirtualBox (see ticket 2940), suggested that there may be a need for the concept of 'contribued guest additions', which aren't necessarily tied to the build cycle of VirtualBox.
The concept is similar in many ways to Firefox and the extensions available for it. Basically you would have a library of optional guest additions, that can be downloaded and installed into VirtualBox. So as not to tie them to the build cycle of VirtualBox, the guest addition installer would check online to see whether there are any new optional additions and whether there are any updates. There could even be a start-up task that would periodically check to see if anything has changed, similar to Firefox.
更動歷史 (12)
comment:4 16 年 前 由 編輯
Our current plan is to include WineD3D in the additions ISO. However I do agree that it would be nice for people to be able to easily install a new build from the WineD3D site.
To achieve the latter is quite simple as we're only talking about a bunch of user dlls.
跟進: 6 comment:5 16 年 前 由 編輯
It's highly unlikely we'll provide a check for external 3rd party guest additions extensions in VirtualBox itself. There are legal and liability implications in doing so.
comment:6 16 年 前 由 編輯
Replying to sandervl73:
It's highly unlikely we'll provide a check for external 3rd party guest additions extensions in VirtualBox itself. There are legal and liability implications in doing so.
Is this about warranty in commercially-supported installs of VirtualBox? I think this could be solved by adding a disclaimer in the download dialog, or similar.
comment:7 16 年 前 由 編輯
sandervl73 : You don't have to provide any checks for 3rd party additions. Firefox also doesn't checks Adobe Flash and other Add-ons (Plugins/Extensions/Themes/etc...).
Mozilla just provides an API to include those add-ons in the main application menus.
-Technologov
comment:8 16 年 前 由 編輯
Currently VirtualBox provides API to the engine (VBoxSVC and/or vboxdrv), but not to the GUI (VirtualBox Qt4 frontend).
Basically this is a request to provide such APIs.
-Technologov
comment:9 16 年 前 由 編輯
Since problem is more generic that Guest Additions, it actually relates to APIs of Main Application, the bug's description should be changed.
-Technologov
comment:10 16 年 前 由 編輯
When I originally opened the ticket it was originally to provide an 'extensions manager', mainly to support out of cycle stuff like the WineD3D addition. At the same time as I read some of the comments it certainly becomes clear that this gains more value if there is an API for adding non-core functionality.
I am okay with the ticket's nature changed if you feel there possibility for a larger scope.
comment:11 16 年 前 由 編輯
comment:12 11 年 前 由 編輯
描述: | 修改 (差異) |
---|---|
狀態: | new → closed |
處理結果: | → wontfix |
The exact implementation of this needs to be worked out, but it sounds like a good idea to me. It would be especially beneficial for WineD3D which seems to get frequent builds that bring much desired improvements.