Page 1 of 1

(Solved) Chromium fails to launch as guest

Posted: 07 Mar 2013, 19:47
by Sagittarius
I made a frugal install to HD of Porteus XFCE v2.0 32-bit, downloaded chromium-25.0.1323.1-i686-1sl.xzm via the PPM to folder Porteus-XFCE-v2.0/porteus/optional and added extramod cheatcode pointing to that folder. The module loads at bootup and is in the menu but fails to execute. I am not saving changes, apart from that it's a clean install, and I'm running Porteus as guest. FYI the title in menu.lst is:

title Porteus-XFCE-v2.0
kernel (hd0,0)/Porteus-XFCE-v2.0/boot/syslinux/vmlinuz from=/Linux_ISO/Porteus-XFCE-v2.0-i486.iso noswap kmap=es extramod=/mnt/sda1/Porteus-XFCE-v2.0/porteus/optional
initrd=(hd0,0)/Porteus-XFCE-v2.0/boot/syslinux/initrd.xz
boot

Any idea why it fails to launch?

Re: Chromium fails to launch as guest

Posted: 07 Mar 2013, 20:01
by Hamza
That is due to sandbox security that block the launch in case of incorrect permissions assigned to Google Chrome files placed in /opt/google/chrome.

Re: Chromium fails to launch as guest

Posted: 07 Mar 2013, 20:35
by Sagittarius
Hamza wrote:That is due to sandbox security that block the launch in case of incorrect permissions assigned to Google Chrome files placed in /opt/google/chrome.
So, is there an easy fix for this module or do I content myself with Firefox?

Re: Chromium fails to launch as guest

Posted: 09 Mar 2013, 00:43
by brokenman
From root console:

Code: Select all

chmod 4755 /usr/lib/chromium/chromium_sandbox

Re: Chromium fails to launch as guest

Posted: 09 Mar 2013, 20:19
by Sagittarius
brokenman wrote:From root console:

Code: Select all

chmod 4755 /usr/lib/chromium/chromium_sandbox
Thanks for the reply but it didn't launch from the root console either with that command!

Re: Chromium fails to launch as guest

Posted: 09 Mar 2013, 20:57
by brokenman
Thanks for the reply but it didn't launch from the root console either with that command!
Just run the command from a root console, then close the console and try to open chromium via the menu again. Works here. It is a permissions problem as seen when initially trying to launch chromium via console.

Re: Chromium fails to launch as guest

Posted: 10 Mar 2013, 23:34
by Sagittarius
You're right! It works now. Thanks very much Brokenman. :D