From unknown Tue Jun 17 01:32:37 2025 X-Loop: help-debbugs@gnu.org Subject: bug#25206: utox 0.9.8 icon is a white box Resent-From: ng0 Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Thu, 15 Dec 2016 15:58:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 25206 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 25206@debbugs.gnu.org X-Debbugs-Original-To: bug-guix@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.148181746024645 (code B ref -1); Thu, 15 Dec 2016 15:58:01 +0000 Received: (at submit) by debbugs.gnu.org; 15 Dec 2016 15:57:40 +0000 Received: from localhost ([127.0.0.1]:43052 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cHYPc-0006PQ-Hr for submit@debbugs.gnu.org; Thu, 15 Dec 2016 10:57:40 -0500 Received: from eggs.gnu.org ([208.118.235.92]:60175) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cHYPa-0006PB-Qp for submit@debbugs.gnu.org; Thu, 15 Dec 2016 10:57:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cHYPU-00045a-Qd for submit@debbugs.gnu.org; Thu, 15 Dec 2016 10:57:33 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:55625) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cHYPU-00045R-O0 for submit@debbugs.gnu.org; Thu, 15 Dec 2016 10:57:32 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51134) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cHYPT-0007Vi-Bb for bug-guix@gnu.org; Thu, 15 Dec 2016 10:57:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cHYPQ-00042w-BB for bug-guix@gnu.org; Thu, 15 Dec 2016 10:57:31 -0500 Received: from aibo.runbox.com ([91.220.196.211]:49136) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cHYPQ-00041z-3b for bug-guix@gnu.org; Thu, 15 Dec 2016 10:57:28 -0500 Received: from [10.9.9.212] (helo=mailfront12.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1cHYPO-0004aD-Af for bug-guix@gnu.org; Thu, 15 Dec 2016 16:57:26 +0100 Received: from orion1626.startdedicated.com ([85.25.44.141] helo=localhost) by mailfront12.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1cHYOt-0007So-D2 for bug-guix@gnu.org; Thu, 15 Dec 2016 16:56:55 +0100 From: ng0 Date: Thu, 15 Dec 2016 15:56:56 +0000 Message-ID: <87inqldw3b.fsf@wasp.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) The statusbar/taskbar icon of utox is a white square. Affected are at least the environments Gnome and awesome. In awesome there is a glitch where you can see that the icon which is being used is actually very big, and I assume the same happens for Gnome. All icons are installed. I will upgrade utox (new release came out 2 days ago) and see if it addresses this bug. ng0@wasp /gnu/store/mqvck3frgaijs64mw0ffz3fr02vq6akq-utox-0.9.8$ tree . ├── bin │   └── utox └── share ├── applications │   └── utox.desktop ├── icons │   └── hicolor │   ├── 128x128 │   │   └── apps │   │   └── utox.png │   ├── 14x14 │   │   └── apps │   │   └── utox.png │   ├── 16x16 │   │   └── apps │   │   └── utox.png │   ├── 192x192 │   │   └── apps │   │   └── utox.png │   ├── 22x22 │   │   └── apps │   │   └── utox.png │   ├── 24x24 │   │   └── apps │   │   └── utox.png │   ├── 256x256 │   │   └── apps │   │   └── utox.png │   ├── 32x32 │   │   └── apps │   │   └── utox.png │   ├── 36x36 │   │   └── apps │   │   └── utox.png │   ├── 48x48 │   │   └── apps │   │   └── utox.png │   ├── 512x512 │   │   └── apps │   │   └── utox.png │   ├── 64x64 │   │   └── apps │   │   └── utox.png │   ├── 72x72 │   │   └── apps │   │   └── utox.png │   ├── 96x96 │   │   └── apps │   │   └── utox.png │   └── scalable │   └── apps │   └── utox.svg └── man └── man1 └── utox.1.gz -- ♥Ⓐ ng0 | ng0.chaosnet.org From unknown Tue Jun 17 01:32:37 2025 X-Loop: help-debbugs@gnu.org Subject: bug#25206: utox 0.9.8 icon is a white box Resent-From: ng0 Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Fri, 16 Dec 2016 10:59:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 25206 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 25206@debbugs.gnu.org Received: via spool by 25206-submit@debbugs.gnu.org id=B25206.14818859104564 (code B ref 25206); Fri, 16 Dec 2016 10:59:02 +0000 Received: (at 25206) by debbugs.gnu.org; 16 Dec 2016 10:58:30 +0000 Received: from localhost ([127.0.0.1]:43627 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cHqDe-0001BY-C9 for submit@debbugs.gnu.org; Fri, 16 Dec 2016 05:58:30 -0500 Received: from aibo.runbox.com ([91.220.196.211]:33030) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cHqDc-0001BP-DN for 25206@debbugs.gnu.org; Fri, 16 Dec 2016 05:58:29 -0500 Received: from [10.9.9.210] (helo=mailfront10.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1cHqDa-0005mq-S3 for 25206@debbugs.gnu.org; Fri, 16 Dec 2016 11:58:26 +0100 Received: from [91.223.82.156] (helo=localhost) by mailfront10.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1cHqDO-00069h-Ih for 25206@debbugs.gnu.org; Fri, 16 Dec 2016 11:58:14 +0100 From: ng0 In-Reply-To: <87inqldw3b.fsf@wasp.i-did-not-set--mail-host-address--so-tickle-me> References: <87inqldw3b.fsf@wasp.i-did-not-set--mail-host-address--so-tickle-me> Date: Fri, 16 Dec 2016 10:58:15 +0000 Message-ID: <87wpf0cf94.fsf@wasp.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) ng0 writes: > The statusbar/taskbar icon of utox is a white square. > > Affected are at least the environments Gnome and awesome. > In awesome there is a glitch where you can see that the icon > which is being used is actually very big, and I assume the same > happens for Gnome. > All icons are installed. I will upgrade utox (new release came > out 2 days ago) and see if it addresses this bug. I can confirm that at least for Gnome the version I've sent a patch to update to fixes this problem. -- ♥Ⓐ ng0 | ng0.chaosnet.org From unknown Tue Jun 17 01:32:37 2025 X-Loop: help-debbugs@gnu.org Subject: bug#25206: utox 0.9.8 icon is a white box Resent-From: ng0 Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Tue, 20 Dec 2016 22:30:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 25206 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 25206@debbugs.gnu.org Received: via spool by 25206-submit@debbugs.gnu.org id=B25206.148227298128812 (code B ref 25206); Tue, 20 Dec 2016 22:30:02 +0000 Received: (at 25206) by debbugs.gnu.org; 20 Dec 2016 22:29:41 +0000 Received: from localhost ([127.0.0.1]:49406 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cJSuj-0007Ue-JB for submit@debbugs.gnu.org; Tue, 20 Dec 2016 17:29:41 -0500 Received: from aibo.runbox.com ([91.220.196.211]:37120) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cJSuh-0007UT-DJ for 25206@debbugs.gnu.org; Tue, 20 Dec 2016 17:29:40 -0500 Received: from [10.9.9.210] (helo=mailfront10.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1cJSuf-0004Xp-RX for 25206@debbugs.gnu.org; Tue, 20 Dec 2016 23:29:37 +0100 Received: from exit1.ipredator.se ([197.231.221.211] helo=localhost) by mailfront10.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1cJSuX-0007yD-Jf for 25206@debbugs.gnu.org; Tue, 20 Dec 2016 23:29:31 +0100 From: ng0 In-Reply-To: <87wpf0cf94.fsf@wasp.i-did-not-set--mail-host-address--so-tickle-me> References: <87inqldw3b.fsf@wasp.i-did-not-set--mail-host-address--so-tickle-me> <87wpf0cf94.fsf@wasp.i-did-not-set--mail-host-address--so-tickle-me> Date: Tue, 20 Dec 2016 22:29:38 +0000 Message-ID: <8760mecjzh.fsf@wasp.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) ng0 writes: > ng0 writes: > >> The statusbar/taskbar icon of utox is a white square. >> >> Affected are at least the environments Gnome and awesome. >> In awesome there is a glitch where you can see that the icon >> which is being used is actually very big, and I assume the same >> happens for Gnome. >> All icons are installed. I will upgrade utox (new release came >> out 2 days ago) and see if it addresses this bug. > > I can confirm that at least for Gnome the version I've sent a > patch to update to fixes this problem. Half-fixed in GNOME, still open for WM/DMs which are not GNOME. -- ♥Ⓐ ng0 | PGP keys and more: https://n0is.noblogs.org/ | http://ng0.chaosnet.org From unknown Tue Jun 17 01:32:37 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: ng0 Subject: bug#25206: closed (Re: utox 0.9.8 icon is a white box) Message-ID: References: <87d1gdba1z.fsf@wasp.i-did-not-set--mail-host-address--so-tickle-me> <87inqldw3b.fsf@wasp.i-did-not-set--mail-host-address--so-tickle-me> X-Gnu-PR-Message: they-closed 25206 X-Gnu-PR-Package: guix Reply-To: 25206@debbugs.gnu.org Date: Tue, 27 Dec 2016 16:40:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1482856802-16561-1" This is a multi-part message in MIME format... ------------=_1482856802-16561-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #25206: utox 0.9.8 icon is a white box which was filed against the guix package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 25206@debbugs.gnu.org. --=20 25206: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D25206 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1482856802-16561-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 25206-done) by debbugs.gnu.org; 27 Dec 2016 16:39:46 +0000 Received: from localhost ([127.0.0.1]:57204 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cLumv-0004Ia-Of for submit@debbugs.gnu.org; Tue, 27 Dec 2016 11:39:45 -0500 Received: from aibo.runbox.com ([91.220.196.211]:36591) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cLumt-0004IO-Fx for 25206-done@debbugs.gnu.org; Tue, 27 Dec 2016 11:39:44 -0500 Received: from [10.9.9.211] (helo=mailfront11.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1cLums-0002Yy-6c for 25206-done@debbugs.gnu.org; Tue, 27 Dec 2016 17:39:42 +0100 Received: from [162.220.246.230] (helo=localhost) by mailfront11.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1cLumf-0007fT-Mg for 25206-done@debbugs.gnu.org; Tue, 27 Dec 2016 17:39:30 +0100 From: ng0 To: 25206-done@debbugs.gnu.org Subject: Re: utox 0.9.8 icon is a white box In-Reply-To: <8760mecjzh.fsf@wasp.i-did-not-set--mail-host-address--so-tickle-me> References: <87inqldw3b.fsf@wasp.i-did-not-set--mail-host-address--so-tickle-me> <87wpf0cf94.fsf@wasp.i-did-not-set--mail-host-address--so-tickle-me> <8760mecjzh.fsf@wasp.i-did-not-set--mail-host-address--so-tickle-me> Date: Tue, 27 Dec 2016 16:39:52 +0000 Message-ID: <87d1gdba1z.fsf@wasp.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 25206-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) ng0 writes: > ng0 writes: > >> ng0 writes: >> >>> The statusbar/taskbar icon of utox is a white square. >>> >>> Affected are at least the environments Gnome and awesome. >>> In awesome there is a glitch where you can see that the icon >>> which is being used is actually very big, and I assume the same >>> happens for Gnome. >>> All icons are installed. I will upgrade utox (new release came >>> out 2 days ago) and see if it addresses this bug. >> >> I can confirm that at least for Gnome the version I've sent a >> patch to update to fixes this problem. > > Half-fixed in GNOME, still open for WM/DMs which are not GNOME. > > -- > ♥Ⓐ ng0 | PGP keys and more: https://n0is.noblogs.org/ > | http://ng0.chaosnet.org > > > > Fixed in awesome-4.0 I will close this, if you still experience this bug please re-open or file a new one for the specific window/desktop manager. -- ♥Ⓐ ng0 PGP keys and more: https://n0is.noblogs.org/ http://ng0.chaosnet.org ------------=_1482856802-16561-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 15 Dec 2016 15:57:40 +0000 Received: from localhost ([127.0.0.1]:43052 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cHYPc-0006PQ-Hr for submit@debbugs.gnu.org; Thu, 15 Dec 2016 10:57:40 -0500 Received: from eggs.gnu.org ([208.118.235.92]:60175) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cHYPa-0006PB-Qp for submit@debbugs.gnu.org; Thu, 15 Dec 2016 10:57:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cHYPU-00045a-Qd for submit@debbugs.gnu.org; Thu, 15 Dec 2016 10:57:33 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:55625) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cHYPU-00045R-O0 for submit@debbugs.gnu.org; Thu, 15 Dec 2016 10:57:32 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51134) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cHYPT-0007Vi-Bb for bug-guix@gnu.org; Thu, 15 Dec 2016 10:57:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cHYPQ-00042w-BB for bug-guix@gnu.org; Thu, 15 Dec 2016 10:57:31 -0500 Received: from aibo.runbox.com ([91.220.196.211]:49136) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cHYPQ-00041z-3b for bug-guix@gnu.org; Thu, 15 Dec 2016 10:57:28 -0500 Received: from [10.9.9.212] (helo=mailfront12.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1cHYPO-0004aD-Af for bug-guix@gnu.org; Thu, 15 Dec 2016 16:57:26 +0100 Received: from orion1626.startdedicated.com ([85.25.44.141] helo=localhost) by mailfront12.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1cHYOt-0007So-D2 for bug-guix@gnu.org; Thu, 15 Dec 2016 16:56:55 +0100 From: ng0 To: bug-guix@gnu.org Subject: utox 0.9.8 icon is a white box Date: Thu, 15 Dec 2016 15:56:56 +0000 Message-ID: <87inqldw3b.fsf@wasp.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) The statusbar/taskbar icon of utox is a white square. Affected are at least the environments Gnome and awesome. In awesome there is a glitch where you can see that the icon which is being used is actually very big, and I assume the same happens for Gnome. All icons are installed. I will upgrade utox (new release came out 2 days ago) and see if it addresses this bug. ng0@wasp /gnu/store/mqvck3frgaijs64mw0ffz3fr02vq6akq-utox-0.9.8$ tree . ├── bin │   └── utox └── share ├── applications │   └── utox.desktop ├── icons │   └── hicolor │   ├── 128x128 │   │   └── apps │   │   └── utox.png │   ├── 14x14 │   │   └── apps │   │   └── utox.png │   ├── 16x16 │   │   └── apps │   │   └── utox.png │   ├── 192x192 │   │   └── apps │   │   └── utox.png │   ├── 22x22 │   │   └── apps │   │   └── utox.png │   ├── 24x24 │   │   └── apps │   │   └── utox.png │   ├── 256x256 │   │   └── apps │   │   └── utox.png │   ├── 32x32 │   │   └── apps │   │   └── utox.png │   ├── 36x36 │   │   └── apps │   │   └── utox.png │   ├── 48x48 │   │   └── apps │   │   └── utox.png │   ├── 512x512 │   │   └── apps │   │   └── utox.png │   ├── 64x64 │   │   └── apps │   │   └── utox.png │   ├── 72x72 │   │   └── apps │   │   └── utox.png │   ├── 96x96 │   │   └── apps │   │   └── utox.png │   └── scalable │   └── apps │   └── utox.svg └── man └── man1 └── utox.1.gz -- ♥Ⓐ ng0 | ng0.chaosnet.org ------------=_1482856802-16561-1--