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.

50 lines
2.4KB

  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. These are the release notes related to the KXStudio 14.04.5 Release, based on Ubuntu 14.04.5 LTS.<br/>
  10. </p>
  11. <p><br/></p>
  12. <h4><span class="mw-headline" id="LiveDVDNotes">KXStudio 12.04.5 Live-DVD Notes</span></h4>
  13. <ul>
  14. <li>The live session user name is "kxstudio" and has no password.</li>
  15. <li>Synaptic is used for handling package management in the Live-DVD, users do not receive package update notifications.<br/>
  16. Users should open synaptic (or a similar tool) and do system updates on a regular basis.</li>
  17. <li>Neither PulseAudio or Wine are included in the Live-DVD, they need to be installed if required.<br/>
  18. Because Firefox now requires PulseAudio, it will not produce any sound by default on this Live-DVD.
  19. </li>
  20. <li>Sometimes the keyboard layout is not set-up correctly on the live session. This can be manually fixed by running:
  21. <pre>setxkbmap pt</pre>
  22. <i>(replace '</i>pt<i>' by the relevant keyboard layout/language).</i>
  23. </li>
  24. <li>Installation for (U)EFI systems will fail due to missing packages if not connected to the internet.<br/>
  25. If you need to install on such systems, make sure to connect to the internet before starting the installer.
  26. </li>
  27. <li>The list of packages installed on the Live-DVD is available
  28. <a href="<?php echo $ROOT; ?>/Paste/c6i94" class="external text" rel="nofollow">here</a> for 32bit and
  29. <a href="<?php echo $ROOT; ?>/Paste/MpWgT" class="external text" rel="nofollow">here</a> for 64bit.</li>
  30. </ul>
  31. <p><br/></p>
  32. <h4><span class="mw-headline" id="CurrentNotes">Current 14.04.5 Notes</span></h4>
  33. <ul>
  34. <li>Some applications and websites don't work nicely with dark themes, which KXStudio uses by default.<br/>
  35. This is not a bug in the theme(s) but rather upstream (ie, app and website authors).<br/>
  36. We encourage users to report such issues upstream so they can be fixed for everyone using dark themes.</li>
  37. <li>The KXStudio GTK3 theme is unfinished. Applications that use GTK3 might appear slightly broken.</li>
  38. </ul>
  39. <p><br/></p>
  40. <?php
  41. include_once("includes/footer.php");
  42. ?>