User:Thomazella

From ArchWiki

Summary:

Clover page changes

small edits: Suggest the use of a plist editing program since hand editing the xml is more error prone. Exchange AddArguments with Arguments Clarify better how to proceed with the code provided, expanding statements like "...add following code to the relevant place." Mention the obvious to a competent user but maybe not to a newbie that the UUID provided needs to be replaced by the appropriate value. Add some links to other useful articles. Add more words and remove some newlines to make the text more fluid and less like a collection of sentences. Maybe mention that clover supports multiple config files and how this works.

big edits: Provide an alternative way to configure clover using a GUI of a clover config program. Add a screenshot or two.

not an edit: Actually test things in my clover to make sure it is all tidy.


Exchange AddArguments with Arguments

Actual text:

<key>GUI</key>

<dict>
   <key>Custom</key>
   <dict>
      <key>Entries</key>
      <array>
         <dict>
   ->       <key>AddArguments</key>
            (...)

Proposed text:

<key>GUI</key>

<dict>
   <key>Custom</key>
   <dict>
      <key>Entries</key>
      <array>
         <dict>
   ->       <key>Arguments</key>
            (...)

Why: AddArguments passes to the linux kernel args present in clover by default but intended to the Darwin kernel. This does no harm but it can be improved, so why not?

References: https://clover-wiki.zetam.org/Configuration/GUI#gui_custom_custom-entries


Suggest the use of a plist editing program

Actual text: None.


Proposed text: I'm still looking in the AUR for a good one.

Why: Hand editing the xml is more error prone.

References:


Template

Actual text:


Proposed text:

Why:


References: