← Back to team overview

zim-wiki team mailing list archive

fix zim.desktop and a typo

 

$ desktop-file-validate xdg/zim.desktop
xdg/zim.desktop: error: value "Utility;TextEditor;GTK" for string list key "Categories" in group "Desktop Entry" does not have a semicolon (';') as trailing character xdg/zim.desktop: error: value "application/x-zim-notebook;text/x-zim-wiki;application/x-gjots" for string list key "MimeType" in group "Desktop Entry" does not have a semicolon (';') as trailing character

Robin
=== modified file 'xdg/zim.desktop'
--- xdg/zim.desktop	2009-11-11 23:36:16 +0000
+++ xdg/zim.desktop	2010-05-04 16:39:36 +0000
@@ -5,8 +5,8 @@
 Icon=zim
 StartupNotify=true
 Terminal=false
-Categories=Utility;TextEditor;GTK
-MimeType=application/x-zim-notebook;text/x-zim-wiki;application/x-gjots
+Categories=Utility;TextEditor;GTK;
+MimeType=application/x-zim-notebook;text/x-zim-wiki;application/x-gjots;
 Name=Zim Desktop Wiki
 Comment=Edit text files "wiki style"
 GenericName=Text Editor

=== modified file 'zim/fs.py'
--- zim/fs.py	2010-03-23 21:07:10 +0000
+++ zim/fs.py	2010-05-04 12:51:09 +0000
@@ -8,7 +8,7 @@
 
 FIXME more docs
 
-There is a singleton object to represent the whole filesystem. THis
+There is a singleton object to represent the whole filesystem. This
 is stored in 'zim.fs.FS'. This object provides signals when a file or
 folder is created, moved or deleted.