Seite 1 von 1

O&O DeskInfo

Verfasst: So 1. Mai 2022, 19:44
von kaboddy
Really like the application! But...

Can you explain in more detail how to modify the .cfg file for custom profiles? Where / how do we add the customprofile tags? In the same OODeskInfo.cfg or a different file?

I tried adding text between the InfoMessage tag, but it breaks the layout. Is there something tag-specific required or is it a bug?

The system tray icon is animated as well with CPU utilization. Can that be turned off?

Can specific lines in the details be customized? Can the fonts be changed for single lines or details?

Thanks for any help you can provide! This is a great little app!

Keith

Re: O&O DeskInfo

Verfasst: Do 5. Mai 2022, 11:32
von Brigitte (O&O)
Hello,

we recommend that you copy the original CFG file first to another save location before your edit / add anything to the CFG. Tags which are currently have no values are displayed like below:

<InfoMessage />

If you add information there, close the tag correctly:

<InfoMessage>Type your information here <InfoMessage/>

You can find more detailed information in our online help:

https://docs.oo-software.com/en/oo-deskinfo

Re: O&O DeskInfo

Verfasst: Mo 9. Mai 2022, 16:34
von kaboddy
Oh... the closing tag is <InfoMessage/> not </InfoMessage> ?

The help page you've indicated doesn't seem to include the details I'm looking for in regards to the customized view or options for the display. Where do you put the extra parts? In the same cfg file? A second .cfg file that get's called via the first?

Thanks!
Keith

Re: O&O DeskInfo

Verfasst: Di 10. Mai 2022, 10:19
von Brigitte (O&O)
Sorry, of course it is </InfoMessage>...

Further customizations are currently not available, sorry.

Re: O&O DeskInfo

Verfasst: Mi 11. Mai 2022, 00:30
von kaboddy
When I add text to the <infomessage> tag, it breaks the screen position of where the information is displayed.

As for the custom setup, I'm just asking where we put the <customprofile> info. Between <settings>? Or is it added inline?

Inline??

Code: Alles auswählen

<?xml version="1.0"?>
<Settings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="https://www.oo-software.com">
  <ShowWelcome>false</ShowWelcome>
  <TrayMenu>Full</TrayMenu>
  <AppLogEnabled>true</AppLogEnabled>
  <Language />
  <Monitor>0</Monitor>
  <WindowPosition>RightTop</WindowPosition>
  <InfoMessage />
  <TextColor>White</TextColor>
  <TextSize>10</TextSize>
  <Opacity>100</Opacity>
  <UpdateSpeed>5</UpdateSpeed>
  <FillColorNormal>Green</FillColorNormal>
  <FillColorWarning>Yellow</FillColorWarning>
  <FillColorCritical>Red</FillColorCritical>
  <FillColorBackground>LightGray</FillColorBackground>
</Settings>
 <CustomProfile>
    <Name>Custom</Name>
    <DisplayName>Custom Profile</DisplayName>
    <Keys>
      <Text>UserName</Text>
      <Text>MachineName</Text>
      <Text>-</Text>
      <Text>OSEdition</Text>
      <Text>OSVersion</Text>
      <Text>OSBuild</Text>
      <Text>OSCodename</Text>
      <Text>-</Text>
      <Text>Processor</Text>
      <Text>TotalPhysicalMemory</Text>
      <Text>SystemType</Text>
      <Text>-</Text>
      <Text>IPv6AddressLocal</Text>
      <Text>IPAddressLocal</Text>
      <Text>IPAddressRemote</Text>
      <Text>-</Text>
      <Text>CPUUtilization</Text>
      <Text>RAMAvailability</Text>
      <Text>-</Text>
      <Text>LocalDrives</Text>
      <Text>NetworkDrives</Text>
    </Keys>
  </CustomProfile>
Or Inside settings?

Code: Alles auswählen

<?xml version="1.0"?>
<Settings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="https://www.oo-software.com">
  <ShowWelcome>false</ShowWelcome>
  <TrayMenu>Full</TrayMenu>
  <AppLogEnabled>true</AppLogEnabled>
  <Language />
  <Monitor>0</Monitor>
  <WindowPosition>RightTop</WindowPosition>
  <InfoMessage />
  <TextColor>White</TextColor>
  <TextSize>10</TextSize>
  <Opacity>100</Opacity>
  <UpdateSpeed>5</UpdateSpeed>
  <FillColorNormal>Green</FillColorNormal>
  <FillColorWarning>Yellow</FillColorWarning>
  <FillColorCritical>Red</FillColorCritical>
  <FillColorBackground>LightGray</FillColorBackground>
  <CustomProfile>
    <Name>Custom</Name>
    <DisplayName>Custom Profile</DisplayName>
    <Keys>
      <Text>UserName</Text>
      <Text>MachineName</Text>
      <Text>-</Text>
      <Text>OSEdition</Text>
      <Text>OSVersion</Text>
      <Text>OSBuild</Text>
      <Text>OSCodename</Text>
      <Text>-</Text>
      <Text>Processor</Text>
      <Text>TotalPhysicalMemory</Text>
      <Text>SystemType</Text>
      <Text>-</Text>
      <Text>IPv6AddressLocal</Text>
      <Text>IPAddressLocal</Text>
      <Text>IPAddressRemote</Text>
      <Text>-</Text>
      <Text>CPUUtilization</Text>
      <Text>RAMAvailability</Text>
      <Text>-</Text>
      <Text>LocalDrives</Text>
      <Text>NetworkDrives</Text>
    </Keys>
  </CustomProfile>
</Settings>
Neither seemed to work for me.

Re: O&O DeskInfo

Verfasst: Mi 11. Mai 2022, 12:00
von Brigitte (O&O)
Hello!

All parameters must be inserted between <settings> and </settings>. We will check why the problems you mention occur.