Linuchs: aktive Ecken

Beitrag lesen

bin hier gestossen auf

this._corner = new Clutter.Rectangle({ name: 'hot-corner',  
                                       width: 1,  
                                       height: 1,  
                                       opacity: 0,  
                                       reactive: true });  
  
Change reactive: true to reactive: false and it will disable the hot corner but still allow to activate the overview screen by clicking the Activities button or by pressing the Super (Windows) key.

Jetzt kämpfe ich gerade mit dem Login als root, weil die Datei nicht zurückgeschrieben werden kann (keine Berechtigung). Zu root kenne ich kein Passwort, habe wohl bei der Installation keines vergeben. Mein User-Passwort geht nicht, nur Eingabetaste geht auch nicht.

Ich will die Ausgaben von

cat /etc/os-release -> Ausgaben.

ubuntu 13.10

Ich will wissen, welches gnome läuft.

Keine Ahnung, wer sagt mir das?

Ich will die Ausgaben von

ps ax | grep compiz

6435 tty1 S+ 0:00 grep --color=auto compiz

ps ax | grep mutter

6460 tty1 S+ 0:00 grep --color=auto mutter

Linuchs