From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Adriano Peluso Newsgroups: gmane.lisp.guile.user Subject: guile studio Date: Thu, 27 May 2021 13:53:54 +0200 Message-ID: <860244aa2a820fe002d5f514de4653b34e132b5a.camel@riseup.net> Reply-To: randomlooser@riseup.net Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="7275"; mail-complaints-to="usenet@ciao.gmane.io" To: Guile User Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Thu May 27 14:23:32 2021 Return-path: Envelope-to: guile-user@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lmF2y-0001fV-DK for guile-user@m.gmane-mx.org; Thu, 27 May 2021 14:23:32 +0200 Original-Received: from localhost ([::1]:44746 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lmF2w-0007EQ-Qm for guile-user@m.gmane-mx.org; Thu, 27 May 2021 08:23:31 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:50072) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lmEaR-0001nD-HS for guile-user@gnu.org; Thu, 27 May 2021 07:54:03 -0400 Original-Received: from mx1.riseup.net ([198.252.153.129]:33194) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lmEaP-00074F-Az for guile-user@gnu.org; Thu, 27 May 2021 07:54:03 -0400 Original-Received: from fews1.riseup.net (fews1-pn.riseup.net [10.0.1.83]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "Sectigo RSA Domain Validation Secure Server CA" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 4FrR6t65ZGzF21s for ; Thu, 27 May 2021 04:53:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1622116438; bh=QiHqYorat6xicItXrqARRkj1JtjV/bH5v44p5i1gPj0=; h=Subject:From:Reply-To:To:Date:From; b=n7WsT9ccUTIuPw+lHa9CX0PYpMqFZmc0dD7ifbJdVY5V8Www5ULdu0BlgV1ltvaI+ QEjAL1Ey67YhjsHyqOnPAk9ftIgeOCnbKLYdGsyK9eu7jKoqbokR82tADcD0QvA6l+ ynZckw7FaSmxGT7QKsg/Hq9pBoh0TjI/cbTK9Hn0= X-Riseup-User-ID: 19C9C8C0DE3BF909C21521BCBB0280FA269715F3B8D93830D64203D57AB91B40 Original-Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews1.riseup.net (Postfix) with ESMTPSA id 4FrR6s72Bbz5vn8 for ; Thu, 27 May 2021 04:53:57 -0700 (PDT) Received-SPF: pass client-ip=198.252.153.129; envelope-from=randomlooser@riseup.net; helo=mx1.riseup.net X-Spam_score_int: 0 X-Spam_score: 0.0 X-Spam_bar: / X-Spam_report: (0.0 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RAZOR2_CF_RANGE_51_100=1.886, RAZOR2_CHECK=0.922, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.io gmane.lisp.guile.user:17539 Archived-At: In this picture you can see in the minibuffer  the writing:"Cannot open load file: File o directory non esistente, Ivy" https://0x0.st/-2PK.png and in the terminal where I launched guile studio: $ guile-studio Gtk-Message: 13:49:52.811: Failed to load module "canberra-gtk-module" Gtk-Message: 13:49:52.811: Failed to load module "canberra-gtk-module" Also, guile studio shows an empty window containing the *scratch* buffer this is quite different from the image I see on the web site https://elephly.net/guile-studio/ Is this expected ? I'm running Ubuntu 20.04 and Guix on top of it and of course guile studio is installed with Guix Is this expected ? Thanks