Rhythmbox, show full name on menu

This commit is contained in:
Ruben Rodriguez 2018-03-16 21:33:42 -04:00
parent a15c792d79
commit 0fa846b4dc

View file

@ -1,6 +1,7 @@
#!/bin/sh #!/bin/sh
# #
# Copyright (C) 2011 Santiago Rodríguez <aklis@trisquel.info> # 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 # 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 # 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 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
VERSION=1 VERSION=2
COMPONENT=main COMPONENT=main
. ./config . ./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 for i in 03_magnatune_partner.patch
do do