KDE4
From Midtiby
[edit] Different tips
[edit] Run another uses apps in your DE
- Allow other to display windows
xhost +local:
- Login as the new user
su - kde-devel
- Set the display
export DISPLAY=:0
- Run your applications
[edit] Okular
How to compile okular.
- Compile qt 4.2
- Compile kdelibs
- Compile okular dependencies
- Poppler
- Compile okular
export PKG_CONFIG_PATH=/home/kde-devel/popplerinstall/lib/pkgconfig:$PKG_CONFIG_PATH cmake -DCMAKE_INSTALL_PREFIX=/home/kde-devel/kde4/ ..