File: README

package info (click to toggle)
libxfcegui4 4.4.2-4
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 4,584 kB
  • ctags: 2,851
  • sloc: ansic: 22,438; sh: 9,244; xml: 5,167; makefile: 413
file content (13 lines) | stat: -rw-r--r-- 584 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
NOTES for XFree86 users:
------------------------
If you are running XFree86, it is most likely, that you have only a static
variant of libXinerama installed. That might prevent you from using Xinerama
with XFce4 at all. So, in order to create a shared variant of -lXinerama,
become root and type the following commands:

	cd /usr/X11R6/lib
	ld --whole-archive -share -o libXinerama.so.1 libXinerama.a
	ln -s libXinerama.so.1 libXinerama.so

After that you need to rebuild and reinstall the whole XFce4 desktop.
If you have any problems with the above, please mail to benny@xfce.org.