Page 3 of 6

esword won't set up

Posted: Mon 12 Jul 2010, 23:00
by Frank Cox
I built a new lucid puppy , installed wine 40, the missing files, set the dll to native windows ets , installed cabextract but the setup 960 won't run.

Then I nuked wine and loaded a newer wine with quickpet and everything worked, it even added it to the menu!

Posted: Tue 13 Jul 2010, 07:14
by bones01
Well done Frank. good to see this is working for others too.

Jim, I'm sorry to ask what is probably a simple question, but I don't know what or how to 'link' one file to another. :oops: I'm trying another frugal install, and am keen to try your suggestion, but not sure what to do.

Could you lead me through it please?

Thanks.

Bones

Linking

Posted: Tue 13 Jul 2010, 13:32
by Frank Cox
bones01 wrote:Well done Frank. good to see this is working for others too.

Jim, I'm sorry to ask what is probably a simple question, but I don't know what or how to 'link' one file to another. :oops: I'm trying another frugal install, and am keen to try your suggestion, but not sure what to do.

Could you lead me through it please?

Thanks.

Bones
Hi Bones:

I know one way. When you try to set {Open With} and the program you want is not there you can click on customize at the bottom which brings up a warning page and you click on that and it brings up a list of the available programs . Then you open another Rox Filer and go to /usr/bin and drag the executable into the list , Another box pops up and you have to choose between, copy .move. ,relative link, etc and I always choose relative and so far it works!

Then you go to /usr/share/applications and open the one you want to change as text. For instance I use Textmaker as my word processor so when I open the default word processor as text I just change the word Abiword to Textmaker and then when I hit write on the desktop Textmaker opens and from then on if you I run into a file like odt for instance Puppy does not know how to open I can just hit set run action and drag the link I made into the box and it's done.

What I would like to know is what to type in the box to keep from opening multiple rox filers when you make links or or to copy files.

Hope this helped, I am always happy to share my ever increasing confusion about Linux :}











T

Re: Linking

Posted: Sat 17 Jul 2010, 07:26
by bones01
Frank Cox wrote:
Hope this helped, I am always happy to share my ever increasing confusion about Linux :}
Thanks Frank. A little confusion is always good to share.

Posted: Tue 20 Jul 2010, 17:43
by Jim1911
bones01 wrote:Well done Frank. good to see this is working for others too.

Jim, I'm sorry to ask what is probably a simple question, but I don't know what or how to 'link' one file to another. :oops: I'm trying another frugal install, and am keen to try your suggestion, but not sure what to do.

Could you lead me through it please?

Thanks.

Bones
Sorry, that it's taken me so long to answer, been on vacation, but I see that you solved it. Here's my technique.

The primary approach that I use after a successful installation is to move .wine to mnt/home and then copy a link to /root/. This keeps the wine programs out of the save file (less danger of corruption) and provides the flexibility to use it with different pups. I still place the other needed files in /usr/bin and /usr/share/applications and /usr/share/pixmaps, of course they could be moved to an e-Sword directory in mnt/home and linked back to the proper locations.

To accomplish this I use Rox. Open mnt/home with Rox, then open another instance of Rox in root, left click on the eye to show hidden files in both directories, select .wine, drag it to mnt/home, select move. The next step is to link .wine back to the root directory. To accomplish this, drag .wine back to root and select Link (relative).

I believe this will be easier than the approach you used.

Cheers,
Jim

Linking

Posted: Tue 20 Jul 2010, 18:13
by Frank Cox
Hi Jim:

Thanks again for all the help.

3 questions and 1 request.

q1 This is probably a dumb question but if I move Wine to mnt/home and link it back should the link be relative or absolute?

q2 Will Wine still load into ram at startup assuming there is sufficient resources?

q3 I have one install that I cannot seem to get to show up in the menu or get the desktop file to execute. I have checked and double checked and it is a direct copy and paste of the one you created and it works in all my other installs. any idea why?

Request 1 Please change the color of your highlighting, it displays in Columbia Blue on my screen and I cannot read it.


TIA

Posted: Wed 21 Jul 2010, 09:27
by disciple
q2 Will Wine still load into ram at startup assuming there is sufficient resources?
Who says wine loads into ram at startup? How are you running Puppy and how is wine installed?
Some people think that when you run Puppy from CD or a frugal install, your save file is loaded into ram at startup, but I'm pretty sure it isn't, regardless of how much ram you have.

Re: Linking

Posted: Wed 21 Jul 2010, 13:44
by Jim1911
Frank Cox wrote:Hi Jim:

Thanks again for all the help.

3 questions and 1 request.

q1 This is probably a dumb question but if I move Wine to mnt/home and link it back should the link be relative or absolute?

q2 Will Wine still load into ram at startup assuming there is sufficient resources?

q3 I have one install that I cannot seem to get to show up in the menu or get the desktop file to execute. I have checked and double checked and it is a direct copy and paste of the one you created and it works in all my other installs. any idea why?

Request 1 Please change the color of your highlighting, it displays in Columbia Blue on my screen and I cannot read it.


TIA
1. Relative as stated above.
2. I believe that you need to remaster your installation and the new sfs created will load entirely into ram.
3. Open the desktop file as text and make sure that the exec and icon lines both reflect the correct paths in your installation. Also check to see if esword.sh is in usr/bin.

