From owner-freebsd-questions Tue Jun 19 0:52:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from citicorp.com (mango3-a.citicorp.com [192.193.196.253]) by hub.freebsd.org (Postfix) with ESMTP id 1E04237B407 for ; Tue, 19 Jun 2001 00:52:48 -0700 (PDT) (envelope-from andrei.popov@citicorp.com) Received: from myrtle1.citicorp.com (imta.citicorp.com [192.193.196.187]) by citicorp.com (8.9.3/8.9.3) with ESMTP id DAA17088; Tue, 19 Jun 2001 03:51:56 -0400 (EDT) From: andrei.popov@citicorp.com Received: from x400prod2.cgin.us-md.citicorp.com (root@omroute2lan1.email.citicorp.com [163.39.249.73]) by myrtle1.citicorp.com (Pro-8.9.3/8.9.3) with ESMTP id DAA01429; Tue, 19 Jun 2001 03:52:13 -0400 (EDT) Received: from phoboslan1.email.citicorp.com (phoboslan1.email.citicorp.com [169.166.1.69]) by x400prod2.cgin.us-md.citicorp.com (8.8.6 (PHNE_17135)/8.8.6) with ESMTP id DAA07194; Tue, 19 Jun 2001 03:52:09 -0400 (EDT) Received: from localhost (root@localhost) by phoboslan1.email.citicorp.com (8.8.6 (PHNE_17135)/8.8.6) with SMTP id IAA08595; Tue, 19 Jun 2001 08:52:08 +0100 (BST) X-OpenMail-Hops: 1 Date: Tue, 19 Jun 2001 08:51:59 +0100 Message-Id: Subject: RE: X application without starting a desktop MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG, midiostri@in.gr Content-Type: text/plain; charset=US-ASCII; name="BDY.TXT" Content-Disposition: inline; filename="BDY.TXT" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > 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