From mboxrd@z Thu Jan 1 00:00:00 1970 From: Subject: bug#36088: youtube-viewer-gtk stores the store path to the youtube-viewer CLI program in the user config file Date: Tue, 04 Jun 2019 12:53:36 +0100 (BST) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:57602) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hY84p-0008Fk-Iv for bug-guix@gnu.org; Tue, 04 Jun 2019 07:58:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hY84o-0004my-Jq for bug-guix@gnu.org; Tue, 04 Jun 2019 07:58:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58772) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hY84o-0004lq-G0 for bug-guix@gnu.org; Tue, 04 Jun 2019 07:58:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hY84o-0007o5-CX for bug-guix@gnu.org; Tue, 04 Jun 2019 07:58:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:57247) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hY84T-0007u9-8E for bug-guix@gnu.org; Tue, 04 Jun 2019 07:57:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hY80c-0002av-Ju for bug-guix@gnu.org; Tue, 04 Jun 2019 07:53:43 -0400 Received: from aibo.runbox.com ([91.220.196.211]:56018) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hY80b-0002Qt-GJ for bug-guix@gnu.org; Tue, 04 Jun 2019 07:53:42 -0400 Received: from [10.9.9.129] (helo=rmmprod07.runbox) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1hY80X-0003I5-1O for bug-guix@gnu.org; Tue, 04 Jun 2019 13:53:37 +0200 Received: from mail by rmmprod07.runbox with local (Exim 4.86_2) (envelope-from ) id 1hY80X-0005q5-0Z for bug-guix@gnu.org; Tue, 04 Jun 2019 13:53:37 +0200 Content-Disposition: inline Received: from [Authenticated user (850733)] by runbox.com with http (RMM6); for ; Tue, 04 Jun 2019 11:53:36 GMT List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 36088@debbugs.gnu.org In GTK youtube-viewer, when I try to open a video in the terminal (by right= -clicking the video and selecting "Play in terminal"), it fails with `Faile= d to execute child process "/gnu/store/.../bin/youtube-viewer" (No such fil= e or directory)` In ~/.config/youtube-viewer/gtk-youtube-viewer.conf I have a line specifyin= g the path to youtube-viewer which was added automatically: `youtube_viewer =3D> "/gnu/store/yhgrvdlq1ri9hd0qlyf6d= 5jvnr13bjy3-profile/bin/youtube-viewer"` Changing it to just "youtube-viewer" works as a manual fix, but it would be= good if this setting isn't generated by youtube-viewer and for the path to= be hardcoded when compiled. I don't know if there's a configure flag or so= mething to achieve this.=