Strona 1 z 1

Iceweasel - Widgets

: 26 września 2007, 21:55
autor: Jasiek P
Instalacja widget-ów w IceWeasel

Tworzymy nowy plik z rozszeżeniem *.sh kopiujemy do niego kod i zapisujemy

Kod: Zaznacz cały

    #!/bin/sh
    # [url]http://osnovice.blogspot.com/2007/05/firefox-controls-are-ugly.html[/url]

    # Run this script as root
    wget [url]http://users.tkk.fi/~otsaloma/art/firefox-form-widgets.tar.gz[/url]
    tar -xvzf firefox-form-widgets.tar.gz
    cp /usr/share/iceweasel/res/forms.css /usr/share/iceweasel/res/forms.css.bak
    cat firefox-form-widgets/res/forms-extra.css | tee --append /usr/share/iceweasel/res/forms.css > /dev/null
    cp -r firefox-form-widgets/res/form-widgets /usr/share/iceweasel/res
    rm -rf firefox-form-widgets
Następnie z uprawnieniami roota odpalamy ten pilk

Kod: Zaznacz cały

#sh  <nazwa_pliku>.sh
Restartujemy IceWeasel i mamy piękne widget-y :mrgreen:

: 27 września 2007, 16:26
autor: daris