tazpanel diff locale.cgi @ rev 581

libtazpanel: s/noboby/root/
"fixes" user-switch on any link clicked if panel launched from new tazpkg notifier or su -c tazpanel
env problems?
------------------
boot.cgi: do not find in /run/media/username/disks
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Fri Apr 08 18:09:43 2016 +0200 (2016-04-08)
parents 3117717c007d
children 26f60e49e3d5
line diff
     1.1 --- a/locale.cgi	Mon Jun 08 04:32:19 2015 +0300
     1.2 +++ b/locale.cgi	Fri Apr 08 18:09:43 2016 +0200
     1.3 @@ -23,7 +23,7 @@
     1.4  get_locale_info()
     1.5  {
     1.6  	# Commands like `LC_ALL=fr_FR locale -k LC_MEASUREMENT` will do the job
     1.7 -	#   only when your locale is generated and exists in the /usr/lib/locale.
     1.8 +	# only when your locale is generated and exists in the /usr/lib/locale.
     1.9  	# Here we manually parse locale definition files from /usr/share/i18n/locales/.
    1.10  	# Strange, bloated and not script-friendly format :(
    1.11