From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50870) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d1e2H-0008UV-IN for guix-patches@gnu.org; Fri, 21 Apr 2017 15:16:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d1e2E-0003C6-Cu for guix-patches@gnu.org; Fri, 21 Apr 2017 15:16:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:34698) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d1e2E-0003Bv-55 for guix-patches@gnu.org; Fri, 21 Apr 2017 15:16:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d1e2D-0001fv-U2 for guix-patches@gnu.org; Fri, 21 Apr 2017 15:16:01 -0400 Subject: bug#26538: [PATCH 0/1] gnu: Add youtube-dl-gui. Resent-Message-ID: Date: Fri, 21 Apr 2017 21:15:05 +0200 From: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= Message-ID: <20170421211505.4f71ed5c@alma-ubu> In-Reply-To: <20170417013043.27302-1-cmmarusich@gmail.com> References: <20170417013043.27302-1-cmmarusich@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Chris Marusich Cc: 26538@debbugs.gnu.org On Sun, 16 Apr 2017 18:30:43 -0700 Chris Marusich wrote: > Hi, >=20 > This patch adds youtube-dl-gui. I've confirmed that it works on > GuixSD and a foreign distro. I've confirmed that downloading a video > in the default format works, and I've confirmed that converting the > video to an audio-only MP3 file works, too. I didn't exhaustively > test all combinations of the various options, but the program seems to > be working well enough. I tried it out and it looks good, except for this: There is an "Update" button which tries to download and install the newest version of itself. I tried the button with network offline and it has a status message of "Network is unreachable." I don't know what exactly happens here when the network is reachable. The software should only be updated via Guix. Would it be possible with a patch to remove or disable the button? Bj=C3=B6rn