From owner-freebsd-questions@FreeBSD.ORG Fri Mar 24 13:52:56 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76C6E16A425 for ; Fri, 24 Mar 2006 13:52:56 +0000 (UTC) (envelope-from nikolas.britton@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EC1D43D49 for ; Fri, 24 Mar 2006 13:52:55 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: by xproxy.gmail.com with SMTP id s17so558259wxc for ; Fri, 24 Mar 2006 05:52:55 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=LfAlQ1xVAWGOlM8YykidxRP94VPlCd8Mi0899YXiu8mQFZ+fVzXhoHRL4A5+wjGLSZb/qZFt+qpL6Wn1XjKJyAQYhDzP5RoogeJhXNl7oWFqdiwk5W7cw1SeMTa/jPQBm70bkWp5uXnBsGE5IEC46GHj3qLEC2UoMe5eujlfrCk= Received: by 10.70.73.18 with SMTP id v18mr1204582wxa; Fri, 24 Mar 2006 05:52:55 -0800 (PST) Received: by 10.70.65.4 with HTTP; Fri, 24 Mar 2006 05:52:55 -0800 (PST) Message-ID: Date: Fri, 24 Mar 2006 07:52:55 -0600 From: "Nikolas Britton" To: "freebsd general questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: KDE App Launcher X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Mar 2006 13:52:56 -0000 How do I get KDE to run this command: setenv SDL_VIDEO_X11_DGAMOUSE 0; setenv QEMU_AUDIO_DRV sdl; nice +5 qemu -soundhw es1370 ~/qemu/win98se/win98se_disk.img& or this: export SDL_VIDEO_X11_DGAMOUSE=3D0; export QEMU_AUDIO_DRV=3Dsdl ; nice +5 nohup qemu -soundhw es1370 ~/qemu/win98se/win98se_disk.img& Or this, win98se_start.sh: #!/bin/sh export SDL_VIDEO_X11_DGAMOUSE=3D0 export QEMU_AUDIO_DRV=3Dsdl nohup qemu -soundhw es1370 ~/qemu/win98se/win98se_disk.img& exit I can't get any of them to work, I've tried other permutations too. The only way I got it to work is if I tell it to run in a term window, but I don't want that. -- BSD Podcasts @ http://bsdtalk.blogspot.com/