You are not logged in.

#1 2008-01-22 18:08:50

clansman77
Member
Registered: 2008-01-22
Posts: 7

gnometerminal error message

whenever i start the gnome terminal as normal user i get the following error message

error: you cannot perform this operation unless you are root.
[gijo@archlinux ~]$

after that i can perform normal usage.any ideas what could be the problem here??

Offline

#2 2008-01-22 21:53:20

ProzacR
Member
Registered: 2007-04-29
Posts: 272

Re: gnometerminal error message

Check your ~/.bashrc file for strange commands.

Offline

#3 2008-01-23 01:41:06

clansman77
Member
Registered: 2008-01-22
Posts: 7

Re: gnometerminal error message

this is my ~/.bashrc file

alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '
complete -cf sudo
pacman -S bash-completion
if [ -f /etc/bash_completion ]; then
    . /etc/bash_completion
fi

Offline

#4 2008-01-23 02:09:25

byte
Member
From: Düsseldorf (DE)
Registered: 2006-05-01
Posts: 2,046

Re: gnometerminal error message

-> "pacman -S bash-completion"

lol
Remove that line.


1000

Offline

#5 2008-01-23 05:55:28

clansman77
Member
Registered: 2008-01-22
Posts: 7

Re: gnometerminal error message

hey byte and prozacr, thank you so much, that did the trick
cool

Offline

Board footer

Powered by FluxBB