It works! :-)
[drlaunch] / apps.py
diff --git a/apps.py b/apps.py
index 13c745e..28673cd 100755 (executable)
--- a/apps.py
+++ b/apps.py
@@ -25,6 +25,7 @@ __version__ = "$Id: 0.py 2265 2010-02-21 19:16:26Z v13 $"
 import os
 
 from gettext import translation
+#import locale
 
 #from xdg.IconTheme import getIconPath
 
@@ -111,6 +112,7 @@ def scan():
     return(ret)
 
 if __name__=="__main__":
+    #locale.setlocale(locale.LC_ALL, '')
     print scan()
 
 # vim: set ts=8 sts=4 sw=4 noet formatoptions=r ai nocindent: