<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/grip/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/grip/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 11 Feb 2022 14:38:17 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/grip/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>#404 Track list rendering error</title><link>https://sourceforge.net/p/grip/bugs/404/?limit=25#9102</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Neither do I.  :)  I run fvwm2.&lt;br/&gt;
I wasn't implying anything about desktop environment.  I wouldn't THINK that the environment is going to have any impact on rendering inside the application window, but I've been wrong before.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Phil Stracchino</dc:creator><pubDate>Fri, 11 Feb 2022 14:38:17 -0000</pubDate><guid>https://sourceforge.net93e439694db6c28498acd865a5e55e8796040cf0</guid></item><item><title>#404 Track list rendering error</title><link>https://sourceforge.net/p/grip/bugs/404/?limit=25#4091/1199/178a/86b1/1d05/755b</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I don't have Gnome installed, if that's what you're implying. I run the KDE/Plasma desktop in Mageia 7.&lt;br/&gt;
I only have the GTK development packages, and the packages needed for Grip to run. Grip was originally made specifically for Gnome, back in the day.&lt;/p&gt;
&lt;p&gt;What would be interesting to know is if your 4K display would render it properly if you ran it in KDE/Plasma.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Solbu</dc:creator><pubDate>Fri, 11 Feb 2022 05:48:10 -0000</pubDate><guid>https://sourceforge.netc4fac8cd9be8a81cfb141f4c65930728bc10c055</guid></item><item><title>GUI: Wrong position and size of elements</title><link>https://sourceforge.net/p/grip/bugs/417/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Elements of the GUI have the wrong position and size right after starting grip.&lt;br/&gt;
Tested with the Gentoo package:&lt;br/&gt;
media-sound/grip-4.2.3 (https://packages.gentoo.org/packages/media-sound/grip)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jonas Stein</dc:creator><pubDate>Thu, 10 Feb 2022 17:03:10 -0000</pubDate><guid>https://sourceforge.netae37c35d8be18078885fad45b89435b6b31666cc</guid></item><item><title>#404 Track list rendering error</title><link>https://sourceforge.net/p/grip/bugs/404/?limit=25#4091/1199/178a/86b1</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Well, here is a link to screenshots of how it looks on my 1920x1080 screen resolution.&lt;br/&gt;
&lt;a href="https://www.solbu.net/bilder/screenshoots/grip/" rel="nofollow"&gt;https://www.solbu.net/bilder/screenshoots/grip/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;As t dependencies, I run Mageia 7 which came out in 2019.&lt;br/&gt;
I have attached a list of the dependencies and versions my build VM wanted to install (as a result of «sudo urpmi --buildrequires SPECS/grip.spec») when I was recompiling grip earlier today.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Solbu</dc:creator><pubDate>Thu, 10 Feb 2022 15:09:30 -0000</pubDate><guid>https://sourceforge.net20048e7812d406ab5f48e8d8928083f56fdf211b</guid></item><item><title>#404 Track list rendering error</title><link>https://sourceforge.net/p/grip/bugs/404/?limit=25#4091/1199</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Good catch!&lt;br/&gt;
But does the increased width need to be that much?&lt;br/&gt;
Would 30 or 35 be enouch?&lt;/p&gt;
&lt;p&gt;Also, on my physical system I don't see this behaviour.&lt;br/&gt;
It dynamically adjusts the sizes inside the program window dependent on the translation, and I dont know why it does.&lt;br/&gt;
I do remember on older systems I ran it did do just what you describe.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Solbu</dc:creator><pubDate>Thu, 10 Feb 2022 11:07:20 -0000</pubDate><guid>https://sourceforge.netec535c40a7d2e7f7bee55c366715e9fde6fb0579</guid></item><item><title>#404 Track list rendering error</title><link>https://sourceforge.net/p/grip/bugs/404/?limit=25#4091</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I just revisited this again and THIS TIME I found where the interface is set up.  And the patch is stupidly simple, it is literally a one-line change to a numeric constant.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span class="gd"&gt;--- grip-4.2.3/src/cdplay.c 2020-01-25 05:38:53.000000000 -0500&lt;/span&gt;
&lt;span class="gi"&gt;+++ grip-4.2.3/src/cdplay.c 2022-02-09 16:30:02.711140809 -0500&lt;/span&gt;
&lt;span class="gu"&gt;@@ -268,11 +268,11 @@&lt;/span&gt;

     tot_width+=width;

     tot_width/=PANGO_SCALE;

&lt;span class="gd"&gt;-    tot_width+=25;&lt;/span&gt;
&lt;span class="gi"&gt;+    tot_width+=75;&lt;/span&gt;
   }

   return tot_width;
 }
