Linux Lite Forums

Full Version: [SOLVED] Error when installing additional software (LL 2.2)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
Interesting so
Code:
sudo apt-get install -f
should have thrown an error if there was a broken language dependency. Do we have any weird output?
(12-04-2014, 02:20 PM)sysdrum link Wrote: [ -> ]Interesting so
Code:
sudo apt-get install -f
should have thrown an error if there was a broken language dependency. Do we have any weird output?

No, gave no errors
what is your time right now here its 16:20

ok!
did not see page 2 when i posted
Hi iwar,

I'm sure Jerry is in New Zealand:
http://www.timeanddate.com/worldclock/ne...d/auckland
(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
Yes TMG1961 but Jerry is not in the same zon
(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

So why is a grep command?
Code:
test_appletrailers1=(`apt-cache policy totem-mozilla | grep "Installed:"`)
Before this command?
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.

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?
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.
Pages: 1 2 3 4