[debian-edu-commits] debian-edu/ 105/183: Added updated Vietnamese translation Added note about bug to readme Minor script output cleanup

Alexander Alemayhu ccscanf-guest at moszumanska.debian.org
Wed Jun 11 16:48:38 UTC 2014


This is an automated email from the git hooks/post-receive script.

ccscanf-guest pushed a commit to branch master
in repository desktop-profiles.

commit 9489cc75e6538879d3940a5a72e6fe0230f8c379
Author: Bart Cornelis <cobaco at linux.be>
Date:   Thu Dec 22 12:18:39 2005 +0000

    Added updated Vietnamese translation
    Added note about bug to readme
    Minor script output cleanup
---
 20desktop-profiles_activateDesktopProfiles | 12 +++---
 README                                     | 11 +++--
 debian/changelog                           | 10 +++++
 debian/po/vi.po                            | 68 ++++++++++++++----------------
 4 files changed, 55 insertions(+), 46 deletions(-)

diff --git a/20desktop-profiles_activateDesktopProfiles b/20desktop-profiles_activateDesktopProfiles
index 76a5605..761022b 100644
--- a/20desktop-profiles_activateDesktopProfiles
+++ b/20desktop-profiles_activateDesktopProfiles
@@ -138,7 +138,7 @@ activate_UDE () {
 
 activate_GNUSTEP () {
   # default values as set in /usr/lib/GNUstep/System/Library/Makefiles/GNUstep.sh (On Debian)
-  export GNUSTEP_USER_ROOT=${GNUSTEP_USER_ROOT:-`/usr/lib/GNUstep/System/Library/Makefiles/user_home user`};
+  export GNUSTEP_USER_ROOT=${GNUSTEP_USER_ROOT:-`/usr/lib/GNUstep/System/Library/Makefiles/user_home user 2> /dev/null`};
   export GNUSTEP_LOCAL_ROOT=${GNUSTEP_LOCAL_ROOT:-/usr/local/lib/GNUstep/Local};
   export GNUSTEP_NETWORK_ROOT=${GNUSTEP_NETWORK_ROOT:-/usr/local/lib/GNUstep/Network};
   export GNUSTEP_SYSTEM_ROOT=${GNUSTEP_SYSTEM_ROOT:-/usr/lib/GNUstep/System};
@@ -157,7 +157,7 @@ activate_GNUSTEP () {
     export GNUSTEP_PATHLIST=$(sh -c "echo $GNUSTEP_PATHLIST");# FORCE expansion of variables in GNUSTEP_PATHLIST if any
   else
     # if we're not setting things, then make sure we've not added to the environment
-    if (test "$GNUSTEP_USER_ROOT" = "$(/usr/lib/GNUstep/System/Library/Makefiles/user_home user)"); then unset GNUSTEP_USER_ROOT; fi
+    if (test "$GNUSTEP_USER_ROOT" = "$(/usr/lib/GNUstep/System/Library/Makefiles/user_home user 2> /dev/null)"); then unset GNUSTEP_USER_ROOT; fi
     if (test "$GNUSTEP_LOCAL_ROOT" = "/usr/local/lib/GNUstep/Local"); then unset GNUSTEP_LOCAL_ROOT; fi
     if (test "$GNUSTEP_NETWORK_ROOT" = "/usr/local/lib/GNUstep/Network"); then unset GNUSTEP_NETWORK_ROOT; fi
     if (test "$GNUSTEP_SYSTEM_ROOT" = "/usr/lib/GNUstep/System"); then unset GNUSTEP_SYSTEM_ROOT; fi
@@ -177,10 +177,10 @@ activate_GCONF () {
   #       contain _only_ that include directive setting everything else up through profiles)
   
   # only generate path files for user if they will be included
-  if (grep 'include *\$(ENV_MANDATORY_PATH)' /etc/gconf/2/path 2>&1 > /dev/null ) ||
-     (grep 'include *\$(ENV_DEFAULTS_PATH)'  /etc/gconf/2/path 2>&1 > /dev/null ) ||
-     (grep 'include *\$(ENV_MANDATORY_PATH)' /etc/gconf/1/path 2>&1 > /dev/null ) ||
-     (grep 'include *\$(ENV_DEFAULTS_PATH)'  /etc/gconf/1/path 2>&1 > /dev/null ); then
+  if (grep 'include *\$(ENV_MANDATORY_PATH)' /etc/gconf/2/path > /dev/null 2>&1 ) ||
+     (grep 'include *\$(ENV_DEFAULTS_PATH)'  /etc/gconf/2/path > /dev/null 2>&1 ) ||
+     (grep 'include *\$(ENV_MANDATORY_PATH)' /etc/gconf/1/path > /dev/null 2>&1 ) ||
+     (grep 'include *\$(ENV_DEFAULTS_PATH)'  /etc/gconf/1/path > /dev/null 2>&1 ); then
 
     INCLUDED_HOME=false; 
     
diff --git a/README b/README
index 96a0e1b..7a05cb9 100644
--- a/README
+++ b/README
@@ -5,10 +5,13 @@ works, and what it does.
 
 KNOWN BUGS
 =-=-=-=-=-=
-The profile-manager.kmdr script (i.e. the gui for configuring the metadata
-files doesn't work correctly if the profile description contains a single 
-quote, it doesn't show the details, and will mess up the metadata file when
-changing it
+- The profile-manager.kmdr script (i.e. the gui for configuring the metadata
+  files doesn't work correctly if the profile description contains a single 
+  quote, it doesn't show the details, and will mess up the metadata file when
+  changing it
+- Profiles aren't set when logging in and running programs with 'sss -X', 
+  see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=344030 for more info
+  (basically the xsession.d files aren't run on 'ssh -X'-login
 
 GETTING GCONF PROFILES TO WORK
 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
diff --git a/debian/changelog b/debian/changelog
index 41ee6e3..844ed2c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+desktop-profiles (1.4.9) UNRELEASED; urgency=low
+
+  * Added note about profiles not being set on 'ssh -X'-logins to README
+  * Added updated Vietnamese debconf translation
+  * When /usr/lib/GNUstep/System/Library/Makefiles/user_home doesn't exist
+    surpress the stderr output noting this
+  * Same for /etc/gconf/1/path
+
+ -- Bart Cornelis (cobaco) <cobaco at linux.be>  Thu, 22 Dec 2005 13:15:28 +0100
+
 desktop-profiles (1.4.8) unstable; urgency=low
 
   * Removed declare bashism from path2listing and listingmodule scripts
diff --git a/debian/po/vi.po b/debian/po/vi.po
index 7c892c9..80b7e93 100644
--- a/debian/po/vi.po
+++ b/debian/po/vi.po
@@ -1,34 +1,34 @@
-# Vietnamese translation for NAME.
+# Vietnamese translation for Desktop Profiles.
 # Copyright © 2005 Free Software Foundation, Inc.
 # Clytie Siddall <clytie at riverland.net.au>, 2005.
 # 
 msgid ""
-msgstr ""
-"Project-Id-Version: desktop-profiles\n"
+""
+msgstr "Project-Id-Version: desktop-profiles\n"
 "Report-Msgid-Bugs-To: cobaco at linux.be\n"
 "POT-Creation-Date: 2005-10-10 22:40+0200\n"
-"PO-Revision-Date: 2005-06-16 18:39+0930\n"
+"PO-Revision-Date: 2005-12-22 22:09+1030\n"
 "Last-Translator: Clytie Siddall <clytie at riverland.net.au>\n"
 "Language-Team: Vietnamese <gnomevi-list at lists.sourceforge.net>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0\n"
+"X-Generator: LocFactoryEditor 1.5.1b\n"
 
-#. Type: note
-#. Description
-#: ../templates:3
+#.Type: note
+#.Description
+#:../templates:3
 msgid ""
 "Your current gconf (i.e. GNOME) setup doesn't facilitate the use of "
 "configuration sources managed by desktop-profiles. The system wide path file "
 "(/etc/gconf/2/path) needs to be changed to get such configuration sources to "
 "work."
-msgstr ""
+msgstr "Thiết lập GConf (tức là Gnome) của bạn không làm dễ sử dụng nguồn cấu hình nào desktop-profiles quản lý. Tập tin đường dẫn cho toàn hệ thống (</etc/gconf/2/path>) cần phải được thay đổi để cho phép nguồn cấu hình như vậy hoạt động."
 
-#. Type: note
-#. Description
-#: ../templates:3
-#, fuzzy
+#.Type: note
+#.Description
+#:../templates:3
 msgid ""
 "This package includes a conversion script (/usr/sbin/path2listing) that will "
 "create the necessary changes to have all your configuration sources managed "
@@ -36,38 +36,37 @@ msgid ""
 "changes to the system. See the README in /usr/share/doc/desktop-profiles/ "
 "for more information on this script, or for info on changing the path file "
 "manually."
-msgstr ""
-"Gói tin này bao gồm một tập lệnh chuyển đổi sẽ tạo thông tin về thông tin "
-"cần thiết để cho phép trình desktop-profiles quản lý các nguồn cấu hình của "
-"bạn («/usr/sbin/palisting»). Nó sẽ cũng thay thế tập tin đường dẫn toàn cầu "
-"bằng một điều được thiết lập để quản lý các nguồn cấu hình thông qua trình "
-"desktop-profiles."
+msgstr "Gói này bao gồm một tập lệnh chuyển đổi (</usr/sbin/path2listing>) sẽ tạo các thay đổi cần thiết để cho phép trình desktop-profiles quản lý các nguồn cấu hình của bạn. Việc chạy tập lệnh này không nên gây ra thay đổi nào người dùng thấy được. Hãy xem tập tin Đọc Đi (README) trong < /usr/share/doc/desktop-profiles/> để tìm thông tin thêm về tập lệnh này, hoặc để tìm thông tin về cách tự thay đổi tập tin đường dẫn."
 
-#. Type: note
-#. Description
-#: ../templates:18
+#.Type: note
+#.Description
+#:../templates:18
 msgid "Global gconf path file needs to be changed!"
-msgstr "• Cần phải thay đổi tập tin đường dẫn gconf. •"
+msgstr "• Cần phải thay đổi tập tin đường dẫn gconf toàn cục. •"
 
-#. Type: note
-#. Description
-#: ../templates:18
+#.Type: note
+#.Description
+#:../templates:18
 msgid ""
 "The include directives used by desktop-profiles have changed (in response "
 "to  bug 309978, see the bug report and corresponding entry in the changelog "
 "of  version 1.4.6 of this package for details)."
-msgstr ""
+msgstr "Những chỉ thị bao gồm mà desktop-profiles sử dụng đã thay đổi (để sửa Lỗi 309978, xem thông báo lỗi và mục nhập liên quan trong bản ghi thay đổi của phiên bản 1.4.6 của gói này, để tìm chi tiết)."
 
-#. Type: note
-#. Description
-#: ../templates:18
+#.Type: note
+#.Description
+#:../templates:18
 msgid ""
 "To reenable gconf profiles you need to change /etc/gconf/2/path as follows:\n"
 " - 'include /var/cache/desktop-profiles/\\$(USER)_mandatory.path' should be "
 "'include \\$(ENV_MANDATORY_PATH)' and\n"
 " - 'include /var/cache/desktop-profiles/\\$(USER)_defaults.path' should be "
 "'include \\$(ENV_DEFAULTS_PATH)'"
-msgstr ""
+msgstr "Để bật lại chạy hồ sơ GConf, bạn cần phải thay đổi tập tin đường dẫn </etc/gconf/2/path> như theo đây:\n"
+" •  'include /var/cache/desktop-profiles/\\$(USER)_mandatory.path' nên là "
+"'include \\$(ENV_MANDATORY_PATH)' và\n"
+" • 'include /var/cache/desktop-profiles/\\$(USER)_defaults.path' nên là"
+"'include \\$(ENV_DEFAULTS_PATH)'"
 
 #~ msgid ""
 #~ "Your current gconf (i.e. GNOME) setup doesn't facilitate the use of "
@@ -78,8 +77,7 @@ msgstr ""
 #~ "etc/gconf/<gconf-version>/path) needs to be adapted, and the metadata "
 #~ "needed by desktop-profiles for your current configuration sources needs "
 #~ "to be available."
-#~ msgstr ""
-#~ "Thiết lập gconf (tức là GNOME) hiện thời của bạn không làm cho dễ dàng "
+#~ msgstr "Thiết lập gconf (tức là GNOME) hiện thời của bạn không làm cho dễ dàng "
 #~ "dùng những nguồn cấu hình do trình desktop-profiles quản lý (hoặc vì bạn "
 #~ "chưa sửa đổi nó như cần thiết, hoặc vì bạn có cài đặt một phiên bản trước "
 #~ "1.4.6 mà dùng một tập tin đường dẫn khác). Để sửa trường hợp này, cần "
@@ -93,8 +91,7 @@ msgstr ""
 #~ "will allow you to manage all configuration sources through desktop-"
 #~ "profiles. The script will make backup copies of all files it touches, so "
 #~ "you can always go back to the previous situation."
-#~ msgstr ""
-#~ "Chạy tập lệnh này nên không tạo thay đổi nào mà người dùng có thể thấy. "
+#~ msgstr "Chạy tập lệnh này nên không tạo thay đổi nào mà người dùng có thể thấy. "
 #~ "Tuy nhiên, nó sẽ cho phép bạn quản lý các nguồn cấu hình thông qua trình "
 #~ "desktop-profiles. Tập lệnh này sẽ tạo bản sao của mọi tập tin mà nó xử "
 #~ "lý, thì bạn luôn có thể trở về trường hợp trước."
@@ -102,6 +99,5 @@ msgstr ""
 #~ msgid ""
 #~ "If you want to do the conversion manually this is off course possible, "
 #~ "see /usr/share/doc/desktop-profiles/README for more information."
-#~ msgstr ""
-#~ "Hoặc bạn có thể tự chuyển đổi như thế. Hãy xem tập tin «/usr/share/doc/"
+#~ msgstr "Hoặc bạn có thể tự chuyển đổi như thế. Hãy xem tập tin «/usr/share/doc/"
 #~ "desktop-profiles/README» để tìm thông tin thêm."

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/desktop-profiles.git



More information about the debian-edu-commits mailing list