Re: [Krename-users] General compile kde question.
Brought to you by:
domseichter,
stonki
From: <dom...@t-...> - 2002-11-30 21:29:54
|
Hi, > when I compile kde apps like kbarcode, krename, k3b ... then > the binarys are copied to "/usr/local/kde/bin/". > The language is english. > > But when using a prebuild rpm the binaries are in "/opt/kde3/bin/". > Why? That's better ;-) The language is also german if a translation exi= sts. > Which variable has to be set to use my default desktop language? > > "/usr/local/kde/bin/" is not a path which is searched for executables. > So I can't start any app there with ALT + F2. > > Do I have to modify the configure file? > > Hope you can help me. > I'm sure ;-) You are using SuSE, right? :-) KDE is by default in /opt/kde3 in SuSE, therefore the rpm's install KDE a= pps=20 also to /opt/kde3. If you want to install apps from source into /opt/kde3= run=20 configure with the --prefix option: =2E/configure --prefix=3D/opt/kde3 Another way is to set $KDEDIR, add to your .bashrc at the beginning the=20 following line: export KDEDIR=3D/opt/kde3 I have no idea, why SuSE does not do this by default, it would make insta= lling=20 KDE apps much easier. I think I'll write them a mail about this. CU Dom --=20 ************************************************************ Dominik Seichter - dom...@we... Krename - http://krename.sf.net KBarcode - http://kbarcode.sf.net ************************************************************ |