[SCM] guitarix/master: Sanitize .desktop entries

viccuad-guest at users.alioth.debian.org viccuad-guest at users.alioth.debian.org
Thu Jan 21 23:01:18 UTC 2016


The following commit has been merged in the master branch:
commit 7b7a04088fd3e9a9cd5f2c1c6cd6a63b9e4823d2
Author: Víctor Cuadrado Juan <me at viccuad.me>
Date:   Thu Jan 21 22:55:01 2016 +0100

    Sanitize .desktop entries
    
    Running desktop-file-validate highlighted errors with
    key groups containing more than A-Za-z0-9- characters.

diff --git a/guitarix.desktop.in b/guitarix.desktop.in
index 2713bc8..e200df5 100644
--- a/guitarix.desktop.in
+++ b/guitarix.desktop.in
@@ -1,8 +1,8 @@
 
 [Desktop Entry]
-_Name=guitarix
-_GenericName=Mono Amplifier
-_Comment=Simple mono amplifier simulation
+Name=guitarix
+GenericName=Mono Amplifier
+Comment=Simple mono amplifier simulation
 Exec=guitarix
 Icon=gx_head
 Categories=AudioVideo;Audio;X-Jack;Midi;X-MIDI;

-- 
guitarix packaging



More information about the pkg-multimedia-commits mailing list