Ticket #8982: 0001-Fixed-desktop-file-validate-warnings.patch

File 0001-Fixed-desktop-file-validate-warnings.patch, 1.5 KB (added by SF/raorn, 15 years ago)

desktop-file-validate-warnings.patch

  • scummvm/dists/scummvm.desktop

    From 80bc8a04c339c9a2e41ea2954a61783e723656a4 Mon Sep 17 00:00:00 2001
    From: Alexey I. Froloff <raorn@altlinux.org>
    Date: Wed, 11 Mar 2009 15:12:44 +0300
    Subject: [PATCH 1/2] Fixed desktop-file-validate warnings.
    
    warning: key "Encoding" in group "Desktop Entry" is deprecated
     - Dropped "Encoding".
    
    warning: value "scummvm.xpm" for key "Icon" in group "Desktop Entry" is
    an icon name with an extension, but there should be no extension as
    described in the Icon Theme Specification if the value is not an
    absolute path
     - "Icon" set to "scummvm".
    
    warning: value "Application;Game;AdventureGame;" for key "Categories" in
    group "Desktop Entry" contains a deprecated value "Application"
     - "Categories" set to "Game;AdventureGame;"
    ---
     scummvm/dists/scummvm.desktop |    5 ++---
     1 files changed, 2 insertions(+), 3 deletions(-)
    
    diff --git a/scummvm/dists/scummvm.desktop b/scummvm/dists/scummvm.desktop
    index c4679ad..5080c78 100644
    a b  
    11[Desktop Entry]
    2 Encoding=UTF-8
    32Name=ScummVM
    43Comment=Interpreter for several adventure games
    54Comment[pl]=Interpreter graficznych gier przygodowych
    Comment[de]=Interpreter für diverse Abenteuerspiele  
    98Comment[es]=Intérprete para varias aventuras gráficas
    109Comment[ca]=Intèrpret per diverses aventures gràfiques
    1110Exec=scummvm
    12 Icon=scummvm.xpm
     11Icon=scummvm
    1312Terminal=false
    1413Type=Application
    15 Categories=Application;Game;AdventureGame;
     14Categories=Game;AdventureGame;
    1615StartupNotify=false