12-04-2014, 02:20 PM
12-04-2014, 02:25 PM
(12-04-2014, 02:20 PM)sysdrum link Wrote: [ -> ]Interesting soshould have thrown an error if there was a broken language dependency. Do we have any weird output?Code:sudo apt-get install -f
No, gave no errors
12-04-2014, 03:20 PM
what is your time right now here its 16:20
ok!
did not see page 2 when i posted
ok!
did not see page 2 when i posted
12-04-2014, 04:48 PM
12-04-2014, 05:17 PM
(12-04-2014, 03:20 PM)iwar link Wrote: [ -> ]what is your time right now here its 16:20
ok!
did not see page 2 when i posted
we are in the same timezone
12-04-2014, 06:25 PM
Yes TMG1961 but Jerry is not in the same zon
12-04-2014, 07:57 PM
(12-04-2014, 06:25 PM)iwar link Wrote: [ -> ]Yes TMG1961 but Jerry is not in the same zon
No i think he is just getting out of bed at this moment..guess he is about 12 hours ahead of us
12-04-2014, 08:26 PM
So why is a grep command?
Code:
test_appletrailers1=(`apt-cache policy totem-mozilla | grep "Installed:"`)
Code:
if [ "${PIPESTATUS[0]}" -ne "0" ]; then
if zenity --question --title=Update --text="You must update package lists before using this tool\nDo you want to update?"
then
sudo apt-get update | zenity --progress --text="Updating package lists..." --title="Please wait" --pulsate --auto-close
if [ "${PIPESTATUS[0]}" -ne "0" ]; then
zenity --error --title="Error" --text="Updating package lists has failed."
exit
fi
else exit
In the script it makes a grep call before a zenity call, could the grep cause a fault if there is an error in the grep?
I pulled the code from both the Git and in usr/scripts/lite-software on a current 32 and 64.
I am not sure if that could be the problem but when I removed it the error went away on the 32 bit and 64 bit when another installed language was present. But I am not sure that is the complete issue.
12-05-2014, 08:53 AM
Should i change the default language to Dutch to see if the error pops up? Or do you want to take a look yourself Jerry?
12-05-2014, 09:11 PM
Thought i give it a try. Changed language to Dutch, logged out and back in again and tried to install additional software and got the pop up that i needed to update first. Changed the language back to English and logged out and in again and no pop up when i tried to install additional software.