[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Meu vinho nao criou vinho.conf



Este eh o meu WINCFG. totalmente diferente dos artigos que encontrei para configuracao na net. Alguma dica? a versao eh 0.9.2.


#!/bin/sh
#
# Wrapper script to start a Winelib application once it is installed
#
# Copyright (C) 2002 Alexandre Julliard
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
#

# determine the app Winelib library name
appname=`basename "$0" .exe`.exe

# first try explicit WINELOADER
if [ -x "$WINELOADER" ]; then exec "$WINELOADER" "$appname" "$@"; fi

# then default bin directory
if [ -x "/usr/bin/wine" ]; then exec "/usr/bin/wine" "$appname" "$@"; fi

# now try the directory containing $0
appdir=""
case "$0" in
  */*)
    # $0 contains a path, use it
    appdir=`dirname "$0"`
    ;;
  *)
    # no directory in $0, search in PATH
    saved_ifs=$IFS
    IFS=:
    for d in $PATH
    do
      IFS=$saved_ifs
      if [ -x "$d/$0" ]; then appdir="$d"; break; fi
    done
    ;;
esac
if [ -x "$appdir/wine" ]; then exec "$appdir/wine" "$appname" "$@"; fi

# finally look in PATH
exec wine "$appname" "$@"


Eder Gobbi <edergobbi@gmail.com> escreveu:
Em Seg, 2006-03-06 às 15:47 +0000, Anacleto Pavão escreveu:
> Pessoal. baixei e instalei o WiNE, mas ao instala-lo nao voi criado o
> wine.conf, mas winetools e o winecheck foram instalados (deve das
> ultimas versoes do WINE), porem nao sei como fazer agora, percebo na
> inicializacao do SO que o WINE inicializa e da ok. como faco para
> configura-lo? instalei esse prog no notebook Hp Compaq NX9005 com o
> FC3. brigadu qq ajuda.
>
> Anacleto.
>
>
>
> ______________________________________________________________________
> Yahoo! Acesso Grátis
> Internet rápida e grátis. Instale o discador agora!

#winecfg?
--
...
[]'s

_ Eder Gobbi - "Woody"
^-) MSN - edergobbi at gmail dot com
( . . _ GoogleTalk - gobbix at gmail dot com
\ `\\ Jabber - gobbix at jabber dot com
|> Linux User - #385577 - http://counter.li.org
______/|______ UIN - 161655702

"Livre? É... Eu sou!!!"

"Se você pensa que pode, ou se pensa que não pode, de qualquer forma
você está certo!" (Henry Ford)



Yahoo! Acesso Grátis
Internet rápida e grátis. Instale o discador agora!
Reply to: