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 ...
- 12-11-2009 #1Just 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.
- 12-20-2009 #2Just 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...
- 12-20-2009 #3
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.
- 12-20-2009 #4Just Joined!
- Join Date
- Aug 2006
- Posts
- 34
Jag
Hi...Not the best with linux symlink how would i do that...
- 12-20-2009 #5
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
Enter your passwordCode:sudo -i
runIt should be empty. If not STOP!Code:cd /usr/lib/qt4/plugins/imageformats/
runto go back up a levelCode:cd ..
runjust in case things don't work and then runCode:mv imageformats imageformats.saved
to create your shortcut folderCode:ln -s imageformats /usr/lib/qt4/plugins/imageformats/
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.
- 01-04-2010 #6Just 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..


Reply With Quote
