bibledit-development
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[be] [bug #26295] bibledit.desktop file does not validate


From: Teus Benschop
Subject: [be] [bug #26295] bibledit.desktop file does not validate
Date: Wed, 22 Apr 2009 16:35:04 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.8) Gecko/2009033100 Ubuntu/9.04 (jaunty) Firefox/3.0.8

URL:
  <http://savannah.nongnu.org/bugs/?26295>

                 Summary: bibledit.desktop file does not validate
                 Project: Bibledit
            Submitted by: teus
            Submitted on: Wed 22 Apr 2009 06:35:01 PM CAT
                  Status: None
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

(1) The bibledit.desktop file does not validate using the 
desktop-file-validate tool, so I patched it so it *does* validate :) 
The changes are pretty trivial: Remove the trailing .xpm suffix from the 
Icon=bibledit.xpm line, and remove the (now deprecated) Application; 
category from the Categories= line.  So my patch file is:

Remove unwanted .xpm suffix from icon; remove Application category.
Index: desktop/bibledit.desktop
===================================================================
--- old/desktop/bibledit.desktop        2009-04-21 02:59:55.000000000 -0700
+++ new/desktop/bibledit.desktop        2009-04-21 03:00:02.000000000 -0700
@@ -1,8 +1,8 @@
  [Desktop Entry]
  Name=Bibledit
  Comment=Bible Editor
-Icon=bibledit.xpm
+Icon=bibledit
  Exec=bibledit
  Type=Application
-Categories=Application;Office;
+Categories=Office;




    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?26295>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]