From mboxrd@z Thu Jan 1 00:00:00 1970 From: Federico Beffa Subject: DrRacket Date: Sat, 14 Mar 2015 10:09:53 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34427) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YWi4x-0003OV-1l for guix-devel@gnu.org; Sat, 14 Mar 2015 05:09:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YWi4w-0004Ul-76 for guix-devel@gnu.org; Sat, 14 Mar 2015 05:09:54 -0400 Received: from mail-lb0-x22b.google.com ([2a00:1450:4010:c04::22b]:35105) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YWi4v-0004Uf-Ut for guix-devel@gnu.org; Sat, 14 Mar 2015 05:09:54 -0400 Received: by lbbfd7 with SMTP id fd7so4009305lbb.2 for ; Sat, 14 Mar 2015 02:09:53 -0700 (PDT) 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 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. Regards, Fede