Neue Seite anlegen
Ein paar (noch) unsortierte Notizen
http://icculus.org/openbox/index.php/Help:GNOME/Openbox * openbox unter Gnome verwenden
<code> gconftool -s /desktop/gnome/session/required_components/windowmanager openbox -t string </code>
gconf-editor → apps → nautilus → preferences → show_desktop
mv /usr/share/gdm/autostart/LoginWindow/metacity.desktop /usr/share/gdm/autostart/LoginWindow/metacity.desktop.bak
areactrl (ehemals areawm)
<applications>
<!-- match all windows, and remove their decorations -->
<application class="*">
<decor>no</decor>
</application>
* mittels obconf Fensterrahmen entfernen
ab Ubuntu 10.04 wird Stick nicht mehr als Modem erkannt. Loesung:
Datei /lib/udev/rules.d/61-option-modem-modeswitch.rules um folgende Zeile erweitern:
ATTRS{idVendor}=="12d1", ATTRS{idProduct}=="1446", RUN+="modem-modeswitch -v 0x%s{idVendor} -p 0x%s{idProduct} -t option-zerocd"
Discussion