Site Tools


Hotfix release available: 2024-02-06a "Kaos". upgrade now! [55.1] (what's this?)
New release available: 2024-02-06 "Kaos". upgrade now! [55] (what's this?)
ubuntu_deubuntuization

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
ubuntu_deubuntuization [2011/10/25 08:47] – created santoxubuntu_deubuntuization [2011/11/07 18:25] (current) – [my personal Ubuntu-on-ac100 recipe] pibach
Line 4: Line 4:
 We just realized on our desktop machine that unity sucks; but on our ac100 it's ever worst. All the 512MB of ram filled by the ubuntu-experience-stuff. We just realized on our desktop machine that unity sucks; but on our ac100 it's ever worst. All the 512MB of ram filled by the ubuntu-experience-stuff.
  
-Waiting for a Debian Installer for Humans (something like the excellent oneiric installer) or waiting to ArchLinuxArm... or Angstrom distribution... or anything else - we have to grow up and skill up, we are new ac100 owners, we are noob - this is +Waiting for a Debian Installer for Humans (something like the excellent oneiric installer) or waiting for ArchLinuxArm... or Angstrom distribution... or anything else - we have to grow up and skill up, we are new ac100 owners, we are noob - this is 
  
 ====my personal Ubuntu-on-ac100 recipe==== ====my personal Ubuntu-on-ac100 recipe====
Line 28: Line 28:
 sudo apt-get install geany geeqie vim lxde gmrun tree sudo apt-get install geany geeqie vim lxde gmrun tree
 sudo apt-get install nodm sudo apt-get install nodm
-sudo apt-get install lxdm+sudo apt-get remove lxdm
 sudo apt-get install tint2 stjerm maximus htop sudo apt-get install tint2 stjerm maximus htop
 sudo apt-get update sudo apt-get update
Line 222: Line 222:
 currently suspend-on-lid-close is working only every 2 close so... work in progress! currently suspend-on-lid-close is working only every 2 close so... work in progress!
  
 +==suspend, reboot, backlight as user==
 +
 +you can create udev rules as sven done here http://ac100.grandou.net/backlightcontrol or, like me, you can add lines to visudo to allow your user to sudo without password some commands ('s' is my user):
 +
 +  sudo visudo
 +
 +<code>  
 +%s ALL=(ALL) NOPASSWD: /home/s/bin/wifi_off
 +%s ALL=(ALL) NOPASSWD: /home/s/bin/wifi_on
 +%s ALL=(ALL) NOPASSWD: /home/s/bin/suspend
 +%s ALL=(ALL) NOPASSWD: /home/s/bin/backlight
 +%s ALL=(ALL) NOPASSWD: /sbin/shutdown
 +%s ALL=(ALL) NOPASSWD: /sbin/mount
 +%s ALL=(ALL) NOPASSWD: /usr/sbin/pm-suspend
 +%s ALL=(ALL) NOPASSWD: /usr/sbin/rfkill
 +</code>
 +
 +== Maximize all Windows in Openbox ==
 +You can do this with maximus. Or - recommended - just by openbox. Insert these lines in Openbox/lubuntu-rc.xml (or Openbox/lxde-rc.xml respectively)
 +<code>
 +   <application class="*">
 +      <decor>no</decor>
 +      <maximized>yes</maximized>
 +    </application>
 +</code>
 +
 +To get decoration back on un-maximize you can add similar statements. But this is rarely used. 
 +If some application classes shall not be maximized, just add those.
ubuntu_deubuntuization.1319525270.txt.gz · Last modified: 2011/10/25 08:47 by santox