From owner-freebsd-questions Tue Jun 19 2:43:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from fe4.in.gr (fe4.in.gr [194.63.247.168]) by hub.freebsd.org (Postfix) with ESMTP id F0E5E37B401 for ; Tue, 19 Jun 2001 02:43:30 -0700 (PDT) (envelope-from midiostri@in.gr) Received: from mail2.internal.ramnet.gr (mail2.mgmt.in.gr [194.63.247.202]) by fe4.in.gr (8.11.3/8.11.3) with ESMTP id f5J9et608469; Tue, 19 Jun 2001 12:40:56 +0300 (EEST) Received: from mail pickup service by mail2.internal.ramnet.gr with Microsoft SMTPSVC; Tue, 19 Jun 2001 12:34:46 +0300 Content-Class: urn:content-classes:message From: To: Cc: Subject: re: X application without starting a desktop Date: Tue, 19 Jun 2001 12:34:46 +0300 Message-ID: <135b701c0f8a3$13b683e0$0205030a@internal.ramnet.gr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-7" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft CDO for Windows 2000 Thread-Index: AcD4oxO08iFjpWPoEdWcoACQJ6JV2g== X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 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 Thanks andrei! :) i've installed fvwm2 (it wasn't istalled) and changed both my ~/.xinitrc = and ~/.xsession to this: #! /bin/sh (<-- btw. what's the meaning/use of this comment?) # .xinitrc # start fvwm2 exec fvwm2 & # ...and start some nice progs exec xterm & exec xeyes & # EOF When I startx, the Xserver starts loading and then shuts down. When I tried to run fvwm2 directly from the prompt: # fvwm2 & I got a "Can't open display" <> Am I doing something wrong? (btw. i'm using FBSD 4.3) Dimitri -----=C1=F1=F7=E9=EA=FC =EC=DE=ED=F5=EC=E1----- > Is it possible to run an XWindows application without=20 > starting KDE (or Gnome etc..) ? > (Something like launching the application together with the=20 > 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