From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: small cursor gnome Date: Mon, 21 Mar 2016 17:37:43 +0100 Message-ID: <87poun7pns.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36007) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ai2px-0007lA-EV for guix-devel@gnu.org; Mon, 21 Mar 2016 12:37:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ai2pu-0004Wc-64 for guix-devel@gnu.org; Mon, 21 Mar 2016 12:37:49 -0400 In-Reply-To: (rennes@openmailbox.org's message of "Sun, 20 Mar 2016 16:11:13 -0600") 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: rennes@openmailbox.org Cc: guix-devel@gnu.org rennes@openmailbox.org skribis: > in the GNOME environment my cursor is small, and did a link as follows > to fix it: > > mkdir -p ~/.icons/default > cd ~/.icons/default > ln -s=20 > /gnu/store/zr4vacpl0rlgx6m2hivr2fm2vxhgdppc-adwaita-icon-theme-3.18.0/sha= re/icons/Adwaita/cursors > cursors > > My question is, is it necessary to create a patch-icon-theme package > for this detail adwaita?. This on GuixSD, right? Isn=E2=80=99t it enough to install adwaita-icon-the= me in your profile or in the system profile? Thanks, Ludo=E2=80=99.