Page 1 of 3

Ratpoison 13.37 install menu problem.

Posted: 1. Oct 2012, 21:39
by globetrotterdk
I have just installed Salix Ratpoison 13.37 on a Dell laptop for testing purposes. I am unable to get "Ctrl-t r" to function for the menu. I have been looking on the forum, but have yet to find a solution for this.

Re: Ratpoison 13.37 install menu problem.

Posted: 1. Oct 2012, 21:48
by mimosa
I'm not sure why that's happening, but you may find this thread helpful - basically, it tells you how to set it up yourself. But I don't think you should need to.

http://www.salixos.org/forum/viewtopic. ... nus#p23745

Re: Ratpoison 13.37 install menu problem.

Posted: 2. Oct 2012, 15:08
by globetrotterdk
mimosa wrote:I'm not sure why that's happening, but you may find this thread helpful - basically, it tells you how to set it up yourself. But I don't think you should need to.

http://www.salixos.org/forum/viewtopic. ... nus#p23745
Thanks for the quick reply. The full message I am receiving is:

Code: Select all

/bin/sh -c "~/.ratmenu/main.sh" finished (1)
I just tried running the following without any luck:

Code: Select all

bind r exec ~/.ratmenu/main.sh

Re: Ratpoison 13.37 install menu problem.

Posted: 2. Oct 2012, 20:55
by mimosa
I can recall this happening when I put my customised .ratpoisonrc in a fresh install of Salix ratpoison - fixed by reverting to the stock .ratpoisonrc and editing it.

Why that should be, and whether the cause is similar for you, I don't know. Something to do with permissions, perhaps?

Incidentally, I think the second thing you posted isn't bash. It only works within the config file.

Re: Ratpoison 13.37 install menu problem.

Posted: 3. Oct 2012, 06:56
by globetrotterdk
mimosa wrote:I can recall this happening when I put my customised .ratpoisonrc in a fresh install of Salix ratpoison - fixed by reverting to the stock .ratpoisonrc and editing it.
I am running a completely fresh install with no modifications.
mimosa wrote:Why that should be, and whether the cause is similar for you, I don't know. Something to do with permissions, perhaps?
All files listed in the ~/.ratmenu directory are listed as -rwxr-xr-x
mimosa wrote:Incidentally, I think the second thing you posted isn't bash. It only works within the config file.
OK, I just checked the .ratpoisonrc file and it contains the line "bind r exec ~/.ratmenu/main.sh", so it should be OK.

Re: Ratpoison 13.37 install menu problem.

Posted: 3. Oct 2012, 06:57
by gapan
Run

Code: Select all

~/.ratmenu/main.sh
from a terminal. What do you get?

Re: Ratpoison 13.37 install menu problem.

Posted: 3. Oct 2012, 07:12
by globetrotterdk
gapan wrote:Run

Code: Select all

~/.ratmenu/main.sh
from a terminal. What do you get?
"fatal: cannot load font-xos4-terminus-medium-r-normal--12-120-72-72-c-60-iso8859-1"

Re: Ratpoison 13.37 install menu problem.

Posted: 3. Oct 2012, 07:13
by gapan
You don't have the terminus font installed.

Re: Ratpoison 13.37 install menu problem.

Posted: 3. Oct 2012, 07:39
by globetrotterdk
gapan wrote:You don't have the terminus font installed.
slapt-get returns that terminus-font is up to date.

Re: Ratpoison 13.37 install menu problem.

Posted: 3. Oct 2012, 18:48
by gapan
Can you post the contents of your ~/.ratmenu/main.sh file?