You are not logged in.
Pages: 1
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
Check your ~/.bashrc file for strange commands.
Offline
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
-> "pacman -S bash-completion"
Remove that line.
1000
Offline
hey byte and prozacr, thank you so much, that did the trick
Offline
Pages: 1