(Beklager længden - omhandlende Xgl-installation)
Jeg har, som før skrevet, fået installeret Xgl. Jeg fulgte denne fremgang, som jeg fandt på
http://en.opensuse.org/Using_Xgl_on_SUSE_Linux: Using Compiz with the KDE desktop
[edit]
default Packages
First, make sure you are logged into KDE just like normal. Go into "Personal Settings", then "Desktop", then "Taskbar". Make sure "Show windows from all desktops" is checked. (Currently this is required for proper functioning of the taskbar under Compiz.)
Now you need to create two files that will let KDE know that you want another window manager (compiz) instead of the default kwin. Open the kate editor as root: KDE Launch (green SUSE logo), Run Command: kdesu kate (you will be prompted for the root password). Copy and paste the following into a new text document:
/usr/bin/compiz gconf & /usr/bin/gnome-window-decorator &
Save it to /usr/local/bin with the name compiz.sh This file needs to be given execute permissions. That can be done this way: KDE Launch, System, File Manager, File Manager - Super User Mode (you will be promted for the root password). Go to /usr/local/bin, right-click on compiz.sh, choose Properties, Permissions tab, check [x] Is Executable.
One more file is needed: create it following the same procedure as for compiz.sh , but save this one in /opt/kde3/env with the name kdewm.sh and copy and paste this line in it:
export KDEWM=/usr/local/bin/compiz.sh
You also need to make this file executable, in the same way as for compiz.sh. This will instruct KDE to run compiz.sh instead of kwin. Once this is done, log out of KDE and log back in. You should have functioning Xgl on your shiny new K Desktop Environment.
- Nu har jeg bare lidt på fornemmelsen, at der kører to desktop instillinger oveni hinanden... Jeg tror at den først indloader den gamle indstilling fra KDE og derefter den nye til GNOME (Eller hvad nu det nye er...). Hvordan får jeg slettet det "gamle", så det nye kører mere stabilt?