Hope this helps,
Jim

Wine

Posted: Wed 21 Jul 2010, 18:23
by Frank Cox
disciple wrote:
q2 Will Wine still load into ram at startup assuming there is sufficient resources?
Who says wine loads into ram at startup? How are you running Puppy and how is wine installed?
Some people think that when you run Puppy from CD or a frugal install, your save file is loaded into ram at startup, but I'm pretty sure it isn't, regardless of how much ram you have.
I was under the impression everything loaded into ram, that that was why puppy was so fast.

Re: Linking

Posted: Wed 21 Jul 2010, 20:29
by Frank Cox
Forgive my ignorance but if I move Wine to mnt/home will the remaster program copy it as well?

Also what would be a case one would use an absolute link?

Thanks?

Posted: Thu 22 Jul 2010, 10:09
by disciple
If the link and its target are likely to both be moved (or copied) together then you would use a relative link, because e.g. if it was absolute and you moved the directory structure they are both contained in, the link would be broken.

If the link is likely to be moved (or copied) but the target is likely to stay in the same place, then you would use an absolute link. e.g. if you moved a relative link into another folder then it would be broken.

Try some and see :)

Thanks

Posted: Thu 22 Jul 2010, 11:10
by Frank Cox
disciple wrote:If the link and its target are likely to both be moved (or copied) together then you would use a relative link, because e.g. if it was absolute and you moved the directory structure they are both contained in, the link would be broken.

If the link is likely to be moved (or copied) but the target is likely to stay in the same place, then you would use an absolute link. e.g. if you moved a relative link into another folder then it would be broken.

Try some and see :)
Thanks

Posted: Thu 22 Jul 2010, 11:23
by disciple
I was under the impression everything loaded into ram, that that was why puppy was so fast.
PG explained it here http://www.murga-linux.com/puppy/viewto ... 021#345021

Posted: Sat 24 Jul 2010, 12:30
by bones01
Jim1911 wrote:
bones01 wrote:Well done Frank. good to see this is working for others too.

Jim, I'm sorry to ask what is probably a simple question, but I don't know what or how to 'link' one file to another. :oops: I'm trying another frugal install, and am keen to try your suggestion, but not sure what to do.

Could you lead me through it please?

Thanks.

Bones
Sorry, that it's taken me so long to answer, been on vacation, but I see that you solved it. Here's my technique.

The primary approach that I use after a successful installation is to move .wine to mnt/home and then copy a link to /root/. This keeps the wine programs out of the save file (less danger of corruption) and provides the flexibility to use it with different pups. I still place the other needed files in /usr/bin and /usr/share/applications and /usr/share/pixmaps, of course they could be moved to an e-Sword directory in mnt/home and linked back to the proper locations.

To accomplish this I use Rox. Open mnt/home with Rox, then open another instance of Rox in root, left click on the eye to show hidden files in both directories, select .wine, drag it to mnt/home, select move. The next step is to link .wine back to the root directory. To accomplish this, drag .wine back to root and select Link (relative).

I believe this will be easier than the approach you used.

Cheers,
Jim
Thanks Jim. Seemed to work well. Hopefully that's it now.

Thanks for your ongoing help.

Bones

Posted: Thu 29 Jul 2010, 02:50
by bones01
Hi all,

the install and linking seems to work really well, but there's one small problem.

When I open e-Sword on my frugal install, it works, but doesn't appear in the task bar. And if I minimize it, it disappears. it's still open, but gone.

Any ideas?

Bones.

Posted: Thu 29 Jul 2010, 05:00
by Frank Cox
bones01 wrote:Hi all,

the install and linking seems to work really well, but there's one small problem.

When I open e-Sword on my frugal install, it works, but doesn't appear in the task bar. And if I minimize it, it disappears. it's still open, but gone.

Any ideas?

Bones.
There is a quirk in Puppy that will cause an open program to disappear and if
you roll the scroll button on your mouse it reappears. Not sure if that is what you are describing but its worth a shot to try it.

Posted: Thu 29 Jul 2010, 08:32
by disciple
bones01 wrote:doesn't appear in the task bar
Are you sure you're talking about the same thing Frank?

Bones, my best guess is that it is a quirk of whatever Wine version you happen to have... but you may also want to try a different Window manager or a different version of e-Sword.
I have seen similar quirks with recent development versions of JWM (it seems Joe is implementing support of hints for distinguishing different types of windows). What version do you have?

Posted: Thu 29 Jul 2010, 23:36
by Frank Cox
no, i said i was not sure.

Posted: Fri 30 Jul 2010, 05:24
by disciple
Ah, true :oops:

Posted: Sun 01 Aug 2010, 10:23
by bones01
disciple wrote:
Bones, my best guess is that it is a quirk of whatever Wine version you happen to have... but you may also want to try a different Window manager or a different version of e-Sword.
I have seen similar quirks with recent development versions of JWM (it seems Joe is implementing support of hints for distinguishing different types of windows). What version do you have?
I'm using whatever version of JWM is standard in Lupu, but don't know anymore than that.

The same thing also happened on the Quirky install. Enormously frustrating.

Bones