Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jun 2001 08:51:59 +0100
From:      andrei.popov@citicorp.com
To:        freebsd-questions@FreeBSD.ORG, midiostri@in.gr
Subject:   RE: X application without starting a desktop
Message-ID:  <H0000e990837bff6@MHS>

next in thread | raw e-mail | index | archive | help
> Is it possible to run an XWindows application without 
> starting KDE (or Gnome etc..) ?
> (Something like launching the application together with the 
> Xserver at its minimum..)

put it into your ~/.xinitrc or ~/.xsession file like so:

#! /bin/sh
# .xinitrc

# start fvwm2
exec fvwm2 &

# ...and start some nice progs
exec xterm &
exec xeyes &

# EOF


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?H0000e990837bff6>