From mboxrd@z Thu Jan 1 00:00:00 1970 From: rennes@openmailbox.org Subject: small cursor gnome Date: Sun, 20 Mar 2016 16:11:13 -0600 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50048) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ahlZ9-000528-FJ for guix-devel@gnu.org; Sun, 20 Mar 2016 18:11:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ahlZ6-0001Z6-8r for guix-devel@gnu.org; Sun, 20 Mar 2016 18:11:19 -0400 Received: from mail2.openmailbox.org ([62.4.1.33]:38333) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ahlZ6-0001Z2-06 for guix-devel@gnu.org; Sun, 20 Mar 2016 18:11:16 -0400 Received: from www.openmailbox.org (openmailbox-b1 [10.91.69.218]) by mail2.openmailbox.org (Postfix) with ESMTP id 0834B2AC3CA9 for ; Sun, 20 Mar 2016 23:11:14 +0100 (CET) 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@gnu.org Hi, 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 /gnu/store/zr4vacpl0rlgx6m2hivr2fm2vxhgdppc-adwaita-icon-theme-3.18.0/share/icons/Adwaita/cursors cursors My question is, is it necessary to create a patch-icon-theme package for this detail adwaita?. Thanks