deifl

Ein paar (noch) unsortierte Notizen

openbox

Zusammen mit gnome

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> 
  • nautilus auf dem Desktop deaktivieren

gconf-editor → apps → nautilus → preferences → show_desktop

  • Wuergaround fuer mehrere Desktops mit gdm
mv /usr/share/gdm/autostart/LoginWindow/metacity.desktop /usr/share/gdm/autostart/LoginWindow/metacity.desktop.bak

openbox mit areactrl

areactrl (ehemals areawm)

  • Dekorationen entfernen
<applications> 
  <!-- match all windows, and remove their decorations --> 
  <application class="*"> 
    <decor>no</decor> 
  </application>

* mittels obconf Fensterrahmen entfernen

O2-Stick

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

Enter your comment
ZTKEN