You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Saturday, January 24th 2004, 12:30am

no toolbars, one menu says "no text" (kopete 0.8rc

i did ./configure --with-qt-dir=/usr/lib/qt --prefix=/usr/local ; make; make install non kopete 0.8rc1. there is a file menu > quit, help is normal, and "No Text!" ive tried right clicking the toolbars to try to get some toolbars, but nothing happens. if i do ./configure with no optoins, it wont compile - it tells me its missing some kde thing - sorry, cant remember what. im using slackware 9.1, kopete 0.8rc1, anybody got any idea's? TIA[/img]

2

Sunday, January 25th 2004, 5:35am

Do this in konsole:

which konqueror

Im asuming the output should be /usr/bin/konqueror, thus your prefix should be --prefix=/usr and not --prefix=/usr/local. Usually when you install kopete and the last menu says "No Text!" its because you used the wrong prefix.

3

Sunday, January 25th 2004, 2:02pm

root@frog:~/downloads/network/im/kopete/8/kopete-0.8rc1# which konqueror
/opt/kde/bin/konqueror
root@frog:~/downloads/network/im/kopete/8/kopete-0.8rc1# ./configure --prefix=/opt

it still gives me the no text thing - did i misunderstand what you said?

4

Sunday, January 25th 2004, 10:48pm

Install with the prefix /opt or try /opt/kde3. Try both of those.

5

Sunday, January 25th 2004, 11:15pm

If 'which konqueror' returns /opt/kde/bin/konqueror than your prefix is --prefix=/opt/kde

6

Sunday, January 25th 2004, 11:49pm

Quoted

If 'which konqueror' returns /opt/kde/bin/konqueror than your prefix is --prefix=/opt/kde


^ What he said.

7

Sunday, January 25th 2004, 11:52pm

trying it now

its on make so far, upto the oscar protocol. thanks (especially if it works)