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

Both sides previous revisionPrevious revision
Next revision
Previous revision
ubuntu_deubuntuization [2011/10/25 08:59] – [my personal Ubuntu-on-ac100 recipe] 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 224: Line 224:
 ==suspend, reboot, backlight as user== ==suspend, reboot, backlight as user==
  
-you can create udev rules as rich 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):+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   sudo visudo
Line 238: Line 238:
 %s ALL=(ALL) NOPASSWD: /usr/sbin/rfkill %s ALL=(ALL) NOPASSWD: /usr/sbin/rfkill
 </code> </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.1319525995.txt.gz · Last modified: 2011/10/25 08:59 by santox