Results 1 to 4 of 4

Thread: Google Chrome Displaying Blank Pages

  1. #1
    Join Date
    Feb 2010
    Beans
    2

    Unhappy Google Chrome Displaying Blank Pages

    I have Google Chrome version 4.0.249.43 installed on Ubuntu Karmic. I am able to launch Google Chrome but i am unable to view any web pages. I do not get a "Web Page Cannot be displayed" warning, I simply get a blank page. If I try to look at my history, extensions or previous downloads I also get a blank page. I have tried un-installing and reinstalling. I read how this can sometimes can be caused by a profile corruption in Google chrome followed by directions on how to create a new profile in Windows. Anyone know how to create a new Goggle Chrome profile in Ubuntu? Anyone else experienced this problem?

  2. #2
    Join Date
    Feb 2009
    Beans
    20
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Google Chrome Displaying Blank Pages

    Do not experienced that problem but you can reset your profile deleting .config/google-chrome/ directory.

  3. #3
    Join Date
    Feb 2007
    Beans
    11

    Re: Google Chrome Displaying Blank Pages

    Same problem here.

    I have already deleted the folder and the problem still persists.

  4. #4
    Join Date
    Nov 2009
    Location
    Warsaw, Poland
    Beans
    81
    Distro
    Xubuntu 13.04 Raring Ringtail

    Re: Google Chrome Displaying Blank Pages

    Same here, but, since i changed kernel configuration.
    I can provide configs.

    edit. i made some reserch and found this:
    Code:
    san@eeepc:~$ google-chrome
    [3098:3098:1353126978:ERROR:chrome/app/chrome_dll_main.cc(234)] Gdk: shmget failed: error 38 (Function not implemented)
    tried to serch something like shmget+kernel, and found this:
    http://www.linux.com/learn/docs/man/4075-shmget2

    Code:
    #include <sys/ipc.h>  
     #include <sys/shm.h>


    and from headers tried to find in kernel shm or ipc and found 'IPC V' option - it looks reasonable so i enabled it.
    compiling at the moment but fount this one too [ http://www.linuxforums.org/forum/lin...plemented.html ].
    Last edited by e-San; June 7th, 2010 at 05:18 PM.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •