From owner-freebsd-questions Tue Jun 19 3: 4:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hq.admiral.ru (hq.admiral.ru [217.146.192.17]) by hub.freebsd.org (Postfix) with ESMTP id 8B0D937B403 for ; Tue, 19 Jun 2001 03:04:29 -0700 (PDT) (envelope-from igor@mordor.admiral.ru) Received: from mordor.admiral.ru (ip147-192.admiral.ru [217.146.192.147] (may be forged)) by hq.admiral.ru (8.9.3/8.9.2) with ESMTP id OAA88698 for ; Tue, 19 Jun 2001 14:04:23 +0400 (MSD) (envelope-from igor@mordor.admiral.ru) Received: (from igor@localhost) by mordor.admiral.ru (8.11.4/8.11.3) id f5J9eqs02389 for freebsd-questions@FreeBSD.ORG; Tue, 19 Jun 2001 13:40:52 +0400 (MSD) (envelope-from igor) Date: Tue, 19 Jun 2001 13:40:52 +0400 From: Igor Robul To: freebsd-questions@FreeBSD.ORG Subject: Re: X application without starting a desktop Message-ID: <20010619134052.C2321@mordor.admiral.ru> Reply-To: igorr@admiral.ru Mail-Followup-To: Igor Robul , freebsd-questions@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from andrei.popov@citicorp.com on Tue, Jun 19, 2001 at 08:51:59AM +0100 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 On Tue, Jun 19, 2001 at 08:51:59AM +0100, andrei.popov@citicorp.com wrote: > > 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 & but without 'exec' because exec will replace .xinitrc's shell with another program. So: export LANG=ru_RU.KOI8-R # <-- this is for xdm started sessions xsetroot -solid SlateGray xbiff -geometry -0-65 & xclock -digital -geometry -0-0 & xterm & exec mwm # <---------------- We don't need .xinitrc anymore To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message