Autore Topic: Seamonkey portabile (versioni 1.1.x-1.1.9)  (Letto 8273 volte)

0 Utenti e 1 Visitatore stanno visualizzando questo topic.

Offline puppylinux

  • Pastore tedesco
  • *****
  • Post: 1561
    • Mostra profilo
    • E-mail
Seamonkey portabile (versioni 1.1.x-1.1.9)
« il: Maggio 11, 2010, 10:12:57 pm »
[size=18]attenzione! funziona solo con Seamonkey 1.x.x-1.1.9 series[/size]

istruzioni passo passo:

scarica una  versione di Seamonkey it_IT compresa tra la 1.1.x e la 1.1.9

estrai l'archivio

copiaci dentro lo script che allego

clicca sullo script
portableseamonkey

librerie aggiuntive richieste:


libdbus-1-3_1.2.1-5
libdbus-glib-1-2_0.76-1


scaricabili da qui
http://bit.ly/aakcnp

o dai repertori debian (lenny)

Citazione
#!/bin/sh
#portable seamonkey
#Version 0.0.1
#Put together by Dingo, based on a script of Alexander S.T. Ross (abushcrafter)
#Based on the luncher from: https://www.privacyfoundation.de/wiki/PortableLinuxApps
#Also based on the launcher from: http://portools.com/apps/iceweasel-portable
#

######## Dingo's mod to script - http://dokupuppylinux.co.cc
pwd
if test -d profile/.mozilla/default/*.slt ; then
printf "directory already exists\n"
else
mkdir -p  profile/.mozilla/default/r3y1skkw.slt/chrome
cd profile/.mozilla/default
cd `ls -d *.slt`
cd chrome
cat << EOF > userChrome.css
/*
 * Do not remove the @namespace line -- it's required for correct functioning
 */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */


/*
 * Some possible accessibility enhancements:
 */
/*
 * Make all the default font sizes 20 pt:
 *
 * * {
 *   font-size: 20pt !important
 * }
 */

 * {
   font-size: 9pt !important;
   font-family: DejaVu Sans !important;
 }
/*   font-family: nimbus !important;*/

/*
 * Make menu items in particular 15 pt instead of the default size:
 *
 * menupopup > * {
 *   font-size: 15pt !important
 * }
 */

/*BK experimenting...
menupopup > * {
  font-size: 12pt !important
}
menu > * {
  font-size: 12pt !important
}
*/

/*
 * Give the Location (URL) Bar a fixed-width font
 *
 * #urlbar {
 *    font-family: monospace !important;
 * }
 */

/*
 * Eliminate the throbber and its annoying movement:
 *
 * #throbber-box {
 *   display: none !important;
 * }
 */

/*
 * For more examples see http://www.mozilla.org/unix/customizing.html
 */
EOF
fi
if test -f /etc/fonts/local.conf.zip ; then
printf "backup  file already exists\n"
else
zip /etc/fonts/local.conf.zip /etc/fonts/local.conf
cat << EOF > /etc/fonts/local.conf
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- /etc/fonts/local.conf file for local customizations -->
<fontconfig>
<!--
  Enable sub-pixel rendering
   <match target="font">
      <test qual="all" name="rgba">
         <const>unknown</const>
      </test>
      <edit name="rgba" mode="assign"><const>rgb</const></edit>
   </match>
-->
        <alias>
                <family>sans-serif</family>
                <prefer>
                        <family>DejaVu Sans</family>
                </prefer>
        </alias>
</fontconfig>
EOF
fi
pwd
######## end of additions

export app="seamonkey"
export version="version number*"

echo "Welcome to the Linux version of $app $version in portable mode. Feedback is NOT disabled."
dir=${0%/*}
if [ "$dir" = "$0" ]; then
  dir="."
fi
HOME=${dir}/profile
cd "$dir"
#Remove the "#" from the next line to disable error output.
exec ./$app -no-remote -profile "./profile" $@ #2>/dev/null
http://dokupuppylinux.info
dropbox 2GB di spazio gratuito per i tuoi file - http://db.tt/Vc6IeN4
rimpiazza.co.cc con .info per accedere ai programmi linkati sul mio sito

 

Iscriviti alla newsletter

Ricevi le notizie più importanti direttamente nella tua casella email (premi invio dopo l'indirizzo)