This forum has been archived. All content is frozen. Please use KDE Discuss instead.
The Discussions and Opinions forum is a place for open discussion regarding everything related to KDE, within the boundaries of KDE Code of Conduct. If you have a question or need a solution for a KDE problem, please post in the apppropriate forum instead.

Hah! Beat that!

Tags: None
(comma "," separated)
User avatar
Alec
Registered Member
Posts
565
Karma
1
OS

Hah! Beat that!

Fri Dec 19, 2008 6:22 pm
Image

Just installed 4.2 Beta 2, and now I have three KDE's installed on one computer at the same time :shade:

Gentoo rocks!


Get problems solved faster - get reply notifications through Jabber!
User avatar
Brandybuck
KDE Developer
Posts
203
Karma
0
OS

RE: Hah! Beat that!

Fri Dec 19, 2008 7:25 pm
But KDE1 and KDE2 on there as well, and I'll REALLY be impressed!


Don't look back! (Or you might see the giants whose shoulders we stand on)
User avatar
Alec
Registered Member
Posts
565
Karma
1
OS

RE: Hah! Beat that!

Fri Dec 19, 2008 9:20 pm
That would actually be pretty cool, but it probably won't compile...

Where can you download KDE sources for versions less than 3.5.8, by the way? They're not on the servers anymore.


Get problems solved faster - get reply notifications through Jabber!
zez
Registered Member
Posts
5
Karma
0

RE: Hah! Beat that!

Fri Dec 19, 2008 9:45 pm
I haven't used Gentoo in a little while, but it installs different versions to /usr/kde/3.5, /usr/kde/4.1, and so on, right?

Actually installing KDE 1 would be a fun bit of nostalgia from back when Mandriva was Mandrake.


Debian Lenny, Core2Duo, GeForce 8400GS
Fedora 10, PowerPC G4, Radeon 9200
Debian Lenny, Celeron M, Intel GMA900
User avatar
ComaWhite
KDE Developer
Posts
100
Karma
0
OS

RE: Hah! Beat that!

Fri Dec 19, 2008 9:48 pm
yeah its /usr/kde/${SLOT}


Image
KDE Version: 4.6 (Beta 2) | Qt Version: 4.7.1
Aki IRC Developer http://www.akiirc.org/
User avatar
Brandybuck
KDE Developer
Posts
203
Karma
0
OS

RE: Hah! Beat that!

Fri Dec 19, 2008 9:50 pm
Alec wrote:Where can you download KDE sources for versions less than 3.5.8, by the way? They're not on the servers anymore.


You can get 2.2.2 in Attic. ftp://ftp.kde.org/pub/kde/Attic/2.2.2/src/ For KDE1, I'm sure you can find it somewhere. Trolltech still has the old Qt versions up on their site as well.


Don't look back! (Or you might see the giants whose shoulders we stand on)
User avatar
Alec
Registered Member
Posts
565
Karma
1
OS

RE: Hah! Beat that!

Sat Dec 20, 2008 12:42 am
Brandybuck wrote:
Alec wrote:Where can you download KDE sources for versions less than 3.5.8, by the way? They're not on the servers anymore.


You can get 2.2.2 in Attic. ftp://ftp.kde.org/pub/kde/Attic/2.2.2/src/ For KDE1, I'm sure you can find it somewhere. Trolltech still has the old Qt versions up on their site as well.


Decided to try it because I was bored today, but I can't get Qt2 to compile, so it does not seem possible not possible. (unless maybe I try gcc 2, but I don't want to)

Code: Select all
g++  -c -I/usr/X11R6/include -I/home/alec/Desktop/qt-2.3.2/include -I/usr/X11R6/include -pipe -O2 -Wall -W -fPIC -DQT_BUILTIN_GIF_READER=0 -DQT_NO_IMAGEIO_MNG -DQT_NO_SM_SUPPORT -DQT_NO_XKB -fno-exceptions   -o xml/qxml.o xml/qxml.cpp
xml/qxml.cpp:1518: warning: unused parameter 'ret'
/home/alec/Desktop/qt-2.3.2/include/qvaluestack.h: In member function 'T QValueStack::pop() [with T = QMap]':
xml/qxml.cpp:513:   instantiated from here
/home/alec/Desktop/qt-2.3.2/include/qvaluestack.h:57: error: cannot convert 'QValueListIterator >' to 'const char*' for argument '1' to 'int remove(const char*)'
/home/alec/Desktop/qt-2.3.2/include/qvaluestack.h: In member function 'T QValueStack::pop() [with T = QString]':
xml/qxml.cpp:2502:   instantiated from here
/home/alec/Desktop/qt-2.3.2/include/qvaluestack.h:57: error: cannot convert 'QValueListIterator' to 'const char*' for argument '1' to 'int remove(const char*)'
make[2]: *** [xml/qxml.o] Error 1
make[2]: Leaving directory `/home/alec/Desktop/qt-2.3.2/src'
make[1]: *** [sub-src] Error 2
make[1]: Leaving directory `/home/alec/Desktop/qt-2.3.2'
make: *** [init] Error 2
[hr]
ComaWhite wrote:yeah its /usr/kde/${SLOT}

