Bump for Google Chrome fix for #!
Thanks Jobester, I've been trying to figure this out for a while.
Problem: [9885:9899:774290913327:FATAL:/usr/local/google/b/slave/chrome-official-linux/build/src/base/nss_util.cc(84)] Check failed: NSS_VersionCheck("3.12.3"). We depend on NSS >= 3.12.3
Trace/breakpoint trap
Note to my noobie self:
Edit on 3-16-10
Fix:
1. Open up terminal, copy and paste the following script to add repository (from Medibuntu community documentation https://help.ubuntu.com/community/Medibuntu):
sudo wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list && sudo apt-get --quiet update && sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring && sudo apt-get --quiet update2. Make sure all dependencies are installed by running in terminal
sudo apt-get -f install
Type Y when prompted to update.
3. Download Google Chrome into downloads folder. Navigate to /downloads in terminal and type
sudo dpkg -i google-chrome-beta_current_i386.deb4. Type the following in the terminal to update dependency.
sudo apt-get install libnspr4-0d5. Go to Preferences > Openbox Config > Edit Menu.xml and add the following entry under
<menu id="net" label="Internet">:
<item label="Google Chrome">
<action name="Execute">
<execute>
google-chrome
</execute>
</action>
</item>Save the file
6. Go to Preferences > Openbox Config > Restart