Package: themonospot
Version: 0.7.3.1-3
Severity: important
Tags: l10n patch

My environment is set to Finnish and themonospot outputs the following
error when run:

StartUpError = Could not find file "/usr/lib/themonospot/languages/English.lf"

Attached is a simple patch to fix this problem.

diff -u themonospot-0.7.3.1/debian/patches/series themonospot-0.7.3.1/debian/patches/series
--- themonospot-0.7.3.1/debian/patches/series
+++ themonospot-0.7.3.1/debian/patches/series
@@ -2,0 +3 @@
+03_fix_language
only in patch2:
unchanged:
--- themonospot-0.7.3.1.orig/debian/patches/03_fix_language
+++ themonospot-0.7.3.1/debian/patches/03_fix_language
@@ -0,0 +1,11 @@
+--- a/themonospot-base/src/components/clsLanguages.cs
++++ b/themonospot-base/src/components/clsLanguages.cs
+@@ -108,7 +108,7 @@
+ 			if (System.IO.File.Exists(ExePath + Path.DirectorySeparatorChar + "languages" + Path.DirectorySeparatorChar + LanguageName + ".lf") == true)
+ 				LanguageSet = LanguageName;
+ 			else
+-				LanguageSet = "English";
++				LanguageSet = "english";
+ 			
+ 			
+ 			try

Attachment: signature.asc
Description: Digital signature

Reply via email to