<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
Hi,</div>
<div style="font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
I'm the author of the Ubuntu VirtualBox indicator and have some additional questions/clarifications please...</div>
<div style="font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
My indicator parses the VirtualBox configuration file at ~/.config/VirtualBox/VirtualBox.xml to determine the virtual machines and groups.  Using only the XMLtags ExtraDataItem where <span style="background-color:rgb(255, 255, 255);display:inline !important">name="GUI/GroupDefinitions/*",
 I have assumed that:</span></div>
<div style="font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
<span style="background-color:rgb(255, 255, 255);display:inline !important"><br>
</span></div>
<div style="font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
<span style="background-color:rgb(255, 255, 255);display:inline !important">'go=...' is a group</span></div>
<div style="font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
<span style="background-color:rgb(255, 255, 255);display:inline !important">'m=...': is a machine UUID</span></div>
<div style="font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
<span style="background-color:rgb(255, 255, 255);display:inline !important"><br>
</span></div>
<div style="font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
I noticed between version 1.5 and 1.6 there was the addition of the value <span style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 10pt;">"n=GLOBAL" which I skip; I assume this is safe to do so?</span></div>
<div style="font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
<span style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 10pt;"><br>
</span></div>
<div style="font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
<span style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 10pt;">As Stéphane reported below, I have not seen the name="gc=..." before and cannot reproduce this under version 1.5 or 1.6.  Can 'gc' be treated the same as 'go' (that
 is, a group)?</span></div>
<div>
<div id="Signature">
<div>
<div></div>
<div id="divtagdefaultwrapper" style="font-size:10pt; color:#000000; font-family:Arial,Helvetica,sans-serif">
<div style="line-height:21px"><span style="line-height:18px"><font face="Arial" size="2"><br class="ecxApple-interchange-newline">
<span style="font-family:Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"></span><br>
<span style="font-family:Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"></span></font></span></div>
<span style="font-family:Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"></span>
<div style="line-height:21px"><span style="font-family:Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"></span>
<div><font face="Arial" size="2" style="line-height:normal"><span style="font-family:Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)">Thanks,</span></font></div>
<span style="font-family:Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"></span>
<div><font face="Arial" size="2" style="line-height:normal"><br style="line-height:18px">
<span style="font-family:Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"></span></font></div>
<span style="font-family:Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)"></span>
<div><font face="Arial" size="2" style="line-height:normal"><span style="font-family:Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)">Bernard.</span></font></div>
<font face="Arial" size="2" style="line-height:normal; color:rgb(68,68,68)"></font></div>
</div>
</div>
</div>
</div>
<div>
<div id="appendonsend"></div>
<div style="font-family:Arial,Helvetica,sans-serif; font-size:10pt; color:rgb(0,0,0)">
<br>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> Stéphane Charette <stephanecharette@gmail.com><br>
<b>Sent:</b> Wednesday, 3 November 2021 17:56<br>
<b>To:</b> vbox-dev@virtualbox.org <vbox-dev@virtualbox.org>; Bernard Giannetti <thebernmeister@hotmail.com><br>
<b>Subject:</b> VB xml format</font>
<div> </div>
</div>
<div>
<div dir="ltr">Devs,
<div><br>
</div>
<div>Is there documentation available for the VirtualBox XML file format?  Specifically, what you'd expect to find in Ubuntu at this location:  ~/.config/VirtualBox/VirtualBox.xml</div>
<div><br>
</div>
<div>Bernard Giannetti (the author of the VirtualBox indicator on Ubuntu) and I are trying to understand some fields and could use some assistance.  Specifically, right now we're trying to understand the meaning of "<font face="monospace"><b>gc=</b></font>..."
 in <font face="monospace"><ExtraDataItem name="GUI/GroupDefinitions/"</font>.<br clear="all">
<div><br>
</div>
<div>Thanks,</div>
<div><br>
</div>
<div>Stéphane</div>
<div><br>
</div>
-- <br>
<div dir="ltr" class="x_gmail_signature">
<div dir="ltr">
<div>
<table border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td align="left" valign="bottom" width="107" style="line-height:0; vertical-align:bottom; padding-right:10px; padding-top:20px; padding-bottom:20px">
<a href="https://about.me/stephane.charette?promo=email_sig&utm_source=product&utm_medium=email_sig&utm_campaign=edit_panel&utm_content=thumb" target="_blank"><img alt="" width="105" height="70" style="margin:0; padding:0; display:block; border:1px solid #eeeeee" src="https://thumbs.about.me/thumbnail/users/s/t/e/stephane.charette_emailsig.jpg?_1613974105_595"></a>
</td>
<td align="left" valign="bottom" style="line-height:1.1; vertical-align:bottom; padding-top:20px; padding-bottom:20px">
<img width="1" height="1" style="border:0; margin:0; padding:0; width:1; height:1; overflow:hidden" src="https://about.me/t/sig?u=stephane.charette">
<div style="font-size:18px; font-weight:bold; color:#333333; font-family:'Proxima Nova',Helvetica,Arial,sans-serif!important">
Stéphane Charette</div>
<a href="https://about.me/stephane.charette?promo=email_sig&utm_source=product&utm_medium=email_sig&utm_campaign=edit_panel&utm_content=thumb" target="_blank" style="font-size:12px; color:rgb(43,130,173); font-family:"Proxima Nova",Helvetica,Arial,sans-serif!important">about.me/stephane.charette</a></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>