public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] vm-img: Enable clipboard sharing for virtualbox
@ 2023-07-13 14:41 Clara Kowalsky
  2023-07-17 11:26 ` Henning Schild
  2023-07-20  4:11 ` Uladzimir Bely
  0 siblings, 2 replies; 3+ messages in thread
From: Clara Kowalsky @ 2023-07-13 14:41 UTC (permalink / raw)
  To: isar-users; +Cc: Clara Kowalsky

Shared clipboard should be enabled by default.

Signed-off-by: Clara Kowalsky <clara.kowalsky@siemens.com>
---
 meta/recipes-core/images/virtualbox/vm-img-virtualbox.ovf.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/images/virtualbox/vm-img-virtualbox.ovf.tmpl b/meta/recipes-core/images/virtualbox/vm-img-virtualbox.ovf.tmpl
index 66d5585..c329514 100644
--- a/meta/recipes-core/images/virtualbox/vm-img-virtualbox.ovf.tmpl
+++ b/meta/recipes-core/images/virtualbox/vm-img-virtualbox.ovf.tmpl
@@ -142,7 +142,7 @@
           </Adapter>
         </Network>
         <AudioAdapter driver="Pulse" enabled="false"/>
-        <Clipboard/>
+        <Clipboard mode="Bidirectional"/>
         <GuestProperties/>
         <StorageControllers>
           <StorageController name="IDE" type="PIIX4" PortCount="2" useHostIOCache="true" Bootable="true">
-- 
2.34.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-07-20  4:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-13 14:41 [PATCH] vm-img: Enable clipboard sharing for virtualbox Clara Kowalsky
2023-07-17 11:26 ` Henning Schild
2023-07-20  4:11 ` Uladzimir Bely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox