Re: Newbie question

Stuart Henderson <[email protected]> Fri, 22 Feb 2008 09:45:41 +0000
Newsgroups gmane.os.openbsd.x11
Message-ID <[email protected]>
On 2008/02/22 10:33, What you get is Not what you see wrote:
> 1-To start a program (namely rdesktop with some parameters) when a
> user logins to x.

If you use xdm, $HOME/.xsession per-user or /etc/X11/xdm/Xsession 
for everyone (hmm, might be somewhere else in 4.1, use locate Xsession).
See xdm(1).

If you use startx, it's xinitrc/.xinitrc, see startx(1).

> 2-Alternatively, add a menu item to fvwm menu which launches rdesktop program.
> I have tried locating some .fvwm2rc/config  files in different places
> but they seemed
> to affect nothing.

See INITIALIZATION in fvwm(1) for the locations it searches.
If you tried these then tell more about what you did.