Find the answer to your Linux question:
Results 1 to 6 of 6
Hey all just installed Jag 2.6 puzzle game Jag - The Puzzle Game .. Everything runns well exept i get no backgrounds. Anybody know how to fix it...Running Ubuntu 9.04 ...
  1. #1
    Just Joined!
    Join Date
    Aug 2006
    Posts
    34

    Jag Puzzle Game

    Hey all just installed Jag 2.6 puzzle game Jag - The Puzzle Game.. Everything runns well exept i get no backgrounds. Anybody know how to fix it...Running Ubuntu 9.04 amd64.

  2. #2
    Just Joined!
    Join Date
    Aug 2006
    Posts
    34

    Got it...

    Ok i finally worked it out... I installed skype on ubuntu 64bit. The profile pics didnt work so i moved cp /usr/lib32/qt4/plugins/imageformats/* /usr/lib/qt4/plugins/imageformats/ to get profile pics working that was fine they worked but i didnt know that it would kill other thinks like jag. so i moved them back lucky i made a copy of them before replacing them and what would you know they worked again...There has to be a solution for that..I hope...

  3. #3
    Trusted Penguin elija's Avatar
    Join Date
    Jul 2004
    Location
    Either at home or at work or down the pub
    Posts
    2,303
    Why not symlink the files in /usr/lib32/qt4/plugins/imageformats/ to /usr/lib/qt4/plugins/imageformats/
    If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)


    My new blog. It's probably not as good as I think it is.

  4. #4
    Just Joined!
    Join Date
    Aug 2006
    Posts
    34

    Jag

    Hi...Not the best with linux symlink how would i do that...

  5. #5
    Trusted Penguin elija's Avatar
    Join Date
    Jul 2004
    Location
    Either at home or at work or down the pub
    Posts
    2,303
    Quote Originally Posted by xXx-Enforcer View Post
    Hi...Not the best with linux symlink how would i do that...
    Assuming the following:

    /usr/lib32/qt4/plugins/imageformats/ is where your files are
    /usr/lib/qt4/plugins/imageformats/ is where you want your files AND IS EMPTY


    Open a terminal and switch to super user mode by running the command
    Code:
    sudo -i
    Enter your password
    run
    Code:
    cd /usr/lib/qt4/plugins/imageformats/
    It should be empty. If not STOP!
    run
    Code:
    cd ..
    to go back up a level
    run
    Code:
    mv imageformats imageformats.saved
    just in case things don't work and then run
    Code:
    ln -s imageformats /usr/lib/qt4/plugins/imageformats/
    to create your shortcut folder

    Hopefully this will work for you.
    If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)


    My new blog. It's probably not as good as I think it is.

  6. #6
    Just Joined!
    Join Date
    Aug 2006
    Posts
    34

    Hi

    Did everything u said it didnt work...I use skype more then i play the game..So playing with no background dont bug me anymore...Thankz for help tho..

Posting Permissions

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