KXStudio Website https://kx.studio/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Documentation:KXStudio1804:ReleaseNotes.php 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?php
  2. $PAGE_TITLE = "KXStudio Documentation";
  3. $PAGE_TYPE = "NONKXSTUDIO";
  4. $PAGE_SOURCE_1 = ARRAY("/Documentation", "/Documentation", "/Documentation:KXStudio1804:ReleaseNotes");
  5. $PAGE_SOURCE_2 = ARRAY("Documentation", "KXStudio 18.04", "Release Notes");
  6. include_once("includes/header.php");
  7. ?>
  8. <p>
  9. These are the release notes related to the KXStudio 18.04 Release, based on Neon 18.04 LTS. (which in turn is based on Ubuntu)<br/>
  10. </p>
  11. <p><br/></p>
  12. <h4><span class="mw-headline" id="LiveDVDNotes">KXStudio 18.04 Live-DVD Notes</span></h4>
  13. <ul>
  14. <li>The live session user name is "kxstudio" and has no password.</li>
  15. <li>Wine is not included in the Live-DVD, it needs to be installed if required.<br/>
  16. A meta-package called kxstudio-meta-wine was created or it, for convenience. Just open Synaptic and install it.
  17. </li>
  18. <li>Sometimes the keyboard layout is not set-up correctly on the live session. This can be manually fixed by running:
  19. <pre>setxkbmap pt</pre>
  20. <i>(replace '</i>pt<i>' by the relevant keyboard layout/language).</i>
  21. </li>
  22. <li>Installation for (U)EFI systems will fail due to missing packages if not connected to the internet.<br/>
  23. If you need to install on such systems, make sure to connect to the internet before starting the installer.
  24. </li>
  25. <!--<li>The list of packages installed on the Live-DVD is available
  26. <a href="<?php echo $ROOT; ?>/Paste/c6i94" class="external text" rel="nofollow">here</a> for 32bit and
  27. <a href="<?php echo $ROOT; ?>/Paste/MpWgT" class="external text" rel="nofollow">here</a> for 64bit.</li>-->
  28. </ul>
  29. <p><br/></p>
  30. <h4><span class="mw-headline" id="CurrentNotes">Current 14.04.5 Notes</span></h4>
  31. <ul>
  32. <li>TODO: test 18.04 and write relevant notes here</li>
  33. </ul>
  34. <p><br/></p>
  35. <?php
  36. include_once("includes/footer.php");
  37. ?>