Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > Your Distro > Slackware Linux Help > KDE3.4 on Slack10

Forgot Password?
 Slackware Linux Help   For help and Discussion about Slackware linux

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 05-22-2005   #1 (permalink)
Linux Newbie
 
Join Date: Jan 2004
Location: UK
Posts: 129
KDE3.4 on Slack10

hello everyone,

after quite a long time of inactivity from the site ... I'm back for help and to help - i was a couple of days ago logging into my msn account through kopete and I discovered that the MSN has made a change in its server - the weird thing is that the fix for that 'bug' (not a real bug tho) is available on latest package of kopete which runs just on KDE3.4 - so I went and looked for that package and guess what? I didn't manage to get it anywhere - DOES ANYONE ALREADY RUN KDE3.4 ON SLACK10? if so ... would you tell me where you got it from? - actually, to say the truth, I found KDE3.4 only for the latest version of slack (current) which I decided not to install cos of the back pain it gave me again in order to make it see and recognize my sound card and other hardware

any ...screaming?
__________________
If you get on the wrong train all the stations you will come to will be the wrong stations.
Zen
operator is offline  


Reply With Quote
Old 05-22-2005   #2 (permalink)
Linux Newbie
 
Join Date: Feb 2005
Posts: 181
go into slackware current and extras and install "slackpkg"
then use this to upgrade your entire computer, or just that lib that you need, easily and without any problems.
good luck
__________________
Registered Linux user #390336
Wesley/g is offline   Reply With Quote
Old 05-22-2005   #3 (permalink)
Just Joined!
 
Join Date: May 2005
Posts: 1
if u have a good internet connection try to use Swaret. it is very handy program searches the web for new versions of packeges, that you have already on ur computer, and upgrade them just in a click!
go to here:
Code:
swaret.sf.net
download and install it. go and edit the /etc/swaret.conf and change this line:
VERSION="10.0"
to
VERSION="current"
now if u run this:
Code:
sudo swaret --update && swaret --upgrade
u will see bunch of new versions of packages ready to get ur permit to be upgraded
good luck!
shazde is offline   Reply With Quote
Old 05-24-2005   #4 (permalink)
Linux Newbie
 
Join Date: Jan 2004
Location: UK
Posts: 129
thanx ALL,

i managed to find a basic KDE3.4 package and I'm sure to have installed it correctly (Konstruct package did it for me in over 6 hours) now when i go to KDE control center it stil says that the version of KDE running on my box is 3.2

to better prove that when I tried to upgrade kopete0.9 to kopete0.10 (to get the MSN fix) I got an error message during compilation saying:

checking for makekdewidgets... not found
configure: error: The important program makekdewidgets was not found!
Please check whether you installed KDE correctly.

So, what do i do to check whether the KDE3.4 is actually running on my PC? - -I must admit though that nothing seems to have changed (windows styles, background, etc...) - even more... I went to the KDE website and couldnt find that makekdewidgets program

any ideas?
__________________
If you get on the wrong train all the stations you will come to will be the wrong stations.
Zen
operator is offline   Reply With Quote
Old 05-24-2005   #5 (permalink)
Linux Guru
 
Flatline's Avatar
 
Join Date: Feb 2005
Posts: 2,204
If I remember correctly, Konstruct creates a separate KDE installation; that way if you're trying out a beta or alpha release you won't bork your current desktop. You're going to have to take a look at the documentation to see how to start your new KDE environment.
__________________
There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence.

- Jeremy S. Anderson
Flatline is offline   Reply With Quote
Old 05-25-2005   #6 (permalink)
Linux Newbie
 
Join Date: Jan 2004
Location: UK
Posts: 129
flatline... you are right!

I just figured that out and infact I'm spending loads time now to work out how to start the new desktop (KDE3.4) - apparently i have to write the file in home folder .xinitrc (or any other file that calls the 'X' interface) - I had a look and no files with that name appear on my home folder, however i found an .xinitrc somewhere else (/etc/X11/xinitrc) and i dont know what exactly refers to the 'X'

I also had a look at the documentation and it says that it works fine too if i write a file called xinitrc and edit with just a line: 'startkde' - I did that and still doesnt work so probably that file .xinitrc (or any other) exist somewhere on my slack10 and I dont know how to write it

if anyone out there knows what i'm talking about ... suggestions are very welcome

thanx
__________________
If you get on the wrong train all the stations you will come to will be the wrong stations.
Zen
operator is offline   Reply With Quote
Old 05-25-2005   #7 (permalink)
Linux Enthusiast
 
Join Date: Mar 2005
Location: Republic of Texas
Posts: 732
When I upgraded to 3.4, the first reboot didn't show anything as well. After a bit of head scratching, I typed:

Code:
updatedb
Everything worked after that.
__________________
Registered Linux user #384279
retired1af is offline   Reply With Quote
Old 05-25-2005   #8 (permalink)
Linux Newbie
 
Join Date: Jan 2004
Location: UK
Posts: 129
Quote:
When I upgraded to 3.4, the first reboot didn't show anything as well. After a bit of head scratching, I typed:

Code:

updatedb

Everything worked after that.
i wish it would have been as easy for me too cos i have been scratching my head now for quite a while - anyway, updatedb was one of the first things that I did still with no much luck

taking a look at the documentation I found that I should have added the binary installation folder to my path and so I 'echo &PATH' to find that out and this is what my path looks like now:

/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/games:/opt/www/htdig/bin:/usr/lib/java/bin:/usr/lib/java/jre/bin:/opt/kde/bin:/usr/lib/qt/bin:/usr/share/texmf/bin:.

the binary file was in fact in /usr/local/kde3.4/bin - so how do i add that to my path?
__________________
If you get on the wrong train all the stations you will come to will be the wrong stations.
Zen
operator is offline   Reply With Quote
Old 05-25-2005   #9 (permalink)
Linux Enthusiast
 
Join Date: Mar 2005
Location: Republic of Texas
Posts: 732
Oh man, I must have been out of it big time yesterday.

NOT updatedb.

Try ldconfig
__________________
Registered Linux user #384279
retired1af is offline   Reply With Quote
Old 05-27-2005   #10 (permalink)
Linux Newbie
 
Join Date: Jan 2004
Location: UK
Posts: 129
Quote:
Oh man, I must have been out of it big time yesterday. Laughing

NOT updatedb.

Try ldconfig
well .... sorry man but out of question,

any other help? pls?

i just reinstalled slack10.1 (current) and launched Konstruct again - apparently the only thing that i have to work out is how to add the binary file of the new KDE3.4 in my path (and I dont know how to do that) and according to the documentation i have to write the 'xinitrc file in the way that anything that calls the Xwindow must be changed into executing 'startkde' (and obviously I have no idea how to do that either, although I opened the .xinitrc file and I really saw nothing that call the Xwindow)

any suggestion ...welcome!
thanx
__________________
If you get on the wrong train all the stations you will come to will be the wrong stations.
Zen
operator is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 05:37 PM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2