From unknown Fri Jun 20 07:25:34 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#70497 <70497@debbugs.gnu.org> To: bug#70497 <70497@debbugs.gnu.org> Subject: Status: exult search path for sound effects Reply-To: bug#70497 <70497@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:25:34 +0000 retitle 70497 exult search path for sound effects reassign 70497 guix submitter 70497 Christoph Weiss severity 70497 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Apr 21 09:48:06 2024 Received: (at submit) by debbugs.gnu.org; 21 Apr 2024 13:48:06 +0000 Received: from localhost ([127.0.0.1]:43030 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ryXY4-0004UM-Mb for submit@debbugs.gnu.org; Sun, 21 Apr 2024 09:48:06 -0400 Received: from lists.gnu.org ([2001:470:142::17]:35736) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ryVg4-00074R-9d for submit@debbugs.gnu.org; Sun, 21 Apr 2024 07:48:16 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ryVfh-0005KZ-Rb for bug-guix@gnu.org; Sun, 21 Apr 2024 07:47:49 -0400 Received: from vimes.93i.de ([2a01:4f9:2b:1b15::2]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ryVfg-0006wN-Am for bug-guix@gnu.org; Sun, 21 Apr 2024 07:47:49 -0400 Received: from [192.168.4.179] (p57a35862.dip0.t-ipconnect.de [87.163.88.98]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by vimes.93i.de (Postfix) with ESMTPSA id 38D0E4FE0177 for ; Sun, 21 Apr 2024 13:47:44 +0200 (CEST) Message-ID: <4c6b5efa-9679-bdc3-a05a-567fc4f5b7b2@zefix.tv> Date: Sun, 21 Apr 2024 13:47:43 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.15.0 Content-Language: en-US To: bug-guix@gnu.org From: Christoph Weiss Subject: exult search path for sound effects Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Received-SPF: pass client-ip=2a01:4f9:2b:1b15::2; envelope-from=fiesh@zefix.tv; helo=vimes.93i.de X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Sun, 21 Apr 2024 09:48:03 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) Hi, The exult package will, according to `strace` output, only look for the digital sound effect files in /gnu/store/...-exult/share/exult and the CWD. Accordingly, for me digital sound effects only work if I start the game in my ~/.local/share/exult, where the sound files reside. Best, Christoph