Site Tools


ubuntu_deubuntuization

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ubuntu_deubuntuization [2011/10/25 08:48] – [ubuntu de-ubuntuization] santoxubuntu_deubuntuization [2011/11/07 18:25] (current) – [my personal Ubuntu-on-ac100 recipe] pibach
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.1319525337.txt.gz · Last modified: 2011/10/25 08:48 by santox