Skip to content

Instantly share code, notes, and snippets.

@z3ntu
Last active June 14, 2024 23:26
Show Gist options
  • Save z3ntu/66eb01704d3d04464da8bc299a83add8 to your computer and use it in GitHub Desktop.
Save z3ntu/66eb01704d3d04464da8bc299a83add8 to your computer and use it in GitHub Desktop.
KDE 1 Arch Linux install guide

KDE 1 on Arch Linux

This is a short guide on how to install KDE 1 on Arch Linux.

Install qt1-git, kde1-kdelibs-git & kde1-kdebase-git from the AUR. Extra applications are avaiable in kde1-kdenetwork-git, kde1-kdetoys-git, kde1-kdegames-git and kde1-kdeutils-git. You also have to have xorg-server & xorg-xinit installed. I have not tested KDE1 with a login manager (like sddm) so I can't help you with that.

Edit ~/.xinitrc and add the following lines

export PATH=/opt/kde1/bin:$PATH
export LD_LIBRARY_PATH=/opt/qt1/lib:/opt/kde1/lib
exec startkde

Now you should be able to start KDE1 with the command startx.

This was tested in a QEMU virtual machine (Video model: Cirrus) and on a machine with Intel graphics.

@mohammed-saleh2007
Copy link

image
not working
this err with qt1-git
tried yay and manually

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment