Re: Newbie question

Duncan Patton a Campbell <[email protected]> Fri, 22 Feb 2008 17:05:15 -0600
Newsgroups gmane.os.openbsd.x11
Organization 240am ltd.
Message-ID <[email protected]>
On Fri, 22 Feb 2008 10:33:25 +0200
"What you get is Not what you see" <[email protected]> wrote:

> Hi
> Sorry my perhaps trivial question.
> I have searched the net a lot and cant resolve my issue.
> I use Openbsd 4.1 and the default wm fvwm.
> I want to do these things
> 1-To start a program (namely rdesktop with some parameters) when a
> user logins to x.
> 2-Alternatively, add a menu item to fvwm menu which launches rdesktop program.
> I have tried locating some .fvwm2rc/config  files in different places

I think you need a .fvwmrc in your home (user) directory or
/usr/X11R6/lib/X11/fvwm/.fvwmrc for global.  This is what 
I have added to the RootMenu for rdesktop to my kid's WinDos box:

+               "PootB" Exec exec /usr/local/bin/rdesktop -dNEOTEXT  -g '1024X768' -D -K -N 192.168.1.45:3389

Dhu


> but they seemed
> to affect nothing.
> Could you help me?
> For being simple and ligth i dont want to install  any X related
> program(namely other
> wms or other gui programs).