<div dir="ltr"><div>Per this article, it may vanish as a distro variant ...<br><br><a href="http://www.phoronix.com/scan.php?page=news_item&px=Kubuntu-15.10-Worrying-State">http://www.phoronix.com/scan.php?page=news_item&px=Kubuntu-15.10-Worrying-State</a><br> <br>Last week, my laptop hard disk died. Remember when I said I never install unless it is a new machine or when a hard disk dies? Well, that was one case of that. <br>So I replaced the hard disk, and had to reinstall Kubuntu.<br>I did not do it by downloading kubuntu 14.04, but rather started with Ubuntu Server LTS 14.04, since I had the CD lying around. <br><br></div><div>Here is what I did after installing to get to a working KDE desktop with Wifi and Sound.<br><br></div># Install the basic KDE desktop<br><div>aptitude install kde-plasma-desktop<br><br></div><div># Install the tools to get WiFi going<br clear="all"></div><div>aptitude install plasma-widget-networkmanagement<br><br># A few add ons<br>aptitude install kubuntu-restricted-addons<br><br># Firefox and Flash<br>aptitude install firefox flashplugin-installer<br><br># Suspend and Hibernate tools<br>aptitude install acpitool acpitail acpi-support<br></div><div># Some widgets I use<br></div><div>aptitude install plasma-widgets-addons<br><br></div><div># To prevent typing from moving the mouse<br></div><div>aptitude install kde-touchpad<br><br></div><div># Sound configuration<br></div><div>aptitude install kmix<br><br></div><div># Make LightDM the default window manager<br></div><div>dpkg-reconfigure lightdm<br><br></div><div># Configure suspend and hibernate<br></div><div>cd /var/lib/polkit-1/localauthority/50-local.d/<br><br>cat > com.ubuntu.enable-hibernate.pkla <<EOF<br>[Enable hibernate by default]<br>Identity=unix-user:*<br>Action=org.freedesktop.upower.hibernate<br>ResultActive=yes<br>EOF<br><br>cat > com.ubuntu.enable-suspend.pkla <<EOF<br>[Enable suspend by default]<br>Identity=unix-user:*<br>Action=org.freedesktop.upower.suspend<br>ResultActive=yes<br>EOF<br><br></div><div>And that is about it ...<br><br></div><div>So my question is: can I still do this if Kubuntu dies away?<br></div><div>-- <br><div class="gmail_signature">Khalid M. Baheyeldin<br><a href="http://2bits.com" target="_blank">2bits.com</a>, Inc.<br>Fast Reliable Drupal<br>Drupal optimization, development, customization and consulting.<br>Simplicity is prerequisite for reliability. --  Edsger W.Dijkstra<br>Simplicity is the ultimate sophistication. --   Leonardo da Vinci<br>For every complex problem, there is an answer that is clear, simple, and wrong." -- H.L. Mencken<br></div>
<br></div></div>