From 0fa846b4dce29c51f42121df7e24a16a58f8515f Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez <ruben@trisquel.info> Date: Fri, 16 Mar 2018 21:33:42 -0400 Subject: [PATCH] Rhythmbox, show full name on menu --- helpers/make-rhythmbox | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/helpers/make-rhythmbox b/helpers/make-rhythmbox index a9441f27..d727dce3 100644 --- a/helpers/make-rhythmbox +++ b/helpers/make-rhythmbox @@ -1,6 +1,7 @@ #!/bin/sh # # Copyright (C) 2011 Santiago RodrÃguez <aklis@trisquel.info> +# Copyright (C) 2018 Ruben Rodriguez <ruben@trisquel.info> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -17,12 +18,13 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=1 +VERSION=2 COMPONENT=main . ./config - +# Show full name on menu +sed 's/^_Name=Rhythmbox/^_Name=Rhythmbox Music Player/' -i data/rhythmbox.desktop.in.in for i in 03_magnatune_partner.patch do -- GitLab