Skip to content

Instantly share code, notes, and snippets.

@z3ntu
Last active April 4, 2024 23:32
Show Gist options
  • Star 17 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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.

@Bro6666
Copy link

Bro6666 commented Sep 26, 2021

Hey! How are you doing? Thanks for this. I was trying it out on VirtualBox and run into a snag. When compiling I get an error as shown in the linked image. Do you think you could advise me on how to sort it out?

Cheers!

@z3ntu
Copy link
Author

z3ntu commented Sep 27, 2021

Disable Werror in the CFLAGS. Also I'm not maintaining the packages anymore, so please ask sandsmark who's maintaining it.

@betapictoris
Copy link

How can I disable Werror?

Sorry, I just started using Arch and the AUR.

@Bro6666
Copy link

Bro6666 commented Oct 8, 2021

Disable Werror in the CFLAGS. Also I'm not maintaining the packages anymore, so please ask sandsmark who's maintaining it.

Okay! Thanks!

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