+ Responder ao Tópico



  1. #1
    jigabo0
    Visitante

    Padrão Fluxbox Erro de Geometry

    Estou usando o Kurumin 3.0
    Eu mudei meu papel de parede no fluxbox indo. na pasta styles mudando o rootCommand: fbsetbg (diretorio do papel de parede) mas todas vez que eu starto o flux box ele me retorna o seguinte erro !

    fbsetbg: Something went wrong while setting the wallpaper.
    Run 'display -geometry 1024x768+0+0 -window root (diretorio/papeldeparede.jpg) from an xterm to find out what.


    ja rodei esse comando.. no xterm e no terminal..tty1 o que me retornou foi o seguinte:

    display: Unable to open X server ().


    ja editei de novo.. o theme na pastaz styles botei antes do diretorio do wallpaper , tipo:

    rootCommand: fbsetbg display -geometry 1024x768+0+0 (diretoriodowallpaper)
    ae quando starto.. dah "1024x768+0+0" invalid option"




    se alguem puder me ajuda.. agradeco !
    abraco...

  2. #2

    Padrão Fluxbox Erro de Geometry

    da uma olhada no manual desse pra ver como especificar o X q ele deve mostrar

    display: Unable to open X server ().

    ele tem q colocar no X 0:0 c num me engano

  3. #3

    Padrão Fluxbox Erro de Geometry

    ou ainda vc pode utilizar o comando Esetroot pra setar o bg ao inves desse ae q vc ta usando....
    naum sei tb se serve pro fluxbox mas no blackbox tem um programa q controla os bg mto bem:

    http://bbrb.sourceforge.net

  4. #4
    Arkanoid
    Visitante

    Padrão Re: Fluxbox Erro de Geometry

    Citação Postado originalmente por jigabo0
    fbsetbg: Something went wrong while setting the wallpaper.
    Run 'display -geometry 1024x768+0+0 -window root (diretorio/papeldeparede.jpg) from an xterm to find out what.

    ja rodei esse comando.. no xterm e no terminal..tty1 o que me retornou foi o seguinte:

    display: Unable to open X server ().
    Tenta rodar esse comando novamente como root, mas antes tente digitar o seguinte:

    export DISPLAY=:0.0

  5. #5
    jigabo0
    Visitante

    Padrão Fluxbox Erro de Geometry

    Citação Postado originalmente por 1c3_m4n
    ou ainda vc pode utilizar o comando Esetroot pra setar o bg ao inves desse ae q vc ta usando....
    naum sei tb se serve pro fluxbox mas no blackbox tem um programa q controla os bg mto bem:

    http://bbrb.sourceforge.net
    valew pela ajuda !
    ja baixei.... o bbrb ! vc me pode me falar como eu instalo ele.. ou indicar um site onte possa ver.. ! nesse site q vc me indicou nao tem nenhum man ou how-to..

    abraco

  6. #6
    jigabo0
    Visitante

    Padrão Re: Fluxbox Erro de Geometry

    Citação Postado originalmente por smileybyte
    Citação Postado originalmente por jigabo0
    fbsetbg: Something went wrong while setting the wallpaper.
    Run 'display -geometry 1024x768+0+0 -window root (diretorio/papeldeparede.jpg) from an xterm to find out what.

    ja rodei esse comando.. no xterm e no terminal..tty1 o que me retornou foi o seguinte:

    display: Unable to open X server ().
    Tenta rodar esse comando novamente como root, mas antes tente digitar o seguinte:

    export DISPLAY=:0.0
    obrigado pela ajuda,
    mas nao funcionou... digitei o export DISPLAY=:0,0
    e em seguida o comando.. continuou acusando o mesmo erro..
    abraco

  7. #7

    Padrão Fluxbox Erro de Geometry

    tar -zxvf bbrb-0.4.1.tar.gz
    cd bbrb-0.4.1
    ./configure
    make
    make install

  8. #8
    jigabo0
    Visitante

    Padrão Fluxbox Erro de Geometry

    Citação Postado originalmente por 1c3_m4n
    tar -zxvf bbrb-0.4.1.tar.gz
    cd bbrb-0.4.1
    ./configure
    make
    make install
    blz.. eu rodei o ./configure
    mas deu um erro
    C compiler not creates executables,
    blz dei um apt-get install gcc.. tah baixando algumas libs q estao faltando.. eu acho... !

    eu li no faq do site


    Q: How do I get bbrb to work with FluxBox?

    A: Make a symlink to your fluxbox/init file like so:

    $ ln -s ~/.fluxbox/init ~/.blackboxrc

    and then run the bbrb.inst script like so:

    $bbrb.inst /usr/share/fluxbox/menu #or wherever your menu file is.

    Make sure the "session.screen0.rootCommand:" field in your ~/.fluxbox/init file is not set, since this will override the rootCommand: in the style file and bbrb will appear to do nothing. bbrb works by modifying a copy of your current style's rootCommand: entry.
    Version 0.1.9 of fluxbox is known to work, earlier versions may not.


    eu nao tenho black.. box, com o que eu faco um link ????

  9. #9
    jigabo0
    Visitante

    Padrão Fluxbox Erro de Geometry

    baixei algumas libs do gcc mesmo assim nao funcionou

    ./configure
    loading cache ./config.cache
    checking for a BSD compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking whether make sets ${MAKE}... yes
    checking for working aclocal... missing
    checking for working autoconf... missing
    checking for working automake... missing
    checking for working autoheader... missing
    checking for working makeinfo... missing
    checking for gcc... gcc
    checking whether the C compiler (gcc ) works... no
    C Compiler cannot creates executables

  10. #10

    Padrão Fluxbox Erro de Geometry

    bom vc tem q ter:
    gcc
    glibc
    automake
    autoconf

  11. #11

    Padrão Fluxbox Erro de Geometry

    para mudar o wallpaper no fluxbox edite o arquivo de theme no diretorio /usr/X11R6/share/fluxbox/styles

    na linha rootCommand, coloque assim

    rootCommand: xv -root -rmode 6 -quit diretorio/imagem.jpg

    salve o arquivo e carregue novamente o theme.

    Espero ter ajudado
    flw

  12. #12
    peachlover
    Visitante

    Padrão Fluxbox Erro de Geometry

    @Skorpyon: U rule man!

  13. #13
    Visitante

    Padrão Re: Fluxbox Erro de Geometry

    Citação Postado originalmente por jigabo0
    Citação Postado originalmente por smileybyte
    Citação Postado originalmente por jigabo0
    fbsetbg: Something went wrong while setting the wallpaper.
    Run 'display -geometry 1024x768+0+0 -window root (diretorio/papeldeparede.jpg) from an xterm to find out what.

    ja rodei esse comando.. no xterm e no terminal..tty1 o que me retornou foi o seguinte:

    display: Unable to open X server ().
    Tenta rodar esse comando novamente como root, mas antes tente digitar o seguinte:

    export DISPLAY=:0.0
    obrigado pela ajuda,
    mas nao funcionou... digitei o export DISPLAY=:0,0
    e em seguida o comando.. continuou acusando o mesmo erro..
    abraco
    vc tem rodar esse comando apatir de terminal grafico dentro do X