
KDE3.0 experimental packages for debian
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
KDE3 experimental packages for debian
------------------------------
1) apt-get install libqt3-mt
2) download packages and install them in order as specified in:
http://www.geniussystems.net/KDE3 Experimental/
http://www.unc.edu/~crimsun/kde3-unofficial/ (mirror)
use "dpkg -x " to unpack
3. Create symlink as root
ln -s /usr/local /opt
4. copy/move /kde3 to /opt
(we dont need the doc directory)
5. Create a session profile for your gdm/xdm/kdm etc...
if you're using gdm, under /etc/gdm/Sessions, cut&paste the following lines in a new file "KDE3" (make sure it's chmod to executable)
-----------------
export KDEHOME=$HOME/.kde3
export KDEDIR=/opt/kde3
export PATH=/opt/kde3/bin:$PATH
export PREFERRED=/opt/kde3/bin/startkde
exec startkde
------------------
6. copy/link your .kde dir to .kde3 to keep import your settings
7. copy/link your global icons/color directories:
ln -s /usr/share/icons/ /opt/kde3/share/icons
ln -s /usr/share/apps/ksplash/ /opt/kde3/share/apps/ksplash
or old color schemes
cp /usr/share/apps/kdisplay/color-schemes/QNiX-* /opt/kde3/share/apps/kdisplay/color-schemes/
to remove, just wipe out the /opt/kde3 directory and remove the /etc/gdm/Sessions file.
easy!
CryoGenFX
18 years ago
This is the easy way:
add
deb http://kde.ping.uio.no/i386 ./
to /etc/apt/sources.list run apt-get update as root, and just apt-get install whatever you need :) (notice that these are also experimental debs, but they work fine for me. for other mirrors and readmes, check out irc.debian.org and read the topic on #debian-kde )
Report
bela
18 years ago
Cheers,
Bernd.
Report
EvilNed
18 years ago
Report
metallman
18 years ago
Then put the lines
-------
#!/bin/sh
export KDEHOME=$HOME/.kde3
export KDEDIR=/opt/kde3
export PATH=/opt/kde3/bin:$PATH
export PREFERRED=/opt/kde3/bin/startkde
exec startkde
-------
in a file, name it kde3, chmod +x and place it in /usr/bin.
Report
loply
18 years ago
Which is more than I can say for some unnamed segfault-during-the-install distros :) *cough* gentoo *cough*.
Report
simmons75
18 years ago
Report
tminos
18 years ago
or just do it yourself.
So much for Debian being the most up-to-date and bleeding-edge distro, hrm?
Report