Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: [SOLVED] Problem to install gtk2-mozembed perl

  1. #11
    Join Date
    Jul 2007
    Location
    Segura, Spain
    Beans
    235

    Re: Problem to install gtk2-mozembed perl

    well, i thought it's solved, but no totally.

    If i start gmusicbrowser in a terminal all is ok, show tab with last.fm,...

    but if i launch gmusicbrowser from menu, dont work, dont locate mozembed and this plugins dont work.

    I already boot with new configuration
    Last edited by jjgomera; November 17th, 2008 at 12:26 AM.
    mujeres y hombres de esta tierra
    un otro mundo es posible
    otro mundo diferente
    justo si, y sin miedo de su gente

  2. #12
    Join Date
    May 2008
    Beans
    8

    Re: Problem to install gtk2-mozembed perl

    Make a script. In hardy:

    #!/bin/sh
    export PERL5LIB=~/sandbox/lib/perl/:$PERL5LIB
    exec gmusicbrowser

    save this script, for example in ~/gmusicbrowser.sh, make it executable :
    chmod +x gmusicbrowser.sh
    and change the command in the launcher's properties with: ~/gmusicbrowser.sh

    In intrepid instead of
    export PERL5LIB=~/sandbox/lib/perl/:$PERL5LIB
    you must specify more the path for perl libraries, by using
    export PERL5LIB=~/sandbox/lib/perl/5.8.8/:$PERL5LIB


    Quote Originally Posted by jjgomera View Post
    well, i thought it's solved, but no totally.

    If i start gmusicbrowser in a terminal all is ok, show tab with last.fm,...

    but if i launch gmusicbrowser from menu, dont work, dont locate mozembed and this plugins dont work.

    I already boot with new configuration

  3. #13
    Join Date
    Jul 2007
    Location
    Segura, Spain
    Beans
    235

    Re: Problem to install gtk2-mozembed perl

    thanks for answer

    it doesnt work, but finally I find the error,

    with export PERL5LIB=~/sandbox/lib/perl/:$PERL5LIB it doesnt work
    with export PERL5LIB=/home/user/sandbox/lib/perl/:$PERL5LIB it works

    well, finally solved
    mujeres y hombres de esta tierra
    un otro mundo es posible
    otro mundo diferente
    justo si, y sin miedo de su gente

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •