Page 2 of 2

Re: ratmenu

Posted: 19. Jun 2012, 20:34
by Shador
"That package" refers to user-settings-ratpoison not ratpoison.

Re: ratmenu

Posted: 19. Jun 2012, 20:49
by macondo
Shador wrote:"That package" refers to user-settings-ratpoison not ratpoison.
Thanks Shador, still no joy!

Code: Select all

root[macondo]# slapt-get -i user-settings-ratpoison
Reading Package Lists...Done
user-settings-ratpoison is up to date.
0 upgraded, 0 reinstalled, 0 newly installed, 0 to remove, 0 not upgraded.


Re: ratmenu

Posted: 19. Jun 2012, 20:53
by Shador
mimosa wrote:If you install that package, the actual menu files are placed in /etc/skel. It's a dotted directory .ratmenu

So you just need to do (as your normal user)

Code: Select all

$cp -r /etc/skel/.ratmenu ~/.ratmenu
then possibly restart ratpoison and C-t r should work and give you the standard menus.[/b]
Now don't forget the second part of the instructions.

Re: ratmenu

Posted: 19. Jun 2012, 21:05
by macondo
Nothing.
I give up, this weekend i'll install Salix Ratpoison 1337 or maybe not...
Thank you all for your help!

Re: ratmenu

Posted: 19. Jun 2012, 21:09
by gapan
macondo wrote:

Code: Select all

bind r exec ratmenu
no dice.
There is no menu "included" with ratmenu. You have to create one and point ratmenu to it yourself.

Code: Select all

bind r exec ~/.ratmenu/main.sh
that will work, provided you have copied the files over. Still, that will give you the default ratpoison menu for the ratpoison edition. Application selection and everything. So, stuff that are in the menu will not be in your system and stuff that are in your system will not be in the menu. You'll have to take care of that yourself by editing the files in ~/.ratmenu.

Re: ratmenu

Posted: 19. Jun 2012, 21:36
by macondo
gapan wrote: There is no menu "included" with ratmenu. You have to create one and point ratmenu to it yourself.

Code: Select all

bind r exec ~/.ratmenu/main.sh
that will work, provided you have copied the files over. Still, that will give you the default ratpoison menu for the ratpoison edition. Application selection and everything. So, stuff that are in the menu will not be in your system and stuff that are in your system will not be in the menu. You'll have to take care of that yourself by editing the files in ~/.ratmenu.
gapan: you're a prince!

The mofo is running like a Deere!
Thanks, buddy.