File: README

package info (click to toggle)
libxfcegui4 4.6.4-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 4,852 kB
  • ctags: 2,931
  • sloc: ansic: 24,482; sh: 10,260; makefile: 546; xml: 65
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.