ubuntu_deubuntuization
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| ubuntu_deubuntuization [2011/10/25 08:47] – created santox | ubuntu_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 | + | Waiting for a Debian Installer for Humans (something like the excellent oneiric installer) or waiting |
| ====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 | + | sudo apt-get |
| 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:// | ||
| + | |||
| + | sudo visudo | ||
| + | |||
| + | < | ||
| + | %s ALL=(ALL) NOPASSWD: / | ||
| + | %s ALL=(ALL) NOPASSWD: / | ||
| + | %s ALL=(ALL) NOPASSWD: / | ||
| + | %s ALL=(ALL) NOPASSWD: / | ||
| + | %s ALL=(ALL) NOPASSWD: / | ||
| + | %s ALL=(ALL) NOPASSWD: /sbin/mount | ||
| + | %s ALL=(ALL) NOPASSWD: / | ||
| + | %s ALL=(ALL) NOPASSWD: / | ||
| + | </ | ||
| + | |||
| + | == Maximize all Windows in Openbox == | ||
| + | You can do this with maximus. Or - recommended - just by openbox. Insert these lines in Openbox/ | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | 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: by santox
