You are not logged in.

#1 2008-08-20 10:58:44

hBd
Member
From: Romania - Cluj Napoca
Registered: 2008-06-08
Posts: 241
Website

Amarok

why is that wen i type amarok in terminal -> bash: amarok: command not found
amarok is installed correctly ( pacman -Q | grep amarok
amarok-base 1.4.9.1-2
amarok-engine-xine 1.4.9.1-2 )
and just start from /opt/kde/bin/amarokapp

Offline

#2 2008-08-20 11:14:23

sevenfourk
Member
Registered: 2008-02-21
Posts: 185

Re: Amarok

Check your $PATH variable. If you using bash, add this line to the ~/.bashrc

export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/opt/kde/bin

or globally in /etc/profile

# Set our default path
PATH="/bin:/usr/bin:/sbin:/usr/sbin:/opt/kde/bin"
export PATH

No cause is lost if there is but one fool left to fight for it.

Offline

#3 2008-08-20 13:30:19

hBd
Member
From: Romania - Cluj Napoca
Registered: 2008-06-08
Posts: 241
Website

Re: Amarok

thx now works fine!

Offline

Board footer

Powered by FluxBB