kde 3

nihil

Golden Member
Feb 13, 2002
1,479
0
0
so...we all know kde 3 was realeased today. knowing that how bout we some users screenshots now.
 

Sunner

Elite Member
Oct 9, 1999
11,641
0
76


<< is it just me or does gnome still look a lot nicer? >>


Maybe this will change your mind

Anyways, Thinman, do you know if KDE's package maintainer has a homepage somewhere?
Was thinking maybe they have a status for the packages, I hate waiting for stuff without knowing whats happening
 

Armitage

Banned
Feb 23, 2001
8,086
0
0


<<

<< Downloading it right now, can't wait to try it with Mandrake 8.2. >>



Don't forget about High Performance Liquid from http://themes.kde.org
>>



I tried liquid a few months ago on KDE 2.2.2 and had alot of stability problems. In particular, the taskbar would tend to crash. Has there been alot of development on it since then?
 

MGMorden

Diamond Member
Jul 4, 2000
3,348
0
76
I'm compiling it (via SSH, I'm at work) right now. I tried the Slackware packages but they didn't work (was complaining about not finding a library when I tried to run it, but it didn't say which one so I couldn't really look into it). I should be up and running with it by the end of the day; screenshots then.
 

jlemieux

Member
Mar 23, 2002
26
0
0
Guys, I hate to bug you with a newbie question but here goes. I have a fresh RH7.2 install on my dell laptop and now I want to install KDE3. I didn't install KDE2x because you are supposed to uninstall it anyway. So here is my question. I have downloaded and burned all the KDE3 rpms to disc and now I want to install it. What is the first thing to do? I tried this last night on a different system and everytime it said that the dependencies were not met. Which package should I start with or is there a way to do all of them at once? TIA.
 

MGMorden

Diamond Member
Jul 4, 2000
3,348
0
76
jlemieux: Here is the order I'm having to go in for source install, so I assume you'll have to do the same for RPM's -

arts
kdelibs
kdebase
kdebindings
<everything else in any order but do kdegraphics before kdeartwork>

It might also complain about other non kde packages too; if it does that just grab them and keep installing until it quits complaining (RPM's dependencies can be really annoying but if you want to use RPM you kinda just have to deal with it).
 

jlemieux

Member
Mar 23, 2002
26
0
0
Ok, just to do this one RPM I have to find and install all these others?
For this one kdeartwork-3.0.0-3.i386.rpm

I am given these as missing dependencies
kwin.so
libcups.so.2
libdcop.so.4
libdecore.so.4
libkdefx.so.4
libkdeui.so.4
libqt-mt.so.3

Where do I find these at? Why do I have to install so many packages? Is there something easier than using the RPMs?
 

marat

Senior member
Aug 2, 2001
207
0
0


<<

<<

<< Downloading it right now, can't wait to try it with Mandrake 8.2. >>



Don't forget about High Performance Liquid from http://themes.kde.org
>>



I tried liquid a few months ago on KDE 2.2.2 and had alot of stability problems. In particular, the taskbar would tend to crash. Has there been alot of development on it since then?
>>



Works great so far. Make sure you have all KDE headers and compile it from source.
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0


<< Ok, just to do this one RPM I have to find and install all these others?
For this one kdeartwork-3.0.0-3.i386.rpm

I am given these as missing dependencies
kwin.so
libcups.so.2
libdcop.so.4
libdecore.so.4
libkdefx.so.4
libkdeui.so.4
libqt-mt.so.3

Where do I find these at? Why do I have to install so many packages? Is there something easier than using the RPMs?
>>



There are easier things than rpms, but RedHat doesnt use them

rpmfind.net should help you out a lot with those. Good luck.
 

jlemieux

Member
Mar 23, 2002
26
0
0
Thanks, let me ask this. What is the best way to go if not redhat? I have used both Suse and Mandrake in the past. Since I am just building this system perhaps I should change course and move away from redhat.
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0


<< Thanks, let me ask this. What is the best way to go if not redhat? >>



Thats a subjective question. So all the answers would be opinions. In my opinion, Debian and Slackware are better solutions. I am not as new though, so setting things up by hand isnt as tough for me.



<< I have used both Suse and Mandrake in the past. >>



All three of these are rpm based. rpms could be much better, but right now they are basic packages. Debian's apt is a much easier solution (great for lazy people like myself). But I learned a lot of my linux stuff on slackware which does not have a good package manager, so I ended up compiling almost everything then. Not the easiest and I ran into a lot of problems.



<< Since I am just building this system perhaps I should change course and move away from redhat. >>



RedHat is not a bad solution, you will just have to learn how to deal with rpms. I never had the patience to deal with it.
 

jlemieux

Member
Mar 23, 2002
26
0
0
Thanks, I think I will just tough it out for now and keep banging at it to get this done. One thing I noticed when looking at that site is that most of the dependencies I am missing are from KDE2 packages. So should I install 2 and then just install 3? I read in the readme that you should remove 2 before doing 3. I am so confused. I really do appreciate all the help you have given me. Thanks.
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0


<< Thanks, I think I will just tough it out for now and keep banging at it to get this done. One thing I noticed when looking at that site is that most of the dependencies I am missing are from KDE2 packages. So should I install 2 and then just install 3? I read in the readme that you should remove 2 before doing 3. I am so confused. I really do appreciate all the help you have given me. Thanks. >>



Dont bother with v2. Read through the readmes and whatnot and see if there are any better instructions.

EDIT: Here are some instructions. Not sure how much they will help.
 

jlemieux

Member
Mar 23, 2002
26
0
0
cd /where/you/downloaded/the/KDE3/RPMS
rpm -e `rpm -qa |egrep ^kde`
rpm -Uvh *rpm


I saw this last night. My problem was this, I did this and got error messages saying that there were dependencies that would be broken. How can I login to the console without using a gui?
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0


<< cd /where/you/downloaded/the/KDE3/RPMS
rpm -e `rpm -qa |egrep ^kde`
rpm -Uvh *rpm


I saw this last night. My problem was this, I did this and got error messages saying that there were dependencies that would be broken. How can I login to the console without using a gui?
>>



Either start up in init level 3, or hit ctrl alt F2
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0


<< Thanks again, I feel like I need to start paying you $75 an hour. >>



Nah, I dont charge that much usually

 

LordJezo

Banned
May 16, 2001
8,140
1
0


<< jlemieux: Here is the order I'm having to go in for source install, so I assume you'll have to do the same for RPM's -

arts
kdelibs
kdebase
kdebindings
<everything else in any order but do kdegraphics before kdeartwork>
>>



What is this kdebindings you speak of.. it this a package name or what because I dont see it listed in the download directory for KDE 3.
 

MGMorden

Diamond Member
Jul 4, 2000
3,348
0
76
I've got kdebindings source (just grabbed it with the rest from the ftp site). It's just for tying in things like Java and stuff. Maybe it was integrated into some other packages for the precompiled stuff, but it's definately there as a source .tar.bz2 file. You probably could get away with not compiling it before the rest, but it just seems more safe to me since it's a library collection and the others are mostly binary apps.

EDIT: And BTW, I'm STILL not done compiling the sources. Man this has been a long frickin day (since 9AM this morning I think I've been in my room at most 2 hours out of nearly 15).
 
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |