@@ -33,11 +33,11 @@ include_once("includes/header.php"); | |||
<!-- KXSTUDIO RELEASE --> | |||
<p> | |||
<b>KXStudio 14.04.2 Release</b> | |||
<b>KXStudio 14.04.5 Release</b> | |||
</p> | |||
<ul> | |||
<li><a href="<?php echo $ROOT; ?>/Documentation:KXStudio14042:About">About</a></li> | |||
<li><a href="<?php echo $ROOT; ?>/Documentation:KXStudio14042:ReleaseNotes">Release Notes</a></li> | |||
<li><a href="<?php echo $ROOT; ?>/Documentation:KXStudio14045:About">About</a></li> | |||
<li><a href="<?php echo $ROOT; ?>/Documentation:KXStudio14045:ReleaseNotes">Release Notes</a></li> | |||
</ul> | |||
<!-- KXSTUDIO DISTRIBUTION --> | |||
@@ -6,17 +6,13 @@ $PAGE_SOURCE_2 = ARRAY("Documentation", "KXStudio 14.04.5", "About"); | |||
include_once("includes/header.php"); | |||
?> | |||
<p> | |||
<span style="color:#fa3a3a;">The information on this page is incomplete or outdated.</span> | |||
</p> | |||
<p> | |||
KXStudio 14.04.5 is an ISO release based on Ubuntu 14.04.5 LTS, made on 09/06/2017.<br/> | |||
Check the Live-DVD section in the Downloads page to download it (or just click <a href="<?php echo $ROOT; ?>/Downloads#LiveDVD">here</a>). | |||
</p> | |||
<p> | |||
The Live-DVD contains a highly optimized KDE4 desktop, together with a low-latency kernel (version 3.8).<br/> | |||
The Live-DVD contains a highly optimized KDE4 desktop, together with a low-latency kernel (version 3.13).<br/> | |||
There's a lot of audio-related applications inside, with even more available to install via the repositories. | |||
</p> | |||
@@ -25,6 +21,18 @@ include_once("includes/header.php"); | |||
(like disable file indexer and everything else that can introduce random xruns). | |||
</p> | |||
<p><br/></p> | |||
<h4><span class="mw-headline" id="CurrentNotes">Current 14.04.5 Notes</span></h4> | |||
<ul> | |||
<li>Some applications and websites don't work nicely with dark themes, which KXStudio uses by default.<br/> | |||
This is not a bug in the theme(s) but rather upstream (ie, app and website authors).<br/> | |||
We encourage users to report such issues upstream so they can be fixed for everyone using dark themes.</li> | |||
<li>The KXStudio GTK3 theme is unfinished. Applications that use GTK3 might appear slightly broken.</li> | |||
</ul> | |||
<p><br/></p> | |||
<h3><span class="mw-headline" id="Apps"> Pre-installed applications </span></h3> | |||
<p> | |||
@@ -57,9 +65,7 @@ include_once("includes/header.php"); | |||
<li>Guitarix</li> | |||
<li>Hydrogen</li> | |||
<li>Jamin</li> | |||
<li>Laborejo</li> | |||
<li>LinuxSampler</li> | |||
<li>LisaloQt</li> | |||
<li>LMMS</li> | |||
<li>Mixxx</li> | |||
<li>MusE</li> | |||
@@ -74,16 +80,13 @@ include_once("includes/header.php"); | |||
<li>Qsynth</li> | |||
<li>Qtractor</li> | |||
<li>Rakarrack</li> | |||
<li>Renoise</li> | |||
<li>Rosegarden</li> | |||
<!-- <li>Samplv1</li> --> | |||
<li>SEQ24</li> | |||
<li>SooperLooper</li> | |||
<!-- <li>Synthv1</li> --> | |||
<li>Sunvox</li> | |||
<li>VMPK</li> | |||
<li>xjadeo</li> | |||
<li>ZynAddSubFX</li> | |||
<!-- <li>ZynAddSubFX</li> --> | |||
</ul> | |||
</td><td valign="top"> | |||
| |||
@@ -100,8 +103,6 @@ include_once("includes/header.php"); | |||
<li>KDE base (ark, dolphin, gwenview, k3b, etc)</li> | |||
<li>Kdenlive</li> | |||
<li>LibreOffice (Impress and Writer)</li> | |||
<li>Muon</li> | |||
<li>QdvdAuthor</li> | |||
<li>SMPlayer</li> | |||
<li>Synaptic</li> | |||
<li>VLC</li> | |||
@@ -6,10 +6,6 @@ $PAGE_SOURCE_2 = ARRAY("Documentation", "KXStudio 14.04.5", "Release Notes"); | |||
include_once("includes/header.php"); | |||
?> | |||
<p> | |||
<span style="color:#fa3a3a;">The information on this page is incomplete or outdated.</span> | |||
</p> | |||
<p> | |||
These are the release notes related to the KXStudio 14.04.5 Release, based on Ubuntu 14.04.5 LTS.<br/> | |||
</p> | |||
@@ -19,15 +15,18 @@ include_once("includes/header.php"); | |||
<h4><span class="mw-headline" id="LiveDVDNotes">KXStudio 12.04.5 Live-DVD Notes</span></h4> | |||
<ul> | |||
<li>The live session user name is "kxstudio" and has no password.</li> | |||
<li>Synaptic is used for handling package management in the Live-DVD, users do not receive package update notifications.<br/> | |||
Users should open synaptic (or a similar tool) and do system updates on a regular basis.</li> | |||
<li>Neither PulseAudio or Wine are included in the Live-DVD, they need to be installed if required.<br/> | |||
Because Firefox now requires PulseAudio, it will not produce any sound by default on this Live-DVD. | |||
</li> | |||
<li>Sometimes the keyboard layout is not set-up correctly on the live session. This can be manually fixed by running:<br/> | |||
<code>setxkbmap pt</code> <i>(replace 'pt' by the relevant keyboard layout/language).</i></li> | |||
<li>Sometimes the keyboard layout is not set-up correctly on the live session. This can be manually fixed by running: | |||
<pre>setxkbmap pt</pre> | |||
<i>(replace '</i>pt<i>' by the relevant keyboard layout/language).</i> | |||
</li> | |||
<li>The list of packages installed on the Live-DVD is available | |||
--- TODO --- | |||
<a href="<?php echo $ROOT; ?>/Paste/UEqO4" class="external text" rel="nofollow">here</a> for 32bit and | |||
<a href="<?php echo $ROOT; ?>/Paste/NeFVA" class="external text" rel="nofollow">here</a> for 64bit.</li> | |||
<a href="<?php echo $ROOT; ?>/Paste/c6i94" class="external text" rel="nofollow">here</a> for 32bit and | |||
<a href="<?php echo $ROOT; ?>/Paste/MpWgT" class="external text" rel="nofollow">here</a> for 64bit.</li> | |||
</ul> | |||
<p><br/></p> | |||
@@ -16,7 +16,7 @@ include_once("includes/header.php"); | |||
<b>Downloads:</b><br/> | |||
<a href="http://download.linuxaudio.org/kxstudio/KXStudio_14.04.5_32bit.iso" class="external text a_bigger_text" rel="nofollow" target="_blank"> | |||
<img src="images/ico_disc.png" alt="" class="img_text_align"/> KXStudio 14.04.5 Live-DVD <strong>- 32bit</strong></a> | |||
<!--| <a href="https://github.com/KXStudio/KXStudio/releases/download/14.04.5/KXStudio_14.04.5_32bit.iso" class="external text a_bigger_text" rel="nofollow" target="_blank">Mirror #1<strong></strong></a>--> | |||
| <a href="https://github.com/KXStudio/KXStudio/releases/download/14.04.5/KXStudio_14.04.5_32bit.iso" class="external text a_bigger_text" rel="nofollow" target="_blank">Mirror #1<strong></strong></a> | |||
<!--| <a href="https://drive.google.com/file/d/0B_uWSrIHpVoGLUxLYmdqQ3FtdHc/view" class="external text a_bigger_text" rel="nofollow" target="_blank">Mirror #2<strong></strong></a>--> | |||
<br/> | |||
md5sum: 86e9b4c24ea25fe1261ac0a452602d2a<br/> | |||
@@ -25,7 +25,7 @@ include_once("includes/header.php"); | |||
<p> | |||
<a href="http://download.linuxaudio.org/kxstudio/KXStudio_14.04.5_64bit.iso" class="external text a_bigger_text" rel="nofollow" target="_blank"> | |||
<img src="images/ico_disc.png" alt="" class="img_text_align"/> KXStudio 14.04.5 Live-DVD <strong>- 64bit</strong></a> | |||
<!--| <a href="https://github.com/KXStudio/KXStudio/releases/download/14.04.5/KXStudio_14.04.5_64bit.iso" class="external text a_bigger_text" rel="nofollow" target="_blank">Mirror #1<strong></strong></a>--> | |||
| <a href="https://github.com/KXStudio/KXStudio/releases/download/14.04.5/KXStudio_14.04.5_64bit.iso" class="external text a_bigger_text" rel="nofollow" target="_blank">Mirror #1<strong></strong></a> | |||
<!--| <a href="https://drive.google.com/file/d/0B_uWSrIHpVoGeGthNUJWdl9lcVk/view" class="external text a_bigger_text" rel="nofollow" target="_blank">Mirror #2<strong></strong></a>--> | |||
<br/> | |||
md5sum: a249bb59f27312e69b3af8579b14e0a2<br/> | |||
@@ -2,5 +2,5 @@ User-Agent: * | |||
Disallow: /.git/ | |||
Disallow: /.gitignore | |||
Disallow: /.htaccess | |||
Disallow: /donate/config.php | |||
Disallow: /donate/* | |||
Disallow: /paste/repo/ |