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.

48 lines
2.0KB

  1. <?php
  2. $PAGE_TITLE = "KXStudio Documentation";
  3. $PAGE_TYPE = "NONKXSTUDIO";
  4. $PAGE_SOURCE_1 = ARRAY("/Documentation", "/Documentation", "/Documentation:KXStudio14045:ReleaseNotes");
  5. $PAGE_SOURCE_2 = ARRAY("Documentation", "KXStudio 14.04.5", "Release Notes");
  6. include_once("includes/header.php");
  7. ?>
  8. <p>
  9. <span style="color:#fa3a3a;">The information on this page is incomplete or outdated.</span>
  10. </p>
  11. <p>
  12. These are the release notes related to the KXStudio 14.04.5 Release, based on Ubuntu 14.04.5 LTS.<br/>
  13. </p>
  14. <p><br/></p>
  15. <h4><span class="mw-headline" id="LiveDVDNotes">KXStudio 12.04.5 Live-DVD Notes</span></h4>
  16. <ul>
  17. <li>The live session user name is "kxstudio" and has no password.</li>
  18. <li>Neither PulseAudio or Wine are included in the Live-DVD, they need to be installed if required.<br/>
  19. Because Firefox now requires PulseAudio, it will not produce any sound by default on this Live-DVD.
  20. </li>
  21. <li>Sometimes the keyboard layout is not set-up correctly on the live session. This can be manually fixed by running:<br/>
  22. <code>setxkbmap pt</code> <i>(replace 'pt' by the relevant keyboard layout/language).</i></li>
  23. <li>The list of packages installed on the Live-DVD is available
  24. --- TODO ---
  25. <a href="<?php echo $ROOT; ?>/Paste/UEqO4" class="external text" rel="nofollow">here</a> for 32bit and
  26. <a href="<?php echo $ROOT; ?>/Paste/NeFVA" class="external text" rel="nofollow">here</a> for 64bit.</li>
  27. </ul>
  28. <p><br/></p>
  29. <h4><span class="mw-headline" id="CurrentNotes">Current 14.04.5 Notes</span></h4>
  30. <ul>
  31. <li>Some applications and websites don't work nicely with dark themes, which KXStudio uses by default.<br/>
  32. This is not a bug in the theme(s) but rather upstream (ie, app and website authors).<br/>
  33. We encourage users to report such issues upstream so they can be fixed for everyone using dark themes.</li>
  34. <li>The KXStudio GTK3 theme is unfinished. Applications that use GTK3 might appear slightly broken.</li>
  35. </ul>
  36. <p><br/></p>
  37. <?php
  38. include_once("includes/footer.php");
  39. ?>