&lt;/pre&gt;&lt;/div&gt;

&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Phil Stracchino</dc:creator><pubDate>Wed, 09 Feb 2022 22:30:14 -0000</pubDate><guid>https://sourceforge.netd23dc01fc0e06b4aa32a7e7a592657f13990db15</guid></item><item><title>tracks missing when reading and encoding an audio disc</title><link>https://sourceforge.net/p/grip/bugs/416/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;all versions, tested on version 4.2.2&lt;br/&gt;
no error or warning is printed when running with grip -v&lt;/p&gt;
&lt;p&gt;Settings in .grip:&lt;br/&gt;
ripexename /usr/local/bin/cdda2wav&lt;br/&gt;
ripcmdline -D %C -x -H -t %t -O wav %w&lt;br/&gt;
mp3exename /usr/local/bin/flac&lt;br/&gt;
mp3cmdline -V -o %m %w&lt;br/&gt;
ripfileformat /media/flac/%A/%y,%d/%t_%n.wav&lt;br/&gt;
ripfileformat_multi /media/flac/%A/%y,%d/%t_%a_%n.wav&lt;br/&gt;
mp3fileformat /media/flac/%A/%y,%d/%t_%n.%x&lt;br/&gt;
mp3fileformat_multi /media/flac/%A/%y,%d/%t_%a_%n.%x&lt;br/&gt;
mp3extension flac&lt;/p&gt;
&lt;p&gt;Reproduced: reading and encoding an audio disc&lt;br/&gt;
track 14 and track 16 missing after the disk is processed.&lt;/p&gt;
&lt;p&gt;using public CDDB from gnudb.org&lt;br/&gt;
DISCID=f8121b12&lt;/p&gt;
&lt;p&gt;Diagnostics:&lt;br/&gt;
Watching the directory while the disk is processed,&lt;br/&gt;
the following wav-files are created and deleted:&lt;/p&gt;
&lt;p&gt;16_Mass_in_B_minor_for_soloists_chorus__orchestra_BWV_232_BC_E1_Osanna_Benedictus_Agnus_Dei_et_Dona_nobis_pacem_Osanna_in_ex&lt;br/&gt;
14_Mass_in_B_minor_for_soloists_chorus__orchestra_BWV_232_BC_E1_Osanna_Benedictus_Agnus_Dei_et_Dona_nobis_pacem_Osanna_in_ex&lt;/p&gt;
&lt;p&gt;Note the missing exensions.&lt;/p&gt;
&lt;p&gt;Suggested fix:&lt;br/&gt;
grip should truncate the name with room for the needed extension.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dirk Meyer</dc:creator><pubDate>Mon, 01 Nov 2021 09:45:41 -0000</pubDate><guid>https://sourceforge.net82b4924a96eaeae3685c807537b7853e498567ab</guid></item><item><title>#415 Store fgetc() return value in int for comparison with EOF</title><link>https://sourceforge.net/p/grip/bugs/415/?limit=25#7f50</link><description>&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; closed-fixed&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Solbu</dc:creator><pubDate>Tue, 31 Aug 2021 13:52:03 -0000</pubDate><guid>https://sourceforge.netf7322c3aeb2534693a5614910ecbdb55fc8b1925</guid></item><item><title>#415 Store fgetc() return value in int for comparison with EOF</title><link>https://sourceforge.net/p/grip/bugs/415/?limit=25#e764</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;For some reason I missed/forgot this bug repport.&lt;/p&gt;
&lt;p&gt;Thanks for fixing. :-)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Solbu</dc:creator><pubDate>Tue, 31 Aug 2021 13:41:49 -0000</pubDate><guid>https://sourceforge.netab76af79068f725e7bea9db7e6d74f3fd79fe8c2</guid></item><item><title>Store fgetc() return value in int for comparison with EOF</title><link>https://sourceforge.net/p/grip/bugs/415/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The return value of fgetc() must be stored in an int if it is compared against EOF.&lt;/p&gt;
&lt;p&gt;As is, the check for EOF (-1)  in RemoveM3U() is buggy:&lt;br/&gt;
On architectures that default to signed chars, reading 0xff will be mistaken for EOF.&lt;br/&gt;
On architectures that default to unsigned chars (arm&lt;em&gt;, ppc&lt;/em&gt;),  EOF will never be recognized.&lt;/p&gt;
&lt;p&gt;Trivial patch attached.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Weisgerber</dc:creator><pubDate>Thu, 29 Jul 2021 20:15:52 -0000</pubDate><guid>https://sourceforge.net33c951925100d9bc7cab6cb96ce9ee788546d734</guid></item></channel></rss>