You are not logged in.

#1 2010-02-11 10:05:47

bongo_950
Member
Registered: 2009-04-04
Posts: 5

Can only launch Chromium as root

I'm brand new to Arch and I've been messing around with linux for a couple years. So my issue is that the only way I can get Chromium browser to open is by running the chromium # command as root. As a normal user I run that command and I get the following error:

[:FATAL:chrome/browser/browser_main.cc(375)] Check failed: PathService::Get(chrome::DIR_USER_DATA, &user_data_dir). Must be able to get user data directory!
Trace/breakpoint trap

Current setup Arch64 Fluxbox

Offline

#2 2010-02-11 10:09:54

sHyLoCk
Member
From: /dev/null
Registered: 2009-06-19
Posts: 1,197

Re: Can only launch Chromium as root

Type as normal user and paste the o/p of:

ls -l ~/.config/chromium

~ Regards,
sHy
ArchBang: Yet another Distro for Allan to break.
Blog | GIT | Forum (。◕‿◕。)

Offline

#3 2010-02-11 10:16:57

bongo_950
Member
Registered: 2009-04-04
Posts: 5

Re: Can only launch Chromium as root

ls: cannot access /home/bongo/.config/chromium: Permission denied

Offline

#4 2010-02-11 11:13:02

sHyLoCk
Member
From: /dev/null
Registered: 2009-06-19
Posts: 1,197

Re: Can only launch Chromium as root

bongo_950 wrote:

ls: cannot access /home/bongo/.config/chromium: Permission denied

Read up on chown and chmod, you will need it.;)


~ Regards,
sHy
ArchBang: Yet another Distro for Allan to break.
Blog | GIT | Forum (。◕‿◕。)

Offline

#5 2010-02-11 11:39:06

dcc24
Member
Registered: 2009-10-31
Posts: 732

Re: Can only launch Chromium as root

Basically, the chromium config directory belongs to root, not bongo (see output of "ls -al /home/bongo/.config"). Try executing

sudo chown bongo:bongo ~/.config/chromium -R

It is better to keep your mouth shut and be thought a fool than to open it and remove all doubt. (Mark Twain)

My AUR packages

Offline

Board footer

Powered by FluxBB