From mboxrd@z Thu Jan 1 00:00:00 1970 From: Federico Beffa Subject: Re: DrRacket Date: Sat, 14 Mar 2015 10:25:31 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39861) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YWiK6-000297-M5 for guix-devel@gnu.org; Sat, 14 Mar 2015 05:25:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YWiK4-0002vI-WA for guix-devel@gnu.org; Sat, 14 Mar 2015 05:25:34 -0400 Received: from mail-la0-x22d.google.com ([2a00:1450:4010:c03::22d]:36817) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YWiK4-0002uy-Of for guix-devel@gnu.org; Sat, 14 Mar 2015 05:25:32 -0400 Received: by lamx15 with SMTP id x15so6641546lam.3 for ; Sat, 14 Mar 2015 02:25:32 -0700 (PDT) In-Reply-To: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Guix-devel On Sat, Mar 14, 2015 at 10:09 AM, Federico Beffa wrote: > Hi, > > I've noticed that on my system DrRacket does not work properly. > Comparing with the version provided by Debian I notice the following > differences: > > * When the program starts the Debian version shows a message windows > with the loading process. The window doesn't appear with the guix > version. > > * When I want to exit the program, the guix version hangs and I need > to kill it. In the Debian version, when I exit the program, I'm shown > a dialog asking for confirmation. I guess the guix version is waiting > for an answer which the user has no way to answer. I've found that in the preferences I can disable the exit confirmation. If I do that it works fine and other dialogs (apart from the starting load progress) do work. Fede