Yeah, although if you run KDE4 by itself, you can install it directly into /usr, but it won't play nicely with the other versions.

Last edited by Alec on Sat Dec 20, 2008 12:44 am, edited 1 time in total.


Get problems solved faster - get reply notifications through Jabber!
User avatar
YeahReally
Registered Member
Posts
71
Karma
1
OS

RE: Hah! Beat that!  Topic is solved

Sat Dec 20, 2008 4:21 pm
Compiled Qt2

@Alec: Google is your friend

Designer (I did nothing, it looks like that with KWin effects enabled)
http://imagebin.ca/view/Xgfv2O.html

Right now compiling kdelibs

UPDATE: Beaten :p
Image

UPDATE2: Debian rocks!

Last edited by YeahReally on Sat Dec 20, 2008 7:37 pm, edited 1 time in total.


Debian GNU/Linux Lenny
KDE 4.1.96

How many bugs have you triaged today?
User avatar
Alec
Registered Member
Posts
565
Karma
1
OS

RE: Hah! Beat that!

Mon Dec 22, 2008 2:23 am
YeahReally wrote:UPDATE: Beaten :p
Image

UPDATE2: Debian rocks!


:-O

I admit my defeat.

Last edited by Alec on Mon Dec 22, 2008 2:24 am, edited 1 time in total.


Get problems solved faster - get reply notifications through Jabber!
SteveMcQwark
Registered Member
Posts
51
Karma
0
OS

RE: Hah! Beat that!

Tue Dec 23, 2008 3:14 am
Alec wrote:
YeahReally wrote:UPDATE: Beaten :p
Image

UPDATE2: Debian rocks!


:-O

I admit my defeat.


Meh. No KDE1 lolz

Nice :D Anything you like better about 2 than 3 or 4? Or is 2 just too similar to 3 so that any difference is simply a slight improvement?


SteveMcQwark, proud to be a member of KDE forums since 2008-Nov.
User avatar
YeahReally
Registered Member
Posts
71
Karma
1
OS

RE: Hah! Beat that!

Tue Dec 23, 2008 1:59 pm
SteveMcQwark wrote:Meh. No KDE1 lolz

I was going for it too until I hit some autohell issues that I did not dare to solve.
SteveMcQwark wrote:Nice :D Anything you like better about 2 than 3 or 4? Or is 2 just too similar to 3 so that any difference is simply a slight improvement?

In my opinion, it is the second. I did not notice any important difference in the workflow between 2.2 and 3.5. I used the 3 series for only three months, though.

EDIT: I think it was in KDE2 that folders had «emblems». I liked that. (Or maybe was it KDE1?)

Last edited by YeahReally on Tue Dec 23, 2008 2:01 pm, edited 1 time in total.


Debian GNU/Linux Lenny
KDE 4.1.96

How many bugs have you triaged today?
SteveMcQwark
Registered Member
Posts
51
Karma
0
OS

RE: Hah! Beat that!

Wed Dec 24, 2008 9:19 pm
I don't know about that, but Gnome has emblems (which were killed in the most recent release... they're still there, but many of the actually useful ones are gone) In KDE 4, you can replace an icon with one of several preset icons, which is pretty similar to emblems.


SteveMcQwark, proud to be a member of KDE forums since 2008-Nov.
User avatar
YeahReally
Registered Member
Posts
71
Karma
1
OS

RE: Hah! Beat that!

Wed Dec 24, 2008 9:48 pm
Yes, I know. I have replaced some icons in some folders. And killing the emblems actually encourages me to tweak the default icons with better results :)


Debian GNU/Linux Lenny
KDE 4.1.96

How many bugs have you triaged today?


Bookmarks



Who is online

Registered users: Bing [Bot], Evergrowing, Google [Bot]