Author Topic: ¿Error? - gapps icons for all (Ubermix 1.081)  (Read 1604 times)

Juan Pucheu

  • Full Member
  • ***
  • Posts: 78
    • View Profile
¿Error? - gapps icons for all (Ubermix 1.081)
« on: May 16, 2013, 04:47:59 AM »
Installed gapps-icons-all from synaptic, but when i click on the icons, chrome opens the default  tab instead of redirecting to the google apps sites.
This is strange, because in my test build the icons behaviour was Ok, and just occurs on some netbooks after deployment.
I'm trying to reproduce the error, but it seems to correct if i reinstall chrome, then gapps icons after a complete desinstallation of the 2 packages.
Thanks
Juan


Juan Pucheu

  • Full Member
  • ***
  • Posts: 78
    • View Profile
Re: ¿Error? - gapps icons for all (Ubermix 1.081)
« Reply #1 on: May 16, 2013, 05:03:13 AM »
The error doesn't happen in the virtual 1.08 ova image


jnetman1

  • Administrator
  • Hero Member
  • *****
  • Posts: 286
    • View Profile
Re: ¿Error? - gapps icons for all (Ubermix 1.081)
« Reply #2 on: June 01, 2013, 12:35:49 AM »
This is an oops caused by the chrome auto-fix I added to prevent the password prompt from appearing. To fix it, do the following:

  • Open a terminal (ctrl-alt-t) and type "sudo gedit /usr/local/bin/browser-fix
  • Locate the line:
    sed -i 's/^exec.*$/exec -a "$0" "$HERE\/chrome"  "--password-store=basic $@"/' /opt/google/chrome/google-chrome
    and change it to
     sed -i 's/^exec.*$/exec -a "$0" "$HERE\/chrome"  "--password-store=basic" "$@"/' /opt/google/chrome/google-chrome
  • Save and close the file
  • In the terminal, type "sudo gedit /opt/google/chrome/google-chrome"
  • Change the last line from
    exec -a "$0" "$HERE/chrome"  "--password-store=basic $@"
    to
    exec -a "$0" "$HERE/chrome"  "--password-store=basic" "$@"
  • Save and exit
If you want this change to stick in the event of a reset, make the change in generic mode (see http://ubermix.org/customization.html for details on generic mode). This will be fixed in 1.082

Juan Pucheu

  • Full Member
  • ***
  • Posts: 78
    • View Profile
Re: ¿Error? - gapps icons for all (Ubermix 1.081)
« Reply #3 on: June 06, 2013, 11:58:53 AM »
problem solved!
Thanks