HP nw8240 ATIX700 - kein KDE

andr.stan

FreeBSD Anfänger
Einen schönen guten Abend zusammen,

Ich habe mich schon vor einiger Zeit in diesem Forum angemeldet, da ich seit ca. 3 Monaten FreeBSD auf meinem Notebook betreibe - oder betreiben will.
Ich bin leider M$ verseuchter User, der ab und zu Linux probiert hat (ab SuSe 8.2).

Leider habe ich ein Problem, bei dem ich wohl schon verrückt werde, da ich mich in den Weiten des xorg.conf wohl verlaufen habe :ugly:
Ich hatte es mal am laufen, aber mit massenweise Fehlern. Leider bekomme ich diesen status nicht mal mehr zusammen...
Wie gesagt, ich denke, ich bin schon betriebsblind geworden und hoffe, es hat wer einen Tipp oder kann mir helfen...
Folgende Vorgehensweise hatte ich bisher und jetzt stehts an:
# Xorg -configure xorg.conf
# cp xorg.conf /etc/X11/xorg.conf

$~ ee .xinitrc
startkde

Probiert habe ich die Driver "ati" und "radeon", da ich einen davon schon laufen hatte, denke ich.

Aber das KDE bleibt mir seitdem verwehrt und ich werd nimmer schlau...

Ich hänge mal etwas zur Info ein:
- xorg.conf
- Xorg.0.log
- dmesg


Ich wäre für Tipps (oder besser eine funktionierende xorg.conf :rolleyes: )sehr dankbar

Schönen Abend
Andreas


Code:
Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	ModulePath   "/usr/X11R6/lib/modules"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
	FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
	FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
	Load  "dbe"
	Load  "dri"
	Load  "extmod"
	Load  "glx"
	Load  "record"
	Load  "xtrap"
	Load  "freetype"
	Load  "type1"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/sysmouse"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"            	# [<bool>]
        #Option     "SWcursor"           	# [<bool>]
        #Option     "Dac6Bit"            	# [<bool>]
        #Option     "Dac8Bit"            	# [<bool>]
        #Option     "BusType"            	# [<str>]
        #Option     "CPPIOMode"          	# [<bool>]
        #Option     "CPusecTimeout"      	# <i>
        #Option     "AGPMode"            	# <i>
        #Option     "AGPFastWrite"       	# [<bool>]
        #Option     "AGPSize"            	# <i>
        #Option     "GARTSize"           	# <i>
        #Option     "RingSize"           	# <i>
        #Option     "BufferSize"         	# <i>
        #Option     "EnableDepthMoves"   	# [<bool>]
        #Option     "EnablePageFlip"     	# [<bool>]
        #Option     "NoBackBuffer"       	# [<bool>]
        #Option     "DMAForXv"           	# [<bool>]
        #Option     "PanelOff"           	# [<bool>]
        #Option     "DDCMode"            	# [<bool>]
        Option     "MonitorLayout"      	"LVDS,Auto"# [<str>]
        #Option     "IgnoreEDID"         	# [<bool>]
        #Option     "UseFBDev"           	# [<bool>]
        #Option     "MergedFB"           	# [<bool>]
        #Option     "CRT2HSync"          	# [<str>]
        #Option     "CRT2VRefresh"       	# [<str>]
        #Option     "CRT2Position"       	# [<str>]
        #Option     "MetaModes"          	# [<str>]
        #Option     "MergedDPI"          	# [<str>]
        #Option     "MergedXinerama"     	# [<bool>]
        #Option     "MergedXineramaCRT2IsScreen0" 	# [<bool>]
        #Option     "MergedNonRectangular" 	# [<bool>]
        #Option     "MergedMouseRestriction" 	# [<bool>]
        #Option     "DisplayPriority"    	# [<str>]
        #Option     "PanelSize"          	# [<str>]
        #Option     "ForceMinDotClock"   	# <freq>
        #Option     "ColorTiling"        	# [<bool>]
        #Option     "VideoKey"           	# <i>
        #Option     "RageTheatreCrystal" 	# <i>
        #Option     "RageTheatreTunerPort" 	# <i>
        #Option     "RageTheatreCompositePort" 	# <i>
        #Option     "RageTheatreSVideoPort" 	# <i>
        #Option     "TunerType"          	# <i>
        #Option     "RageTheatreMicrocPath" 	# <str>
        #Option     "RageTheatreMicrocType" 	# <str>
        #Option     "RenderAccel"        	# [<bool>]
        #Option     "SubPixelOrder"      	# [<str>]
        #Option     "ShowCache"          	# [<bool>]
        #Option     "DynamicClocks"      	# [<bool>]
        #Option     "BIOSHotkeys"        	# [<bool>]
        #Option     "VGAAccess"          	# [<bool>]
        #Option     "ReverseDDC"         	# [<bool>]
        #Option     "LVDSProbePLL"       	# [<bool>]
        #Option     "AccelMethod"        	# <str>
	Identifier  "Card0"
	Driver      "ati"
	VendorName  "ATI Technologies Inc"
	BoardName   "Radeon Mobility X700 (PCIE)"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Code:
This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation CVS repository.
See http://wiki.x.org/wiki/CvsPage for CVS access instructions.

X Window System Version 6.8.99.903 (6.9.0 RC 3)
Release Date: 03 December 2005 + cvs
X Protocol Version 11, Revision 0, Release 6.8.99.903
Build Operating System: FreeBSD 6.1 i386 [ELF] 
Current Operating System: FreeBSD  6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May  7 04:32:43 UTC 2006     root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
Build Date: 16 March 2006
	Before reporting problems, check http://wiki.X.Org
	to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu Oct  5 18:30:06 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(WW) The directory "/usr/X11R6/lib/X11/fonts/CID/" does not exist.
	Entry deleted from font path.
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/TTF/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.2
	X.Org Video Driver: 0.8
	X.Org XInput driver : 0.5
	X.Org Server Extension : 0.2
	X.Org Font Renderer : 0.4
(II) Loader running on freebsd
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
	compiled for 6.8.99.903, module version = 1.0.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 6.8.99.903, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.8
(--) Using syscons driver with X support (version 2.0)
(--) using VT number 9

(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2590 card 103c,0934 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2591 card 0000,0000 rev 03 class 06,04,00 hdr 01
(II) PCI: 00:1c:0: chip 8086,2660 card 0000,0000 rev 03 class 06,04,00 hdr 81
(II) PCI: 00:1c:1: chip 8086,2662 card 0000,0000 rev 03 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,2658 card 103c,0934 rev 03 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,2659 card 103c,0934 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,265a card 103c,0934 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,265c card 103c,0934 rev 03 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev d3 class 06,04,01 hdr 81
(II) PCI: 00:1e:2: chip 8086,266e card 103c,0934 rev 03 class 04,01,00 hdr 00
(II) PCI: 00:1e:3: chip 8086,266d card 103c,0934 rev 03 class 07,03,00 hdr 00
(II) PCI: 00:1f:0: chip 8086,2641 card 103c,0934 rev 03 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,266f card 103c,0934 rev 03 class 01,01,8a hdr 00
(II) PCI: 01:00:0: chip 1002,5653 card 103c,0940 rev 00 class 03,00,00 hdr 00
(II) PCI: 02:04:0: chip 8086,4220 card 103c,12f6 rev 05 class 02,80,00 hdr 00
(II) PCI: 02:06:0: chip 104c,8031 card fffc,ffff rev 00 class 06,07,00 hdr 82
(II) PCI: 02:06:2: chip 104c,8032 card 103c,0934 rev 00 class 0c,00,10 hdr 80
(II) PCI: 02:06:3: chip 104c,8033 card 103c,0934 rev 00 class 01,80,00 hdr 80
(II) PCI: 02:06:4: chip 104c,8034 card 103c,0934 rev 00 class 08,05,00 hdr 80
(II) PCI: 02:06:5: chip 104c,8035 card 103c,0934 rev 00 class 07,80,00 hdr 80
(II) PCI: 10:00:0: chip 14e4,167d card 103c,0940 rev 11 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,32), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 I/O range:
	[0] -1	0	0x00002000 - 0x000020ff (0x100) IX[B]
	[1] -1	0	0x00002400 - 0x000024ff (0x100) IX[B]
	[2] -1	0	0x00002800 - 0x000028ff (0x100) IX[B]
	[3] -1	0	0x00002c00 - 0x00002cff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xc8800000 - 0xc8bfffff (0x400000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xc0000000 - 0xc7ffffff (0x8000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 16: bridge is at (0:28:0), (0,16,16), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 16 non-prefetchable memory range:
	[0] -1	0	0xc8000000 - 0xc83fffff (0x400000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 32: bridge is at (0:28:1), (0,32,32), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,3), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 2 non-prefetchable memory range:
	[0] -1	0	0xc8400000 - 0xc87fffff (0x400000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-CardBus bridge:
(II) Bus 3: bridge is at (2:6:0), (2,3,3), BCTRL: 0x0744 (VGA_EN is cleared)
(--) PCI:*(1:0:0) ATI Technologies Inc Radeon Mobility X700 (PCIE) rev 0, Mem @ 0xc0000000/27, 0xc8800000/16, I/O @ 0x2000/8
(II) Addressable bus resource ranges are
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
	[1] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
	[0] -1	0	0xc8000000 - 0xcfffffff (0x8000000) MX[B]E
	[1] -1	0	0xc8410000 - 0xc841ffff (0x10000) MX[B]E
	[2] -1	0	0xc840f000 - 0xc840ffff (0x1000) MX[B]E
	[3] -1	0	0xc840e000 - 0xc840ffff (0x2000) MX[B]E
	[4] -1	0	0xc840d000 - 0xc840dfff (0x1000) MX[B]E
	[5] -1	0	0xc840c000 - 0xc840ffff (0x4000) MX[B]E
	[6] -1	0	0xc840b000 - 0xc840bfff (0x1000) MX[B]E
	[7] -1	0	0xc840a000 - 0xc840bfff (0x2000) MX[B]E
	[8] -1	0	0xc8408000 - 0xc840ffff (0x8000) MX[B]E
	[9] -1	0	0xc8404000 - 0xc8407fff (0x4000) MX[B]E
	[10] -1	0	0xc8402000 - 0xc8403fff (0x2000) MX[B]E
	[11] -1	0	0xc8400000 - 0xc87fffff (0x400000) MX[B]E
	[12] -1	0	0xc8c02000 - 0xc8c03fff (0x2000) MX[B]E
	[13] -1	0	0xc8c01000 - 0xc8c01fff (0x1000) MX[B]E
	[14] -1	0	0xc8c00000 - 0xc8ffffff (0x400000) MX[B]E
	[15] -1	0	0xc8800000 - 0xc880ffff (0x10000) MX[B](B)
	[16] -1	0	0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
	[17] -1	0	0x00003580 - 0x000035ff (0x80) IX[B]E
	[18] -1	0	0x00003500 - 0x000035ff (0x100) IX[B]E
	[19] -1	0	0x00003400 - 0x000034ff (0x100) IX[B]E
	[20] -1	0	0x00003200 - 0x000032ff (0x100) IX[B]E
	[21] -1	0	0x00003100 - 0x000031ff (0x100) IX[B]E
	[22] -1	0	0x00003040 - 0x0000307f (0x40) IX[B]E
	[23] -1	0	0x00003020 - 0x0000303f (0x20) IX[B]E
	[24] -1	0	0x00003000 - 0x000030ff (0x100) IX[B]E
	[25] -1	0	0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) PCI Memory resource overlap reduced 0xc8000000 from 0xcfffffff to 0xc83fffff
(II) PCI Memory resource overlap reduced 0xc840e000 from 0xc840ffff to 0xc840efff
(II) PCI Memory resource overlap reduced 0xc840c000 from 0xc840ffff to 0xc840cfff
(II) PCI Memory resource overlap reduced 0xc840a000 from 0xc840bfff to 0xc840afff
(II) PCI Memory resource overlap reduced 0xc8408000 from 0xc840ffff to 0xc8409fff
(II) PCI Memory resource overlap reduced 0xc8400000 from 0xc87fffff to 0xc8401fff
(II) PCI I/O resource overlap reduced 0x00003500 from 0x000035ff to 0x0000357f
(II) PCI Memory resource overlap reduced 0xc8c00000 from 0xc8ffffff to 0xc8c00fff
(II) PCI I/O resource overlap reduced 0x00003000 from 0x000030ff to 0x0000301f
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xc8000000 - 0xc83fffff (0x400000) MX[B]E
	[1] -1	0	0xc8410000 - 0xc841ffff (0x10000) MX[B]E
	[2] -1	0	0xc840f000 - 0xc840ffff (0x1000) MX[B]E
	[3] -1	0	0xc840e000 - 0xc840efff (0x1000) MX[B]E
	[4] -1	0	0xc840d000 - 0xc840dfff (0x1000) MX[B]E
	[5] -1	0	0xc840c000 - 0xc840cfff (0x1000) MX[B]E
	[6] -1	0	0xc840b000 - 0xc840bfff (0x1000) MX[B]E
	[7] -1	0	0xc840a000 - 0xc840afff (0x1000) MX[B]E
	[8] -1	0	0xc8408000 - 0xc8409fff (0x2000) MX[B]E
	[9] -1	0	0xc8404000 - 0xc8407fff (0x4000) MX[B]E
	[10] -1	0	0xc8402000 - 0xc8403fff (0x2000) MX[B]E
	[11] -1	0	0xc8400000 - 0xc8401fff (0x2000) MX[B]E
	[12] -1	0	0xc8c02000 - 0xc8c03fff (0x2000) MX[B]E
	[13] -1	0	0xc8c01000 - 0xc8c01fff (0x1000) MX[B]E
	[14] -1	0	0xc8c00000 - 0xc8c00fff (0x1000) MX[B]E
	[15] -1	0	0xc8800000 - 0xc880ffff (0x10000) MX[B](B)
	[16] -1	0	0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
	[17] -1	0	0x00003580 - 0x000035ff (0x80) IX[B]E
	[18] -1	0	0x00003500 - 0x0000357f (0x80) IX[B]E
	[19] -1	0	0x00003400 - 0x000034ff (0x100) IX[B]E
	[20] -1	0	0x00003200 - 0x000032ff (0x100) IX[B]E
	[21] -1	0	0x00003100 - 0x000031ff (0x100) IX[B]E
	[22] -1	0	0x00003040 - 0x0000307f (0x40) IX[B]E
	[23] -1	0	0x00003020 - 0x0000303f (0x20) IX[B]E
	[24] -1	0	0x00003000 - 0x0000301f (0x20) IX[B]E
	[25] -1	0	0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0xc8000000 - 0xc83fffff (0x400000) MX[B]E
	[6] -1	0	0xc8410000 - 0xc841ffff (0x10000) MX[B]E
	[7] -1	0	0xc840f000 - 0xc840ffff (0x1000) MX[B]E
	[8] -1	0	0xc840e000 - 0xc840efff (0x1000) MX[B]E
	[9] -1	0	0xc840d000 - 0xc840dfff (0x1000) MX[B]E
	[10] -1	0	0xc840c000 - 0xc840cfff (0x1000) MX[B]E
	[11] -1	0	0xc840b000 - 0xc840bfff (0x1000) MX[B]E
	[12] -1	0	0xc840a000 - 0xc840afff (0x1000) MX[B]E
	[13] -1	0	0xc8408000 - 0xc8409fff (0x2000) MX[B]E
	[14] -1	0	0xc8404000 - 0xc8407fff (0x4000) MX[B]E
	[15] -1	0	0xc8402000 - 0xc8403fff (0x2000) MX[B]E
	[16] -1	0	0xc8400000 - 0xc8401fff (0x2000) MX[B]E
	[17] -1	0	0xc8c02000 - 0xc8c03fff (0x2000) MX[B]E
	[18] -1	0	0xc8c01000 - 0xc8c01fff (0x1000) MX[B]E
	[19] -1	0	0xc8c00000 - 0xc8c00fff (0x1000) MX[B]E
	[20] -1	0	0xc8800000 - 0xc880ffff (0x10000) MX[B](B)
	[21] -1	0	0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
	[22] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[23] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[24] -1	0	0x00003580 - 0x000035ff (0x80) IX[B]E
	[25] -1	0	0x00003500 - 0x0000357f (0x80) IX[B]E
	[26] -1	0	0x00003400 - 0x000034ff (0x100) IX[B]E
	[27] -1	0	0x00003200 - 0x000032ff (0x100) IX[B]E
	[28] -1	0	0x00003100 - 0x000031ff (0x100) IX[B]E
	[29] -1	0	0x00003040 - 0x0000307f (0x40) IX[B]E
	[30] -1	0	0x00003020 - 0x0000303f (0x20) IX[B]E
	[31] -1	0	0x00003000 - 0x0000301f (0x20) IX[B]E
	[32] -1	0	0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 6.8.99.903, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 6.8.99.903, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/freebsd/libdrm.so
(II) Module drm: vendor="X.Org Foundation"
	compiled for 6.8.99.903, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 6.8.99.903, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 6.8.99.903, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
	compiled for 6.8.99.903, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 6.8.99.903, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "xtrap"
(II) Loading /usr/X11R6/lib/modules/extensions/libxtrap.so
(II) Module xtrap: vendor="X.Org Foundation"
	compiled for 6.8.99.903, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DEC-XTRAP
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 6.8.99.903, module version = 2.1.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
	compiled for 6.8.99.903, module version = 1.0.2
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "ati"
(II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.so
(II) Module ati: vendor="X.Org Foundation"
	compiled for 6.8.99.903, module version = 6.5.7
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 6.8.99.903, module version = 1.0.2
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.5
(II) LoadModule: "kbd"
(II) Loading /usr/X11R6/lib/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 6.8.99.903, module version = 1.0.1
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.5
(II) ATI: ATI driver (version 6.5.7) for chipsets: ati, ativga
(II) R128: Driver for ATI Rage 128 chipsets:
	ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3 LF (AGP),
	ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128 Mobility M4 ML (AGP),
	ATI Rage 128 Pro GL PA (PCI/AGP), ATI Rage 128 Pro GL PB (PCI/AGP),
	ATI Rage 128 Pro GL PC (PCI/AGP), ATI Rage 128 Pro GL PD (PCI),
	ATI Rage 128 Pro GL PE (PCI/AGP), ATI Rage 128 Pro GL PF (AGP),
	ATI Rage 128 Pro VR PG (PCI/AGP), ATI Rage 128 Pro VR PH (PCI/AGP),
	ATI Rage 128 Pro VR PI (PCI/AGP), ATI Rage 128 Pro VR PJ (PCI/AGP),
	ATI Rage 128 Pro VR PK (PCI/AGP), ATI Rage 128 Pro VR PL (PCI/AGP),
	ATI Rage 128 Pro VR PM (PCI/AGP), ATI Rage 128 Pro VR PN (PCI/AGP),
	ATI Rage 128 Pro VR PO (PCI/AGP), ATI Rage 128 Pro VR PP (PCI),
	ATI Rage 128 Pro VR PQ (PCI/AGP), ATI Rage 128 Pro VR PR (PCI),
	ATI Rage 128 Pro VR PS (PCI/AGP), ATI Rage 128 Pro VR PT (PCI/AGP),
	ATI Rage 128 Pro VR PU (PCI/AGP), ATI Rage 128 Pro VR PV (PCI/AGP),
	ATI Rage 128 Pro VR PW (PCI/AGP), ATI Rage 128 Pro VR PX (PCI/AGP),
	ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP),
	ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI),
	ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (PCI/AGP),
	ATI Rage 128 4X SF (PCI/AGP), ATI Rage 128 4X SG (PCI/AGP),
	ATI Rage 128 4X SH (PCI/AGP), ATI Rage 128 4X SK (PCI/AGP),
	ATI Rage 128 4X SL (PCI/AGP), ATI Rage 128 4X SM (AGP),
	ATI Rage 128 4X SN (PCI/AGP), ATI Rage 128 Pro ULTRA TF (AGP),
	ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP),
	ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro ULTRA TT (AGP?),
	ATI Rage 128 Pro ULTRA TU (AGP?)
(II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
	ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
	ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI),
	ATI ES1000 515E (PCI), ATI ES1000 5969 (PCI),
	ATI Radeon Mobility M7 LW (AGP),
	ATI Mobility FireGL 7800 M7 LX (AGP),
	ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
	ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP320M (U1) 4336,
	ATI Radeon IGP330/340/350 (A4) 4137,
	ATI Radeon IGP330M/340M/350M (U2) 4337,
	ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon Mobility 7000 IGP 4437,
	ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
	ATI Radeon 9100 QM (AGP), ATI Radeon 8500 AIW BB (AGP),
	ATI Radeon 8500 AIW BC (AGP), ATI Radeon 7500 QW (AGP/PCI),
	ATI Radeon 7500 QX (AGP/PCI), ATI Radeon 9000/PRO If (AGP/PCI),
	ATI Radeon 9000 Ig (AGP/PCI), ATI FireGL Mobility 9000 (M9) Ld (AGP),
	ATI Radeon Mobility 9000 (M9) Lf (AGP),
	ATI Radeon Mobility 9000 (M9) Lg (AGP),
	ATI Radeon 9100 IGP (A5) 5834,
	ATI Radeon Mobility 9100 IGP (U3) 5835, ATI Radeon 9100 PRO IGP 7834,
	ATI Radeon Mobility 9200 IGP 7835, ATI Radeon 9200PRO 5960 (AGP),
	ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
	ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
	ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
	ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Radeon 9500 AD (AGP),
	ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
	ATI FireGL Z1 AG (AGP), ATI Radeon 9700 Pro ND (AGP),
	ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9700 NF (AGP),
	ATI FireGL X1 NG (AGP), ATI Radeon 9600 AP (AGP),
	ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
	ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP),
	ATI FireGL RV360 AV (AGP),
	ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
	ATI Radeon Mobility 9600 (M10) NQ (AGP),
	ATI Radeon Mobility 9600 (M11) NR (AGP),
	ATI Radeon Mobility 9600 (M10) NS (AGP),
	ATI FireGL Mobility T2 (M10) NT (AGP),
	ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon 9650,
	ATI Radeon 9800SE AH (AGP), ATI Radeon 9800 AI (AGP),
	ATI Radeon 9800 AJ (AGP), ATI FireGL X2 AK (AGP),
	ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
	ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
	ATI Radeon X600 (RV380) 3E50 (PCIE),
	ATI FireGL V3200 (RV380) 3E54 (PCIE),
	ATI Radeon Mobility X600 (M24) 3150 (PCIE),
	ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X300 (RV370) 5B60 (PCIE),
	ATI Radeon X600 (RV370) 5B62 (PCIE),
	ATI FireGL V3100 (RV370) 5B64 (PCIE),
	ATI FireGL D1100 (RV370) 5B65 (PCIE),
	ATI Radeon Mobility M300 (M22) 5460 (PCIE),
	ATI FireGL M22 GL 5464 (PCIE), ATI Radeon XPRESS 200 5A41 (PCIE),
	ATI Radeon XPRESS 200M 5A42 (PCIE),
	ATI Radeon XPRESS 200 5A61 (PCIE),
	ATI Radeon XPRESS 200M 5A62 (PCIE),
	ATI Radeon XPRESS 200 5954 (PCIE),
	ATI Radeon XPRESS 200M 5955 (PCIE),
	ATI Radeon XPRESS 200 5974 (PCIE),
	ATI Radeon XPRESS 200M 5975 (PCIE), ATI FireGL V5000 (RV410) (PCIE),
	ATI Mobility FireGL V5000 (M26) (PCIE),
	ATI Mobility FireGL V5000 (M26) (PCIE),
	ATI Mobility Radeon X700 (M26) (PCIE),
	ATI Mobility Radeon X700 (M26) (PCIE),
	ATI Radeon X700 PRO (RV410) (PCIE),
	ATI Radeon X700 XT (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
	ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE),
	ATI Radeon X800 (R420) JH (AGP), ATI Radeon X800PRO (R420) JI (AGP),
	ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
	ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
	ATI Radeon Mobility 9800 (M18) JN (AGP),
	ATI Radeon X800XT (R420) JP (AGP), ATI Radeon X800 SE (R420) (AGP),
	ATI Radeon X800 (R423) UH (PCIE),
	ATI Radeon X800PRO (R423) UI (PCIE),
	ATI Radeon X800LE (R423) UJ (PCIE),
	ATI Radeon X800SE (R423) UK (PCIE),
	ATI FireGL V7200 (R423) UQ (PCIE), ATI FireGL V5100 (R423) UR (PCIE),
	ATI FireGL V7100 (R423) UT (PCIE),
	ATI Radeon X800XT (R423) 5D57 (PCIE), ATI FireGL V7100 (R423) (PCIE),
	ATI Mobility FireGL V5100 (M28) (PCIE),
	ATI Mobility Radeon X800 (M28) (PCIE),
	ATI Mobility Radeon X800 XT (M28) (PCIE),
	ATI Radeon X800 (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
	ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 XTP (R430) (PCIE),
	ATI Radeon X850 5D4C (PCIE), ATI Radeon FireGL (R480) GL 5D50 (PCIE),
	ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
	ATI Radeon X850 XT (R480) (PCIE),
	ATI Radeon X850 XT PE (R480) (PCIE),
	ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
	ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP)
(II) Primary Device is: PCI 01:00:0
(II) ATI:  Candidate "Device" section "Card0".
(II) ATI:  Unshared 8514/A not probed.
(II) ATI:  Unshared Mach64 at PIO base 0x02EC not probed.
(II) ATI:  Unshared Mach64 at PIO base 0x01CC not probed.
(II) ATI:  Unshared Mach64 at PIO base 0x01C8 not probed.
(--) Chipset ATI Mobility Radeon X700 (M26) (PCIE) found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0xc8000000 - 0xc83fffff (0x400000) MX[B]E
	[6] -1	0	0xc8410000 - 0xc841ffff (0x10000) MX[B]E
	[7] -1	0	0xc840f000 - 0xc840ffff (0x1000) MX[B]E
	[8] -1	0	0xc840e000 - 0xc840efff (0x1000) MX[B]E
	[9] -1	0	0xc840d000 - 0xc840dfff (0x1000) MX[B]E
	[10] -1	0	0xc840c000 - 0xc840cfff (0x1000) MX[B]E
	[11] -1	0	0xc840b000 - 0xc840bfff (0x1000) MX[B]E
	[12] -1	0	0xc840a000 - 0xc840afff (0x1000) MX[B]E
	[13] -1	0	0xc8408000 - 0xc8409fff (0x2000) MX[B]E
	[14] -1	0	0xc8404000 - 0xc8407fff (0x4000) MX[B]E
	[15] -1	0	0xc8402000 - 0xc8403fff (0x2000) MX[B]E
	[16] -1	0	0xc8400000 - 0xc8401fff (0x2000) MX[B]E
	[17] -1	0	0xc8c02000 - 0xc8c03fff (0x2000) MX[B]E
	[18] -1	0	0xc8c01000 - 0xc8c01fff (0x1000) MX[B]E
	[19] -1	0	0xc8c00000 - 0xc8c00fff (0x1000) MX[B]E
	[20] -1	0	0xc8800000 - 0xc880ffff (0x10000) MX[B](B)
	[21] -1	0	0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
	[22] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[23] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[24] -1	0	0x00003580 - 0x000035ff (0x80) IX[B]E
	[25] -1	0	0x00003500 - 0x0000357f (0x80) IX[B]E
	[26] -1	0	0x00003400 - 0x000034ff (0x100) IX[B]E
	[27] -1	0	0x00003200 - 0x000032ff (0x100) IX[B]E
	[28] -1	0	0x00003100 - 0x000031ff (0x100) IX[B]E
	[29] -1	0	0x00003040 - 0x0000307f (0x40) IX[B]E
	[30] -1	0	0x00003020 - 0x0000303f (0x20) IX[B]E
	[31] -1	0	0x00003000 - 0x0000301f (0x20) IX[B]E
	[32] -1	0	0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) Loading sub module "radeon"
(II) LoadModule: "radeon"
(II) Loading /usr/X11R6/lib/modules/drivers/radeon_drv.so
(II) Module radeon: vendor="X.Org Foundation"
	compiled for 6.8.99.903, module version = 4.0.2
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 0.8
(II) resource ranges after probing:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0xc8000000 - 0xc83fffff (0x400000) MX[B]E
	[6] -1	0	0xc8410000 - 0xc841ffff (0x10000) MX[B]E
	[7] -1	0	0xc840f000 - 0xc840ffff (0x1000) MX[B]E
	[8] -1	0	0xc840e000 - 0xc840efff (0x1000) MX[B]E
	[9] -1	0	0xc840d000 - 0xc840dfff (0x1000) MX[B]E
	[10] -1	0	0xc840c000 - 0xc840cfff (0x1000) MX[B]E
	[11] -1	0	0xc840b000 - 0xc840bfff (0x1000) MX[B]E
	[12] -1	0	0xc840a000 - 0xc840afff (0x1000) MX[B]E
	[13] -1	0	0xc8408000 - 0xc8409fff (0x2000) MX[B]E
	[14] -1	0	0xc8404000 - 0xc8407fff (0x4000) MX[B]E
	[15] -1	0	0xc8402000 - 0xc8403fff (0x2000) MX[B]E
	[16] -1	0	0xc8400000 - 0xc8401fff (0x2000) MX[B]E
	[17] -1	0	0xc8c02000 - 0xc8c03fff (0x2000) MX[B]E
	[18] -1	0	0xc8c01000 - 0xc8c01fff (0x1000) MX[B]E
	[19] -1	0	0xc8c00000 - 0xc8c00fff (0x1000) MX[B]E
	[20] -1	0	0xc8800000 - 0xc880ffff (0x10000) MX[B](B)
	[21] -1	0	0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
	[22] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[23] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[24] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[25] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[26] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[27] -1	0	0x00003580 - 0x000035ff (0x80) IX[B]E
	[28] -1	0	0x00003500 - 0x0000357f (0x80) IX[B]E
	[29] -1	0	0x00003400 - 0x000034ff (0x100) IX[B]E
	[30] -1	0	0x00003200 - 0x000032ff (0x100) IX[B]E
	[31] -1	0	0x00003100 - 0x000031ff (0x100) IX[B]E
	[32] -1	0	0x00003040 - 0x0000307f (0x40) IX[B]E
	[33] -1	0	0x00003020 - 0x0000303f (0x20) IX[B]E
	[34] -1	0	0x00003000 - 0x0000301f (0x20) IX[B]E
	[35] -1	0	0x00002000 - 0x000020ff (0x100) IX[B](B)
	[36] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[37] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) RADEON(0): MMIO registers at 0xc8800000
(==) RADEON(0): Write-combining range (0xc8800000,0x80000) was already clear
(II) RADEON(0): PCI bus 1 card 0 func 0
(==) RADEON(0): Depth 16, (==) framebuffer bpp 16
(II) RADEON(0): Pixel depth = 16 bits stored in 2 bytes (16 bpp pixmaps)
(==) RADEON(0): Default visual is TrueColor
(**) RADEON(0): Option "MonitorLayout" "LVDS,Auto"
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
	compiled for 6.8.99.903, module version = 0.1.0
	ABI class: X.Org Video Driver, version 0.8
(II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(==) RADEON(0): RGB weight 565
(II) RADEON(0): Using 6 bits per RGB (8 bit DAC)
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
	compiled for 6.8.99.903, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.8
(II) RADEON(0): initializing int10
(==) RADEON(0): Write-combining range (0xa0000,0x20000) was already clear
(==) RADEON(0): Write-combining range (0xc0000,0x40000) was already clear
(II) RADEON(0): Primary V_BIOS segment is: 0xc000
(==) RADEON(0): Write-combining range (0x0,0x1000) was already clear
(--) RADEON(0): Chipset: "ATI Mobility Radeon X700 (M26) (PCIE)" (ChipID = 0x5653)
(--) RADEON(0): Linear framebuffer at 0xc0000000
(--) RADEON(0): VideoRAM: 131072 kByte (128 bit DDR SDRAM)
(II) RADEON(0): PCIE card detected
(II) RADEON(0): Color tiling disabled
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
	compiled for 6.8.99.903, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.8
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.so
(II) Module i2c: vendor="X.Org Foundation"
	compiled for 6.8.99.903, module version = 1.2.0
	ABI class: X.Org Video Driver, version 0.8
(II) RADEON(0): I2C bus "DDC" initialized.
(II) RADEON(0): ATOM BIOS detected
(II) RADEON(0): Port0: DDCType-1, DACType-0, TMDSType--1, ConnectorType-1
(II) RADEON(0): Port1: DDCType-1, DACType--1, TMDSType--1, ConnectorType-7
(WW) RADEON(0): Invalid Monitor type specified for 2nd port 
(**) RADEON(0): MonitorLayout Option: 
	Monitor1--Type LVDS, Monitor2--Type Auto

(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): DDC Type: 1, Detected Type: 2
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): DDC Type: 1, Detected Type: 2
(II) RADEON(0): EDID data from the display on port 1 ----------------------
(II) RADEON(0): Manufacturer: SEC  Model: 4246  Serial#: 0
(II) RADEON(0): Year: 2005  Week: 0
(II) RADEON(0): EDID Version: 1.3
(II) RADEON(0): Digital Display Input
(II) RADEON(0): Max H-Image Size [cm]: horiz.: 33  vert.: 21
(II) RADEON(0): Gamma: 2.20
(II) RADEON(0): No DPMS capabilities specified; RGB/Color Display
(II) RADEON(0): First detailed timing is preferred mode
(II) RADEON(0): redX: 0.580 redY: 0.340   greenX: 0.310 greenY: 0.550
(II) RADEON(0): blueX: 0.155 blueY: 0.155   whiteX: 0.313 whiteY: 0.329
(II) RADEON(0): Manufacturer's mask: 0
(II) RADEON(0): Supported additional Video Mode:
(II) RADEON(0): clock: 161.6 MHz   Image Size:  331 x 207 mm
(II) RADEON(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2208 h_border: 0
(II) RADEON(0): v_active: 1200  v_sync: 1202  v_sync_end 1208 v_blanking: 1220 v_border: 0
(II) RADEON(0):  SAMSUNG
(II) RADEON(0):  LTN154U1-L02
(II) RADEON(0): EDID data from the display on port 2-----------------------
(II) RADEON(0): Manufacturer: SEC  Model: 4246  Serial#: 0
(II) RADEON(0): Year: 2005  Week: 0
(II) RADEON(0): EDID Version: 1.3
(II) RADEON(0): Digital Display Input
(II) RADEON(0): Max H-Image Size [cm]: horiz.: 33  vert.: 21
(II) RADEON(0): Gamma: 2.20
(II) RADEON(0): No DPMS capabilities specified; RGB/Color Display
(II) RADEON(0): First detailed timing is preferred mode
(II) RADEON(0): redX: 0.580 redY: 0.340   greenX: 0.310 greenY: 0.550
(II) RADEON(0): blueX: 0.155 blueY: 0.155   whiteX: 0.313 whiteY: 0.329
(II) RADEON(0): Manufacturer's mask: 0
(II) RADEON(0): Supported additional Video Mode:
(II) RADEON(0): clock: 161.6 MHz   Image Size:  331 x 207 mm
(II) RADEON(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2208 h_border: 0
(II) RADEON(0): v_active: 1200  v_sync: 1202  v_sync_end 1208 v_blanking: 1220 v_border: 0
(II) RADEON(0):  SAMSUNG
(II) RADEON(0):  LTN154U1-L02
(II) RADEON(0): 
(II) RADEON(0): Primary:
 Monitor   -- LVDS
 Connector -- VGA
 DAC Type  -- Primary
 TMDS Type -- NONE
 DDC Type  -- MONID
(II) RADEON(0): Secondary:
 Monitor   -- LVDS
 Connector -- LVDS
 DAC Type  -- Unknown
 TMDS Type -- NONE
 DDC Type  -- MONID
(II) RADEON(0): ref_freq: 2700, min_pll: 20000, max_pll: 50000, xclk: 40000, sclk: 358.000000, mclk: 330.000000
(II) RADEON(0): PLL parameters: rf=2700 rd=14 min=20000 max=50000; xclk=40000
(==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
(II) RADEON(0): Validating modes on Primary head ---------
(WW) RADEON(0): LVDS Info:
XRes: 1920, YRes: 1200, DotClock: 161630
HBlank: 288, HOverPlus: 48, HSyncWidth: 32
VBlank: 20, VOverPlus: 2, VSyncWidth: 6
(II) RADEON(0): Valid Mode from Detailed timing table: 1920x1200
(II) RADEON(0): Total of 1 mode(s) found.
(II) RADEON(0): Total number of valid DDC mode(s) found: 1
(II) RADEON(0): No valid mode specified, force to native mode
(II) RADEON(0): Total number of valid FP mode(s) found: 1
(II) RADEON(0): Validating CRTC2 modes for MergedFB ------------ 
(II) RADEON(0): Valid Mode from Detailed timing table: 1920x1200
(II) RADEON(0): Total of 1 mode(s) found.
(II) RADEON(0): Total number of valid DDC mode(s) found: 1
(II) RADEON(0): CRT2 Monitor: Using default hsync value of 73.20 kHz
(II) RADEON(0): CRT2 Monitor: Using default vrefresh value of 60.00 Hz
(II) RADEON(0): Clock range:  20.00 to 500.00 MHz
(II) RADEON(0): Not using default mode "640x350" (hsync out of range)
(II) RADEON(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "640x400" (hsync out of range)
(II) RADEON(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "720x400" (hsync out of range)
(II) RADEON(0): Not using default mode "360x200" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "640x480" (hsync out of range)
(II) RADEON(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "640x480" (hsync out of range)
(II) RADEON(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "640x480" (hsync out of range)
(II) RADEON(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "640x480" (hsync out of range)
(II) RADEON(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "800x600" (hsync out of range)
(II) RADEON(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "800x600" (hsync out of range)
(II) RADEON(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "800x600" (hsync out of range)
(II) RADEON(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "800x600" (hsync out of range)
(II) RADEON(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "800x600" (hsync out of range)
(II) RADEON(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1024x768" (hsync out of range)
(II) RADEON(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1024x768" (hsync out of range)
(II) RADEON(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1024x768" (hsync out of range)
(II) RADEON(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1024x768" (hsync out of range)
(II) RADEON(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1152x864" (hsync out of range)
(II) RADEON(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1280x960" (hsync out of range)
(II) RADEON(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1280x960" (hsync out of range)
(II) RADEON(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1280x1024" (hsync out of range)
(II) RADEON(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1280x1024" (hsync out of range)
(II) RADEON(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1280x1024" (hsync out of range)
(II) RADEON(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1600x1200" (hsync out of range)
(II) RADEON(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1600x1200" (hsync out of range)
(II) RADEON(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1600x1200" (hsync out of range)
(II) RADEON(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1600x1200" (hsync out of range)
(II) RADEON(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1600x1200" (hsync out of range)
(II) RADEON(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1792x1344" (hsync out of range)
(II) RADEON(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1792x1344" (hsync out of range)
(II) RADEON(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1856x1392" (hsync out of range)
(II) RADEON(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1856x1392" (hsync out of range)
(II) RADEON(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1920x1440" (hsync out of range)
(II) RADEON(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1920x1440" (hsync out of range)
(II) RADEON(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "832x624" (hsync out of range)
(II) RADEON(0): Not using default mode "416x312" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1152x768" (hsync out of range)
(II) RADEON(0): Not using default mode "576x384" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1400x1050" (hsync out of range)
(II) RADEON(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1400x1050" (hsync out of range)
(II) RADEON(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1600x1024" (hsync out of range)
(II) RADEON(0): Not using default mode "800x512" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1920x1440" (hsync out of range)
(II) RADEON(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "2048x1536" (hsync out of range)
(II) RADEON(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "2048x1536" (hsync out of range)
(II) RADEON(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "2048x1536" (hsync out of range)
(II) RADEON(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(WW) RADEON(0): Mode pool is empty
(EE) RADEON(0): No valid mode found for this DFP/LCD
(EE) RADEON(0): No valid mode found for CRTC2, disabling MergedFB
(II) RADEON(0): Total of 0 CRTC2 modes found for MergedFB------------ 
(--) RADEON(0): Virtual size is 1920x1200 (pitch 1920)
(**) RADEON(0): *Mode "1920x1200": 161.6 MHz (scaled from 0.0 MHz), 73.2 kHz, 60.0 Hz
(II) RADEON(0): Modeline "1920x1200"  161.63  1920 1968 2000 2208  1200 1202 1208 1220
(**) RADEON(0):  Default mode "640x350": 161.6 MHz (scaled from 0.0 MHz), 73.2 kHz, 60.0 Hz
(II) RADEON(0): Modeline "640x350"  161.63  640 1968 2000 2208  350 1202 1208 1220
(**) RADEON(0):  Default mode "640x400": 161.6 MHz (scaled from 0.0 MHz), 73.2 kHz, 60.0 Hz
(II) RADEON(0): Modeline "640x400"  161.63  640 1968 2000 2208  400 1202 1208 1220
(**) RADEON(0):  Default mode "720x400": 161.6 MHz (scaled from 0.0 MHz), 73.2 kHz, 60.0 Hz
(II) RADEON(0): Modeline "720x400"  161.63  720 1968 2000 2208  400 1202 1208 1220
(**) RADEON(0):  Default mode "640x480": 161.6 MHz (scaled from 0.0 MHz), 73.2 kHz, 60.0 Hz
(II) RADEON(0): Modeline "640x480"  161.63  640 1968 2000 2208  480 1202 1208 1220
(**) RADEON(0):  Default mode "800x600": 161.6 MHz (scaled from 0.0 MHz), 73.2 kHz, 60.0 Hz
(II) RADEON(0): Modeline "800x600"  161.63  800 1968 2000 2208  600 1202 1208 1220
(**) RADEON(0):  Default mode "1024x768": 161.6 MHz (scaled from 0.0 MHz), 73.2 kHz, 60.0 Hz
(II) RADEON(0): Modeline "1024x768"  161.63  1024 1968 2000 2208  768 1202 1208 1220
(**) RADEON(0):  Default mode "1152x864": 161.6 MHz (scaled from 0.0 MHz), 73.2 kHz, 60.0 Hz
(II) RADEON(0): Modeline "1152x864"  161.63  1152 1968 2000 2208  864 1202 1208 1220
(**) RADEON(0):  Default mode "1280x960": 161.6 MHz (scaled from 0.0 MHz), 73.2 kHz, 60.0 Hz
(II) RADEON(0): Modeline "1280x960"  161.63  1280 1968 2000 2208  960 1202 1208 1220
(**) RADEON(0):  Default mode "1280x1024": 161.6 MHz (scaled from 0.0 MHz), 73.2 kHz, 60.0 Hz
(II) RADEON(0): Modeline "1280x1024"  161.63  1280 1968 2000 2208  1024 1202 1208 1220
(**) RADEON(0):  Default mode "1600x1200": 161.6 MHz (scaled from 0.0 MHz), 73.2 kHz, 60.0 Hz
(II) RADEON(0): Modeline "1600x1200"  161.63  1600 1968 2000 2208  1200 1202 1208 1220
(**) RADEON(0):  Default mode "832x624": 161.6 MHz (scaled from 0.0 MHz), 73.2 kHz, 60.0 Hz
(II) RADEON(0): Modeline "832x624"  161.63  832 1968 2000 2208  624 1202 1208 1220
(**) RADEON(0):  Default mode "1152x768": 161.6 MHz (scaled from 0.0 MHz), 73.2 kHz, 60.0 Hz
(II) RADEON(0): Modeline "1152x768"  161.63  1152 1968 2000 2208  768 1202 1208 1220
(**) RADEON(0):  Default mode "1400x1050": 161.6 MHz (scaled from 0.0 MHz), 73.2 kHz, 60.0 Hz
(II) RADEON(0): Modeline "1400x1050"  161.63  1400 1968 2000 2208  1050 1202 1208 1220
(**) RADEON(0):  Default mode "1600x1024": 161.6 MHz (scaled from 0.0 MHz), 73.2 kHz, 60.0 Hz
(II) RADEON(0): Modeline "1600x1024"  161.63  1600 1968 2000 2208  1024 1202 1208 1220
(--) RADEON(0): Display dimensions: (330, 210) mm
(--) RADEON(0): DPI set to (147, 145)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 6.8.99.903, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
	compiled for 6.8.99.903, module version = 0.1.0
	ABI class: X.Org Video Driver, version 0.8
(==) RADEON(0): Using XAA acceleration architecture
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
	compiled for 6.8.99.903, module version = 1.2.0
	ABI class: X.Org Video Driver, version 0.8
(II) Loading sub module "shadowfb"
(II) LoadModule: "shadowfb"
(II) Loading /usr/X11R6/lib/modules/libshadowfb.so
(II) Module shadowfb: vendor="X.Org Foundation"
	compiled for 6.8.99.903, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.2
(II) RADEON(0): Page flipping disabled
(II) RADEON(0): Will try to use DMA for Xv image transfers
(II) RADEON(0): MM_TABLE: 00-bb-0b-00-e8-6e-fa-83-c4-0c-be-2e-02-8b
(II) RADEON(0): This card has MM_TABLE we do not recognize.
		If your card is TV-in capable you will need to specify options RageTheatreCrystal, RageTheatreTunerPort, 
		RageTheatreSVideoPort and TunerType in /etc/X11/xorg.conf.
(==) RADEON(0): Write-combining range (0x0,0x1000) was already clear
(!!) RADEON(0): For information on using the multimedia capabilities
	of this adapter, please see http://gatos.sf.net.
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0	0xc8800000 - 0xc880ffff (0x10000) MX[B]
	[1] 0	0	0xc0000000 - 0xc7ffffff (0x8000000) MX[B]
	[2] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[3] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[4] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[5] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[6] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[7] -1	0	0xc8000000 - 0xc83fffff (0x400000) MX[B]E
	[8] -1	0	0xc8410000 - 0xc841ffff (0x10000) MX[B]E
	[9] -1	0	0xc840f000 - 0xc840ffff (0x1000) MX[B]E
	[10] -1	0	0xc840e000 - 0xc840efff (0x1000) MX[B]E
	[11] -1	0	0xc840d000 - 0xc840dfff (0x1000) MX[B]E
	[12] -1	0	0xc840c000 - 0xc840cfff (0x1000) MX[B]E
	[13] -1	0	0xc840b000 - 0xc840bfff (0x1000) MX[B]E
	[14] -1	0	0xc840a000 - 0xc840afff (0x1000) MX[B]E
	[15] -1	0	0xc8408000 - 0xc8409fff (0x2000) MX[B]E
	[16] -1	0	0xc8404000 - 0xc8407fff (0x4000) MX[B]E
	[17] -1	0	0xc8402000 - 0xc8403fff (0x2000) MX[B]E
	[18] -1	0	0xc8400000 - 0xc8401fff (0x2000) MX[B]E
	[19] -1	0	0xc8c02000 - 0xc8c03fff (0x2000) MX[B]E
	[20] -1	0	0xc8c01000 - 0xc8c01fff (0x1000) MX[B]E
	[21] -1	0	0xc8c00000 - 0xc8c00fff (0x1000) MX[B]E
	[22] -1	0	0xc8800000 - 0xc880ffff (0x10000) MX[B](B)
	[23] -1	0	0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
	[24] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
	[25] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
	[26] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
	[27] 0	0	0x00002000 - 0x000020ff (0x100) IX[B]
	[28] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[29] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[30] -1	0	0x00003580 - 0x000035ff (0x80) IX[B]E
	[31] -1	0	0x00003500 - 0x0000357f (0x80) IX[B]E
	[32] -1	0	0x00003400 - 0x000034ff (0x100) IX[B]E
	[33] -1	0	0x00003200 - 0x000032ff (0x100) IX[B]E
	[34] -1	0	0x00003100 - 0x000031ff (0x100) IX[B]E
	[35] -1	0	0x00003040 - 0x0000307f (0x40) IX[B]E
	[36] -1	0	0x00003020 - 0x0000303f (0x20) IX[B]E
	[37] -1	0	0x00003000 - 0x0000301f (0x20) IX[B]E
	[38] -1	0	0x00002000 - 0x000020ff (0x100) IX[B](B)
	[39] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[40] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) RADEON(0): Write-combining range (0xc8800000,0x80000) was already clear
(==) RADEON(0): Write-combining range (0xc0000000,0x8000000)
(==) RADEON(0): Write-combining range (0xa0000,0x10000) was already clear
(II) RADEON(0): Dynamic Clock Scaling Disabled
(II) RADEON(0): BIOS HotKeys Disabled
(WW) RADEON(0): Enabling DRM support

	*** Direct rendering support is highly experimental for Radeon 9500
	*** and newer cards. The 3d mesa driver is not provided in this tree.
	*** A very experimental (and incomplete) version is available from Mesa CVS.
	*** Additional information can be found on http://r300.sourceforge.net
	*** This message has been last modified on 2005-08-07.

drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: Open failed
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: Open failed
[drm] failed to load kernel module "radeon"
(II) RADEON(0): [drm] drmOpen failed
(EE) RADEON(0): [dri] DRIScreenInit failed.  Disabling DRI.
(II) RADEON(0): Depth moves disabled by default
(II) RADEON(0): Memory manager initialized to (0,0) (1920,8191)
(II) RADEON(0): Reserved area from (0,1200) to (1920,1202)
(II) RADEON(0): Largest offscreen area available: 1920 x 6989
(II) RADEON(0): Render acceleration unsupported on Radeon 9500/9700 and newer.
(II) RADEON(0): Render acceleration disabled
(II) RADEON(0): Using XFree86 Acceleration Architecture (XAA)
	Screen to screen bit blits
	Solid filled rectangles
	8x8 mono pattern filled rectangles
	Indirect CPU to Screen color expansion
	Solid Lines
	Scanline Image Writes
	Offscreen Pixmaps
	Setting up tile and stipple cache:
		32 128x128 slots
		32 256x256 slots
		16 512x512 slots
(II) RADEON(0): Acceleration enabled
(==) RADEON(0): Backing store disabled
(==) RADEON(0): Silken mouse enabled
(II) RADEON(0): Using hardware cursor (scanline 1202)
(II) RADEON(0): Largest offscreen area available: 1920 x 6984
(II) RADEON(0): No video input capabilities detected and no information is provided - disabling multimedia i2c
(II) Loading sub module "theatre_detect"
(II) LoadModule: "theatre_detect"
(II) Loading /usr/X11R6/lib/modules/multimedia/theatre_detect_drv.so
(II) Module theatre_detect: vendor="X.Org Foundation"
	compiled for 4.3.99.902, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.8
(II) RADEON(0): no multimedia table present, disabling Rage Theatre.
(WW) RADEON(0): Direct rendering disabled
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(**) Option "Protocol" "auto"
(**) Mouse0: Device: "/dev/sysmouse"
(**) Mouse0: Protocol: "auto"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/sysmouse"
(==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5 6 7"
(**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7
(**) Mouse0: Buttons: 11
(**) Option "CoreKeyboard"
(**) Keyboard0: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(II) Mouse0: SetupAuto: hw.iftype is 4, hw.model is 0
(II) Mouse0: SetupAuto: protocol is SysMouse
(==) RADEON(0): Write-combining range (0xa0000,0x10000) was already clear
FreeFontPath: FPE "/usr/X11R6/lib/X11/fonts/misc/" refcount is 2, should be 1; fixing.

Code:
Copyright (c) 1992-2006 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
	The Regents of the University of California. All rights reserved.
FreeBSD 6.1-RELEASE #0: Sun May  7 04:32:43 UTC 2006
    root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC
ACPI APIC Table: <HP     0934    >
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: Intel(R) Pentium(R) M processor 2.13GHz (2128.07-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x6d8  Stepping = 8
  Features=0xafe9fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,TM,PBE>
  Features2=0x180<EST,TM2>
  AMD Features=0x100000<NX>
real memory  = 1073545216 (1023 MB)
avail memory = 1041608704 (993 MB)
ioapic0: Changing APIC ID to 1
ioapic0 <Version 2.0> irqs 0-23 on motherboard
kbd1 at kbdmux0
acpi0: <HP 0934> on motherboard
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
acpi0: Power Button (fixed)
acpi_ec0: <Embedded Controller: GPE 0x10> port 0x62,0x66 on acpi0
Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0
cpu0: <ACPI CPU> on acpi0
acpi_perf0: <ACPI CPU Frequency Control> on cpu0
acpi_perf0: failed in PERF_STATUS attach
device_attach: acpi_perf0 attach returned 6
acpi_perf0: <ACPI CPU Frequency Control> on cpu0
acpi_perf0: failed in PERF_STATUS attach
device_attach: acpi_perf0 attach returned 6
acpi_throttle0: <ACPI CPU Throttling> on cpu0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
pcib1: <ACPI PCI-PCI bridge> irq 16 at device 1.0 on pci0
pci1: <ACPI PCI bus> on pcib1
pci1: <display, VGA> at device 0.0 (no driver attached)
pcib2: <ACPI PCI-PCI bridge> irq 16 at device 28.0 on pci0
pci16: <ACPI PCI bus> on pcib2
bge0: <Broadcom BCM5751M Gigabit Ethernet, ASIC rev. 0x4101> mem 0xc8000000-0xc800ffff irq 16 at device 0.0 on pci16
miibus0: <MII bus> on bge0
brgphy0: <BCM5750 10/100/1000baseTX PHY> on miibus0
brgphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto
bge0: Ethernet address: 00:14:c2:d9:a1:c0
pcib3: <ACPI PCI-PCI bridge> at device 28.1 on pci0
pci32: <ACPI PCI bus> on pcib3
uhci0: <Intel 82801FB/FR/FW/FRW (ICH6) USB controller USB-A> port 0x3000-0x301f irq 20 at device 29.0 on pci0
uhci0: [GIANT-LOCKED]
usb0: <Intel 82801FB/FR/FW/FRW (ICH6) USB controller USB-A> on uhci0
usb0: USB revision 1.0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
uhci1: <Intel 82801FB/FR/FW/FRW (ICH6) USB controller USB-B> port 0x3020-0x303f irq 17 at device 29.1 on pci0
uhci1: [GIANT-LOCKED]
usb1: <Intel 82801FB/FR/FW/FRW (ICH6) USB controller USB-B> on uhci1
usb1: USB revision 1.0
uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
uhci2: <Intel 82801FB/FR/FW/FRW (ICH6) USB controller USB-C> port 0x3040-0x305f irq 18 at device 29.2 on pci0
uhci2: [GIANT-LOCKED]
usb2: <Intel 82801FB/FR/FW/FRW (ICH6) USB controller USB-C> on uhci2
usb2: USB revision 1.0
uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub2: 2 ports with 2 removable, self powered
ehci0: <Intel 82801FB (ICH6) USB 2.0 controller> mem 0xc8c00000-0xc8c003ff irq 20 at device 29.7 on pci0
ehci0: [GIANT-LOCKED]
usb3: EHCI version 1.0
usb3: wrong number of companions (4 != 3)
usb3: companion controllers, 2 ports each: usb0 usb1 usb2
usb3: <Intel 82801FB (ICH6) USB 2.0 controller> on ehci0
usb3: USB revision 2.0
uhub3: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
uhub3: 8 ports with 8 removable, self powered
pcib4: <ACPI PCI-PCI bridge> at device 30.0 on pci0
pci2: <ACPI PCI bus> on pcib4
pci2: <network> at device 4.0 (no driver attached)
cbb0: <PCI-CardBus Bridge> mem 0xc8401000-0xc8401fff irq 18 at device 6.0 on pci2
cardbus0: <CardBus bus> on cbb0
pccard0: <16-bit PCCard bus> on cbb0
fwohci0: <1394 Open Host Controller Interface> mem 0xc8402000-0xc84027ff,0xc8404000-0xc8407fff irq 22 at device 6.2 on pci2
fwohci0: OHCI version 1.10 (ROM=0)
fwohci0: No. of Isochronous channels is 4.
fwohci0: EUI64 a5:5a:42:42:00:50:8b:71
fwohci0: Phy 1394a available S400, 2 ports.
fwohci0: Link S400, max_rec 2048 bytes.
firewire0: <IEEE1394(FireWire) bus> on fwohci0
fwe0: <Ethernet over FireWire> on firewire0
if_fwe0: Fake Ethernet address: a6:5a:42:50:8b:71
fwe0: Ethernet address: a6:5a:42:50:8b:71
fwe0: if_start running deferred for Giant
sbp0: <SBP-2/SCSI over FireWire> on firewire0
fwohci0: Initiate bus reset
fwohci0: node_id=0xc800ffc0, gen=1, CYCLEMASTER mode
firewire0: 1 nodes, maxhop <= 0, cable IRM = 0 (me)
firewire0: bus manager 0 (me)
pci2: <mass storage> at device 6.3 (no driver attached)
pci2: <base peripheral> at device 6.4 (no driver attached)
pci2: <simple comms> at device 6.5 (no driver attached)
pci0: <multimedia, audio> at device 30.2 (no driver attached)
pci0: <simple comms, generic modem> at device 30.3 (no driver attached)
isab0: <PCI-ISA bridge> at device 31.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel ICH6 UDMA100 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x3580-0x358f irq 16 at device 31.1 on pci0
ata0: <ATA channel 0> on atapci0
ata1: <ATA channel 1> on atapci0
battery0: <ACPI Control Method Battery> on acpi0
battery1: <ACPI Control Method Battery> on acpi0
acpi_acad0: <AC Adapter> on acpi0
acpi_button0: <Sleep Button> on acpi0
acpi_lid0: <Control Method Lid Switch> on acpi0
acpi_tz0: <Thermal Zone> on acpi0
acpi_tz1: <Thermal Zone> on acpi0
acpi_tz2: <Thermal Zone> on acpi0
atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: model IntelliMouse, device ID 3
sio0: <Standard PC COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
sio0: type 16550A
ppc0: <ECP parallel printer port> port 0x378-0x37f,0x778-0x77a irq 7 drq 1 on acpi0
ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/8 bytes threshold
ppbus0: <Parallel port bus> on ppc0
plip0: <PLIP network interface> on ppbus0
lpt0: <Printer> on ppbus0
lpt0: Interrupt-driven port
ppi0: <Parallel I/O> on ppbus0
pmtimer0 on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1: port may not be enabled
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
ums0: Logitech USB-PS/2 Optical Mouse, rev 2.00/18.00, addr 2, iclass 3/1
ums0: 6 buttons and Z dir.
Timecounter "TSC" frequency 2128066356 Hz quality 800
Timecounters tick every 1.000 msec
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
ad0: 76319MB <FUJITSU MHV2080AH 00830096> at ata0-master UDMA100
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
acd0: DVDR <MATSHITADVD-RAM UJ-832S/1.02> at ata0-slave PIO4
Trying to mount root from ufs:/dev/ad0s1a
Waiting (max 60 seconds) for system process `vnlru' to stop...done
Waiting (max 60 seconds) for system process `bufdaemon' to stop...done
Waiting (max 60 seconds) for system process `syncer' to stop...
Syncing disks, vnodes remaining...0 0 done
All buffers synced.
Uptime: 1h6m29s
Shutting down ACPI
Rebooting...
Copyright (c) 1992-2006 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
	The Regents of the University of California. All rights reserved.
FreeBSD 6.1-RELEASE #0: Sun May  7 04:32:43 UTC 2006
    root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC
ACPI APIC Table: <HP     0934    >
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: Intel(R) Pentium(R) M processor 2.13GHz (2128.07-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x6d8  Stepping = 8
  Features=0xafe9fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,TM,PBE>
  Features2=0x180<EST,TM2>
  AMD Features=0x100000<NX>
real memory  = 1073545216 (1023 MB)
avail memory = 1041608704 (993 MB)
ioapic0: Changing APIC ID to 1
ioapic0 <Version 2.0> irqs 0-23 on motherboard
kbd1 at kbdmux0
acpi0: <HP 0934> on motherboard
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
acpi0: Power Button (fixed)
acpi_ec0: <Embedded Controller: GPE 0x10> port 0x62,0x66 on acpi0
Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0
cpu0: <ACPI CPU> on acpi0
acpi_perf0: <ACPI CPU Frequency Control> on cpu0
acpi_perf0: failed in PERF_STATUS attach
device_attach: acpi_perf0 attach returned 6
acpi_perf0: <ACPI CPU Frequency Control> on cpu0
acpi_perf0: failed in PERF_STATUS attach
device_attach: acpi_perf0 attach returned 6
acpi_throttle0: <ACPI CPU Throttling> on cpu0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
pcib1: <ACPI PCI-PCI bridge> irq 16 at device 1.0 on pci0
pci1: <ACPI PCI bus> on pcib1
pci1: <display, VGA> at device 0.0 (no driver attached)
pcib2: <ACPI PCI-PCI bridge> irq 16 at device 28.0 on pci0
pci16: <ACPI PCI bus> on pcib2
bge0: <Broadcom BCM5751M Gigabit Ethernet, ASIC rev. 0x4101> mem 0xc8000000-0xc800ffff irq 16 at device 0.0 on pci16
miibus0: <MII bus> on bge0
brgphy0: <BCM5750 10/100/1000baseTX PHY> on miibus0
brgphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto
bge0: Ethernet address: 00:14:c2:d9:a1:c0
pcib3: <ACPI PCI-PCI bridge> at device 28.1 on pci0
pci32: <ACPI PCI bus> on pcib3
uhci0: <Intel 82801FB/FR/FW/FRW (ICH6) USB controller USB-A> port 0x3000-0x301f irq 20 at device 29.0 on pci0
uhci0: [GIANT-LOCKED]
usb0: <Intel 82801FB/FR/FW/FRW (ICH6) USB controller USB-A> on uhci0
usb0: USB revision 1.0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
uhci1: <Intel 82801FB/FR/FW/FRW (ICH6) USB controller USB-B> port 0x3020-0x303f irq 17 at device 29.1 on pci0
uhci1: [GIANT-LOCKED]
usb1: <Intel 82801FB/FR/FW/FRW (ICH6) USB controller USB-B> on uhci1
usb1: USB revision 1.0
uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
uhci2: <Intel 82801FB/FR/FW/FRW (ICH6) USB controller USB-C> port 0x3040-0x305f irq 18 at device 29.2 on pci0
uhci2: [GIANT-LOCKED]
usb2: <Intel 82801FB/FR/FW/FRW (ICH6) USB controller USB-C> on uhci2
usb2: USB revision 1.0
uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub2: 2 ports with 2 removable, self powered
ehci0: <Intel 82801FB (ICH6) USB 2.0 controller> mem 0xc8c00000-0xc8c003ff irq 20 at device 29.7 on pci0
ehci0: [GIANT-LOCKED]
usb3: EHCI version 1.0
usb3: wrong number of companions (4 != 3)
usb3: companion controllers, 2 ports each: usb0 usb1 usb2
usb3: <Intel 82801FB (ICH6) USB 2.0 controller> on ehci0
usb3: USB revision 2.0
uhub3: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
uhub3: 8 ports with 8 removable, self powered
pcib4: <ACPI PCI-PCI bridge> at device 30.0 on pci0
pci2: <ACPI PCI bus> on pcib4
pci2: <network> at device 4.0 (no driver attached)
cbb0: <PCI-CardBus Bridge> mem 0xc8401000-0xc8401fff irq 18 at device 6.0 on pci2
cardbus0: <CardBus bus> on cbb0
pccard0: <16-bit PCCard bus> on cbb0
fwohci0: <1394 Open Host Controller Interface> mem 0xc8402000-0xc84027ff,0xc8404000-0xc8407fff irq 22 at device 6.2 on pci2
fwohci0: OHCI version 1.10 (ROM=0)
fwohci0: No. of Isochronous channels is 4.
fwohci0: EUI64 a5:5a:42:42:00:50:8b:71
fwohci0: Phy 1394a available S400, 2 ports.
fwohci0: Link S400, max_rec 2048 bytes.
firewire0: <IEEE1394(FireWire) bus> on fwohci0
fwe0: <Ethernet over FireWire> on firewire0
if_fwe0: Fake Ethernet address: a6:5a:42:50:8b:71
fwe0: Ethernet address: a6:5a:42:50:8b:71
fwe0: if_start running deferred for Giant
sbp0: <SBP-2/SCSI over FireWire> on firewire0
fwohci0: Initiate bus reset
fwohci0: node_id=0xc800ffc0, gen=1, CYCLEMASTER mode
firewire0: 1 nodes, maxhop <= 0, cable IRM = 0 (me)
firewire0: bus manager 0 (me)
pci2: <mass storage> at device 6.3 (no driver attached)
pci2: <base peripheral> at device 6.4 (no driver attached)
pci2: <simple comms> at device 6.5 (no driver attached)
pci0: <multimedia, audio> at device 30.2 (no driver attached)
pci0: <simple comms, generic modem> at device 30.3 (no driver attached)
isab0: <PCI-ISA bridge> at device 31.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel ICH6 UDMA100 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x3580-0x358f irq 16 at device 31.1 on pci0
ata0: <ATA channel 0> on atapci0
ata1: <ATA channel 1> on atapci0
battery0: <ACPI Control Method Battery> on acpi0
battery1: <ACPI Control Method Battery> on acpi0
acpi_acad0: <AC Adapter> on acpi0
acpi_button0: <Sleep Button> on acpi0
acpi_lid0: <Control Method Lid Switch> on acpi0
acpi_tz0: <Thermal Zone> on acpi0
acpi_tz1: <Thermal Zone> on acpi0
acpi_tz2: <Thermal Zone> on acpi0
atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: model IntelliMouse, device ID 3
sio0: <Standard PC COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
sio0: type 16550A
ppc0: <ECP parallel printer port> port 0x378-0x37f,0x778-0x77a irq 7 drq 1 on acpi0
ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/8 bytes threshold
ppbus0: <Parallel port bus> on ppc0
plip0: <PLIP network interface> on ppbus0
lpt0: <Printer> on ppbus0
lpt0: Interrupt-driven port
ppi0: <Parallel I/O> on ppbus0
pmtimer0 on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1: port may not be enabled
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
ums0: Logitech USB-PS/2 Optical Mouse, rev 2.00/18.00, addr 2, iclass 3/1
ums0: 6 buttons and Z dir.
Timecounter "TSC" frequency 2128074756 Hz quality 800
Timecounters tick every 1.000 msec
ad0: 76319MB <FUJITSU MHV2080AH 00830096> at ata0-master UDMA100
acd0: DVDR <MATSHITADVD-RAM UJ-832S/1.02> at ata0-slave PIO4
Trying to mount root from ufs:/dev/ad0s1a
umass0: vendor 0x0204 product 0x6025, rev 2.00/1.00, addr 2
da0 at umass-sim0 bus 0 target 0 lun 0
da0: < Flash Disk 2.00> Removable Direct Access SCSI-2 device 
da0: 40.000MB/s transfers
da0: 125MB (257152 512 byte sectors: 64H 32S/T 125C)
(da0:umass-sim0:0:0:0): SYNCHRONIZE CACHE. CDB: 35 0 0 0 0 0 0 0 0 0 
(da0:umass-sim0:0:0:0): NOT READY asc:3a,0
(da0:umass-sim0:0:0:0): Medium not present
(da0:umass-sim0:0:0:0): SYNCHRONIZE CACHE. CDB: 35 0 0 0 0 0 0 0 0 0 
(da0:umass-sim0:0:0:0): NOT READY asc:3a,0
(da0:umass-sim0:0:0:0): Medium not present
(da0:umass-sim0:0:0:0): SYNCHRONIZE CACHE. CDB: 35 0 0 0 0 0 0 0 0 0 
(da0:umass-sim0:0:0:0): NOT READY asc:3a,0
(da0:umass-sim0:0:0:0): Medium not present
(da0:umass-sim0:0:0:0): SYNCHRONIZE CACHE. CDB: 35 0 0 0 0 0 0 0 0 0 
(da0:umass-sim0:0:0:0): NOT READY asc:3a,0
(da0:umass-sim0:0:0:0): Medium not present
(da0:umass-sim0:0:0:0): SYNCHRONIZE CACHE. CDB: 35 0 0 0 0 0 0 0 0 0 
(da0:umass-sim0:0:0:0): NOT READY asc:3a,0
(da0:umass-sim0:0:0:0): Medium not present
(da0:umass-sim0:0:0:0): SYNCHRONIZE CACHE. CDB: 35 0 0 0 0 0 0 0 0 0 
(da0:umass-sim0:0:0:0): NOT READY asc:3a,0
(da0:umass-sim0:0:0:0): Medium not present
 
Hallo Andreas,

hier scheint mir das Problem zu liegen:
Code:
[..]
(EE) RADEON(0): No valid mode found for this DFP/LCD
(EE) RADEON(0): No valid mode found for CRTC2, disabling MergedFB
[..]

Probiere mal, die Section "Module" um den Eintrag "ddc" zu ergänzen:

Code:
Section "Module"
        Load  "ddc"
[..]

Gruß
Thomas
 
@schlesi

Danke für deinen Beitrag. Habe es damit probiert und leider noch den gleichen Error EE, den du eingefügt hast.

Ich probier aber noch fleissig weiter
 
Ich vermisse bei dir folgende Zeilen in der xorg.conf:
Code:
Section "DRI"
	Mode 0666
EndSection
 
@[LoN]Kamikaze

Danke, ich habe auch deine Zeile eingefügt, leider auch ohne Erfolg.

Aber ich habe dafür etwas anderes kurioses beobachtet:
Erstelle ich eine .xinitrc und füge darin folgendes ein
Code:
startkde     #for kde
#fvwm2      #for fvwm
dann geht nichts und ich bekomme Fehlermeldungen (siehe unten).
kommentiere ich jedoch anders, sodass fvwm startet, dann geht das komischerweise:eek: :confused:

Fehler, die beim verhinderten startx (.xinitrc mit startkde) angezeig werden:
Code:
...
(EE) RADEON(0) : No valid Mode found for this DFP/LCD
(EE) RADEON(0) : No valid Mode found for CRTC2, disabling MergedFB
[drm] failed to load kernel module "radeon"
(EE) RADEON(0) : [dri] DRIScreenInit failed. Disabling DRI.
startkde: not found
...

Grübelnden Gruß
Andreas

[EDIT-ANFANG]
PS: Schön langsam frage ich mich, ob ich eigentlich nicht schon beim Installieren einen Fehler mache...Obwohl, dann dürft der FVWM ja auch nicht gehen, oder? Leider kenne ich mich mit diesem WM nicht die Bohne aus, weshalb ich auf KDE (noch) angewiesen bin...
PPS: Wo muß ich den Hebel ansetzen um die obigen 3 Fehler auszubügeln...da habe ich keinen Plan mehr...
[EDIT-ENDE]
 
Zuletzt bearbeitet:
Ich kenne mich mit kde nicht aus, aber ich würde nachschauen, ob es auch etwas unter /var/log ablegt. Da es ja nicht direkt an deinem XServer liegt. Mit den Fehlermeldungen aus der Xorg.0.log sollte lediglich die 3D Beschleunigung nicht funktionieren.
 
Guten morgen,

Das ist aber ein guter Tipp. Werde dem nachmittags zuhause mal nachgehen. Habe das bisher noch komplett außer Acht gelassen. Wenns nicht klappt, setz ich mal mit GNOME (+ fvwm) auf.

Schönen Tag noch
Andreas
 
Schönen Abend,

Also die Spur mit KDE in /var/log... war leider nicht ergiebig. Zumindest habe ich nichts herausgefunden, was mit KDE zu tun haben hätte können. Habe deshalb gestern neu aufgesetzt mit Windows (da ich für die Uni auch produktiv sein soll...) und FreeBSD, mit GNOME und fvwm. Wieder das gleiche Ergebnis...gnome geht nicht, aber fvwm schon. Nachdem Greg Lehey in "The Complete FreeBSD" ohnehin schreibt, ihm wäre fvwm sympathischer, werde ich mich wohl damit anfreunden müssen, wenn ich gnome/kde nicht hinbekomme...Falls ich es mal doch noch hinbekommen sollte, dann stelle ich die Lösung ein

Guten Abend
Andreas
 
Hier die ganz große Preisfrage: Hast du überhaupt KDE bzw. GNOME installiert? Die Fehlermeldung "startkde: not found" deutet darauf hin, daß du KDE gar nicht installiert hast. pkg_info | grep -i kde bzw. pkg_info | grep -i gnome sollte Klarheit schaffen.
 
@0815Chaot

Guten Abend,

habe zwar via sysinstall nachgesehen und da war alles immer angehakt. mit pkg_info | grep -i gnome (bzw. fvwm) bekomme ich eine laaaaaange Liste angezeigt (bei fvwm nur eine Zeile, aber das geht wenigstens ;) )

Hier die ganz große Preisfrage:

Hauptpreis wird deshalb noch nicht ausgespielt und kommt in den Jackpot..:D

Gruß Andreas
 
Eigentlich wollte ich die komplette Bildschirmausgabe sehen. Egal, ich gehe dann halt einfach davon aus, daß du GNOME korrekt installiert hast. Was sagen which startgnome und echo $PATH? Du kannst auch mal xinit -e startgnome ausprobieren. (Startet man GNOME überhaupt mit startgnome? Habe das noch nie benutzt.)

PS: Fehler/Bildschirmausgaben bitte nicht umschreiben, sondern Fehlermeldungen bzw. Bildschirmausgaben einfach posten.
 
Hallo nochmals,

also, auf
Code:
# which startgnome
folgt
Code:
startgnome: Command not found
und auf
Code:
echo $PATH
folgt
Code:
/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/root/bin

Gestartet wird gnome laut G.Lehey indem man eine .xinitrc anlegt und darin exec gnome-session (startkde oder fvwm2) einfügt. Ich habe deshalb auch noch which gnome-session probiert, worauf ich das gleiche Ergebnis erhielt wie bei startgnome :) . Dann habe ich folgendes gemacht:
Code:
which fvwm2
und siehe da, es erscheint folgendes:
Code:
/usr/X11R6/bin/fvwm2

Heißt das nun für meinen Fall mit Gnome, dass das Kommando zum starten einfach nicht stimmt? (KDE kann ich nicht testen, da ich das momentan nicht oben habe)

PS: was für WM verwendet ihr denn eigentlich so, wenn ihr gnome und kde nicht benutzt? Vielleicht gibts eh etwas, das mir besser gefällt...
 
Code:
echo $PATH
/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/root/bin
Die zu GNOME zugehörigen Programme sollten unter /usr/local/bin liegen. Das ist auch in deinem $PATH. Das sieht bis hierhin noch gut aus.

Gestartet wird gnome laut G.Lehey indem man eine .xinitrc anlegt und darin exec gnome-session (startkde oder fvwm2) einfügt. Ich habe deshalb auch noch which gnome-session probiert, worauf ich das gleiche Ergebnis erhielt wie bei startgnome :)
Ok, dann startet man GNOME also mittels gnome-session. Dieses sollte unter /usr/local/bin installiert worden sein. /usr/local/bin ist auch in deinem $PATH - trotzdem kann das Programm nicht gefunden werden. Ich habe immer noch den dringenden Verdacht, daß du GNOME nicht oder nicht vollständig installiert hast.

Code:
which fvwm2
/usr/X11R6/bin/fvwm2
Das sieht doch sehr gut aus - und FVWM funktioniert auch korrekt. Hier noch eine Ausgabe von einem Rechner, auf dem KDE völlig problemlos läuft:
Code:
> which startkde
/usr/local/bin/startkde
Wenn jedoch bei dir nirgendwo im $PATH ein Programm zum Starten von GNOME gefunden werden kann, dann stimmt was mit deiner GNOME-Installation nicht. Überprüfe jetzt bitte, ob GNOME überhaupt richtig installiert wurde, indem du die Ausgabe von pkg_info -Lx gnome | grep /bin/ hier postest. Wenn die Installation korrekt und vollständig ist, sollte das einige Zeilen ausspucken, und in einer dieser Zeilen sollte sich auch gnome-session finden.

PS: was für WM verwendet ihr denn eigentlich so, wenn ihr gnome und kde nicht benutzt? Vielleicht gibts eh etwas, das mir besser gefällt...
Auf langsamen Kisten verwende ich gerne WindowMaker. Ansonsten bin ich aber auch KDE verfallen...
 
Kommt mir schön langsam vor, als wird die Schlinge immer enger um mein Problem...:)

Also hier die Ausgabe von pkg_info -Lx gnome | grep /bin/ :

Code:
/usr/X11R6/bin/gnome-clipboard-daemon
/usr/X11R6/bin/colorscheme
/usr/X11R6/bin/gcmd-block
/usr/X11R6/bin/gnome-commander
/usr/X11R6/bin/gnome-cups-add
/usr/X11R6/bin/gnome-cups-icon
/usr/X11R6/bin/gnome-cups-manager
/usr/X11R6/bin/gnome-menu-editor
/usr/X11R6/bin/gmenu-simple-editor
/usr/X11R6/bin/gnome-menu-spec-test
/usr/X11R6/bin/gnome-pkgview
/usr/X11R6/bin/gnome-screensaver
/usr/X11R6/bin/gnome-screensaver-command
/usr/X11R6/bin/gnome-screensaver-preferences
/usr/local/bin/gnome-autogen.sh
/usr/local/bin/gnome-doc-common
/usr/X11R6/bin/gnomedb-builder
/usr/X11R6/bin/gnomedb-components
/usr/X11R6/bin/gnomedb-config
/usr/X11R6/bin/gnomedb-fe
/usr/X11R6/bin/gnomedb-mgr
/usr/X11R6/bin/gnome-about
/usr/X11R6/bin/gnome-doc-prepare
/usr/X11R6/bin/xml2po
/usr/X11R6/bin/gnome-keyring-daemon
/usr/X11R6/bin/dns-helper
/usr/X11R6/bin/gconfigger
/usr/X11R6/bin/gnome-bug
/usr/X11R6/bin/gnome-config
/usr/X11R6/bin/gnome-dump-metadata
/usr/X11R6/bin/gnome-gen-mimedb
/usr/X11R6/bin/gnome-moz-remote
/usr/X11R6/bin/gnome-name-service
/usr/X11R6/bin/gnome-pty-helper
/usr/X11R6/bin/gnome_segv
/usr/X11R6/bin/goad-browser
/usr/X11R6/bin/libart-config
/usr/X11R6/bin/loadshlib
/usr/X11R6/bin/new-object
/usr/X11R6/bin/gnome-desktop-item-edit
/usr/X11R6/bin/gnome-panel
/usr/X11R6/bin/panel-test-applets
/usr/X11R6/bin/gnome-font-install
/usr/X11R6/bin/gnome-vfs-config
/usr/X11R6/bin/gnomevfs-cat
/usr/X11R6/bin/gnomevfs-copy
/usr/X11R6/bin/gnomevfs-info
/usr/X11R6/bin/gnomevfs-ls
/usr/X11R6/bin/gnomevfs-mkdir
/usr/X11R6/bin/gnomevfs-monitor
/usr/X11R6/bin/gnomevfs-mv
/usr/X11R6/bin/gnomevfs-rm
/usr/X11R6/bin/gnome-open
/usr/X11R6/bin/gnome-database-properties
/usr/X11R6/bin/gnome-db-browser
/usr/X11R6/bin/gnome-db-test-parser
/usr/X11R6/bin/gnome-db-verify-file
/usr/X11R6/bin/gnomesu
/usr/X11R6/bin/xscreensaver-gl-helper
/usr/X11R6/bin/xscreensaver-hacks/anemone
/usr/X11R6/bin/xscreensaver-hacks/anemotaxis
/usr/X11R6/bin/xscreensaver-hacks/antinspect
/usr/X11R6/bin/xscreensaver-hacks/antmaze
/usr/X11R6/bin/xscreensaver-hacks/antspotlight
/usr/X11R6/bin/xscreensaver-hacks/apollonian
/usr/X11R6/bin/xscreensaver-hacks/apple2
/usr/X11R6/bin/xscreensaver-hacks/atlantis
/usr/X11R6/bin/xscreensaver-hacks/attraction
/usr/X11R6/bin/xscreensaver-hacks/atunnel
/usr/X11R6/bin/xscreensaver-hacks/barcode
/usr/X11R6/bin/xscreensaver-hacks/blaster
/usr/X11R6/bin/xscreensaver-hacks/blinkbox
/usr/X11R6/bin/xscreensaver-hacks/blitspin
/usr/X11R6/bin/xscreensaver-hacks/blocktube
/usr/X11R6/bin/xscreensaver-hacks/boing
/usr/X11R6/bin/xscreensaver-hacks/bouboule
/usr/X11R6/bin/xscreensaver-hacks/bouncingcow
/usr/X11R6/bin/xscreensaver-hacks/boxed
/usr/X11R6/bin/xscreensaver-hacks/boxfit
/usr/X11R6/bin/xscreensaver-hacks/braid
/usr/X11R6/bin/xscreensaver-hacks/bsod
/usr/X11R6/bin/xscreensaver-hacks/bubble3d
/usr/X11R6/bin/xscreensaver-hacks/bubbles
/usr/X11R6/bin/xscreensaver-hacks/bumps
/usr/X11R6/bin/xscreensaver-hacks/cage
/usr/X11R6/bin/xscreensaver-hacks/carousel
/usr/X11R6/bin/xscreensaver-hacks/ccurve
/usr/X11R6/bin/xscreensaver-hacks/celtic
/usr/X11R6/bin/xscreensaver-hacks/circuit
/usr/X11R6/bin/xscreensaver-hacks/cloudlife
/usr/X11R6/bin/xscreensaver-hacks/compass
/usr/X11R6/bin/xscreensaver-hacks/coral
/usr/X11R6/bin/xscreensaver-hacks/crackberg
/usr/X11R6/bin/xscreensaver-hacks/critical
/usr/X11R6/bin/xscreensaver-hacks/crystal
/usr/X11R6/bin/xscreensaver-hacks/cube21
/usr/X11R6/bin/xscreensaver-hacks/cubenetic
/usr/X11R6/bin/xscreensaver-hacks/cubestorm
/usr/X11R6/bin/xscreensaver-hacks/cynosure
/usr/X11R6/bin/xscreensaver-hacks/dangerball
/usr/X11R6/bin/xscreensaver-hacks/decayscreen
/usr/X11R6/bin/xscreensaver-hacks/deco
/usr/X11R6/bin/xscreensaver-hacks/deluxe
/usr/X11R6/bin/xscreensaver-hacks/demon
/usr/X11R6/bin/xscreensaver-hacks/discrete
/usr/X11R6/bin/xscreensaver-hacks/distort
/usr/X11R6/bin/xscreensaver-hacks/drift
/usr/X11R6/bin/xscreensaver-hacks/endgame
/usr/X11R6/bin/xscreensaver-hacks/engine
/usr/X11R6/bin/xscreensaver-hacks/epicycle
/usr/X11R6/bin/xscreensaver-hacks/eruption
/usr/X11R6/bin/xscreensaver-hacks/euler2d
/usr/X11R6/bin/xscreensaver-hacks/extrusion
/usr/X11R6/bin/xscreensaver-hacks/fadeplot
/usr/X11R6/bin/xscreensaver-hacks/fiberlamp
/usr/X11R6/bin/xscreensaver-hacks/fireworkx
/usr/X11R6/bin/xscreensaver-hacks/flag
/usr/X11R6/bin/xscreensaver-hacks/flame
/usr/X11R6/bin/xscreensaver-hacks/flipflop
/usr/X11R6/bin/xscreensaver-hacks/flipscreen3d
/usr/X11R6/bin/xscreensaver-hacks/fliptext
/usr/X11R6/bin/xscreensaver-hacks/flow
/usr/X11R6/bin/xscreensaver-hacks/fluidballs
/usr/X11R6/bin/xscreensaver-hacks/flurry
/usr/X11R6/bin/xscreensaver-hacks/flyingtoasters
/usr/X11R6/bin/xscreensaver-hacks/fontglide
/usr/X11R6/bin/xscreensaver-hacks/forest
/usr/X11R6/bin/xscreensaver-hacks/fuzzyflakes
/usr/X11R6/bin/xscreensaver-hacks/galaxy
/usr/X11R6/bin/xscreensaver-hacks/gears
/usr/X11R6/bin/xscreensaver-hacks/gflux
/usr/X11R6/bin/xscreensaver-hacks/glblur
/usr/X11R6/bin/xscreensaver-hacks/gleidescope
/usr/X11R6/bin/xscreensaver-hacks/glforestfire
/usr/X11R6/bin/xscreensaver-hacks/glhanoi
/usr/X11R6/bin/xscreensaver-hacks/glknots
/usr/X11R6/bin/xscreensaver-hacks/glmatrix
/usr/X11R6/bin/xscreensaver-hacks/glplanet
/usr/X11R6/bin/xscreensaver-hacks/glslideshow
/usr/X11R6/bin/xscreensaver-hacks/glsnake
/usr/X11R6/bin/xscreensaver-hacks/gltext
/usr/X11R6/bin/xscreensaver-hacks/goop
/usr/X11R6/bin/xscreensaver-hacks/grav
/usr/X11R6/bin/xscreensaver-hacks/greynetic
/usr/X11R6/bin/xscreensaver-hacks/halftone
/usr/X11R6/bin/xscreensaver-hacks/halo
/usr/X11R6/bin/xscreensaver-hacks/helix
/usr/X11R6/bin/xscreensaver-hacks/hopalong
/usr/X11R6/bin/xscreensaver-hacks/hyperball
/usr/X11R6/bin/xscreensaver-hacks/hypercube
/usr/X11R6/bin/xscreensaver-hacks/hypertorus
/usr/X11R6/bin/xscreensaver-hacks/ifs
/usr/X11R6/bin/xscreensaver-hacks/imsmap
/usr/X11R6/bin/xscreensaver-hacks/interaggregate
/usr/X11R6/bin/xscreensaver-hacks/interference
/usr/X11R6/bin/xscreensaver-hacks/intermomentary
/usr/X11R6/bin/xscreensaver-hacks/jigglypuff
/usr/X11R6/bin/xscreensaver-hacks/jigsaw
/usr/X11R6/bin/xscreensaver-hacks/juggle
/usr/X11R6/bin/xscreensaver-hacks/juggler3d
/usr/X11R6/bin/xscreensaver-hacks/julia
/usr/X11R6/bin/xscreensaver-hacks/kaleidescope
/usr/X11R6/bin/xscreensaver-hacks/klein
/usr/X11R6/bin/xscreensaver-hacks/kumppa
/usr/X11R6/bin/xscreensaver-hacks/lament
/usr/X11R6/bin/xscreensaver-hacks/laser
/usr/X11R6/bin/xscreensaver-hacks/lavalite
/usr/X11R6/bin/xscreensaver-hacks/lightning
/usr/X11R6/bin/xscreensaver-hacks/lisa
/usr/X11R6/bin/xscreensaver-hacks/lissie
/usr/X11R6/bin/xscreensaver-hacks/ljlatest
/usr/X11R6/bin/xscreensaver-hacks/lmorph
/usr/X11R6/bin/xscreensaver-hacks/loop
/usr/X11R6/bin/xscreensaver-hacks/maze
/usr/X11R6/bin/xscreensaver-hacks/memscroller
/usr/X11R6/bin/xscreensaver-hacks/menger
/usr/X11R6/bin/xscreensaver-hacks/metaballs
/usr/X11R6/bin/xscreensaver-hacks/mirrorblob
/usr/X11R6/bin/xscreensaver-hacks/mismunch
/usr/X11R6/bin/xscreensaver-hacks/moebius
/usr/X11R6/bin/xscreensaver-hacks/moire
/usr/X11R6/bin/xscreensaver-hacks/moire2
/usr/X11R6/bin/xscreensaver-hacks/molecule
/usr/X11R6/bin/xscreensaver-hacks/morph3d
/usr/X11R6/bin/xscreensaver-hacks/mountain
/usr/X11R6/bin/xscreensaver-hacks/munch
/usr/X11R6/bin/xscreensaver-hacks/nerverot
/usr/X11R6/bin/xscreensaver-hacks/noof
/usr/X11R6/bin/xscreensaver-hacks/noseguy
/usr/X11R6/bin/xscreensaver-hacks/pacman
/usr/X11R6/bin/xscreensaver-hacks/pedal
/usr/X11R6/bin/xscreensaver-hacks/penetrate
/usr/X11R6/bin/xscreensaver-hacks/penrose
/usr/X11R6/bin/xscreensaver-hacks/petri
/usr/X11R6/bin/xscreensaver-hacks/phosphor
/usr/X11R6/bin/xscreensaver-hacks/piecewise
/usr/X11R6/bin/xscreensaver-hacks/pinion
/usr/X11R6/bin/xscreensaver-hacks/pipes
/usr/X11R6/bin/xscreensaver-hacks/polyhedra
/usr/X11R6/bin/xscreensaver-hacks/polyominoes
/usr/X11R6/bin/xscreensaver-hacks/polytopes
/usr/X11R6/bin/xscreensaver-hacks/pong
/usr/X11R6/bin/xscreensaver-hacks/popsquares
/usr/X11R6/bin/xscreensaver-hacks/providence
/usr/X11R6/bin/xscreensaver-hacks/pulsar
/usr/X11R6/bin/xscreensaver-hacks/pyro
/usr/X11R6/bin/xscreensaver-hacks/qix
/usr/X11R6/bin/xscreensaver-hacks/queens
/usr/X11R6/bin/xscreensaver-hacks/rd-bomb
/usr/X11R6/bin/xscreensaver-hacks/ripples
/usr/X11R6/bin/xscreensaver-hacks/rocks
/usr/X11R6/bin/xscreensaver-hacks/rorschach
/usr/X11R6/bin/xscreensaver-hacks/rotor
/usr/X11R6/bin/xscreensaver-hacks/rotzoomer
/usr/X11R6/bin/xscreensaver-hacks/rubik
/usr/X11R6/bin/xscreensaver-hacks/sballs
/usr/X11R6/bin/xscreensaver-hacks/shadebobs
/usr/X11R6/bin/xscreensaver-hacks/sierpinski
/usr/X11R6/bin/xscreensaver-hacks/sierpinski3d
/usr/X11R6/bin/xscreensaver-hacks/slidescreen
/usr/X11R6/bin/xscreensaver-hacks/slip
/usr/X11R6/bin/xscreensaver-hacks/sonar
/usr/X11R6/bin/xscreensaver-hacks/speedmine
/usr/X11R6/bin/xscreensaver-hacks/sphere
/usr/X11R6/bin/xscreensaver-hacks/spheremonics
/usr/X11R6/bin/xscreensaver-hacks/spiral
/usr/X11R6/bin/xscreensaver-hacks/spotlight
/usr/X11R6/bin/xscreensaver-hacks/sproingies
/usr/X11R6/bin/xscreensaver-hacks/squiral
/usr/X11R6/bin/xscreensaver-hacks/stairs
/usr/X11R6/bin/xscreensaver-hacks/starfish
/usr/X11R6/bin/xscreensaver-hacks/starwars
/usr/X11R6/bin/xscreensaver-hacks/stonerview
/usr/X11R6/bin/xscreensaver-hacks/strange
/usr/X11R6/bin/xscreensaver-hacks/substrate
/usr/X11R6/bin/xscreensaver-hacks/superquadrics
/usr/X11R6/bin/xscreensaver-hacks/swirl
/usr/X11R6/bin/xscreensaver-hacks/t3d
/usr/X11R6/bin/xscreensaver-hacks/tangram
/usr/X11R6/bin/xscreensaver-hacks/thornbird
/usr/X11R6/bin/xscreensaver-hacks/timetunnel
/usr/X11R6/bin/xscreensaver-hacks/triangle
/usr/X11R6/bin/xscreensaver-hacks/truchet
/usr/X11R6/bin/xscreensaver-hacks/twang
/usr/X11R6/bin/xscreensaver-hacks/vermiculate
/usr/X11R6/bin/xscreensaver-hacks/vidwhacker
/usr/X11R6/bin/xscreensaver-hacks/vines
/usr/X11R6/bin/xscreensaver-hacks/wander
/usr/X11R6/bin/xscreensaver-hacks/webcollage
/usr/X11R6/bin/xscreensaver-hacks/webcollage-helper
/usr/X11R6/bin/xscreensaver-hacks/whirlwindwarp
/usr/X11R6/bin/xscreensaver-hacks/whirlygig
/usr/X11R6/bin/xscreensaver-hacks/worm
/usr/X11R6/bin/xscreensaver-hacks/wormhole
/usr/X11R6/bin/xscreensaver-hacks/xanalogtv
/usr/X11R6/bin/xscreensaver-hacks/xflame
/usr/X11R6/bin/xscreensaver-hacks/xjack
/usr/X11R6/bin/xscreensaver-hacks/xlyap
/usr/X11R6/bin/xscreensaver-hacks/xmatrix
/usr/X11R6/bin/xscreensaver-hacks/xrayswarm
/usr/X11R6/bin/xscreensaver-hacks/xspirograph
/usr/X11R6/bin/xscreensaver-hacks/xsublim
/usr/X11R6/bin/xscreensaver-hacks/xteevee
/usr/X11R6/bin/xscreensaver-hacks/zoom
 
Mach sicherheitshalber nochmal ein pkg_info -Lx gnome | grep gnome-session um nachzuschauen, ob die GNOME-Mädels das eventuell einfach irgendwo in den Tiefen des Dateisystems verbuddelt haben. Es sieht allerdings so aus, als sei ein gnome-session bei dir tatsächlich nicht vorhanden. Das kann zwei Gründe haben:
  1. GNOME wird gar nicht mehr per gnome-session gestartet. Allerdings fällt mir aus deiner Ausgabe von oben auch kein anderes Programm auf, das so aussieht, als würde es zum Starten von GNOME dienen. Aber ich kenne mich, wie gesagt, mit GNOME nicht aus.
  2. Du hast das Paket, das gnome-session enthält, nicht installiert. Wir kommen dann also doch nicht um die schon weiter oben erwähnte Ausgabe von pkg_info | grep -i gnome herum. Es wäre dazu allerdings nett, wenn jemand, bei dem gnome-session installiert ist, mal eben die Ausgabe von pkg_info -W gnome-session posten könnte.
 
Ich mach so als erstes test ich mein X wenn X geht dann füge ich in .xinitrc startkde oder richte kdm ein.

Starte X ohne .xinitrc wenn du twm siehst dann startet dein X normal.
Du beendest das ganze wenn du in login xterm tippst du ein exit eintippst und enter.

Wasfür Graka hast du denn?
Ich vermute das du kein X eingerichtet hast.
 
FVWM läuft bei ihm einwandfrei, also ist X ja wohl korrekt eingerichtet. Und was für eine Grafikkarte er hat steht sogar schon in der Thread-Überschrift oder auch im dmesg in Post #1.

Lies die Threads doch bitte erstmal vollständig, das ist mir bei dir nun schon in ein paar mal aufgefallen.

:ugly:
 
pkg_info -Lx gnome | grep gnome-session ergibt:
/usr/X11R6/share/icons/hicolor/24x24/apps/gnome-session.png
/usr/X11R6/share/icons/hicolor/48x48/apps/gnome-session.png
/usr/X11R6/share/gnome/help/gnome-dev-info/C/gnome-session.html

pkg_info | grep -i gnome ergibt etwas mehr ;-)
Code:
Information for gnome-backgrounds-2.12.3.1:
/usr/X11R6/share/gnome/gnome-background-properties/gnome-branded.xml
/usr/X11R6/share/gnome/gnome-background-properties/gnome-tiles.xml
/usr/X11R6/share/gnome/gnome-background-properties/gnome-translucent.xml
/usr/X11R6/share/gnome/pixmaps/backgrounds/gnome/branded/GNOME-Aqua.jpg
/usr/X11R6/share/gnome/pixmaps/backgrounds/gnome/branded/GNOME-FraserIsland.jpg
/usr/X11R6/share/gnome/pixmaps/backgrounds/gnome/branded/GNOME-Redblurred.jpg
/usr/X11R6/share/gnome/pixmaps/backgrounds/gnome/branded/GNOME-Weirdcolours.jpg
/usr/X11R6/share/gnome/pixmaps/backgrounds/gnome/tiles/alien-artifact-trans.png
/usr/X11R6/share/gnome/pixmaps/backgrounds/gnome/tiles/cow-trans.png
/usr/X11R6/share/gnome/pixmaps/backgrounds/gnome/tiles/tiles-trans.png
/usr/X11R6/share/gnome/pixmaps/backgrounds/gnome/translucent/ellipsis.svg
/usr/X11R6/share/gnome/pixmaps/backgrounds/gnome/translucent/rects.svg
/usr/X11R6/share/gnome/pixmaps/backgrounds/gnome/translucent/tentacles.svg
/usr/X11R6/share/locale/ar/LC_MESSAGES/gnome-backgrounds.mo
/usr/X11R6/share/locale/bg/LC_MESSAGES/gnome-backgrounds.mo
/usr/X11R6/share/locale/bn/LC_MESSAGES/gnome-backgrounds.mo
/usr/X11R6/share/locale/ca/LC_MESSAGES/gnome-backgrounds.mo
/usr/X11R6/share/locale/cs/LC_MESSAGES/gnome-backgrounds.mo
/usr/X11R6/share/locale/cy/LC_MESSAGES/gnome-backgrounds.mo
/usr/X11R6/share/locale/da/LC_MESSAGES/gnome-backgrounds.mo
/usr/X11R6/share/locale/de/LC_MESSAGES/gnome-backgrounds.mo
/usr/X11R6/share/locale/el/LC_MESSAGES/gnome-backgrounds.mo
/usr/X11R6/share/locale/en_CA/LC_MESSAGES/gnome-backgrounds.mo
/usr/X11R6/share/locale/en_GB/LC_MESSAGES/gnome-backgrounds.mo
/usr/X11R6/share/locale/es/LC_MESSAGES/gnome-backgrounds.mo
/usr/X11R6/share/locale/et/LC_MESSAGES/gnome-backgrounds.mo
/usr/X11R6/share/locale/eu/LC_MESSAGES/gnome-backgrounds.mo
/usr/X11R6/share/locale/fa/LC_MESSAGES/gnome-backgrounds.mo
/usr/X11R6/share/locale/fi/LC_MESSAGES/gnome-backgrounds.mo
/usr/X11R6/share/locale/fr/LC_MESSAGES/gnome-backgrounds.mo
/usr/X11R6/share/locale/gl/LC_MESSAGES/gnome-backgrounds.mo
/usr/X11R6/share/locale/gu/LC_MESSAGES/gnome-backgrounds.mo
/usr/X11R6/share/locale/hi/LC_MESSAGES/gnome-backgrounds.mo
/usr/X11R6/share/locale/hu/LC_MESSAGES/gnome-backgrounds.mo
/usr/X11R6/share/locale/hy/LC_MESSAGES/gnome-backgrounds.mo
/usr/X11R6/share/locale/id/LC_MESSAGES/gnome-backgrounds.mo
/usr/X11R6/share/locale/it/LC_MESSAGES/gnome-backgrounds.mo
/usr/X11R6/share/locale/ja/LC_MESSAGES/gnome-backgrounds.mo
/usr/X11R6/share/locale/ko/LC_MESSAGES/gnome-backgrounds.mo
/usr/X11R6/share/locale/ku/LC_MESSAGES/gnome-backgrounds.mo
/usr/X11R6/share/locale/ky/LC_MESSAGES/gnome-backgrounds.mo
/usr/X11R6/share/locale/lt/LC_MESSAGES/gnome-backgrounds.mo
/usr/X11R6/share/locale/nb/LC_MESSAGES/gnome-backgrounds.mo
/usr/X11R6/share/locale/ne/LC_MESSAGES/gnome-backgrounds.mo
/usr/X11R6/share/locale/nl/LC_MESSAGES/gnome-backgrounds.mo
/usr/X11R6/share/locale/no/LC_MESSAGES/gnome-backgrounds.mo
/usr/X11R6/share/locale/pa/LC_MESSAGES/gnome-backgrounds.mo
/usr/X11R6/share/locale/pl/LC_MESSAGES/gnome-backgrounds.mo
/usr/X11R6/share/locale/pt/LC_MESSAGES/gnome-backgrounds.mo
/usr/X11R6/share/locale/pt_BR/LC_MESSAGES/gnome-backgrounds.mo
/usr/X11R6/share/locale/ro/LC_MESSAGES/gnome-backgrounds.mo
/usr/X11R6/share/locale/rw/LC_MESSAGES/gnome-backgrounds.mo
/usr/X11R6/share/locale/sk/LC_MESSAGES/gnome-backgrounds.mo
/usr/X11R6/share/locale/sl/LC_MESSAGES/gnome-backgrounds.mo
/usr/X11R6/share/locale/sq/LC_MESSAGES/gnome-backgrounds.mo
/usr/X11R6/share/locale/sr/LC_MESSAGES/gnome-backgrounds.mo
/usr/X11R6/share/locale/sr@Latn/LC_MESSAGES/gnome-backgrounds.mo
/usr/X11R6/share/locale/sv/LC_MESSAGES/gnome-backgrounds.mo
/usr/X11R6/share/locale/te/LC_MESSAGES/gnome-backgrounds.mo
/usr/X11R6/share/locale/th/LC_MESSAGES/gnome-backgrounds.mo
/usr/X11R6/share/locale/tr/LC_MESSAGES/gnome-backgrounds.mo
/usr/X11R6/share/locale/uk/LC_MESSAGES/gnome-backgrounds.mo
/usr/X11R6/share/locale/vi/LC_MESSAGES/gnome-backgrounds.mo
/usr/X11R6/share/locale/zh_CN/LC_MESSAGES/gnome-backgrounds.mo
/usr/X11R6/share/locale/zh_TW/LC_MESSAGES/gnome-backgrounds.mo
Information for gnome-clipboard-daemon-1.0_5:
/usr/X11R6/bin/gnome-clipboard-daemon
Information for gnome-colorscheme-0.3.1:
/usr/X11R6/share/gnome/applications/colorscheme.desktop
/usr/X11R6/share/gnome/colorscheme/palettes/Tango-Palette.gpl
/usr/X11R6/share/gnome/colorscheme/palettes/Visibone.gpl
/usr/X11R6/share/gnome/colorscheme/palettes/Web.gpl
/usr/X11R6/share/gnome/colorscheme/palettes/Ximian-Palette.gpl
/usr/X11R6/share/gnome/colorscheme/ui/colorscheme.ui
/usr/X11R6/share/gnome/pixmaps/colorscheme-icon.png
/usr/X11R6/share/gnome/pixmaps/colorscheme-logo.png
/usr/X11R6/share/gnome/pixmaps/darken.png
/usr/X11R6/share/gnome/pixmaps/desaturate.png
/usr/X11R6/share/gnome/pixmaps/lighten.png
/usr/X11R6/share/gnome/pixmaps/saturate.png
Information for gnome-commander2-1.1.6_3:
/usr/X11R6/bin/gnome-commander
/usr/X11R6/lib/gnome-commander/libgcmd.a
/usr/X11R6/lib/gnome-commander/libgcmd.la
/usr/X11R6/lib/gnome-commander/libgcmd.so
/usr/X11R6/lib/gnome-commander/libgcmd.so.0
/usr/X11R6/lib/gnome-commander/plugins/libcvs.a
/usr/X11R6/lib/gnome-commander/plugins/libcvs.la
/usr/X11R6/lib/gnome-commander/plugins/libcvs.so
/usr/X11R6/lib/gnome-commander/plugins/libcvs.so.0
/usr/X11R6/lib/gnome-commander/plugins/libfileroller.a
/usr/X11R6/lib/gnome-commander/plugins/libfileroller.la
/usr/X11R6/lib/gnome-commander/plugins/libfileroller.so
/usr/X11R6/lib/gnome-commander/plugins/libfileroller.so.0
/usr/X11R6/lib/gnome-commander/plugins/libtest.a
/usr/X11R6/lib/gnome-commander/plugins/libtest.la
/usr/X11R6/lib/gnome-commander/plugins/libtest.so
/usr/X11R6/lib/gnome-commander/plugins/libtest.so.0
/usr/X11R6/share/gnome/applications/gnome-commander.desktop
/usr/X11R6/share/gnome/pixmaps/gnome-commander/device-icons/burner.xpm
/usr/X11R6/share/gnome/pixmaps/gnome-commander/device-icons/camera.xpm
/usr/X11R6/share/gnome/pixmaps/gnome-commander/device-icons/cdrom.xpm
/usr/X11R6/share/gnome/pixmaps/gnome-commander/device-icons/floppy.xpm
/usr/X11R6/share/gnome/pixmaps/gnome-commander/device-icons/zip.xpm
/usr/X11R6/share/gnome/pixmaps/gnome-commander/exec.xpm
/usr/X11R6/share/gnome/pixmaps/gnome-commander/exec_wheel.xpm
/usr/X11R6/share/gnome/pixmaps/gnome-commander/file-type-icons/file_type_block_device.xpm
/usr/X11R6/share/gnome/pixmaps/gnome-commander/file-type-icons/file_type_char_device.xpm
/usr/X11R6/share/gnome/pixmaps/gnome-commander/file-type-icons/file_type_dir.xpm
/usr/X11R6/share/gnome/pixmaps/gnome-commander/file-type-icons/file_type_fifo.xpm
/usr/X11R6/share/gnome/pixmaps/gnome-commander/file-type-icons/file_type_regular.xpm
/usr/X11R6/share/gnome/pixmaps/gnome-commander/file-type-icons/file_type_socket.xpm
/usr/X11R6/share/gnome/pixmaps/gnome-commander/file-type-icons/file_type_symlink.xpm
/usr/X11R6/share/gnome/pixmaps/gnome-commander/ftp.xpm
/usr/X11R6/share/gnome/pixmaps/gnome-commander/ftp_connect.xpm
/usr/X11R6/share/gnome/pixmaps/gnome-commander/ftp_disconnect.xpm
/usr/X11R6/share/gnome/pixmaps/gnome-commander/gcmd-icon1.png
/usr/X11R6/share/gnome/pixmaps/gnome-commander/gcmd-icon1.xpm
/usr/X11R6/share/gnome/pixmaps/gnome-commander/gcmd-icon2.png
/usr/X11R6/share/gnome/pixmaps/gnome-commander/gcmd-icon3.xpm
/usr/X11R6/share/gnome/pixmaps/gnome-commander/gnome_cmd_arrow_blank.xpm
/usr/X11R6/share/gnome/pixmaps/gnome-commander/gnome_cmd_arrow_down.xpm
/usr/X11R6/share/gnome/pixmaps/gnome-commander/gnome_cmd_arrow_up.xpm
/usr/X11R6/share/gnome/pixmaps/gnome-commander/home.xpm
/usr/X11R6/share/gnome/pixmaps/gnome-commander/key.xpm
/usr/X11R6/share/gnome/pixmaps/gnome-commander/lock.xpm
/usr/X11R6/share/gnome/pixmaps/gnome-commander/menu_bookmark.xpm
/usr/X11R6/share/gnome/pixmaps/gnome-commander/menu_ftp_connect.xpm
/usr/X11R6/share/gnome/pixmaps/gnome-commander/menu_ftp_disconnect.xpm
/usr/X11R6/share/gnome/pixmaps/gnome-commander/mime-icons/gnome-application-msword.png
/usr/X11R6/share/gnome/pixmaps/gnome-commander/mime-icons/gnome-application-pdf.png
/usr/X11R6/share/gnome/pixmaps/gnome-commander/mime-icons/gnome-application-postscript.png
/usr/X11R6/share/gnome/pixmaps/gnome-commander/mime-icons/gnome-application-vnd.ms-excel.png
/usr/X11R6/share/gnome/pixmaps/gnome-commander/mime-icons/gnome-application-vnd.ms-powerpoint.png
/usr/X11R6/share/gnome/pixmaps/gnome-commander/mime-icons/gnome-application-vnd.sun.xml.calc.png
/usr/X11R6/share/gnome/pixmaps/gnome-commander/mime-icons/gnome-application-vnd.sun.xml.draw.png
/usr/X11R6/share/gnome/pixmaps/gnome-commander/mime-icons/gnome-application-vnd.sun.xml.impress.png
/usr/X11R6/share/gnome/pixmaps/gnome-commander/mime-icons/gnome-application-vnd.sun.xml.writer.math.png
/usr/X11R6/share/gnome/pixmaps/gnome-commander/mime-icons/gnome-application-vnd.sun.xml.writer.png
/usr/X11R6/share/gnome/pixmaps/gnome-commander/mime-icons/gnome-application-x-anjuta-project.png
/usr/X11R6/share/gnome/pixmaps/gnome-commander/mime-icons/gnome-application-x-arj.png
/usr/X11R6/share/gnome/pixmaps/gnome-commander/mime-icons/gnome-application-x-bzip-compressed-tar.png
/usr/X11R6/share/gnome/pixmaps/gnome-commander/mime-icons/gnome-application-x-bzip.png
/usr/X11R6/share/gnome/pixmaps/gnome-commander/mime-icons/gnome-application-x-compressed-tar.png
/usr/X11R6/share/gnome/pixmaps/gnome-commander/mime-icons/gnome-application-x-compressed.png
/usr/X11R6/share/gnome/pixmaps/gnome-commander/mime-icons/gnome-application-x-dia-diagram.png
/usr/X11R6/share/gnome/pixmaps/gnome-commander/mime-icons/gnome-application-x-executable-binary.png
/usr/X11R6/share/gnome/pixmaps/gnome-commander/mime-icons/gnome-application-x-glade.png
/usr/X11R6/share/gnome/pixmaps/gnome-commander/mime-icons/gnome-application-x-gnumeric.png
/usr/X11R6/share/gnome/pixmaps/gnome-commander/mime-icons/gnome-application-x-gzip.png
/usr/X11R6/share/gnome/pixmaps/gnome-commander/mime-icons/gnome-application-x-mrproject.png
/usr/X11R6/share/gnome/pixmaps/gnome-commander/mime-icons/gnome-application-x-ogg.png
/usr/X11R6/share/gnome/pixmaps/gnome-commander/mime-icons/gnome-application-x-rpm.png
/usr/X11R6/share/gnome/pixmaps/gnome-commander/mime-icons/gnome-application-zip.png
/usr/X11R6/share/gnome/pixmaps/gnome-commander/mime-icons/gnome-audio-plain.png
/usr/X11R6/share/gnome/pixmaps/gnome-commander/mime-icons/gnome-audio-x-mp3.png
/usr/X11R6/share/gnome/pixmaps/gnome-commander/mime-icons/gnome-compressed.png
/usr/X11R6/share/gnome/pixmaps/gnome-commander/mime-icons/gnome-image-plain.png
/usr/X11R6/share/gnome/pixmaps/gnome-commander/mime-icons/gnome-text-html.png
/usr/X11R6/share/gnome/pixmaps/gnome-commander/mime-icons/gnome-text-plain.png
/usr/X11R6/share/gnome/pixmaps/gnome-commander/mime-icons/gnome-text-x-c-header.png
/usr/X11R6/share/gnome/pixmaps/gnome-commander/mime-icons/gnome-text-x-c.png
/usr/X11R6/share/gnome/pixmaps/gnome-commander/mime-icons/gnome-text-x-sh.png
/usr/X11R6/share/gnome/pixmaps/gnome-commander/mime-icons/gnome-video-plain.png
/usr/X11R6/share/gnome/pixmaps/gnome-commander/mime-icons/i-blockdev.png
/usr/X11R6/share/gnome/pixmaps/gnome-commander/mime-icons/i-chardev.png
/usr/X11R6/share/gnome/pixmaps/gnome-commander/mime-icons/i-directory.png
/usr/X11R6/share/gnome/pixmaps/gnome-commander/mime-icons/i-fifo.png
/usr/X11R6/share/gnome/pixmaps/gnome-commander/mime-icons/i-music.png
/usr/X11R6/share/gnome/pixmaps/gnome-commander/mime-icons/i-regular.png
/usr/X11R6/share/gnome/pixmaps/gnome-commander/mime-icons/i-socket.png
/usr/X11R6/share/gnome/pixmaps/gnome-commander/mime-icons/i-symlink.png
/usr/X11R6/share/gnome/pixmaps/gnome-commander/mkdir.xpm
/usr/X11R6/share/gnome/pixmaps/gnome-commander/overlay_symlink.xpm
/usr/X11R6/share/gnome/pixmaps/gnome-commander/overlay_umount.xpm
/usr/X11R6/share/gnome/pixmaps/gnome-commander/parent_dir.xpm
/usr/X11R6/share/gnome/pixmaps/gnome-commander/root_dir.xpm
/usr/X11R6/share/gnome/pixmaps/gnome-commander/server.xpm
/usr/X11R6/share/gnome/pixmaps/gnome-commander/smb-computer.xpm
/usr/X11R6/share/gnome/pixmaps/gnome-commander/smb-network.xpm
/usr/X11R6/share/gnome/pixmaps/gnome-commander/toggle_horizontal.xpm
/usr/X11R6/share/gnome/pixmaps/gnome-commander/toggle_vertical.xpm
/usr/X11R6/share/locale/ca/LC_MESSAGES/gnome-commander.mo
/usr/X11R6/share/locale/cs/LC_MESSAGES/gnome-commander.mo
/usr/X11R6/share/locale/de/LC_MESSAGES/gnome-commander.mo
/usr/X11R6/share/locale/es/LC_MESSAGES/gnome-commander.mo
/usr/X11R6/share/locale/fr/LC_MESSAGES/gnome-commander.mo
/usr/X11R6/share/locale/nl/LC_MESSAGES/gnome-commander.mo
/usr/X11R6/share/locale/pl/LC_MESSAGES/gnome-commander.mo
/usr/X11R6/share/locale/pt/LC_MESSAGES/gnome-commander.mo
/usr/X11R6/share/locale/ru/LC_MESSAGES/gnome-commander.mo
/usr/X11R6/share/locale/sk/LC_MESSAGES/gnome-commander.mo
/usr/X11R6/share/locale/sr/LC_MESSAGES/gnome-commander.mo
/usr/X11R6/share/locale/sr@Latn/LC_MESSAGES/gnome-commander.mo
/usr/X11R6/share/locale/sv/LC_MESSAGES/gnome-commander.mo
Information for gnome-cups-manager-0.31_2,1:
/usr/X11R6/bin/gnome-cups-add
/usr/X11R6/bin/gnome-cups-icon
/usr/X11R6/bin/gnome-cups-manager
/usr/X11R6/include/libgnomecups-1/libgnomecups/gnome-cups-permission.h
/usr/X11R6/include/libgnomecups-1/libgnomecups/gnome-cups-ui-connection.h
/usr/X11R6/include/libgnomecups-1/libgnomecups/gnome-cups-ui-driver.h
/usr/X11R6/include/libgnomecups-1/libgnomecups/gnome-cups-ui-init.h
/usr/X11R6/include/libgnomecups-1/libgnomecups/gnome-cups-ui-print.h
/usr/X11R6/include/libgnomecups-1/libgnomecups/gnome-cups-ui-util.h
/usr/X11R6/lib/libgnomecupsui-1.0.a
/usr/X11R6/lib/libgnomecupsui-1.0.la
/usr/X11R6/lib/libgnomecupsui-1.0.so
/usr/X11R6/lib/libgnomecupsui-1.0.so.1
/usr/X11R6/libdata/bonobo/servers/Gnome_CupsManager.server
/usr/X11R6/libdata/pkgconfig/libgnomecupsui-1.0.pc
/usr/X11R6/sbin/gnome-cups-switch
/usr/X11R6/share/gnome/applications/gnome-cups-manager.desktop
/usr/X11R6/share/gnome/gnome-cups-manager/gnome-cups-add.glade
/usr/X11R6/share/gnome/gnome-cups-manager/gnome-cups-add-druid.png
/usr/X11R6/share/gnome/gnome-cups-manager/gnome-cups-manager.glade
/usr/X11R6/share/gnome/gnome-cups-manager/gnome-cups-ui-connection.glade
/usr/X11R6/share/gnome/gnome-cups-manager/gnome-cups-ui-driver.glade
/usr/X11R6/share/gnome/gnome-cups-manager/xd2-testpage-a4.eps
/usr/X11R6/share/gnome/gnome-cups-manager/xd2-testpage-letter.eps
/usr/X11R6/share/gnome/pixmaps/gnome-cups-manager/printer-tray-normal.png
/usr/X11R6/share/gnome/pixmaps/gnome-cups-manager/printer-tray-stopped.png
/usr/X11R6/share/icons/hicolor/48x48/devices/gnome-dev-printer-network.png
/usr/X11R6/share/icons/hicolor/48x48/devices/gnome-dev-printer-new.png
/usr/X11R6/share/icons/hicolor/48x48/devices/gnome-dev-printer.png
/usr/X11R6/share/locale/bg/LC_MESSAGES/gnome-cups-manager.mo
/usr/X11R6/share/locale/ca/LC_MESSAGES/gnome-cups-manager.mo
/usr/X11R6/share/locale/cs/LC_MESSAGES/gnome-cups-manager.mo
/usr/X11R6/share/locale/da/LC_MESSAGES/gnome-cups-manager.mo
/usr/X11R6/share/locale/de/LC_MESSAGES/gnome-cups-manager.mo
/usr/X11R6/share/locale/el/LC_MESSAGES/gnome-cups-manager.mo
/usr/X11R6/share/locale/en_CA/LC_MESSAGES/gnome-cups-manager.mo
/usr/X11R6/share/locale/en_GB/LC_MESSAGES/gnome-cups-manager.mo
/usr/X11R6/share/locale/es/LC_MESSAGES/gnome-cups-manager.mo
/usr/X11R6/share/locale/eu/LC_MESSAGES/gnome-cups-manager.mo
/usr/X11R6/share/locale/fi/LC_MESSAGES/gnome-cups-manager.mo
/usr/X11R6/share/locale/fr/LC_MESSAGES/gnome-cups-manager.mo
/usr/X11R6/share/locale/gl/LC_MESSAGES/gnome-cups-manager.mo
/usr/X11R6/share/locale/he/LC_MESSAGES/gnome-cups-manager.mo
/usr/X11R6/share/locale/hr/LC_MESSAGES/gnome-cups-manager.mo
/usr/X11R6/share/locale/hu/LC_MESSAGES/gnome-cups-manager.mo
/usr/X11R6/share/locale/it/LC_MESSAGES/gnome-cups-manager.mo
/usr/X11R6/share/locale/ja/LC_MESSAGES/gnome-cups-manager.mo
/usr/X11R6/share/locale/ko/LC_MESSAGES/gnome-cups-manager.mo
/usr/X11R6/share/locale/nb/LC_MESSAGES/gnome-cups-manager.mo
/usr/X11R6/share/locale/ne/LC_MESSAGES/gnome-cups-manager.mo
/usr/X11R6/share/locale/nl/LC_MESSAGES/gnome-cups-manager.mo
/usr/X11R6/share/locale/no/LC_MESSAGES/gnome-cups-manager.mo
/usr/X11R6/share/locale/pa/LC_MESSAGES/gnome-cups-manager.mo
/usr/X11R6/share/locale/pt/LC_MESSAGES/gnome-cups-manager.mo
/usr/X11R6/share/locale/pt_BR/LC_MESSAGES/gnome-cups-manager.mo
/usr/X11R6/share/locale/ru/LC_MESSAGES/gnome-cups-manager.mo
/usr/X11R6/share/locale/rw/LC_MESSAGES/gnome-cups-manager.mo
/usr/X11R6/share/locale/sq/LC_MESSAGES/gnome-cups-manager.mo
/usr/X11R6/share/locale/sr/LC_MESSAGES/gnome-cups-manager.mo
/usr/X11R6/share/locale/sr@Latn/LC_MESSAGES/gnome-cups-manager.mo
/usr/X11R6/share/locale/sv/LC_MESSAGES/gnome-cups-manager.mo
/usr/X11R6/share/locale/tr/LC_MESSAGES/gnome-cups-manager.mo
/usr/X11R6/share/locale/uk/LC_MESSAGES/gnome-cups-manager.mo
/usr/X11R6/share/locale/xh/LC_MESSAGES/gnome-cups-manager.mo
/usr/X11R6/share/locale/zh_CN/LC_MESSAGES/gnome-cups-manager.mo
/usr/X11R6/share/locale/zh_TW/LC_MESSAGES/gnome-cups-manager.mo
Information for gnome-icon-theme-2.12.1_2:
/usr/X11R6/libdata/pkgconfig/gnome-icon-theme.pc
/usr/X11R6/share/icons/gnome/12x12/emblems/emblem-symbolic-link.png
/usr/X11R6/share/icons/gnome/12x12/filesystems/gnome-fs-directory-accept.png
/usr/X11R6/share/icons/gnome/12x12/filesystems/gnome-fs-directory-visiting.png
/usr/X11R6/share/icons/gnome/12x12/filesystems/gnome-fs-directory.png
/usr/X11R6/share/icons/gnome/16x16/devices/gnome-dev-cdrom-audio.png
/usr/X11R6/share/icons/gnome/16x16/devices/gnome-dev-cdrom.png
/usr/X11R6/share/icons/gnome/16x16/devices/gnome-dev-dvd.png
/usr/X11R6/share/icons/gnome/16x16/devices/gnome-dev-ethernet.png
/usr/X11R6/share/icons/gnome/16x16/devices/gnome-dev-floppy.png
/usr/X11R6/share/icons/gnome/16x16/devices/gnome-dev-harddisk-1394.png
/usr/X11R6/share/icons/gnome/16x16/devices/gnome-dev-harddisk-usb.png
/usr/X11R6/share/icons/gnome/16x16/devices/gnome-dev-harddisk.png
/usr/X11R6/share/icons/gnome/16x16/devices/gnome-dev-ipod.png
/usr/X11R6/share/icons/gnome/16x16/devices/gnome-dev-memory.png
/usr/X11R6/share/icons/gnome/16x16/devices/gnome-dev-mouse-ball.png
/usr/X11R6/share/icons/gnome/16x16/devices/gnome-dev-pci.png
/usr/X11R6/share/icons/gnome/16x16/devices/gnome-dev-printer.png
/usr/X11R6/share/icons/gnome/16x16/devices/gnome-dev-removable-1394.png
/usr/X11R6/share/icons/gnome/16x16/devices/gnome-dev-removable-usb.png
/usr/X11R6/share/icons/gnome/16x16/devices/gnome-dev-removable.png
/usr/X11R6/share/icons/gnome/16x16/devices/gnome-dev-wavelan-encrypted.png
/usr/X11R6/share/icons/gnome/16x16/devices/gnome-dev-wavelan.png
/usr/X11R6/share/icons/gnome/16x16/filesystems/gnome-fs-bookmark-missing.png
/usr/X11R6/share/icons/gnome/16x16/filesystems/gnome-fs-bookmark.png
/usr/X11R6/share/icons/gnome/16x16/filesystems/gnome-fs-client.png
/usr/X11R6/share/icons/gnome/16x16/filesystems/gnome-fs-desktop.png
/usr/X11R6/share/icons/gnome/16x16/filesystems/gnome-fs-directory-accept.png
/usr/X11R6/share/icons/gnome/16x16/filesystems/gnome-fs-directory.png
/usr/X11R6/share/icons/gnome/16x16/filesystems/gnome-fs-ftp.png
/usr/X11R6/share/icons/gnome/16x16/filesystems/gnome-fs-home.png
/usr/X11R6/share/icons/gnome/16x16/filesystems/gnome-fs-network.png
/usr/X11R6/share/icons/gnome/16x16/filesystems/gnome-fs-nfs.png
/usr/X11R6/share/icons/gnome/16x16/filesystems/gnome-fs-server.png
/usr/X11R6/share/icons/gnome/16x16/filesystems/gnome-fs-share.png
/usr/X11R6/share/icons/gnome/16x16/filesystems/gnome-fs-smb.png
/usr/X11R6/share/icons/gnome/16x16/filesystems/gnome-fs-ssh.png
/usr/X11R6/share/icons/gnome/16x16/filesystems/gnome-fs-trash-empty.png
/usr/X11R6/share/icons/gnome/16x16/filesystems/gnome-fs-trash-full.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-library.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-magicpoint.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-msword.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-ogg.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-par.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-pdf.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-pgp-encrypted.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-pgp-keys.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-pgp.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-postscript.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-qif.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-rhythmbox-effect.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-rhythmbox-playlist.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-rtf.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-smil.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.ms-excel.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.stardivision.calc.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.stardivision.impress.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.stardivision.writer.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.writer.template.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-wordperfect.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-abiword.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-applix-spreadsheet.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-applix-word.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-archive.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-arj.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-bittorrent.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-bla.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-blender.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-blf.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-blv.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-bzip.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-cd-image.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-class-file.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-compress.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-compressed-tar.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-core.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-cpio-compressed.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-cpio.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-dc-rom.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-deb.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-desktop.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-dia-diagram.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-dv.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-dvi.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-e-theme.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-executable.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-extension-nfo.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-extension-par2.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-font-afm.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-font-bdf.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-font-linux-psf.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-font-pcf.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-font-sunos-news.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-font-ttf.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-gameboy-rom.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-genesis-rom.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-glade.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-gnucash.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-gnumeric.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-gtktalog.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-gzip.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-ipod-firmware.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-jar.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-killustrator.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-kpresenter.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-kspread.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-kword.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-lha.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-lhz.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-mrproject.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-msx-rom.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-n64-rom.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-nes-rom.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-object.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-perl.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-php.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-python-bytecode.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-python.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-qw.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-rar.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-reject.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-rpm.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-ruby.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-sharedlib.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-shellscript.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-shockwave-flash.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-sms-rom.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-sql.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-stuffit.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-tar.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-tex.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-trash.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-x509-ca-cert.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application-zip.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-application.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-audio-ac3.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-audio-basic.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-audio-midi.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-audio-x-aiff.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-audio-x-it.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-audio-x-midi.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-audio-x-mod.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-audio-x-mp3.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-audio-x-s3m.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-audio-x-stm.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-audio-x-ulaw.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-audio-x-voc.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-audio-x-wav.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-audio-x-xi.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-audio-x-xm.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-audio.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-image-bmp.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-image-gif.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-image-jpeg.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-image-png.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-image-svg+xml.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-image-svg.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-image-tiff.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-image-wmf.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-image-x-3ds.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-image-x-applix-graphic.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-image-x-cmu-raster.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-image-x-lwo.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-image-x-lws.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-image-x-xcf.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-image.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-text-css.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-text-html.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-text-x-authors.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-text-x-c++src.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-text-x-c-header.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-text-x-c.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-text-x-chdr.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-text-x-copying.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-text-x-credits.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-text-x-csh.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-text-x-csharp.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-text-x-csrc.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-text-x-haskell.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-text-x-install.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-text-x-java.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-text-x-literate-haskell.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-text-x-lyx.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-text-x-makefile.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-text-x-objcsrc.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-text-x-patch.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-text-x-readme.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-text-x-scheme.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-text-x-sql.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-text-x-tex.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-text-x-troff-man.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-text-x-txt.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-text-x-vcalendar.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-text-x-vcard.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-text-x-zsh.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-text-xml.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-text.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-video-mpeg.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-video-quicktime.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-video-x-ms-asf.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-video-x-ms-wmv.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-video-x-msvideo.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-video.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-x-directory-nfs-server.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-x-directory-smb-server.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-x-directory-smb-share.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-x-directory-smb-workgroup.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-mime-x-font-afm.png
/usr/X11R6/share/icons/gnome/16x16/mimetypes/gnome-package.png
/usr/X11R6/share/icons/gnome/16x16/stock/emoticons/stock_smiley-1.png
/usr/X11R6/share/icons/gnome/16x16/stock/emoticons/stock_smiley-10.png
/usr/X11R6/share/icons/gnome/16x16/stock/emoticons/stock_smiley-11.png
/usr/X11R6/share/icons/gnome/16x16/stock/emoticons/stock_smiley-12.png
/usr/X11R6/share/icons/gnome/16x16/stock/emoticons/stock_smiley-13.png
/usr/X11R6/share/icons/gnome/16x16/stock/emoticons/stock_smiley-14.png
/usr/X11R6/share/icons/gnome/16x16/stock/emoticons/stock_smiley-15.png
/usr/X11R6/share/icons/gnome/16x16/stock/emoticons/stock_smiley-16.png
/usr/X11R6/share/icons/gnome/16x16/stock/emoticons/stock_smiley-17.png
/usr/X11R6/share/icons/gnome/16x16/stock/emoticons/stock_smiley-18.png
/usr/X11R6/share/icons/gnome/16x16/stock/emoticons/stock_smiley-19.png
/usr/X11R6/share/icons/gnome/16x16/stock/emoticons/stock_smiley-2.png
/usr/X11R6/share/icons/gnome/16x16/stock/emoticons/stock_smiley-20.png
/usr/X11R6/share/icons/gnome/16x16/stock/emoticons/stock_smiley-21.png
/usr/X11R6/share/icons/gnome/16x16/stock/emoticons/stock_smiley-22.png
/usr/X11R6/share/icons/gnome/16x16/stock/emoticons/stock_smiley-23.png
/usr/X11R6/share/icons/gnome/16x16/stock/emoticons/stock_smiley-24.png
/usr/X11R6/share/icons/gnome/16x16/stock/emoticons/stock_smiley-25.png
/usr/X11R6/share/icons/gnome/16x16/stock/emoticons/stock_smiley-26.png
/usr/X11R6/share/icons/gnome/16x16/stock/emoticons/stock_smiley-3.png
/usr/X11R6/share/icons/gnome/16x16/stock/emoticons/stock_smiley-4.png
/usr/X11R6/share/icons/gnome/16x16/stock/emoticons/stock_smiley-5.png
/usr/X11R6/share/icons/gnome/16x16/stock/emoticons/stock_smiley-6.png
/usr/X11R6/share/icons/gnome/16x16/stock/emoticons/stock_smiley-7.png
/usr/X11R6/share/icons/gnome/16x16/stock/emoticons/stock_smiley-8.png
/usr/X11R6/share/icons/gnome/16x16/stock/emoticons/stock_smiley-9.png
/usr/X11R6/share/icons/gnome/16x16/stock/media/stock_3dsound.png
/usr/X11R6/share/icons/gnome/16x16/stock/media/stock_effects-sound.png
/usr/X11R6/share/icons/gnome/16x16/stock/media/stock_headphones.png
/usr/X11R6/share/icons/gnome/16x16/stock/media/stock_insert-video-plugin.png
/usr/X11R6/share/icons/gnome/16x16/stock/media/stock_line_in.png
/usr/X11R6/share/icons/gnome/16x16/stock/media/stock_media-fwd.png
/usr/X11R6/share/icons/gnome/16x16/stock/media/stock_media-next.png
/usr/X11R6/share/icons/gnome/16x16/stock/media/stock_media-pause.png
/usr/X11R6/share/icons/gnome/16x16/stock/media/stock_media-play.png
/usr/X11R6/share/icons/gnome/16x16/stock/media/stock_media-prev.png
/usr/X11R6/share/icons/gnome/16x16/stock/media/stock_media-rec.png
/usr/X11R6/share/icons/gnome/16x16/stock/media/stock_media-rew.png
/usr/X11R6/share/icons/gnome/16x16/stock/media/stock_media-stop.png
/usr/X11R6/share/icons/gnome/16x16/stock/media/stock_mic.png
/usr/X11R6/share/icons/gnome/16x16/stock/media/stock_midi.png
/usr/X11R6/share/icons/gnome/16x16/stock/media/stock_music-library.png
/usr/X11R6/share/icons/gnome/16x16/stock/media/stock_playlist.png
/usr/X11R6/share/icons/gnome/16x16/stock/media/stock_repeat.png
/usr/X11R6/share/icons/gnome/16x16/stock/media/stock_shuffle.png
/usr/X11R6/share/icons/gnome/16x16/stock/media/stock_smart-playlist.png
/usr/X11R6/share/icons/gnome/16x16/stock/media/stock_volume-0.png
/usr/X11R6/share/icons/gnome/16x16/stock/media/stock_volume-max.png
/usr/X11R6/share/icons/gnome/16x16/stock/media/stock_volume-med.png
/usr/X11R6/share/icons/gnome/16x16/stock/media/stock_volume-min.png
/usr/X11R6/share/icons/gnome/16x16/stock/media/stock_volume-mute.png
/usr/X11R6/share/icons/gnome/16x16/stock/media/stock_volume.png
/usr/X11R6/share/icons/gnome/192x192/filesystems/gnome-fs-regular.icon
/usr/X11R6/share/icons/gnome/192x192/filesystems/gnome-fs-regular.png
/usr/X11R6/share/icons/gnome/24x24/devices/gnome-dev-battery.png
/usr/X11R6/share/icons/gnome/24x24/devices/gnome-dev-cdrom-audio.png
/usr/X11R6/share/icons/gnome/24x24/devices/gnome-dev-cdrom.png
/usr/X11R6/share/icons/gnome/24x24/devices/gnome-dev-disc-cdr.png
/usr/X11R6/share/icons/gnome/24x24/devices/gnome-dev-disc-cdrw.png
/usr/X11R6/share/icons/gnome/24x24/devices/gnome-dev-disc-dvdr-plus.png
/usr/X11R6/share/icons/gnome/24x24/devices/gnome-dev-disc-dvdr.png
/usr/X11R6/share/icons/gnome/24x24/devices/gnome-dev-disc-dvdram.png
/usr/X11R6/share/icons/gnome/24x24/devices/gnome-dev-disc-dvdrom.png
/usr/X11R6/share/icons/gnome/24x24/devices/gnome-dev-disc-dvdrw.png
/usr/X11R6/share/icons/gnome/24x24/devices/gnome-dev-dvd.png
/usr/X11R6/share/icons/gnome/24x24/devices/gnome-dev-ethernet.png
/usr/X11R6/share/icons/gnome/24x24/devices/gnome-dev-floppy.png
/usr/X11R6/share/icons/gnome/24x24/devices/gnome-dev-harddisk-1394.png
/usr/X11R6/share/icons/gnome/24x24/devices/gnome-dev-harddisk-usb.png
/usr/X11R6/share/icons/gnome/24x24/devices/gnome-dev-harddisk.png
/usr/X11R6/share/icons/gnome/24x24/devices/gnome-dev-ipod.png
/usr/X11R6/share/icons/gnome/24x24/devices/gnome-dev-media-cf.png
/usr/X11R6/share/icons/gnome/24x24/devices/gnome-dev-media-ms.png
/usr/X11R6/share/icons/gnome/24x24/devices/gnome-dev-media-sdmmc.png
/usr/X11R6/share/icons/gnome/24x24/devices/gnome-dev-media-sm.png
/usr/X11R6/share/icons/gnome/24x24/devices/gnome-dev-memory.png
/usr/X11R6/share/icons/gnome/24x24/devices/gnome-dev-mouse-ball.png
/usr/X11R6/share/icons/gnome/24x24/devices/gnome-dev-pci.png
/usr/X11R6/share/icons/gnome/24x24/devices/gnome-dev-printer.png
/usr/X11R6/share/icons/gnome/24x24/devices/gnome-dev-removable-1394.png
/usr/X11R6/share/icons/gnome/24x24/devices/gnome-dev-removable-usb.png
/usr/X11R6/share/icons/gnome/24x24/devices/gnome-dev-removable.png
/usr/X11R6/share/icons/gnome/24x24/devices/gnome-dev-wavelan-encrypted.png
/usr/X11R6/share/icons/gnome/24x24/devices/gnome-dev-wavelan.png
/usr/X11R6/share/icons/gnome/24x24/emblems/emblem-symbolic-link.png
/usr/X11R6/share/icons/gnome/24x24/filesystems/gnome-fs-bookmark-missing.png
/usr/X11R6/share/icons/gnome/24x24/filesystems/gnome-fs-bookmark.png
/usr/X11R6/share/icons/gnome/24x24/filesystems/gnome-fs-client.png
/usr/X11R6/share/icons/gnome/24x24/filesystems/gnome-fs-desktop.png
/usr/X11R6/share/icons/gnome/24x24/filesystems/gnome-fs-directory-accept.icon
/usr/X11R6/share/icons/gnome/24x24/filesystems/gnome-fs-directory-accept.png
/usr/X11R6/share/icons/gnome/24x24/filesystems/gnome-fs-directory-visiting.icon
/usr/X11R6/share/icons/gnome/24x24/filesystems/gnome-fs-directory-visiting.png
/usr/X11R6/share/icons/gnome/24x24/filesystems/gnome-fs-directory.icon
/usr/X11R6/share/icons/gnome/24x24/filesystems/gnome-fs-directory.png
/usr/X11R6/share/icons/gnome/24x24/filesystems/gnome-fs-home.png
/usr/X11R6/share/icons/gnome/24x24/filesystems/gnome-fs-network.png
/usr/X11R6/share/icons/gnome/24x24/filesystems/gnome-fs-server.png
/usr/X11R6/share/icons/gnome/24x24/filesystems/gnome-fs-share.png
/usr/X11R6/share/icons/gnome/24x24/filesystems/gnome-fs-trash-empty.png
/usr/X11R6/share/icons/gnome/24x24/filesystems/gnome-fs-trash-full.png
/usr/X11R6/share/icons/gnome/24x24/mimetypes/gnome-mime-x-directory-nfs-server.png
/usr/X11R6/share/icons/gnome/24x24/stock/media/stock_3dsound.png
/usr/X11R6/share/icons/gnome/24x24/stock/media/stock_effects-sound.png
/usr/X11R6/share/icons/gnome/24x24/stock/media/stock_headphones.png
/usr/X11R6/share/icons/gnome/24x24/stock/media/stock_insert-video-plugin.png
/usr/X11R6/share/icons/gnome/24x24/stock/media/stock_line_in.png
/usr/X11R6/share/icons/gnome/24x24/stock/media/stock_media-fwd.png
/usr/X11R6/share/icons/gnome/24x24/stock/media/stock_media-next.png
/usr/X11R6/share/icons/gnome/24x24/stock/media/stock_media-pause.png
/usr/X11R6/share/icons/gnome/24x24/stock/media/stock_media-play.png
/usr/X11R6/share/icons/gnome/24x24/stock/media/stock_media-prev.png
/usr/X11R6/share/icons/gnome/24x24/stock/media/stock_media-rec.png
/usr/X11R6/share/icons/gnome/24x24/stock/media/stock_media-rew.png
/usr/X11R6/share/icons/gnome/24x24/stock/media/stock_media-shuffle.png
/usr/X11R6/share/icons/gnome/24x24/stock/media/stock_media-stop.png
/usr/X11R6/share/icons/gnome/24x24/stock/media/stock_mic.png
/usr/X11R6/share/icons/gnome/24x24/stock/media/stock_midi.png
/usr/X11R6/share/icons/gnome/24x24/stock/media/stock_music-library.png
/usr/X11R6/share/icons/gnome/24x24/stock/media/stock_playlist.png
/usr/X11R6/share/icons/gnome/24x24/stock/media/stock_repeat.png
/usr/X11R6/share/icons/gnome/24x24/stock/media/stock_smart-playlist.png
/usr/X11R6/share/icons/gnome/24x24/stock/media/stock_volume-0.png
/usr/X11R6/share/icons/gnome/24x24/stock/media/stock_volume-max.png
/usr/X11R6/share/icons/gnome/24x24/stock/media/stock_volume-med.png
/usr/X11R6/share/icons/gnome/24x24/stock/media/stock_volume-min.png
/usr/X11R6/share/icons/gnome/24x24/stock/media/stock_volume-mute.png
/usr/X11R6/share/icons/gnome/24x24/stock/media/stock_volume.png
/usr/X11R6/share/icons/gnome/32x32/devices/gnome-dev-ipod.png
/usr/X11R6/share/icons/gnome/32x32/filesystems/gnome-fs-bookmark-missing.png
/usr/X11R6/share/icons/gnome/32x32/filesystems/gnome-fs-bookmark.png
/usr/X11R6/share/icons/gnome/32x32/filesystems/gnome-fs-client.png
/usr/X11R6/share/icons/gnome/32x32/filesystems/gnome-fs-desktop.png
/usr/X11R6/share/icons/gnome/32x32/filesystems/gnome-fs-network.png
/usr/X11R6/share/icons/gnome/32x32/filesystems/gnome-fs-server.png
/usr/X11R6/share/icons/gnome/32x32/filesystems/gnome-fs-trash-empty.png
/usr/X11R6/share/icons/gnome/32x32/filesystems/gnome-fs-trash-full.png
/usr/X11R6/share/icons/gnome/32x32/mimetypes/gnome-mime-application-msword.png
/usr/X11R6/share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.ms-excel.png
/usr/X11R6/share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png
/usr/X11R6/share/icons/gnome/32x32/mimetypes/gnome-mime-image-bmp.png
/usr/X11R6/share/icons/gnome/32x32/mimetypes/gnome-mime-image-gif.png
/usr/X11R6/share/icons/gnome/32x32/mimetypes/gnome-mime-image-jpeg.png
/usr/X11R6/share/icons/gnome/32x32/mimetypes/gnome-mime-image-png.png
/usr/X11R6/share/icons/gnome/32x32/mimetypes/gnome-mime-image-svg.png
/usr/X11R6/share/icons/gnome/32x32/mimetypes/gnome-mime-image-tiff.png
/usr/X11R6/share/icons/gnome/32x32/mimetypes/gnome-mime-image-wmf.png
/usr/X11R6/share/icons/gnome/32x32/stock/media/stock_sound.png
/usr/X11R6/share/icons/gnome/32x32/stock/media/stock_volume-0.png
/usr/X11R6/share/icons/gnome/32x32/stock/media/stock_volume-max.png
/usr/X11R6/share/icons/gnome/32x32/stock/media/stock_volume-med.png
/usr/X11R6/share/icons/gnome/32x32/stock/media/stock_volume-min.png
/usr/X11R6/share/icons/gnome/32x32/stock/media/stock_volume-mute.png
/usr/X11R6/share/icons/gnome/32x32/stock/media/stock_volume.png
/usr/X11R6/share/icons/gnome/36x36/emblems/emblem-symbolic-link.png
/usr/X11R6/share/icons/gnome/36x36/filesystems/gnome-fs-directory-accept.icon
/usr/X11R6/share/icons/gnome/36x36/filesystems/gnome-fs-directory-accept.png
/usr/X11R6/share/icons/gnome/36x36/filesystems/gnome-fs-directory-visiting.icon
/usr/X11R6/share/icons/gnome/36x36/filesystems/gnome-fs-directory-visiting.png
/usr/X11R6/share/icons/gnome/36x36/filesystems/gnome-fs-directory.icon
/usr/X11R6/share/icons/gnome/36x36/filesystems/gnome-fs-directory.png
/usr/X11R6/share/icons/gnome/48x48/devices/gnome-dev-battery.png
/usr/X11R6/share/icons/gnome/48x48/devices/gnome-dev-cdrom-audio.png
/usr/X11R6/share/icons/gnome/48x48/devices/gnome-dev-cdrom.png
/usr/X11R6/share/icons/gnome/48x48/devices/gnome-dev-disc-cdr.png
/usr/X11R6/share/icons/gnome/48x48/devices/gnome-dev-disc-cdrw.png
/usr/X11R6/share/icons/gnome/48x48/devices/gnome-dev-disc-dvdr-plus.png
/usr/X11R6/share/icons/gnome/48x48/devices/gnome-dev-disc-dvdr.png
/usr/X11R6/share/icons/gnome/48x48/devices/gnome-dev-disc-dvdram.png
/usr/X11R6/share/icons/gnome/48x48/devices/gnome-dev-disc-dvdrom.png
/usr/X11R6/share/icons/gnome/48x48/devices/gnome-dev-disc-dvdrw.png
/usr/X11R6/share/icons/gnome/48x48/devices/gnome-dev-dvd.png
/usr/X11R6/share/icons/gnome/48x48/devices/gnome-dev-floppy.png
/usr/X11R6/share/icons/gnome/48x48/devices/gnome-dev-harddisk-1394.png
/usr/X11R6/share/icons/gnome/48x48/devices/gnome-dev-harddisk-usb.png
/usr/X11R6/share/icons/gnome/48x48/devices/gnome-dev-harddisk.png
/usr/X11R6/share/icons/gnome/48x48/devices/gnome-dev-ipod.png
/usr/X11R6/share/icons/gnome/48x48/devices/gnome-dev-jazdisk.png
/usr/X11R6/share/icons/gnome/48x48/devices/gnome-dev-keyboard.png
/usr/X11R6/share/icons/gnome/48x48/devices/gnome-dev-media-cf.png
/usr/X11R6/share/icons/gnome/48x48/devices/gnome-dev-media-ms.png
/usr/X11R6/share/icons/gnome/48x48/devices/gnome-dev-media-sdmmc.png
/usr/X11R6/share/icons/gnome/48x48/devices/gnome-dev-media-sm.png
/usr/X11R6/share/icons/gnome/48x48/devices/gnome-dev-memory.png
/usr/X11R6/share/icons/gnome/48x48/devices/gnome-dev-mouse-ball.png
/usr/X11R6/share/icons/gnome/48x48/devices/gnome-dev-mouse-optical.png
/usr/X11R6/share/icons/gnome/48x48/devices/gnome-dev-pcmcia.png
/usr/X11R6/share/icons/gnome/48x48/devices/gnome-dev-printer.png
/usr/X11R6/share/icons/gnome/48x48/devices/gnome-dev-removable-1394.png
/usr/X11R6/share/icons/gnome/48x48/devices/gnome-dev-removable-usb.png
/usr/X11R6/share/icons/gnome/48x48/devices/gnome-dev-removable.png
/usr/X11R6/share/icons/gnome/48x48/devices/gnome-dev-symlink.png
/usr/X11R6/share/icons/gnome/48x48/devices/gnome-dev-zipdisk.png
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-OK.icon
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-OK.png
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-art.icon
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-art.png
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-camera.icon
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-camera.png
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-certified.icon
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-certified.png
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-cool.icon
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-cool.png
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-cvs-added.icon
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-cvs-added.png
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-cvs-conflict.icon
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-cvs-conflict.png
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-cvs-controlled.icon
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-cvs-controlled.png
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-cvs-modified.icon
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-cvs-modified.png
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-cvs-new-file.icon
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-cvs-new-file.png
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-cvs-removed.icon
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-cvs-removed.png
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-cvs-sticky-tag.icon
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-cvs-sticky-tag.png
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-danger.icon
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-danger.png
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-desktop.icon
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-desktop.png
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-distinguished.icon
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-distinguished.png
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-documents.icon
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-documents.png
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-draft.icon
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-draft.png
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-handshake.icon
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-handshake.png
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-marketing.icon
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-marketing.png
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-money.icon
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-money.png
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-multimedia.icon
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-multimedia.png
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-new.icon
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-new.png
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-noread.icon
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-noread.png
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-note.icon
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-note.png
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-nowrite.icon
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-nowrite.png
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-ohno.icon
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-ohno.png
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-package.icon
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-package.png
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-people.icon
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-people.png
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-personal.icon
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-personal.png
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-pictures.icon
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-pictures.png
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-plan.icon
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-plan.png
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-presentation.icon
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-presentation.png
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-sales.icon
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-sales.png
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-shared.icon
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-shared.png
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-sound.icon
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-sound.png
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-symbolic-link.icon
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-symbolic-link.png
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-trash.icon
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-trash.png
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-web.icon
/usr/X11R6/share/icons/gnome/48x48/emblems/emblem-web.png
/usr/X11R6/share/icons/gnome/48x48/filesystems/gnome-fs-blockdev.png
/usr/X11R6/share/icons/gnome/48x48/filesystems/gnome-fs-bookmark-missing.png
/usr/X11R6/share/icons/gnome/48x48/filesystems/gnome-fs-bookmark.png
/usr/X11R6/share/icons/gnome/48x48/filesystems/gnome-fs-chardev.png
/usr/X11R6/share/icons/gnome/48x48/filesystems/gnome-fs-client.png
/usr/X11R6/share/icons/gnome/48x48/filesystems/gnome-fs-desktop.png
/usr/X11R6/share/icons/gnome/48x48/filesystems/gnome-fs-directory-accept.icon
/usr/X11R6/share/icons/gnome/48x48/filesystems/gnome-fs-directory-accept.png
/usr/X11R6/share/icons/gnome/48x48/filesystems/gnome-fs-directory-visiting.icon
/usr/X11R6/share/icons/gnome/48x48/filesystems/gnome-fs-directory-visiting.png
/usr/X11R6/share/icons/gnome/48x48/filesystems/gnome-fs-directory.icon
/usr/X11R6/share/icons/gnome/48x48/filesystems/gnome-fs-directory.png
/usr/X11R6/share/icons/gnome/48x48/filesystems/gnome-fs-executable.png
/usr/X11R6/share/icons/gnome/48x48/filesystems/gnome-fs-fifo.png
/usr/X11R6/share/icons/gnome/48x48/filesystems/gnome-fs-ftp.png
/usr/X11R6/share/icons/gnome/48x48/filesystems/gnome-fs-home.png
/usr/X11R6/share/icons/gnome/48x48/filesystems/gnome-fs-loading-icon.png
/usr/X11R6/share/icons/gnome/48x48/filesystems/gnome-fs-network.png
/usr/X11R6/share/icons/gnome/48x48/filesystems/gnome-fs-nfs.png
/usr/X11R6/share/icons/gnome/48x48/filesystems/gnome-fs-regular.icon
/usr/X11R6/share/icons/gnome/48x48/filesystems/gnome-fs-regular.png
/usr/X11R6/share/icons/gnome/48x48/filesystems/gnome-fs-server.png
/usr/X11R6/share/icons/gnome/48x48/filesystems/gnome-fs-share.png
/usr/X11R6/share/icons/gnome/48x48/filesystems/gnome-fs-smb.png
/usr/X11R6/share/icons/gnome/48x48/filesystems/gnome-fs-socket.png
/usr/X11R6/share/icons/gnome/48x48/filesystems/gnome-fs-ssh.png
/usr/X11R6/share/icons/gnome/48x48/filesystems/gnome-fs-trash-empty.png
/usr/X11R6/share/icons/gnome/48x48/filesystems/gnome-fs-trash-full.png
/usr/X11R6/share/icons/gnome/48x48/filesystems/gnome-fs-web.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-library.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-magicpoint.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-msword.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-ogg.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-pdf.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-pgp-encrypted.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-pgp-keys.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-pgp-signature.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-pgp.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-postscript.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-qif.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-rhythmbox-effect.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-rhythmbox-playlist.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-rtf.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-smil.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.ms-excel.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.chart.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.database.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.drawing.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.formula.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics-template.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation-template.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-master.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-template.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.stardivision.calc.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.stardivision.impress.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.stardivision.writer.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.writer.template.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-wordperfect.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-abiword.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-applix-spreadsheet.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-applix-word.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-archive.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-arj.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-backup.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-bittorrent.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-bla.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-blender.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-blf.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-blv.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-bzip.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-cd-image.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-class-file.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-compress.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-compressed-tar.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-core-file.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-core.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-cpio-compressed.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-cpio.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-dc-rom.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-deb.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-desktop.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-dia-diagram.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-dv.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-dvi.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-e-theme.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-executable.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-font-afm.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-font-bdf.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-font-linux-psf.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-font-pcf.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-font-sunos-news.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-font-ttf.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-gameboy-rom.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-genesis-rom.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-glade.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-gnome-app-info.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-gnucash.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-gnumeric.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-gtktalog.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-gzip.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-ipod-firmware.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-jar.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-java-byte-code.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-killustrator.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-kpresenter.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-kspread.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-kword.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-lha.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-lhz.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-mrproject.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-msx-rom.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-n64-rom.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-nes-rom.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-object-file.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-object.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-perl.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-php.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-python-bytecode.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-qw.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-rar.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-reject.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-rpm.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-sharedlib.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-shellscript.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-shockwave-flash.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-smil.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-sms-rom.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-sql.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-stuffit.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-tar.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-tex.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-trash.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-x509-ca-cert.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application-zip.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-application.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-audio-ac3.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-audio-basic.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-audio-midi.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-audio-x-aiff.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-audio-x-it.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-audio-x-midi.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-audio-x-mod.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-audio-x-mp3.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-audio-x-s3m.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-audio-x-stm.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-audio-x-ulaw.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-audio-x-voc.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-audio-x-wav.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-audio-x-xi.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-audio-x-xm.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-audio.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-image-bmp.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-image-gif.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-image-ief.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-image-jpeg.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-image-png.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-image-svg+xml.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-image-svg.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-image-tiff.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-image-x-3ds.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-image-x-applix-graphic.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-image-x-cmu-raster.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-image-x-lwo.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-image-x-lws.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-image-x-portable-anymap.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-image-x-portable-bitmap.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-image-x-portable-graymap.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-image-x-portable-pixmap.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-image-x-psd.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-image-x-rgb.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-image-x-tga.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-image-x-xbitmap.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-image-x-xcf.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-image-x-xfig.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-image-x-xpixmap.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-image-x-xwindowdump.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-image.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-text-css.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-text-html.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-text-x-authors.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-text-x-c++.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-text-x-c++src.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-text-x-c-header.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-text-x-c.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-text-x-chdr.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-text-x-copying.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-text-x-credits.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-text-x-csh.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-text-x-csharp.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-text-x-csrc.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-text-x-haskell.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-text-x-install.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-text-x-java.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-text-x-literate-haskell.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-text-x-lyx.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-text-x-makefile.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-text-x-objcsrc.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-text-x-patch.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-text-x-python.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-text-x-readme.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-text-x-scheme.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-text-x-sh.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-text-x-sql.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-text-x-tex.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-text-x-troff-man.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-text-x-vcalendar.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-text-x-vcard.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-text-x-zsh.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-text-xml.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-text.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-video-mpeg.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-video-quicktime.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-video-x-ms-asf.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-video-x-ms-wmv.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-video-x-msvideo.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-video.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-x-directory-nfs-server.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-x-directory-smb-server.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-x-directory-smb-share.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-x-directory-smb-workgroup.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-mime-x-font-afm.png
/usr/X11R6/share/icons/gnome/48x48/mimetypes/gnome-package.png
/usr/X11R6/share/icons/gnome/72x72/filesystems/gnome-fs-regular.icon
/usr/X11R6/share/icons/gnome/72x72/filesystems/gnome-fs-regular.png
/usr/X11R6/share/icons/gnome/96x96/filesystems/gnome-fs-regular.icon
/usr/X11R6/share/icons/gnome/96x96/filesystems/gnome-fs-regular.png
/usr/X11R6/share/icons/gnome/index.theme
/usr/X11R6/share/icons/gnome/scalable/emblems/emblem-bin.icon
/usr/X11R6/share/icons/gnome/scalable/emblems/emblem-bin.svg
/usr/X11R6/share/icons/gnome/scalable/emblems/emblem-favorite.icon
/usr/X11R6/share/icons/gnome/scalable/emblems/emblem-favorite.svg
/usr/X11R6/share/icons/gnome/scalable/emblems/emblem-generic.icon
/usr/X11R6/share/icons/gnome/scalable/emblems/emblem-generic.svg
/usr/X11R6/share/icons/gnome/scalable/emblems/emblem-important.icon
/usr/X11R6/share/icons/gnome/scalable/emblems/emblem-important.svg
/usr/X11R6/share/icons/gnome/scalable/emblems/emblem-mail.icon
/usr/X11R6/share/icons/gnome/scalable/emblems/emblem-mail.svg
/usr/X11R6/share/icons/gnome/scalable/emblems/emblem-special.icon
/usr/X11R6/share/icons/gnome/scalable/emblems/emblem-special.svg
/usr/X11R6/share/icons/gnome/scalable/emblems/emblem-urgent.icon
/usr/X11R6/share/icons/gnome/scalable/emblems/emblem-urgent.svg
/usr/X11R6/share/icons/gnome/scalable/filesystems/gnome-fs-directory-accept.svg
/usr/X11R6/share/icons/gnome/scalable/filesystems/gnome-fs-directory-visiting.svg
/usr/X11R6/share/icons/gnome/scalable/filesystems/gnome-fs-directory.svg
/usr/X11R6/share/icons/gnome/scalable/filesystems/gnome-fs-home.svg
/usr/X11R6/share/icons/gnome/scalable/filesystems/gnome-fs-trash-empty.svg
/usr/X11R6/share/icons/gnome/scalable/filesystems/gnome-fs-trash-full.svg
/usr/X11R6/share/icons/hicolor/16x16/apps/gnome-devel.png
/usr/X11R6/share/icons/hicolor/16x16/apps/gnome-globe.png
/usr/X11R6/share/icons/hicolor/16x16/apps/gnome-help.png
/usr/X11R6/share/icons/hicolor/16x16/apps/gnome-logout.png
/usr/X11R6/share/icons/hicolor/16x16/apps/gnome-run.png
/usr/X11R6/share/icons/hicolor/16x16/apps/gnome-settings.png
/usr/X11R6/share/icons/hicolor/16x16/apps/gnome-window-manager.png
/usr/X11R6/share/icons/hicolor/16x16/filesystems/gnome-fs-locally-shared.png
/usr/X11R6/share/icons/hicolor/16x16/filesystems/gnome-fs-share-private.png
/usr/X11R6/share/icons/hicolor/192x192/apps/gnome-globe.png
/usr/X11R6/share/icons/hicolor/24x24/apps/gnome-amusements.png
/usr/X11R6/share/icons/hicolor/24x24/apps/gnome-applications.png
/usr/X11R6/share/icons/hicolor/24x24/apps/gnome-audio.png
/usr/X11R6/share/icons/hicolor/24x24/apps/gnome-calculator.png
/usr/X11R6/share/icons/hicolor/24x24/apps/gnome-cdplayer-icon.png
/usr/X11R6/share/icons/hicolor/24x24/apps/gnome-control-center.png
/usr/X11R6/share/icons/hicolor/24x24/apps/gnome-cpu.png
/usr/X11R6/share/icons/hicolor/24x24/apps/gnome-desktop-config.png
/usr/X11R6/share/icons/hicolor/24x24/apps/gnome-devel.png
/usr/X11R6/share/icons/hicolor/24x24/apps/gnome-eyes.png
/usr/X11R6/share/icons/hicolor/24x24/apps/gnome-favorites.png
/usr/X11R6/share/icons/hicolor/24x24/apps/gnome-finance.png
/usr/X11R6/share/icons/hicolor/24x24/apps/gnome-globe.png
/usr/X11R6/share/icons/hicolor/24x24/apps/gnome-gnomine.png
/usr/X11R6/share/icons/hicolor/24x24/apps/gnome-graphics.png
/usr/X11R6/share/icons/hicolor/24x24/apps/gnome-gsame.png
/usr/X11R6/share/icons/hicolor/24x24/apps/gnome-help.png
/usr/X11R6/share/icons/hicolor/24x24/apps/gnome-joystick.png
/usr/X11R6/share/icons/hicolor/24x24/apps/gnome-lockscreen.png
/usr/X11R6/share/icons/hicolor/24x24/apps/gnome-logout.png
/usr/X11R6/share/icons/hicolor/24x24/apps/gnome-mini-commander.png
/usr/X11R6/share/icons/hicolor/24x24/apps/gnome-modem.png
/usr/X11R6/share/icons/hicolor/24x24/apps/gnome-money.png
/usr/X11R6/share/icons/hicolor/24x24/apps/gnome-monitor.png
/usr/X11R6/share/icons/hicolor/24x24/apps/gnome-multimedia.png
/usr/X11R6/share/icons/hicolor/24x24/apps/gnome-netstatus-disconn.png
/usr/X11R6/share/icons/hicolor/24x24/apps/gnome-netstatus-error.png
/usr/X11R6/share/icons/hicolor/24x24/apps/gnome-netstatus-idle.png
/usr/X11R6/share/icons/hicolor/24x24/apps/gnome-netstatus-rx.png
/usr/X11R6/share/icons/hicolor/24x24/apps/gnome-netstatus-tx.png
/usr/X11R6/share/icons/hicolor/24x24/apps/gnome-netstatus-txrx.png
/usr/X11R6/share/icons/hicolor/24x24/apps/gnome-networktool.png
/usr/X11R6/share/icons/hicolor/24x24/apps/gnome-nibbles.png
/usr/X11R6/share/icons/hicolor/24x24/apps/gnome-office.png
/usr/X11R6/share/icons/hicolor/24x24/apps/gnome-panel.png
/usr/X11R6/share/icons/hicolor/24x24/apps/gnome-run.png
/usr/X11R6/share/icons/hicolor/24x24/apps/gnome-searchtool.png
/usr/X11R6/share/icons/hicolor/24x24/apps/gnome-session.png
/usr/X11R6/share/icons/hicolor/24x24/apps/gnome-settings-background.png
/usr/X11R6/share/icons/hicolor/24x24/apps/gnome-settings-font.png
/usr/X11R6/share/icons/hicolor/24x24/apps/gnome-settings-keybindings.png
/usr/X11R6/share/icons/hicolor/24x24/apps/gnome-settings-sound.png
/usr/X11R6/share/icons/hicolor/24x24/apps/gnome-settings-theme.png
/usr/X11R6/share/icons/hicolor/24x24/apps/gnome-settings-ui-behavior.png
/usr/X11R6/share/icons/hicolor/24x24/apps/gnome-settings.png
/usr/X11R6/share/icons/hicolor/24x24/apps/gnome-shutdown.png
/usr/X11R6/share/icons/hicolor/24x24/apps/gnome-status.png
/usr/X11R6/share/icons/hicolor/24x24/apps/gnome-terminal.png
/usr/X11R6/share/icons/hicolor/24x24/apps/gnome-unknown.png
/usr/X11R6/share/icons/hicolor/24x24/apps/gnome-window-manager.png
/usr/X11R6/share/icons/hicolor/24x24/filesystems/gnome-fs-locally-shared.png
/usr/X11R6/share/icons/hicolor/24x24/filesystems/gnome-fs-share-private.png
/usr/X11R6/share/icons/hicolor/32x32/apps/dia_gnome_icon.png
/usr/X11R6/share/icons/hicolor/32x32/apps/gnome-applications.png
/usr/X11R6/share/icons/hicolor/32x32/apps/gnome-calculator.png
/usr/X11R6/share/icons/hicolor/32x32/apps/gnome-cdplayer-icon.png
/usr/X11R6/share/icons/hicolor/32x32/apps/gnome-character-map.png
/usr/X11R6/share/icons/hicolor/32x32/apps/gnome-devel.png
/usr/X11R6/share/icons/hicolor/32x32/apps/gnome-finance.png
/usr/X11R6/share/icons/hicolor/32x32/apps/gnome-ftp.png
/usr/X11R6/share/icons/hicolor/32x32/apps/gnome-globe.png
/usr/X11R6/share/icons/hicolor/32x32/apps/gnome-gnomine.png
/usr/X11R6/share/icons/hicolor/32x32/apps/gnome-graphics.png
/usr/X11R6/share/icons/hicolor/32x32/apps/gnome-grecord.png
/usr/X11R6/share/icons/hicolor/32x32/apps/gnome-gsame.png
/usr/X11R6/share/icons/hicolor/32x32/apps/gnome-lockscreen.png
/usr/X11R6/share/icons/hicolor/32x32/apps/gnome-logout.png
/usr/X11R6/share/icons/hicolor/32x32/apps/gnome-media-player.png
/usr/X11R6/share/icons/hicolor/32x32/apps/gnome-multimedia.png
/usr/X11R6/share/icons/hicolor/32x32/apps/gnome-networktool.png
/usr/X11R6/share/icons/hicolor/32x32/apps/gnome-nibbles.png
/usr/X11R6/share/icons/hicolor/32x32/apps/gnome-pdf.png
/usr/X11R6/share/icons/hicolor/32x32/apps/gnome-terminal.png
/usr/X11R6/share/icons/hicolor/32x32/apps/gnome-util.png
/usr/X11R6/share/icons/hicolor/32x32/apps/gnome-window-manager.png
/usr/X11R6/share/icons/hicolor/36x36/apps/gnome-spinner-rest.png
/usr/X11R6/share/icons/hicolor/36x36/apps/gnome-spinner.png
/usr/X11R6/share/icons/hicolor/48x48/apps/dia_gnome_icon.png
/usr/X11R6/share/icons/hicolor/48x48/apps/gnome-amusements.png
/usr/X11R6/share/icons/hicolor/48x48/apps/gnome-applications.png
/usr/X11R6/share/icons/hicolor/48x48/apps/gnome-audio.png
/usr/X11R6/share/icons/hicolor/48x48/apps/gnome-calculator.png
/usr/X11R6/share/icons/hicolor/48x48/apps/gnome-cdplayer-icon.png
/usr/X11R6/share/icons/hicolor/48x48/apps/gnome-desktop-config.png
/usr/X11R6/share/icons/hicolor/48x48/apps/gnome-devel.png
/usr/X11R6/share/icons/hicolor/48x48/apps/gnome-favorites.png
/usr/X11R6/share/icons/hicolor/48x48/apps/gnome-finance.png
/usr/X11R6/share/icons/hicolor/48x48/apps/gnome-ftp.png
/usr/X11R6/share/icons/hicolor/48x48/apps/gnome-globe.png
/usr/X11R6/share/icons/hicolor/48x48/apps/gnome-gnomine.png
/usr/X11R6/share/icons/hicolor/48x48/apps/gnome-graphics.png
/usr/X11R6/share/icons/hicolor/48x48/apps/gnome-grecord.png
/usr/X11R6/share/icons/hicolor/48x48/apps/gnome-gsame.png
/usr/X11R6/share/icons/hicolor/48x48/apps/gnome-help.png
/usr/X11R6/share/icons/hicolor/48x48/apps/gnome-joystick.png
/usr/X11R6/share/icons/hicolor/48x48/apps/gnome-lockscreen.png
/usr/X11R6/share/icons/hicolor/48x48/apps/gnome-logout.png
/usr/X11R6/share/icons/hicolor/48x48/apps/gnome-media-player.png
/usr/X11R6/share/icons/hicolor/48x48/apps/gnome-monitor.png
/usr/X11R6/share/icons/hicolor/48x48/apps/gnome-multimedia.png
/usr/X11R6/share/icons/hicolor/48x48/apps/gnome-networktool.png
/usr/X11R6/share/icons/hicolor/48x48/apps/gnome-nibbles.png
/usr/X11R6/share/icons/hicolor/48x48/apps/gnome-other.png
/usr/X11R6/share/icons/hicolor/48x48/apps/gnome-panel.png
/usr/X11R6/share/icons/hicolor/48x48/apps/gnome-pdf.png
/usr/X11R6/share/icons/hicolor/48x48/apps/gnome-reboot.png
/usr/X11R6/share/icons/hicolor/48x48/apps/gnome-run.png
/usr/X11R6/share/icons/hicolor/48x48/apps/gnome-searchtool-animation-rest.png
/usr/X11R6/share/icons/hicolor/48x48/apps/gnome-searchtool-animation.png
/usr/X11R6/share/icons/hicolor/48x48/apps/gnome-searchtool.png
/usr/X11R6/share/icons/hicolor/48x48/apps/gnome-server-config.png
/usr/X11R6/share/icons/hicolor/48x48/apps/gnome-session.png
/usr/X11R6/share/icons/hicolor/48x48/apps/gnome-settings-accessibility-keyboard.png
/usr/X11R6/share/icons/hicolor/48x48/apps/gnome-settings-accessibility-technologies.png
/usr/X11R6/share/icons/hicolor/48x48/apps/gnome-settings-background.png
/usr/X11R6/share/icons/hicolor/48x48/apps/gnome-settings-default-applications.png
/usr/X11R6/share/icons/hicolor/48x48/apps/gnome-settings-font.png
/usr/X11R6/share/icons/hicolor/48x48/apps/gnome-settings-keybindings.png
/usr/X11R6/share/icons/hicolor/48x48/apps/gnome-settings-sound.png
/usr/X11R6/share/icons/hicolor/48x48/apps/gnome-settings-theme.png
/usr/X11R6/share/icons/hicolor/48x48/apps/gnome-settings-ui-behavior.png
/usr/X11R6/share/icons/hicolor/48x48/apps/gnome-settings.png
/usr/X11R6/share/icons/hicolor/48x48/apps/gnome-shutdown.png
/usr/X11R6/share/icons/hicolor/48x48/apps/gnome-starthere.png
/usr/X11R6/share/icons/hicolor/48x48/apps/gnome-system-config.png
/usr/X11R6/share/icons/hicolor/48x48/apps/gnome-system.png
/usr/X11R6/share/icons/hicolor/48x48/apps/gnome-terminal.png
/usr/X11R6/share/icons/hicolor/48x48/apps/gnome-unknown.png
/usr/X11R6/share/icons/hicolor/48x48/apps/gnome-util.png
/usr/X11R6/share/icons/hicolor/48x48/apps/gnome-window-manager.png
/usr/X11R6/share/icons/hicolor/72x72/apps/gnome-globe.png
/usr/X11R6/share/icons/hicolor/96x96/apps/gnome-globe.png
/usr/X11R6/share/icons/hicolor/96x96/apps/gnome-starthere.png
Information for gnome-menu-editor-0.5_1:
/usr/X11R6/bin/gnome-menu-editor
/usr/X11R6/share/gnome/applications/gnome-menu-editor.desktop
Information for gnome-menus-2.12.0_2:
/usr/X11R6/bin/gnome-menu-spec-test
/usr/X11R6/include/gnome-menus/gmenu-tree.h
/usr/X11R6/lib/libgnome-menu.a
/usr/X11R6/lib/libgnome-menu.la
/usr/X11R6/lib/libgnome-menu.so
/usr/X11R6/lib/libgnome-menu.so.2
/usr/X11R6/libdata/pkgconfig/libgnome-menu.pc
/usr/X11R6/share/gnome/desktop-directories/Accessibility.directory
/usr/X11R6/share/gnome/desktop-directories/Accessories.directory
/usr/X11R6/share/gnome/desktop-directories/Applications.directory
/usr/X11R6/share/gnome/desktop-directories/Desktop.directory
/usr/X11R6/share/gnome/desktop-directories/Development.directory
/usr/X11R6/share/gnome/desktop-directories/Education.directory
/usr/X11R6/share/gnome/desktop-directories/Games.directory
/usr/X11R6/share/gnome/desktop-directories/Graphics.directory
/usr/X11R6/share/gnome/desktop-directories/Internet.directory
/usr/X11R6/share/gnome/desktop-directories/KDE.directory
/usr/X11R6/share/gnome/desktop-directories/Multimedia.directory
/usr/X11R6/share/gnome/desktop-directories/Office.directory
/usr/X11R6/share/gnome/desktop-directories/Other.directory
/usr/X11R6/share/gnome/desktop-directories/Preferences.directory
/usr/X11R6/share/gnome/desktop-directories/Settings-Accessibility.directory
/usr/X11R6/share/gnome/desktop-directories/Settings.directory
/usr/X11R6/share/gnome/desktop-directories/System-Settings.directory
/usr/X11R6/share/gnome/desktop-directories/System-Tools.directory
/usr/X11R6/share/locale/ar/LC_MESSAGES/gnome-menus.mo
/usr/X11R6/share/locale/bg/LC_MESSAGES/gnome-menus.mo
/usr/X11R6/share/locale/ca/LC_MESSAGES/gnome-menus.mo
/usr/X11R6/share/locale/cs/LC_MESSAGES/gnome-menus.mo
/usr/X11R6/share/locale/cy/LC_MESSAGES/gnome-menus.mo
/usr/X11R6/share/locale/da/LC_MESSAGES/gnome-menus.mo
/usr/X11R6/share/locale/de/LC_MESSAGES/gnome-menus.mo
/usr/X11R6/share/locale/el/LC_MESSAGES/gnome-menus.mo
/usr/X11R6/share/locale/en_CA/LC_MESSAGES/gnome-menus.mo
/usr/X11R6/share/locale/en_GB/LC_MESSAGES/gnome-menus.mo
/usr/X11R6/share/locale/es/LC_MESSAGES/gnome-menus.mo
/usr/X11R6/share/locale/et/LC_MESSAGES/gnome-menus.mo
/usr/X11R6/share/locale/eu/LC_MESSAGES/gnome-menus.mo
/usr/X11R6/share/locale/fa/LC_MESSAGES/gnome-menus.mo
/usr/X11R6/share/locale/fi/LC_MESSAGES/gnome-menus.mo
/usr/X11R6/share/locale/fr/LC_MESSAGES/gnome-menus.mo
/usr/X11R6/share/locale/gl/LC_MESSAGES/gnome-menus.mo
/usr/X11R6/share/locale/gu/LC_MESSAGES/gnome-menus.mo
/usr/X11R6/share/locale/he/LC_MESSAGES/gnome-menus.mo
/usr/X11R6/share/locale/hi/LC_MESSAGES/gnome-menus.mo
/usr/X11R6/share/locale/hu/LC_MESSAGES/gnome-menus.mo
/usr/X11R6/share/locale/hy/LC_MESSAGES/gnome-menus.mo
/usr/X11R6/share/locale/id/LC_MESSAGES/gnome-menus.mo
/usr/X11R6/share/locale/it/LC_MESSAGES/gnome-menus.mo
/usr/X11R6/share/locale/ja/LC_MESSAGES/gnome-menus.mo
/usr/X11R6/share/locale/ko/LC_MESSAGES/gnome-menus.mo
/usr/X11R6/share/locale/lt/LC_MESSAGES/gnome-menus.mo
/usr/X11R6/share/locale/mk/LC_MESSAGES/gnome-menus.mo
/usr/X11R6/share/locale/mr/LC_MESSAGES/gnome-menus.mo
/usr/X11R6/share/locale/ms/LC_MESSAGES/gnome-menus.mo
/usr/X11R6/share/locale/nb/LC_MESSAGES/gnome-menus.mo
/usr/X11R6/share/locale/ne/LC_MESSAGES/gnome-menus.mo
/usr/X11R6/share/locale/nl/LC_MESSAGES/gnome-menus.mo
/usr/X11R6/share/locale/nn/LC_MESSAGES/gnome-menus.mo
/usr/X11R6/share/locale/no/LC_MESSAGES/gnome-menus.mo
/usr/X11R6/share/locale/pa/LC_MESSAGES/gnome-menus.mo
/usr/X11R6/share/locale/pl/LC_MESSAGES/gnome-menus.mo
/usr/X11R6/share/locale/pt/LC_MESSAGES/gnome-menus.mo
/usr/X11R6/share/locale/pt_BR/LC_MESSAGES/gnome-menus.mo
/usr/X11R6/share/locale/ro/LC_MESSAGES/gnome-menus.mo
/usr/X11R6/share/locale/ru/LC_MESSAGES/gnome-menus.mo
/usr/X11R6/share/locale/rw/LC_MESSAGES/gnome-menus.mo
/usr/X11R6/share/locale/sk/LC_MESSAGES/gnome-menus.mo
/usr/X11R6/share/locale/sq/LC_MESSAGES/gnome-menus.mo
/usr/X11R6/share/locale/sr/LC_MESSAGES/gnome-menus.mo
/usr/X11R6/share/locale/sr@Latn/LC_MESSAGES/gnome-menus.mo
/usr/X11R6/share/locale/sv/LC_MESSAGES/gnome-menus.mo
/usr/X11R6/share/locale/th/LC_MESSAGES/gnome-menus.mo
/usr/X11R6/share/locale/tr/LC_MESSAGES/gnome-menus.mo
/usr/X11R6/share/locale/uk/LC_MESSAGES/gnome-menus.mo
/usr/X11R6/share/locale/vi/LC_MESSAGES/gnome-menus.mo
/usr/X11R6/share/locale/xh/LC_MESSAGES/gnome-menus.mo
/usr/X11R6/share/locale/zh_CN/LC_MESSAGES/gnome-menus.mo
/usr/X11R6/share/locale/zh_TW/LC_MESSAGES/gnome-menus.mo
Information for gnome-pkgview-1.0.4_5:
/usr/X11R6/bin/gnome-pkgview
/usr/X11R6/share/gnome/applications/gnome-pkgview.desktop
/usr/X11R6/share/gnome/pixmaps/gnome-pkgview/debian.png
/usr/X11R6/share/gnome/pixmaps/gnome-pkgview/fedora.png
/usr/X11R6/share/gnome/pixmaps/gnome-pkgview/gentoo.png
/usr/X11R6/share/gnome/pixmaps/gnome-pkgview/gnome.png
/usr/X11R6/share/gnome/pixmaps/gnome-pkgview/pkgview.png
/usr/X11R6/share/gnome/pixmaps/gnome-pkgview/pld.png
/usr/X11R6/share/gnome/pixmaps/gnome-pkgview/redhat.png
/usr/X11R6/share/gnome/pixmaps/gnome-pkgview/slackware.png
/usr/X11R6/share/gnome/pixmaps/gnome-pkgview/solaris.png
/usr/X11R6/share/gnome/pixmaps/gnome-pkgview/suse.png
/usr/X11R6/share/locale/am/LC_MESSAGES/gnome-pkgview.mo
/usr/X11R6/share/locale/az/LC_MESSAGES/gnome-pkgview.mo
/usr/X11R6/share/locale/be/LC_MESSAGES/gnome-pkgview.mo
/usr/X11R6/share/locale/bg/LC_MESSAGES/gnome-pkgview.mo
/usr/X11R6/share/locale/ca/LC_MESSAGES/gnome-pkgview.mo
/usr/X11R6/share/locale/cs/LC_MESSAGES/gnome-pkgview.mo
/usr/X11R6/share/locale/da/LC_MESSAGES/gnome-pkgview.mo
/usr/X11R6/share/locale/de/LC_MESSAGES/gnome-pkgview.mo
/usr/X11R6/share/locale/el/LC_MESSAGES/gnome-pkgview.mo
/usr/X11R6/share/locale/en_GB/LC_MESSAGES/gnome-pkgview.mo
/usr/X11R6/share/locale/eo/LC_MESSAGES/gnome-pkgview.mo
/usr/X11R6/share/locale/es/LC_MESSAGES/gnome-pkgview.mo
/usr/X11R6/share/locale/fr/LC_MESSAGES/gnome-pkgview.mo
/usr/X11R6/share/locale/he/LC_MESSAGES/gnome-pkgview.mo
/usr/X11R6/share/locale/it/LC_MESSAGES/gnome-pkgview.mo
/usr/X11R6/share/locale/ja/LC_MESSAGES/gnome-pkgview.mo
/usr/X11R6/share/locale/ko/LC_MESSAGES/gnome-pkgview.mo
/usr/X11R6/share/locale/lv/LC_MESSAGES/gnome-pkgview.mo
/usr/X11R6/share/locale/ml/LC_MESSAGES/gnome-pkgview.mo
/usr/X11R6/share/locale/ms/LC_MESSAGES/gnome-pkgview.mo
/usr/X11R6/share/locale/nl/LC_MESSAGES/gnome-pkgview.mo
/usr/X11R6/share/locale/no/LC_MESSAGES/gnome-pkgview.mo
/usr/X11R6/share/locale/pl/LC_MESSAGES/gnome-pkgview.mo
/usr/X11R6/share/locale/pt/LC_MESSAGES/gnome-pkgview.mo
/usr/X11R6/share/locale/pt_BR/LC_MESSAGES/gnome-pkgview.mo
/usr/X11R6/share/locale/ru/LC_MESSAGES/gnome-pkgview.mo
/usr/X11R6/share/locale/sk/LC_MESSAGES/gnome-pkgview.mo
/usr/X11R6/share/locale/sr/LC_MESSAGES/gnome-pkgview.mo
/usr/X11R6/share/locale/sr@Latn/LC_MESSAGES/gnome-pkgview.mo
/usr/X11R6/share/locale/sv/LC_MESSAGES/gnome-pkgview.mo
/usr/X11R6/share/locale/uk/LC_MESSAGES/gnome-pkgview.mo
/usr/X11R6/share/locale/vi/LC_MESSAGES/gnome-pkgview.mo
/usr/X11R6/share/locale/zh_CN/LC_MESSAGES/gnome-pkgview.mo
/usr/X11R6/share/locale/zh_TW/LC_MESSAGES/gnome-pkgview.mo
/usr/X11R6/etc/gconf/schemas/gnome-pkgview.schemas
Information for gnome-screensaver-0.0.24_1:
/usr/X11R6/bin/gnome-screensaver
/usr/X11R6/bin/gnome-screensaver-command
/usr/X11R6/bin/gnome-screensaver-preferences
/usr/X11R6/etc/xdg/menus/gnome-screensavers.menu
/usr/X11R6/libexec/gnome-screensaver-dialog
/usr/X11R6/libexec/gnome-screensaver/floaters
/usr/X11R6/libexec/gnome-screensaver/popsquares
/usr/X11R6/libexec/gnome-screensaver/slideshow
/usr/X11R6/share/gnome/applications/gnome-screensaver-preferences.desktop
/usr/X11R6/share/gnome/desktop-directories/gnome-screensaver.directory
/usr/X11R6/share/gnome/gnome-screensaver/gnome-screensaver-preferences.glade
/usr/X11R6/share/gnome/gnome-screensaver/themes/cosmos-slideshow.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/footlogo-floaters.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/personal-slideshow.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/popsquares.desktop
/usr/X11R6/share/gnome/pixmaps/backgrounds/cosmos/cloud.jpg
/usr/X11R6/share/gnome/pixmaps/backgrounds/cosmos/comet.jpg
/usr/X11R6/share/gnome/pixmaps/backgrounds/cosmos/earth-horizon.jpg
/usr/X11R6/share/gnome/pixmaps/backgrounds/cosmos/earthrise.jpg
/usr/X11R6/share/gnome/pixmaps/backgrounds/cosmos/galaxy-ngc3370.jpg
/usr/X11R6/share/gnome/pixmaps/backgrounds/cosmos/helix-nebula.jpg
/usr/X11R6/share/gnome/pixmaps/backgrounds/cosmos/jupiter.jpg
/usr/X11R6/share/gnome/pixmaps/backgrounds/cosmos/sombrero.jpg
/usr/X11R6/share/gnome/pixmaps/backgrounds/cosmos/whirlpool.jpg
/usr/X11R6/share/gnome/pixmaps/gnome-logo-white.svg
/usr/X11R6/share/locale/bg/LC_MESSAGES/gnome-screensaver.mo
/usr/X11R6/share/locale/ca/LC_MESSAGES/gnome-screensaver.mo
/usr/X11R6/share/locale/cs/LC_MESSAGES/gnome-screensaver.mo
/usr/X11R6/share/locale/de/LC_MESSAGES/gnome-screensaver.mo
/usr/X11R6/share/locale/en_CA/LC_MESSAGES/gnome-screensaver.mo
/usr/X11R6/share/locale/en_GB/LC_MESSAGES/gnome-screensaver.mo
/usr/X11R6/share/locale/es/LC_MESSAGES/gnome-screensaver.mo
/usr/X11R6/share/locale/fi/LC_MESSAGES/gnome-screensaver.mo
/usr/X11R6/share/locale/fr/LC_MESSAGES/gnome-screensaver.mo
/usr/X11R6/share/locale/gl/LC_MESSAGES/gnome-screensaver.mo
/usr/X11R6/share/locale/gu/LC_MESSAGES/gnome-screensaver.mo
/usr/X11R6/share/locale/hu/LC_MESSAGES/gnome-screensaver.mo
/usr/X11R6/share/locale/it/LC_MESSAGES/gnome-screensaver.mo
/usr/X11R6/share/locale/ja/LC_MESSAGES/gnome-screensaver.mo
/usr/X11R6/share/locale/lt/LC_MESSAGES/gnome-screensaver.mo
/usr/X11R6/share/locale/nb/LC_MESSAGES/gnome-screensaver.mo
/usr/X11R6/share/locale/nl/LC_MESSAGES/gnome-screensaver.mo
/usr/X11R6/share/locale/no/LC_MESSAGES/gnome-screensaver.mo
/usr/X11R6/share/locale/pa/LC_MESSAGES/gnome-screensaver.mo
/usr/X11R6/share/locale/pt_BR/LC_MESSAGES/gnome-screensaver.mo
/usr/X11R6/share/locale/sk/LC_MESSAGES/gnome-screensaver.mo
/usr/X11R6/share/locale/sr/LC_MESSAGES/gnome-screensaver.mo
/usr/X11R6/share/locale/sr@Latn/LC_MESSAGES/gnome-screensaver.mo
/usr/X11R6/share/locale/sv/LC_MESSAGES/gnome-screensaver.mo
/usr/X11R6/share/locale/th/LC_MESSAGES/gnome-screensaver.mo
/usr/X11R6/share/locale/uk/LC_MESSAGES/gnome-screensaver.mo
/usr/X11R6/share/locale/vi/LC_MESSAGES/gnome-screensaver.mo
/usr/X11R6/share/locale/zh_CN/LC_MESSAGES/gnome-screensaver.mo
/usr/X11R6/share/locale/zh_TW/LC_MESSAGES/gnome-screensaver.mo
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/anemone.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/anemotaxis.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/antinspect.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/antmaze.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/antspotlight.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/apollonian.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/apple2.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/atlantis.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/attraction.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/atunnel.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/barcode.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/blaster.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/blinkbox.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/blitspin.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/blocktube.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/boing.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/bouboule.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/bouncingcow.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/boxed.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/boxfit.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/braid.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/bsod.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/bubble3d.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/bubbles.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/bumps.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/cage.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/carousel.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/ccurve.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/celtic.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/circuit.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/cloudlife.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/compass.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/coral.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/crackberg.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/critical.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/crystal.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/cube21.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/cubenetic.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/cubestorm.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/cynosure.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/dangerball.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/decayscreen.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/deco.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/deluxe.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/demon.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/discrete.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/distort.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/drift.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/endgame.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/engine.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/epicycle.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/eruption.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/euler2d.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/extrusion.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/fadeplot.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/fiberlamp.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/fireworkx.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/flag.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/flame.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/flipflop.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/flipscreen3d.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/fliptext.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/flow.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/fluidballs.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/flurry.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/flyingtoasters.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/fontglide.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/forest.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/fuzzyflakes.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/galaxy.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/gears.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/gflux.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/glblur.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/gleidescope.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/glforestfire.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/glhanoi.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/glknots.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/glmatrix.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/glplanet.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/glslideshow.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/glsnake.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/gltext.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/goop.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/grav.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/greynetic.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/halftone.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/halo.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/helix.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/hopalong.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/hyperball.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/hypercube.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/hypertorus.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/ifs.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/imsmap.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/interaggregate.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/interference.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/intermomentary.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/jigglypuff.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/jigsaw.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/juggle.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/juggler3d.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/julia.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/kaleidescope.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/klein.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/kumppa.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/lament.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/laser.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/lavalite.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/lightning.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/lisa.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/lissie.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/lmorph.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/loop.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/maze.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/memscroller.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/menger.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/metaballs.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/mirrorblob.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/mismunch.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/moebius.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/moire.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/moire2.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/molecule.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/morph3d.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/mountain.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/munch.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/nerverot.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/noof.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/noseguy.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/pacman.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/pedal.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/penetrate.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/penrose.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/petri.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/phosphor.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/piecewise.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/pinion.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/pipes.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/polyhedra.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/polyominoes.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/polytopes.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/pong.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/popsquares.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/providence.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/pulsar.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/pyro.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/qix.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/queens.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/rd-bomb.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/ripples.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/rocks.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/rorschach.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/rotor.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/rotzoomer.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/rubik.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/sballs.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/shadebobs.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/sierpinski.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/sierpinski3d.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/slidescreen.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/slip.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/sonar.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/speedmine.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/sphere.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/spheremonics.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/spiral.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/spotlight.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/sproingies.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/squiral.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/stairs.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/starfish.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/starwars.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/stonerview.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/strange.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/substrate.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/superquadrics.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/swirl.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/t3d.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/tangram.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/thornbird.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/timetunnel.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/triangle.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/truchet.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/twang.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/vermiculate.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/vidwhacker.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/vines.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/wander.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/webcollage.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/whirlwindwarp.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/whirlygig.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/worm.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/wormhole.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/xanalogtv.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/xflame.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/xjack.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/xlyap.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/xmatrix.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/xrayswarm.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/xspirograph.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/xteevee.desktop
/usr/X11R6/share/gnome/gnome-screensaver/themes/xscreensaver/zoom.desktop
/usr/X11R6/etc/gconf/schemas/gnome-screensaver.schemas
Information for gnome-vfsmm-2.12.0_1:
/usr/X11R6/include/gnome-vfsmm-2.6/libgnomevfsmm.h
/usr/X11R6/include/gnome-vfsmm-2.6/libgnomevfsmm/address.h
/usr/X11R6/include/gnome-vfsmm-2.6/libgnomevfsmm/application-registry.h
/usr/X11R6/include/gnome-vfsmm-2.6/libgnomevfsmm/async-handle.h
/usr/X11R6/include/gnome-vfsmm-2.6/libgnomevfsmm/async.h
/usr/X11R6/include/gnome-vfsmm-2.6/libgnomevfsmm/directory-handle.h
/usr/X11R6/include/gnome-vfsmm-2.6/libgnomevfsmm/dns-sd.h
/usr/X11R6/include/gnome-vfsmm-2.6/libgnomevfsmm/drive.h
/usr/X11R6/include/gnome-vfsmm-2.6/libgnomevfsmm/enums.h
/usr/X11R6/include/gnome-vfsmm-2.6/libgnomevfsmm/exception.h
/usr/X11R6/include/gnome-vfsmm-2.6/libgnomevfsmm/file-info.h
/usr/X11R6/include/gnome-vfsmm-2.6/libgnomevfsmm/handle.h
/usr/X11R6/include/gnome-vfsmm-2.6/libgnomevfsmm/init.h
/usr/X11R6/include/gnome-vfsmm-2.6/libgnomevfsmm/mime-action.h
/usr/X11R6/include/gnome-vfsmm-2.6/libgnomevfsmm/mime-application.h
/usr/X11R6/include/gnome-vfsmm-2.6/libgnomevfsmm/mime-handlers.h
/usr/X11R6/include/gnome-vfsmm-2.6/libgnomevfsmm/mime-monitor.h
/usr/X11R6/include/gnome-vfsmm-2.6/libgnomevfsmm/monitor-handle.h
/usr/X11R6/include/gnome-vfsmm-2.6/libgnomevfsmm/private.h
/usr/X11R6/include/gnome-vfsmm-2.6/libgnomevfsmm/private/address_p.h
/usr/X11R6/include/gnome-vfsmm-2.6/libgnomevfsmm/private/async-handle_p.h
/usr/X11R6/include/gnome-vfsmm-2.6/libgnomevfsmm/private/drive_p.h
/usr/X11R6/include/gnome-vfsmm-2.6/libgnomevfsmm/private/enums_p.h
/usr/X11R6/include/gnome-vfsmm-2.6/libgnomevfsmm/private/file-info_p.h
/usr/X11R6/include/gnome-vfsmm-2.6/libgnomevfsmm/private/mime-action_p.h
/usr/X11R6/include/gnome-vfsmm-2.6/libgnomevfsmm/private/mime-application_p.h
/usr/X11R6/include/gnome-vfsmm-2.6/libgnomevfsmm/private/mime-monitor_p.h
/usr/X11R6/include/gnome-vfsmm-2.6/libgnomevfsmm/private/resolve-handle_p.h
/usr/X11R6/include/gnome-vfsmm-2.6/libgnomevfsmm/private/transfer-progress_p.h
/usr/X11R6/include/gnome-vfsmm-2.6/libgnomevfsmm/private/uri_p.h
/usr/X11R6/include/gnome-vfsmm-2.6/libgnomevfsmm/private/volume-monitor_p.h
/usr/X11R6/include/gnome-vfsmm-2.6/libgnomevfsmm/private/volume_p.h
/usr/X11R6/include/gnome-vfsmm-2.6/libgnomevfsmm/resolve-handle.h
/usr/X11R6/include/gnome-vfsmm-2.6/libgnomevfsmm/transfer-progress.h
/usr/X11R6/include/gnome-vfsmm-2.6/libgnomevfsmm/transfer.h
/usr/X11R6/include/gnome-vfsmm-2.6/libgnomevfsmm/types.h
/usr/X11R6/include/gnome-vfsmm-2.6/libgnomevfsmm/uri.h
/usr/X11R6/include/gnome-vfsmm-2.6/libgnomevfsmm/utils.h
/usr/X11R6/include/gnome-vfsmm-2.6/libgnomevfsmm/volume-monitor.h
/usr/X11R6/include/gnome-vfsmm-2.6/libgnomevfsmm/volume.h
/usr/X11R6/include/gnome-vfsmm-2.6/libgnomevfsmm/wrap_init.h
/usr/X11R6/lib/gnome-vfsmm-2.6/include/libgnomevfsmmconfig.h
/usr/X11R6/lib/gnome-vfsmm-2.6/proc/m4/convert.m4
/usr/X11R6/lib/gnome-vfsmm-2.6/proc/m4/convert_gnome_vfsmm.m4
/usr/X11R6/lib/libgnomevfsmm-2.6.a
/usr/X11R6/lib/libgnomevfsmm-2.6.la
/usr/X11R6/lib/libgnomevfsmm-2.6.so
/usr/X11R6/lib/libgnomevfsmm-2.6.so.1
/usr/X11R6/libdata/pkgconfig/gnome-vfsmm-2.6.pc
Information for gnome2-hacker-tools-2.12.3:
Information for gnome2-office-2.12.3:
Information for gnomecanvas-0.22.0_4:
/usr/X11R6/etc/gnomecanvaspixbufConf.sh
/usr/X11R6/include/gdk-pixbuf-1.0/gdk-pixbuf/gnome-canvas-pixbuf.h
/usr/X11R6/lib/libgnomecanvaspixbuf.a
/usr/X11R6/lib/libgnomecanvaspixbuf.so
/usr/X11R6/lib/libgnomecanvaspixbuf.so.1
Information for gnomecommon-2.12.0:
/usr/local/bin/gnome-autogen.sh
/usr/local/bin/gnome-doc-common
/usr/local/share/aclocal/gnome-common.m4
/usr/local/share/aclocal/gnome-compiler-flags.m4
/usr/local/share/gnome-common/data/omf.make
/usr/local/share/gnome-common/data/xmldocs.make
Information for gnomedb-0.2.96_3:
/usr/X11R6/bin/gnomedb-builder
/usr/X11R6/bin/gnomedb-components
/usr/X11R6/bin/gnomedb-config
/usr/X11R6/bin/gnomedb-fe
/usr/X11R6/bin/gnomedb-mgr
/usr/X11R6/include/libgnomedb-0.2.96/gnome-db/GNOME_Database_UI.h
/usr/X11R6/include/libgnomedb-0.2.96/gnome-db/gnome-db-browser.h
/usr/X11R6/include/libgnomedb-0.2.96/gnome-db/gnome-db-combo.h
/usr/X11R6/include/libgnomedb-0.2.96/gnome-db/gnome-db-component.h
/usr/X11R6/include/libgnomedb-0.2.96/gnome-db/gnome-db-config.h
/usr/X11R6/include/libgnomedb-0.2.96/gnome-db/gnome-db-control-defprops.h
/usr/X11R6/include/libgnomedb-0.2.96/gnome-db/gnome-db-control-widget.h
/usr/X11R6/include/libgnomedb-0.2.96/gnome-db/gnome-db-control.h
/usr/X11R6/include/libgnomedb-0.2.96/gnome-db/gnome-db-dataset.h
/usr/X11R6/include/libgnomedb-0.2.96/gnome-db/gnome-db-designer.h
/usr/X11R6/include/libgnomedb-0.2.96/gnome-db/gnome-db-dsn-config-druid.h
/usr/X11R6/include/libgnomedb-0.2.96/gnome-db/gnome-db-dsn-config.h
/usr/X11R6/include/libgnomedb-0.2.96/gnome-db/gnome-db-embeddable.h
/usr/X11R6/include/libgnomedb-0.2.96/gnome-db/gnome-db-entry.h
/usr/X11R6/include/libgnomedb-0.2.96/gnome-db/gnome-db-error-dlg.h
/usr/X11R6/include/libgnomedb-0.2.96/gnome-db/gnome-db-error.h
/usr/X11R6/include/libgnomedb-0.2.96/gnome-db/gnome-db-export.h
/usr/X11R6/include/libgnomedb-0.2.96/gnome-db/gnome-db-grid.h
/usr/X11R6/include/libgnomedb-0.2.96/gnome-db/gnome-db-icon-list.h
/usr/X11R6/include/libgnomedb-0.2.96/gnome-db/gnome-db-label.h
/usr/X11R6/include/libgnomedb-0.2.96/gnome-db/gnome-db-list.h
/usr/X11R6/include/libgnomedb-0.2.96/gnome-db/gnome-db-log-viewer.h
/usr/X11R6/include/libgnomedb-0.2.96/gnome-db/gnome-db-login-dlg.h
/usr/X11R6/include/libgnomedb-0.2.96/gnome-db/gnome-db-login.h
/usr/X11R6/include/libgnomedb-0.2.96/gnome-db/gnome-db-moniker.h
/usr/X11R6/include/libgnomedb-0.2.96/gnome-db/gnome-db-report.h
/usr/X11R6/include/libgnomedb-0.2.96/gnome-db/gnome-db-shortcut.h
/usr/X11R6/include/libgnomedb-0.2.96/gnome-db/gnome-db-table-editor.h
/usr/X11R6/include/libgnomedb-0.2.96/gnome-db/gnome-db-util.h
/usr/X11R6/include/libgnomedb-0.2.96/gnome-db/gnome-db-window.h
/usr/X11R6/include/libgnomedb-0.2.96/gnome-db/gnome-db.h
/usr/X11R6/lib/libgnomedb.a
/usr/X11R6/lib/libgnomedb.la
/usr/X11R6/lib/libgnomedb.so
/usr/X11R6/lib/libgnomedb.so.0
/usr/X11R6/share/doc/gnomedb/libgnomedb-decl.txt
/usr/X11R6/share/doc/gnomedb/libgnomedb-sections.txt
/usr/X11R6/share/doc/gnomedb/libgnomedb.args
/usr/X11R6/share/doc/gnomedb/libgnomedb.hierarchy
/usr/X11R6/share/doc/gnomedb/libgnomedb.types
/usr/X11R6/share/gnome/apps/Applications/gnomedb-fe.desktop
/usr/X11R6/share/gnome/help/gnome-db/C/comlib.html
/usr/X11R6/share/gnome/help/gnome-db/C/components.html
/usr/X11R6/share/gnome/help/gnome-db/C/fdl-appendix.sgml
/usr/X11R6/share/gnome/help/gnome-db/C/fdl-section1.html
/usr/X11R6/share/gnome/help/gnome-db/C/fdl-section10.html
/usr/X11R6/share/gnome/help/gnome-db/C/fdl-section2.html
/usr/X11R6/share/gnome/help/gnome-db/C/fdl-section3.html
/usr/X11R6/share/gnome/help/gnome-db/C/fdl-section4.html
/usr/X11R6/share/gnome/help/gnome-db/C/fdl-section5.html
/usr/X11R6/share/gnome/help/gnome-db/C/fdl-section6.html
/usr/X11R6/share/gnome/help/gnome-db/C/fdl-section7.html
/usr/X11R6/share/gnome/help/gnome-db/C/fdl-section8.html
/usr/X11R6/share/gnome/help/gnome-db/C/fdl-section9.html
/usr/X11R6/share/gnome/help/gnome-db/C/fdl-using.html
/usr/X11R6/share/gnome/help/gnome-db/C/fdl.html
/usr/X11R6/share/gnome/help/gnome-db/C/fe.html
/usr/X11R6/share/gnome/help/gnome-db/C/gnome-db.sgml
/usr/X11R6/share/gnome/help/gnome-db/C/index.html
/usr/X11R6/share/gnome/help/gnome-db/C/introduction.html
/usr/X11R6/share/gnome/help/gnome-db/C/manager-config-components.html
/usr/X11R6/share/gnome/help/gnome-db/C/manager.html
/usr/X11R6/share/gnome/help/gnome-db/C/topic.dat
/usr/X11R6/share/gnome/help/gnome-db/C/widgetlib-overview.html
/usr/X11R6/share/gnome/help/gnome-db/C/widgetlib.html
/usr/X11R6/share/gnome/help/gnome-db/es/comlib.html
/usr/X11R6/share/gnome/help/gnome-db/es/components.html
/usr/X11R6/share/gnome/help/gnome-db/es/fe.html
/usr/X11R6/share/gnome/help/gnome-db/es/gnome-db.html
/usr/X11R6/share/gnome/help/gnome-db/es/gnome-db.sgml
/usr/X11R6/share/gnome/help/gnome-db/es/index.html
/usr/X11R6/share/gnome/help/gnome-db/es/introduction.html
/usr/X11R6/share/gnome/help/gnome-db/es/manager-config-components.html
/usr/X11R6/share/gnome/help/gnome-db/es/manager.html
/usr/X11R6/share/gnome/help/gnome-db/es/topic.dat
/usr/X11R6/share/gnome/help/gnome-db/es/widgetlib-overview.html
/usr/X11R6/share/gnome/help/gnome-db/es/widgetlib.html
/usr/X11R6/share/gnome/help/gnome-db/it/comlib.html
/usr/X11R6/share/gnome/help/gnome-db/it/components.html
/usr/X11R6/share/gnome/help/gnome-db/it/fdl-appendix.sgml
/usr/X11R6/share/gnome/help/gnome-db/it/fdl-section1.html
/usr/X11R6/share/gnome/help/gnome-db/it/fdl-section10.html
/usr/X11R6/share/gnome/help/gnome-db/it/fdl-section2.html
/usr/X11R6/share/gnome/help/gnome-db/it/fdl-section3.html
/usr/X11R6/share/gnome/help/gnome-db/it/fdl-section4.html
/usr/X11R6/share/gnome/help/gnome-db/it/fdl-section5.html
/usr/X11R6/share/gnome/help/gnome-db/it/fdl-section6.html
/usr/X11R6/share/gnome/help/gnome-db/it/fdl-section7.html
/usr/X11R6/share/gnome/help/gnome-db/it/fdl-section8.html
/usr/X11R6/share/gnome/help/gnome-db/it/fdl-section9.html
/usr/X11R6/share/gnome/help/gnome-db/it/fdl-using.html
/usr/X11R6/share/gnome/help/gnome-db/it/fdl.html
/usr/X11R6/share/gnome/help/gnome-db/it/fe.html
/usr/X11R6/share/gnome/help/gnome-db/it/gnome-db.sgml
/usr/X11R6/share/gnome/help/gnome-db/it/index.html
/usr/X11R6/share/gnome/help/gnome-db/it/introduction.html
/usr/X11R6/share/gnome/help/gnome-db/it/manager-config-components.html
/usr/X11R6/share/gnome/help/gnome-db/it/manager.html
/usr/X11R6/share/gnome/help/gnome-db/it/topic.dat
/usr/X11R6/share/gnome/help/gnome-db/it/widgetlib-overview.html
/usr/X11R6/share/gnome/help/gnome-db/it/widgetlib.html
/usr/X11R6/share/gnome/help/gnome-db/pt_BR/comlib.html
/usr/X11R6/share/gnome/help/gnome-db/pt_BR/components.html
/usr/X11R6/share/gnome/help/gnome-db/pt_BR/fe.html
/usr/X11R6/share/gnome/help/gnome-db/pt_BR/gnome-db.sgml
/usr/X11R6/share/gnome/help/gnome-db/pt_BR/index.html
/usr/X11R6/share/gnome/help/gnome-db/pt_BR/introduction.html
/usr/X11R6/share/gnome/help/gnome-db/pt_BR/manager-config-components.html
/usr/X11R6/share/gnome/help/gnome-db/pt_BR/manager.html
/usr/X11R6/share/gnome/help/gnome-db/pt_BR/topic.dat
/usr/X11R6/share/gnome/help/gnome-db/pt_BR/widgetlib-overview.html
/usr/X11R6/share/gnome/help/gnome-db/pt_BR/widgetlib.html
/usr/X11R6/share/gnome/idl/GNOME_Database_UI.idl
/usr/X11R6/share/gnome/oaf/GNOME_DB_Builder.oaf
/usr/X11R6/share/gnome/oaf/GNOME_DB_ComponentFactory.oaf
/usr/X11R6/share/gnome/oaf/GNOME_DB_Connection.oaf
/usr/X11R6/share/gnome/oaf/GNOME_DB_Designer.oaf
/usr/X11R6/share/gnome/oaf/GNOME_DB_Export.oaf
/usr/X11R6/share/gnome/oaf/GNOME_DB_Log.oaf
/usr/X11R6/share/gnome/oaf/GNOME_DB_Manager.oaf
/usr/X11R6/share/gnome/oaf/GNOME_DB_Monikers.oaf
/usr/X11R6/share/gnome/omf/gnome-db/gnome-db-C.omf
/usr/X11R6/share/gnome/omf/gnome-db/gnome-db-es.omf
/usr/X11R6/share/gnome/omf/gnome-db/gnome-db-it.omf
/usr/X11R6/share/gnome/omf/gnome-db/gnome-db-pt_BR.omf
/usr/X11R6/share/gnome/pixmaps/gnome-db.png
/usr/X11R6/share/gnome/ui/gnomedb-com-connection.xml
/usr/X11R6/share/gnome/ui/gnomedb-com-designer.xml
/usr/X11R6/share/gnome/ui/gnomedb-com-log.xml
/usr/X11R6/share/gnome/ui/gnomedb-fe.xml
/usr/X11R6/share/gnome/ui/gnomedb-manager.xml
/usr/X11R6/share/locale/az/LC_MESSAGES/gnome-db.mo
/usr/X11R6/share/locale/ca/LC_MESSAGES/gnome-db.mo
/usr/X11R6/share/locale/da/LC_MESSAGES/gnome-db.mo
/usr/X11R6/share/locale/de/LC_MESSAGES/gnome-db.mo
/usr/X11R6/share/locale/el/LC_MESSAGES/gnome-db.mo
/usr/X11R6/share/locale/es/LC_MESSAGES/gnome-db.mo
/usr/X11R6/share/locale/fi/LC_MESSAGES/gnome-db.mo
/usr/X11R6/share/locale/fr/LC_MESSAGES/gnome-db.mo
/usr/X11R6/share/locale/ga/LC_MESSAGES/gnome-db.mo
/usr/X11R6/share/locale/gl/LC_MESSAGES/gnome-db.mo
/usr/X11R6/share/locale/hu/LC_MESSAGES/gnome-db.mo
/usr/X11R6/share/locale/it/LC_MESSAGES/gnome-db.mo
/usr/X11R6/share/locale/ja/LC_MESSAGES/gnome-db.mo
/usr/X11R6/share/locale/ko/LC_MESSAGES/gnome-db.mo
/usr/X11R6/share/locale/nl/LC_MESSAGES/gnome-db.mo
/usr/X11R6/share/locale/nn/LC_MESSAGES/gnome-db.mo
/usr/X11R6/share/locale/no/LC_MESSAGES/gnome-db.mo
/usr/X11R6/share/locale/pl/LC_MESSAGES/gnome-db.mo
/usr/X11R6/share/locale/pt/LC_MESSAGES/gnome-db.mo
/usr/X11R6/share/locale/pt_BR/LC_MESSAGES/gnome-db.mo
/usr/X11R6/share/locale/ru/LC_MESSAGES/gnome-db.mo
/usr/X11R6/share/locale/sk/LC_MESSAGES/gnome-db.mo
/usr/X11R6/share/locale/sl/LC_MESSAGES/gnome-db.mo
/usr/X11R6/share/locale/sv/LC_MESSAGES/gnome-db.mo
/usr/X11R6/share/locale/tr/LC_MESSAGES/gnome-db.mo
/usr/X11R6/share/locale/uk/LC_MESSAGES/gnome-db.mo
/usr/X11R6/share/locale/zh_TW/LC_MESSAGES/gnome-db.mo
Information for gnomedesktop-2.12.3_1:
/usr/X11R6/man/man1/gnome-about.1.gz
/usr/X11R6/bin/gnome-about
/usr/X11R6/include/gnome-desktop-2.0/libgnome/gnome-desktop-item.h
/usr/X11R6/include/gnome-desktop-2.0/libgnomeui/gnome-ditem-edit.h
/usr/X11R6/include/gnome-desktop-2.0/libgnomeui/gnome-hint.h
/usr/X11R6/lib/libgnome-desktop-2.a
/usr/X11R6/lib/libgnome-desktop-2.la
/usr/X11R6/lib/libgnome-desktop-2.so
/usr/X11R6/lib/libgnome-desktop-2.so.2
/usr/X11R6/libdata/pkgconfig/gnome-desktop-2.0.pc
/usr/X11R6/share/gnome/applications/gnome-about.desktop
/usr/X11R6/share/gnome/gnome-about/gnome-64.png
/usr/X11R6/share/gnome/gnome-about/gnome-version.xml
/usr/X11R6/share/gnome/gnome-about/headers/header-bg-ancient01a.png
/usr/X11R6/share/gnome/gnome-about/headers/header-bg-city01.png
/usr/X11R6/share/gnome/gnome-about/headers/header-bg-clouds01.png
/usr/X11R6/share/gnome/gnome-about/headers/header-bg-clouds02.png
/usr/X11R6/share/gnome/gnome-about/headers/header-bg-hills01.png
/usr/X11R6/share/gnome/gnome-about/headers/header-bg-landscape01.png
/usr/X11R6/share/gnome/gnome-about/headers/header-bg-mountains01.png
/usr/X11R6/share/gnome/gnome-about/headers/header-bg-snow01.png
/usr/X11R6/share/gnome/gnome-about/headers/header-bg-sunset01.png
/usr/X11R6/share/gnome/help/fdl/C/fdl.xml
/usr/X11R6/share/gnome/help/fdl/es/fdl.xml
/usr/X11R6/share/gnome/help/gnome-feedback/C/gnome-feedback.xml
/usr/X11R6/share/gnome/help/gnome-feedback/es/gnome-feedback.xml
/usr/X11R6/share/gnome/help/gpl/C/gpl.xml
/usr/X11R6/share/gnome/help/gpl/es/gpl.xml
/usr/X11R6/share/gnome/help/gpl/fi/gpl.xml
/usr/X11R6/share/gnome/help/gpl/pa/gpl.xml
/usr/X11R6/share/gnome/help/lgpl/C/lgpl.xml
/usr/X11R6/share/gnome/help/lgpl/es/lgpl.xml
/usr/X11R6/share/gnome/help/lgpl/pa/lgpl.xml
/usr/X11R6/share/gnome/omf/fdl/fdl-C.omf
/usr/X11R6/share/gnome/omf/fdl/fdl-es.omf
/usr/X11R6/share/gnome/omf/gnome-feedback/gnome-feedback-C.omf
/usr/X11R6/share/gnome/omf/gnome-feedback/gnome-feedback-es.omf
/usr/X11R6/share/gnome/omf/gpl/gpl-C.omf
/usr/X11R6/share/gnome/omf/gpl/gpl-es.omf
/usr/X11R6/share/gnome/omf/gpl/gpl-fi.omf
/usr/X11R6/share/gnome/omf/gpl/gpl-pa.omf
/usr/X11R6/share/gnome/omf/lgpl/lgpl-C.omf
/usr/X11R6/share/gnome/omf/lgpl/lgpl-es.omf
/usr/X11R6/share/gnome/omf/lgpl/lgpl-pa.omf
/usr/X11R6/share/gnome/pixmaps/apple-green.png
/usr/X11R6/share/gnome/pixmaps/apple-red.png
/usr/X11R6/share/gnome/pixmaps/gnome-aorta.png
/usr/X11R6/share/gnome/pixmaps/gnome-applets.png
/usr/X11R6/share/gnome/pixmaps/gnome-background-image.png
/usr/X11R6/share/gnome/pixmaps/gnome-background-pattern.png
/usr/X11R6/share/gnome/pixmaps/gnome-background.png
/usr/X11R6/share/gnome/pixmaps/gnome-calc2.png
/usr/X11R6/share/gnome/pixmaps/gnome-calc3.png
/usr/X11R6/share/gnome/pixmaps/gnome-calendar.png
/usr/X11R6/share/gnome/pixmaps/gnome-ccbackground.png
/usr/X11R6/share/gnome/pixmaps/gnome-ccdesktop.png
/usr/X11R6/share/gnome/pixmaps/gnome-ccdialog.png
/usr/X11R6/share/gnome/pixmaps/gnome-ccmime.png
/usr/X11R6/share/gnome/pixmaps/gnome-ccperiph.png
/usr/X11R6/share/gnome/pixmaps/gnome-ccscreensaver.png
/usr/X11R6/share/gnome/pixmaps/gnome-ccwindowmanager.png
/usr/X11R6/share/gnome/pixmaps/gnome-color-browser.png
/usr/X11R6/share/gnome/pixmaps/gnome-color-xterm.png
/usr/X11R6/share/gnome/pixmaps/gnome-computer.png
/usr/X11R6/share/gnome/pixmaps/gnome-cromagnon.png
/usr/X11R6/share/gnome/pixmaps/gnome-day.png
/usr/X11R6/share/gnome/pixmaps/gnome-debian.png
/usr/X11R6/share/gnome/pixmaps/gnome-diskfree.png
/usr/X11R6/share/gnome/pixmaps/gnome-emacs.png
/usr/X11R6/share/gnome/pixmaps/gnome-eterm.png
/usr/X11R6/share/gnome/pixmaps/gnome-file-c.png
/usr/X11R6/share/gnome/pixmaps/gnome-file-h.png
/usr/X11R6/share/gnome/pixmaps/gnome-folder.png
/usr/X11R6/share/gnome/pixmaps/gnome-gemvt.png
/usr/X11R6/share/gnome/pixmaps/gnome-gimp.png
/usr/X11R6/share/gnome/pixmaps/gnome-gmenu.png
/usr/X11R6/share/gnome/pixmaps/gnome-gmush.png
/usr/X11R6/share/gnome/pixmaps/gnome-gnomoku.png
/usr/X11R6/share/gnome/pixmaps/gnome-home.png
/usr/X11R6/share/gnome/pixmaps/gnome-html.png
/usr/X11R6/share/gnome/pixmaps/gnome-image-gif.png
/usr/X11R6/share/gnome/pixmaps/gnome-image-jpeg.png
/usr/X11R6/share/gnome/pixmaps/gnome-irc.png
/usr/X11R6/share/gnome/pixmaps/gnome-laptop.png
/usr/X11R6/share/gnome/pixmaps/gnome-log.png
/usr/X11R6/share/gnome/pixmaps/gnome-logo-icon-transparent.png
/usr/X11R6/share/gnome/pixmaps/gnome-logo-icon.png
/usr/X11R6/share/gnome/pixmaps/gnome-logo-large.png
/usr/X11R6/share/gnome/pixmaps/gnome-mdi.png
/usr/X11R6/share/gnome/pixmaps/gnome-mnemonic.png
/usr/X11R6/share/gnome/pixmaps/gnome-month.png
/usr/X11R6/share/gnome/pixmaps/gnome-mouse.png
/usr/X11R6/share/gnome/pixmaps/gnome-news.png
/usr/X11R6/share/gnome/pixmaps/gnome-note.png
/usr/X11R6/share/gnome/pixmaps/gnome-qeye.png
/usr/X11R6/share/gnome/pixmaps/gnome-set-time.png
/usr/X11R6/share/gnome/pixmaps/gnome-spider.png
/usr/X11R6/share/gnome/pixmaps/gnome-squeak.png
/usr/X11R6/share/gnome/pixmaps/gnome-suse.png
/usr/X11R6/share/gnome/pixmaps/gnome-talk.png
/usr/X11R6/share/gnome/pixmaps/gnome-term-linux.png
/usr/X11R6/share/gnome/pixmaps/gnome-term-linux2.png
/usr/X11R6/share/gnome/pixmaps/gnome-term-night.png
/usr/X11R6/share/gnome/pixmaps/gnome-term-tiger.png
/usr/X11R6/share/gnome/pixmaps/gnome-term.png
/usr/X11R6/share/gnome/pixmaps/gnome-tigert.png
/usr/X11R6/share/gnome/pixmaps/gnome-touristinfo.png
/usr/X11R6/share/gnome/pixmaps/gnome-user-interface.png
/usr/X11R6/share/gnome/pixmaps/gnome-week.png
/usr/X11R6/share/gnome/pixmaps/gnome-windows.png
/usr/X11R6/share/gnome/pixmaps/gnome-word.png
/usr/X11R6/share/gnome/pixmaps/gnome-workspace.png
/usr/X11R6/share/gnome/pixmaps/gnome-xterm.png
/usr/X11R6/share/gnome/pixmaps/gtkvim.png
/usr/X11R6/share/gnome/pixmaps/kterm.xpm
/usr/X11R6/share/gnome/pixmaps/monitor.png
/usr/X11R6/share/gnome/pixmaps/vnterm.xpm
/usr/X11R6/share/locale/af/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/am/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/ar/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/az/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/be/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/bg/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/bn/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/br/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/bs/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/ca/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/cs/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/cy/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/da/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/de/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/el/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/en_CA/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/en_GB/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/eo/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/es/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/et/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/eu/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/fa/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/fi/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/fr/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/ga/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/gl/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/gu/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/he/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/hi/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/hr/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/hu/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/hy/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/id/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/is/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/it/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/ja/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/kn/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/ko/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/ku/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/li/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/lt/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/lv/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/mi/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/mk/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/ml/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/mn/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/mr/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/ms/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/nb/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/ne/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/nl/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/nn/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/no/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/nso/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/pa/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/pl/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/pt/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/pt_BR/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/ro/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/ru/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/rw/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/sk/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/sl/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/sq/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/sr/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/sr@Latn/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/sv/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/ta/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/te/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/th/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/tk/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/tr/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/ug/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/uk/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/vi/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/wa/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/xh/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/yi/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/yo/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/zh_CN/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/zh_TW/LC_MESSAGES/gnome-desktop-2.0.mo
/usr/X11R6/share/locale/zu/LC_MESSAGES/gnome-desktop-2.0.mo
Information for gnomedocutils-0.4.4:
/usr/X11R6/bin/gnome-doc-prepare
/usr/X11R6/libdata/pkgconfig/gnome-doc-utils.pc
/usr/X11R6/share/aclocal/gnome-doc-utils.m4
/usr/X11R6/share/gnome-doc-utils/gnome-doc-utils.make
/usr/X11R6/share/gnome/help/gnome-doc-make/C/gnome-doc-make.xml
/usr/X11R6/share/gnome/help/gnome-doc-make/C/legal.xml
/usr/X11R6/share/gnome/help/gnome-doc-make/C/make-ref.xml
/usr/X11R6/share/gnome/help/gnome-doc-xslt/C/db-chunk.xml
/usr/X11R6/share/gnome/help/gnome-doc-xslt/C/db-common.xml
/usr/X11R6/share/gnome/help/gnome-doc-xslt/C/db-label.xml
/usr/X11R6/share/gnome/help/gnome-doc-xslt/C/db-title.xml
/usr/X11R6/share/gnome/help/gnome-doc-xslt/C/db-xref.xml
/usr/X11R6/share/gnome/help/gnome-doc-xslt/C/db2html-admon.xml
/usr/X11R6/share/gnome/help/gnome-doc-xslt/C/db2html-autotoc.xml
/usr/X11R6/share/gnome/help/gnome-doc-xslt/C/db2html-block.xml
/usr/X11R6/share/gnome/help/gnome-doc-xslt/C/db2html-callout.xml
/usr/X11R6/share/gnome/help/gnome-doc-xslt/C/db2html-classsynopsis.xml
/usr/X11R6/share/gnome/help/gnome-doc-xslt/C/db2html-cmdsynopsis.xml
/usr/X11R6/share/gnome/help/gnome-doc-xslt/C/db2html-css.xml
/usr/X11R6/share/gnome/help/gnome-doc-xslt/C/db2html-division.xml
/usr/X11R6/share/gnome/help/gnome-doc-xslt/C/db2html-ebnf.xml
/usr/X11R6/share/gnome/help/gnome-doc-xslt/C/db2html-funcsynopsis.xml
/usr/X11R6/share/gnome/help/gnome-doc-xslt/C/db2html-info.xml
/usr/X11R6/share/gnome/help/gnome-doc-xslt/C/db2html-inline.xml
/usr/X11R6/share/gnome/help/gnome-doc-xslt/C/db2html-list.xml
/usr/X11R6/share/gnome/help/gnome-doc-xslt/C/db2html-media.xml
/usr/X11R6/share/gnome/help/gnome-doc-xslt/C/db2html-qanda.xml
/usr/X11R6/share/gnome/help/gnome-doc-xslt/C/db2html-refentry.xml
/usr/X11R6/share/gnome/help/gnome-doc-xslt/C/db2html-suppressed.xml
/usr/X11R6/share/gnome/help/gnome-doc-xslt/C/db2html-table.xml
/usr/X11R6/share/gnome/help/gnome-doc-xslt/C/db2html-title.xml
/usr/X11R6/share/gnome/help/gnome-doc-xslt/C/db2html-xref.xml
/usr/X11R6/share/gnome/help/gnome-doc-xslt/C/db2html.xml
/usr/X11R6/share/gnome/help/gnome-doc-xslt/C/db2omf.xml
/usr/X11R6/share/gnome/help/gnome-doc-xslt/C/gettext.xml
/usr/X11R6/share/gnome/help/gnome-doc-xslt/C/gnome-doc-xslt.xml
/usr/X11R6/share/gnome/help/gnome-doc-xslt/C/legal.xml
/usr/X11R6/share/gnome/help/gnome-doc-xslt/C/translating.xml
/usr/X11R6/share/gnome/help/gnome-doc-xslt/C/xsldoc.xml
/usr/X11R6/share/gnome/omf/gnome-doc-make/gnome-doc-make-C.omf
/usr/X11R6/share/gnome/omf/gnome-doc-xslt/gnome-doc-xslt-C.omf
/usr/X11R6/share/xml/gnome/xslt/docbook/common/db-chunk.xsl
/usr/X11R6/share/xml/gnome/xslt/docbook/common/db-common.xsl
/usr/X11R6/share/xml/gnome/xslt/docbook/common/db-label.xsl
/usr/X11R6/share/xml/gnome/xslt/docbook/common/db-title.xsl
/usr/X11R6/share/xml/gnome/xslt/docbook/common/db-xref.xsl
/usr/X11R6/share/xml/gnome/xslt/docbook/html/db2html-admon.xsl
/usr/X11R6/share/xml/gnome/xslt/docbook/html/db2html-autotoc.xsl
/usr/X11R6/share/xml/gnome/xslt/docbook/html/db2html-block.xsl
/usr/X11R6/share/xml/gnome/xslt/docbook/html/db2html-callout.xsl
/usr/X11R6/share/xml/gnome/xslt/docbook/html/db2html-classsynopsis.xsl
/usr/X11R6/share/xml/gnome/xslt/docbook/html/db2html-cmdsynopsis.xsl
/usr/X11R6/share/xml/gnome/xslt/docbook/html/db2html-css.xsl
/usr/X11R6/share/xml/gnome/xslt/docbook/html/db2html-division.xsl
/usr/X11R6/share/xml/gnome/xslt/docbook/html/db2html-ebnf.xsl
/usr/X11R6/share/xml/gnome/xslt/docbook/html/db2html-funcsynopsis.xsl
/usr/X11R6/share/xml/gnome/xslt/docbook/html/db2html-info.xsl
/usr/X11R6/share/xml/gnome/xslt/docbook/html/db2html-inline.xsl
/usr/X11R6/share/xml/gnome/xslt/docbook/html/db2html-list.xsl
/usr/X11R6/share/xml/gnome/xslt/docbook/html/db2html-media.xsl
/usr/X11R6/share/xml/gnome/xslt/docbook/html/db2html-qanda.xsl
/usr/X11R6/share/xml/gnome/xslt/docbook/html/db2html-refentry.xsl
/usr/X11R6/share/xml/gnome/xslt/docbook/html/db2html-suppressed.xsl
/usr/X11R6/share/xml/gnome/xslt/docbook/html/db2html-table.xsl
/usr/X11R6/share/xml/gnome/xslt/docbook/html/db2html-title.xsl
/usr/X11R6/share/xml/gnome/xslt/docbook/html/db2html-xref.xsl
/usr/X11R6/share/xml/gnome/xslt/docbook/html/db2html.xsl
/usr/X11R6/share/xml/gnome/xslt/docbook/omf/db2omf.xsl
/usr/X11R6/share/xml/gnome/xslt/docbook/utils/chunks.xsl
/usr/X11R6/share/xml/gnome/xslt/docbook/utils/credits.xsl
/usr/X11R6/share/xml/gnome/xslt/docbook/utils/ids.xsl
/usr/X11R6/share/xml/gnome/xslt/gettext/gettext.xsl
/usr/X11R6/share/xml/gnome/xslt/gettext/l10n.xml
/usr/X11R6/share/xml/gnome/xslt/xsldoc/xsldoc.xsl
Information for gnomehier-2.0_7:
/usr/X11R6/etc/mtree/BSD.gnome-x11.dist
Information for gnomekeyring-0.4.7_1:
/usr/X11R6/bin/gnome-keyring-daemon
/usr/X11R6/include/gnome-keyring-1/gnome-keyring.h
/usr/X11R6/lib/libgnome-keyring.la
/usr/X11R6/lib/libgnome-keyring.so
/usr/X11R6/lib/libgnome-keyring.so.0
/usr/X11R6/libdata/pkgconfig/gnome-keyring-1.pc
/usr/X11R6/libexec/gnome-keyring-ask
/usr/X11R6/share/locale/ar/LC_MESSAGES/gnome-keyring.mo
/usr/X11R6/share/locale/az/LC_MESSAGES/gnome-keyring.mo
/usr/X11R6/share/locale/bg/LC_MESSAGES/gnome-keyring.mo
/usr/X11R6/share/locale/bn/LC_MESSAGES/gnome-keyring.mo
/usr/X11R6/share/locale/bs/LC_MESSAGES/gnome-keyring.mo
/usr/X11R6/share/locale/ca/LC_MESSAGES/gnome-keyring.mo
/usr/X11R6/share/locale/cs/LC_MESSAGES/gnome-keyring.mo
/usr/X11R6/share/locale/cy/LC_MESSAGES/gnome-keyring.mo
/usr/X11R6/share/locale/da/LC_MESSAGES/gnome-keyring.mo
/usr/X11R6/share/locale/de/LC_MESSAGES/gnome-keyring.mo
/usr/X11R6/share/locale/el/LC_MESSAGES/gnome-keyring.mo
/usr/X11R6/share/locale/en_CA/LC_MESSAGES/gnome-keyring.mo
/usr/X11R6/share/locale/en_GB/LC_MESSAGES/gnome-keyring.mo
/usr/X11R6/share/locale/es/LC_MESSAGES/gnome-keyring.mo
/usr/X11R6/share/locale/et/LC_MESSAGES/gnome-keyring.mo
/usr/X11R6/share/locale/eu/LC_MESSAGES/gnome-keyring.mo
/usr/X11R6/share/locale/fa/LC_MESSAGES/gnome-keyring.mo
/usr/X11R6/share/locale/fi/LC_MESSAGES/gnome-keyring.mo
/usr/X11R6/share/locale/fr/LC_MESSAGES/gnome-keyring.mo
/usr/X11R6/share/locale/gl/LC_MESSAGES/gnome-keyring.mo
/usr/X11R6/share/locale/hr/LC_MESSAGES/gnome-keyring.mo
/usr/X11R6/share/locale/hu/LC_MESSAGES/gnome-keyring.mo
/usr/X11R6/share/locale/id/LC_MESSAGES/gnome-keyring.mo
/usr/X11R6/share/locale/is/LC_MESSAGES/gnome-keyring.mo
/usr/X11R6/share/locale/it/LC_MESSAGES/gnome-keyring.mo
/usr/X11R6/share/locale/ja/LC_MESSAGES/gnome-keyring.mo
/usr/X11R6/share/locale/ko/LC_MESSAGES/gnome-keyring.mo
/usr/X11R6/share/locale/lt/LC_MESSAGES/gnome-keyring.mo
/usr/X11R6/share/locale/mn/LC_MESSAGES/gnome-keyring.mo
/usr/X11R6/share/locale/ms/LC_MESSAGES/gnome-keyring.mo
/usr/X11R6/share/locale/nb/LC_MESSAGES/gnome-keyring.mo
/usr/X11R6/share/locale/ne/LC_MESSAGES/gnome-keyring.mo
/usr/X11R6/share/locale/nl/LC_MESSAGES/gnome-keyring.mo
/usr/X11R6/share/locale/no/LC_MESSAGES/gnome-keyring.mo
/usr/X11R6/share/locale/pa/LC_MESSAGES/gnome-keyring.mo
/usr/X11R6/share/locale/pl/LC_MESSAGES/gnome-keyring.mo
/usr/X11R6/share/locale/pt/LC_MESSAGES/gnome-keyring.mo
/usr/X11R6/share/locale/pt_BR/LC_MESSAGES/gnome-keyring.mo
/usr/X11R6/share/locale/ro/LC_MESSAGES/gnome-keyring.mo
/usr/X11R6/share/locale/ru/LC_MESSAGES/gnome-keyring.mo
/usr/X11R6/share/locale/rw/LC_MESSAGES/gnome-keyring.mo
/usr/X11R6/share/locale/sk/LC_MESSAGES/gnome-keyring.mo
/usr/X11R6/share/locale/sq/LC_MESSAGES/gnome-keyring.mo
/usr/X11R6/share/locale/sr/LC_MESSAGES/gnome-keyring.mo
/usr/X11R6/share/locale/sr@Latn/LC_MESSAGES/gnome-keyring.mo
/usr/X11R6/share/locale/sv/LC_MESSAGES/gnome-keyring.mo
/usr/X11R6/share/locale/ta/LC_MESSAGES/gnome-keyring.mo
/usr/X11R6/share/locale/th/LC_MESSAGES/gnome-keyring.mo
/usr/X11R6/share/locale/tr/LC_MESSAGES/gnome-keyring.mo
/usr/X11R6/share/locale/uk/LC_MESSAGES/gnome-keyring.mo
/usr/X11R6/share/locale/xh/LC_MESSAGES/gnome-keyring.mo
/usr/X11R6/share/locale/zh_CN/LC_MESSAGES/gnome-keyring.mo
/usr/X11R6/share/locale/zh_HK/LC_MESSAGES/gnome-keyring.mo
/usr/X11R6/share/locale/zh_TW/LC_MESSAGES/gnome-keyring.mo
Information for gnomelibs-1.4.2_4:
/usr/X11R6/man/man1/gnome-bug.1.gz
/usr/X11R6/man/man1/gnome-config.1.gz
/usr/X11R6/man/man1/gnome-doc.1.gz
/usr/X11R6/man/man1/gnome-dump-metadata.1.gz
/usr/X11R6/man/man1/gnome-gen-mimedb.1.gz
/usr/X11R6/man/man1/gnome-mkstub.1.gz
/usr/X11R6/man/man1/gnome-moz-remote.1.gz
/usr/X11R6/man/man1/gnome-name-service.1.gz
/usr/X11R6/man/man1/gnome-pty-helper.1.gz
/usr/X11R6/man/man1/gnome.1.gz
/usr/X11R6/man/man1/gnome_segv.1.gz
/usr/X11R6/man/man5/gnome-mime.5.gz
/usr/X11R6/bin/gnome-bug
/usr/X11R6/bin/gnome-config
/usr/X11R6/bin/gnome-dump-metadata
/usr/X11R6/bin/gnome-gen-mimedb
/usr/X11R6/bin/gnome-moz-remote
/usr/X11R6/bin/gnome-name-service
/usr/X11R6/bin/gnome-pty-helper
/usr/X11R6/bin/gnome_segv
/usr/X11R6/etc/gnomeConf.sh
/usr/X11R6/etc/sound/events/gnome.soundlist
/usr/X11R6/include/gnome-1.0/gnome.h
/usr/X11R6/include/gnome-1.0/gtk-xmhtml/HTML.h
/usr/X11R6/include/gnome-1.0/gtk-xmhtml/XmHTML.h
/usr/X11R6/include/gnome-1.0/gtk-xmhtml/XmHTMLI.h
/usr/X11R6/include/gnome-1.0/gtk-xmhtml/XmHTMLP.h
/usr/X11R6/include/gnome-1.0/gtk-xmhtml/gtk-xmhtml-p.h
/usr/X11R6/include/gnome-1.0/gtk-xmhtml/gtk-xmhtml.h
/usr/X11R6/include/gnome-1.0/gtk-xmhtml/miniparse.h
/usr/X11R6/include/gnome-1.0/gtk-xmhtml/toolkit.h
/usr/X11R6/include/gnome-1.0/libart_lgpl/art_affine.h
/usr/X11R6/include/gnome-1.0/libart_lgpl/art_alphagamma.h
/usr/X11R6/include/gnome-1.0/libart_lgpl/art_bpath.h
/usr/X11R6/include/gnome-1.0/libart_lgpl/art_config.h
/usr/X11R6/include/gnome-1.0/libart_lgpl/art_filterlevel.h
/usr/X11R6/include/gnome-1.0/libart_lgpl/art_gray_svp.h
/usr/X11R6/include/gnome-1.0/libart_lgpl/art_misc.h
/usr/X11R6/include/gnome-1.0/libart_lgpl/art_pathcode.h
/usr/X11R6/include/gnome-1.0/libart_lgpl/art_pixbuf.h
/usr/X11R6/include/gnome-1.0/libart_lgpl/art_point.h
/usr/X11R6/include/gnome-1.0/libart_lgpl/art_rect.h
/usr/X11R6/include/gnome-1.0/libart_lgpl/art_rect_svp.h
/usr/X11R6/include/gnome-1.0/libart_lgpl/art_rect_uta.h
/usr/X11R6/include/gnome-1.0/libart_lgpl/art_rgb.h
/usr/X11R6/include/gnome-1.0/libart_lgpl/art_rgb_affine.h
/usr/X11R6/include/gnome-1.0/libart_lgpl/art_rgb_bitmap_affine.h
/usr/X11R6/include/gnome-1.0/libart_lgpl/art_rgb_pixbuf_affine.h
/usr/X11R6/include/gnome-1.0/libart_lgpl/art_rgb_rgba_affine.h
/usr/X11R6/include/gnome-1.0/libart_lgpl/art_rgb_svp.h
/usr/X11R6/include/gnome-1.0/libart_lgpl/art_svp.h
/usr/X11R6/include/gnome-1.0/libart_lgpl/art_svp_ops.h
/usr/X11R6/include/gnome-1.0/libart_lgpl/art_svp_point.h
/usr/X11R6/include/gnome-1.0/libart_lgpl/art_svp_render_aa.h
/usr/X11R6/include/gnome-1.0/libart_lgpl/art_svp_vpath.h
/usr/X11R6/include/gnome-1.0/libart_lgpl/art_svp_vpath_stroke.h
/usr/X11R6/include/gnome-1.0/libart_lgpl/art_svp_wind.h
/usr/X11R6/include/gnome-1.0/libart_lgpl/art_uta.h
/usr/X11R6/include/gnome-1.0/libart_lgpl/art_uta_ops.h
/usr/X11R6/include/gnome-1.0/libart_lgpl/art_uta_rect.h
/usr/X11R6/include/gnome-1.0/libart_lgpl/art_uta_svp.h
/usr/X11R6/include/gnome-1.0/libart_lgpl/art_uta_vpath.h
/usr/X11R6/include/gnome-1.0/libart_lgpl/art_vpath.h
/usr/X11R6/include/gnome-1.0/libart_lgpl/art_vpath_bpath.h
/usr/X11R6/include/gnome-1.0/libart_lgpl/art_vpath_dash.h
/usr/X11R6/include/gnome-1.0/libart_lgpl/art_vpath_svp.h
/usr/X11R6/include/gnome-1.0/libart_lgpl/libart-features.h
/usr/X11R6/include/gnome-1.0/libart_lgpl/libart.h
/usr/X11R6/include/gnome-1.0/libgnome/gnome-config.h
/usr/X11R6/include/gnome-1.0/libgnome/gnome-defs.h
/usr/X11R6/include/gnome-1.0/libgnome/gnome-dentry.h
/usr/X11R6/include/gnome-1.0/libgnome/gnome-exec.h
/usr/X11R6/include/gnome-1.0/libgnome/gnome-fileconvert.h
/usr/X11R6/include/gnome-1.0/libgnome/gnome-help.h
/usr/X11R6/include/gnome-1.0/libgnome/gnome-history.h
/usr/X11R6/include/gnome-1.0/libgnome/gnome-i18n.h
/usr/X11R6/include/gnome-1.0/libgnome/gnome-magic.h
/usr/X11R6/include/gnome-1.0/libgnome/gnome-metadata.h
/usr/X11R6/include/gnome-1.0/libgnome/gnome-mime-info.h
/usr/X11R6/include/gnome-1.0/libgnome/gnome-mime.h
/usr/X11R6/include/gnome-1.0/libgnome/gnome-paper.h
/usr/X11R6/include/gnome-1.0/libgnome/gnome-popt.h
/usr/X11R6/include/gnome-1.0/libgnome/gnome-regex.h
/usr/X11R6/include/gnome-1.0/libgnome/gnome-remote.h
/usr/X11R6/include/gnome-1.0/libgnome/gnome-score.h
/usr/X11R6/include/gnome-1.0/libgnome/gnome-sound.h
/usr/X11R6/include/gnome-1.0/libgnome/gnome-triggers.h
/usr/X11R6/include/gnome-1.0/libgnome/gnome-url.h
/usr/X11R6/include/gnome-1.0/libgnome/gnome-util.h
/usr/X11R6/include/gnome-1.0/libgnome/libgnome.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-about.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-animator.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-app-helper.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-app-util.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-app.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-appbar.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-calculator.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-canvas-image.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-canvas-line.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-canvas-load.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-canvas-polygon.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-canvas-rect-ellipse.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-canvas-text.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-canvas-util.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-canvas-widget.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-canvas.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-client.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-color-picker.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-compat.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-dateedit.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-dentry-edit.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-dialog-util.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-dialog.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-dns.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-dock-band.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-dock-item.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-dock-layout.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-dock.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-druid-page-finish.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-druid-page-standard.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-druid-page-start.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-druid-page.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-druid.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-entry.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-file-entry.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-font-picker.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-font-selector.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-geometry.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-guru.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-href.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-ice.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-icon-entry.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-icon-item.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-icon-list.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-icon-sel.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-icon-text.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-init.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-less.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-mdi-child.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-mdi-generic-child.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-mdi-session.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-mdi.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-messagebox.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-number-entry.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-paper-selector.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-pixmap-entry.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-pixmap.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-popup-help.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-popup-menu.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-preferences.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-procbar.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-properties.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-property-entries.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-propertybox.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-scores.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-spell.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-startup.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-stock.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-types.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-uidefs.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-window-icon.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-window.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnome-winhints.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gnometypebuiltins.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gtk-clock.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gtk-ted.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gtkcauldron.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gtkdial.h
/usr/X11R6/include/gnome-1.0/libgnomeui/gtkpixmapmenuitem.h
/usr/X11R6/include/gnome-1.0/libgnomeui/libgnomeui.h
/usr/X11R6/include/gnome-1.0/libgnorba/Table.h
/usr/X11R6/include/gnome-1.0/libgnorba/gnome-factory.h
/usr/X11R6/include/gnome-1.0/libgnorba/gnome-unknown.h
/usr/X11R6/include/gnome-1.0/libgnorba/gnorba.h
/usr/X11R6/include/gnome-1.0/popt-gnome.h
/usr/X11R6/include/gnome-1.0/zvt/lists.h
/usr/X11R6/include/gnome-1.0/zvt/vt.h
/usr/X11R6/include/gnome-1.0/zvt/vtx.h
/usr/X11R6/include/gnome-1.0/zvt/zvtterm.h
/usr/X11R6/include/gnomesupport.h
/usr/X11R6/lib/libgnome.a
/usr/X11R6/lib/libgnome.la
/usr/X11R6/lib/libgnome.so
/usr/X11R6/lib/libgnome.so.5
/usr/X11R6/lib/libgnomesupport.a
/usr/X11R6/lib/libgnomesupport.la
/usr/X11R6/lib/libgnomesupport.so
/usr/X11R6/lib/libgnomesupport.so.5
/usr/X11R6/lib/libgnomeui.a
/usr/X11R6/lib/libgnomeui.la
/usr/X11R6/lib/libgnomeui.so
/usr/X11R6/lib/libgnomeui.so.5
/usr/X11R6/share/doc/gnomelibs/gnome-decl.txt
/usr/X11R6/share/doc/gnomelibs/gnome-sections.txt
/usr/X11R6/share/doc/gnomelibs/gnome.html
/usr/X11R6/share/doc/gnomelibs/gnome/book1.html
/usr/X11R6/share/doc/gnomelibs/gnome/gnome-gnome-config.html
/usr/X11R6/share/doc/gnomelibs/gnome/gnome-gnome-defs.html
/usr/X11R6/share/doc/gnomelibs/gnome/gnome-gnome-dentry.html
/usr/X11R6/share/doc/gnomelibs/gnome/gnome-gnome-exec.html
/usr/X11R6/share/doc/gnomelibs/gnome/gnome-gnome-fileconvert.html
/usr/X11R6/share/doc/gnomelibs/gnome/gnome-gnome-help.html
/usr/X11R6/share/doc/gnomelibs/gnome/gnome-gnome-history.html
/usr/X11R6/share/doc/gnomelibs/gnome/gnome-gnome-i18n.html
/usr/X11R6/share/doc/gnomelibs/gnome/gnome-gnome-metadata.html
/usr/X11R6/share/doc/gnomelibs/gnome/gnome-gnome-mime-info.html
/usr/X11R6/share/doc/gnomelibs/gnome/gnome-gnome-mime.html
/usr/X11R6/share/doc/gnomelibs/gnome/gnome-gnome-paper.html
/usr/X11R6/share/doc/gnomelibs/gnome/gnome-gnome-popt.html
/usr/X11R6/share/doc/gnomelibs/gnome/gnome-gnome-regex.html
/usr/X11R6/share/doc/gnomelibs/gnome/gnome-gnome-remote.html
/usr/X11R6/share/doc/gnomelibs/gnome/gnome-gnome-score.html
/usr/X11R6/share/doc/gnomelibs/gnome/gnome-gnome-sound.html
/usr/X11R6/share/doc/gnomelibs/gnome/gnome-gnome-triggers.html
/usr/X11R6/share/doc/gnomelibs/gnome/gnome-gnome-url.html
/usr/X11R6/share/doc/gnomelibs/gnome/gnome-gnome-util.html
/usr/X11R6/share/doc/gnomelibs/gnome/gnome-libgnome.html
/usr/X11R6/share/doc/gnomelibs/gnome/libgnome.html
/usr/X11R6/share/doc/gnomelibs/gnomeui-decl.txt
/usr/X11R6/share/doc/gnomelibs/gnomeui-sections.txt
/usr/X11R6/share/doc/gnomelibs/gnomeui.hierarchy
/usr/X11R6/share/doc/gnomelibs/gnomeui.html
/usr/X11R6/share/doc/gnomelibs/gnomeui.types
/usr/X11R6/share/doc/gnomelibs/gnomeui/book1.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnome-objects.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomeabout.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomeanimator.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomeapp.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomeappbar.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomecalculator.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomecanvas.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomecanvasellipse.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomecanvasgroup.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomecanvasimage.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomecanvasitem.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomecanvasline.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomecanvaspolygon.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomecanvasre.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomecanvasrect.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomecanvastext.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomecanvaswidget.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomeclient.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomecolorpicker.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomedateedit.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomedentryedit.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomedialog.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomedock.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomedockband.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomedockitem.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomedocklayout.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomedruid.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomedruidpage.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomedruidpagefinish.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomedruidpagestandard.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomedruidpagestart.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomeentry.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomefileentry.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomefontpicker.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomefontselector.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomehref.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomeiconentry.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomeiconlist.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomeiconselection.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomeicontextitem.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomeless.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomemdi.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomemdichild.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomemdigenericchild.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomemessagebox.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomenumberentry.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomepaperselector.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomepixmap.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomepixmapentry.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomeprocbar.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomepropertybox.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomescores.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomespell.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomestock.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomeui-gnome-app-helper.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomeui-gnome-app-util.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomeui-gnome-canvas-util.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomeui-gnome-dialog-util.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomeui-gnome-dns.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomeui-gnome-geometry.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomeui-gnome-ice.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomeui-gnome-icon-text.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomeui-gnome-init.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomeui-gnome-mdi-session.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomeui-gnome-popup-help.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomeui-gnome-popup-menu.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomeui-gnome-preferences.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomeui-gnome-properties.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomeui-gnome-property-entries.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomeui-gnome-startup.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomeui-gnome-types.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomeui-gnome-uidefs.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomeui-gnome-window-icon.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomeui-gnome-winhints.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gnomeui-gtkcauldron.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gtkclock.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gtkdial.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gtkpixmapmenuitem.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/gtkted.html
/usr/X11R6/share/doc/gnomelibs/gnomeui/libgnomeui.html
/usr/X11R6/share/doc/gnomelibs/gnorba-decl.txt
/usr/X11R6/share/doc/gnomelibs/gnorba-sections.txt
/usr/X11R6/share/doc/gnomelibs/gnorba/book1.html
/usr/X11R6/share/doc/gnomelibs/gnorba/gnorba-gnorba.html
/usr/X11R6/share/doc/gnomelibs/gnorba/gnorba-goad.html
/usr/X11R6/share/doc/gnomelibs/gnorba/libgnorba.html
/usr/X11R6/share/doc/gnomelibs/zvt-decl.txt
/usr/X11R6/share/doc/gnomelibs/zvt-sections.txt
/usr/X11R6/share/doc/gnomelibs/zvt/book1.html
/usr/X11R6/share/doc/gnomelibs/zvt/x1035.html
/usr/X11R6/share/doc/gnomelibs/zvt/x1065.html
/usr/X11R6/share/doc/gnomelibs/zvt/x1086.html
/usr/X11R6/share/doc/gnomelibs/zvt/x1106.html
/usr/X11R6/share/doc/gnomelibs/zvt/x119.html
/usr/X11R6/share/doc/gnomelibs/zvt/x98.html
/usr/X11R6/share/doc/gnomelibs/zvt/x987.html
/usr/X11R6/share/doc/gnomelibs/zvt/x995.html
/usr/X11R6/share/doc/gnomelibs/zvt/zvt-zvtterm.html
/usr/X11R6/share/doc/gnomelibs/zvt/zvtterm-future.html
/usr/X11R6/share/doc/gnomelibs/zvt/zvtterm-input-output.html
/usr/X11R6/share/doc/gnomelibs/zvt/zvtterm-notes.html
/usr/X11R6/share/doc/gnomelibs/zvt/zvtterm-properties.html
/usr/X11R6/share/doc/gnomelibs/zvt/zvtterm-reference.html
/usr/X11R6/share/doc/gnomelibs/zvt/zvtterm-window-hints.html
/usr/X11R6/share/doc/gnomelibs/zvt/zvtterm.html
/usr/X11R6/share/doc/gnomelibs/zvtterm.html
/usr/X11R6/share/gnome/doc/gnome-doc
/usr/X11R6/share/gnome/doc/gnome-doc.1
/usr/X11R6/share/gnome/doc/gnome-doc.el
/usr/X11R6/share/gnome/doc/gnome-mkstub.1
/usr/X11R6/share/gnome/doc/mkstub
/usr/X11R6/share/gnome/gtkrc
/usr/X11R6/share/gnome/gtkrc.el
/usr/X11R6/share/gnome/gtkrc.eo
/usr/X11R6/share/gnome/gtkrc.he
/usr/X11R6/share/gnome/gtkrc.hy
/usr/X11R6/share/gnome/gtkrc.iso88592
/usr/X11R6/share/gnome/gtkrc.iso88595
/usr/X11R6/share/gnome/gtkrc.ja
/usr/X11R6/share/gnome/gtkrc.ka_GE.georgianacademy
/usr/X11R6/share/gnome/gtkrc.ka_GE.georgianps
/usr/X11R6/share/gnome/gtkrc.ko
/usr/X11R6/share/gnome/gtkrc.ru
/usr/X11R6/share/gnome/gtkrc.th
/usr/X11R6/share/gnome/gtkrc.tr
/usr/X11R6/share/gnome/gtkrc.uk
/usr/X11R6/share/gnome/gtkrc.vi_VN.tcvn
/usr/X11R6/share/gnome/gtkrc.vi_VN.viscii
/usr/X11R6/share/gnome/gtkrc.zh_CN
/usr/X11R6/share/gnome/gtkrc.zh_TW.Big5
/usr/X11R6/share/gnome/help/gnome-dev-info/C/addauth.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/altpol.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/arch.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/book1.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/codstd.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/cvs.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/dialogapputil-docs.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/event-driven-programming.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/gnome-actionarea.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/gnome-app-helper-convenience-macros.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/gnome-app-helper-functions.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/gnome-app-helper-gnomeuiinfo.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/gnome-app-helper-keybindings-config.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/gnome-app-helper-quick-example.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/gnome-app-helper.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/gnome-app-util.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/gnome-app.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/gnome-canvas-coordinates.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/gnome-canvas-getting-started.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/gnome-canvas-object-arguments.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/gnome-canvas-organization-of-items.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/gnome-canvas.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/gnome-client.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/gnome-color-selector.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/gnome-defs.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/gnome-dentry.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/gnome-dialog.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/gnome-dns.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/gnome-fileconvert.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/gnome-font-selector.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/gnome-help.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/gnome-history.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/gnome-hook.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/gnome-i18n.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/gnome-ice.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/gnome-mdi-docs.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/gnome-messagebox.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/gnome-mime.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/gnome-net.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/gnome-pixmap.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/gnome-plugins.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/gnome-properties.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/gnome-score.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/gnome-scores.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/gnome-session.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/gnome-startup.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/gnome-stock-imlib.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/gnome-stock-xpm.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/gnome-stock.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/gnome-string.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/gnome-triggers.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/gnome-util.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/gnomeappbar.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/graphics-contexts.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/gtk-clock.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/gtk-ted.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/intro.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/libgnome.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/libgnomeui.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/libgnorba-docs.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/ln14.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/nontech.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/orbitgtk.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/start.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/thisdoc.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/tut-doc.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/tut-i18n.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/tut-menus.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/tut-parsing.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/tut-sm.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/tutorial.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/visuals.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/what.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/whatis.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/x-concepts-docs.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/x1453.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/x2161.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/x2674.html
/usr/X11R6/share/gnome/help/gnome-dev-info/C/x671.html
/usr/X11R6/share/gnome/idl/GnomeObject.idl
/usr/X11R6/share/gnome/idl/Table.idl
/usr/X11R6/share/gnome/idl/desktop-editor.idl
/usr/X11R6/share/gnome/idl/desktop-textviewer.idl
/usr/X11R6/share/gnome/idl/gnome-factory.idl
/usr/X11R6/share/gnome/idl/gnome-unknown.idl
/usr/X11R6/share/gnome/idl/name-service.idl
/usr/X11R6/share/gnome/mime-info/gnome.mime
/usr/X11R6/share/gnome/pixmaps/calculator-font.png
/usr/X11R6/share/gnome/pixmaps/gnome-default-dlg.png
/usr/X11R6/share/gnome/pixmaps/gnome-error.png
/usr/X11R6/share/gnome/pixmaps/gnome-info.png
/usr/X11R6/share/gnome/pixmaps/gnome-question.png
/usr/X11R6/share/gnome/pixmaps/gnome-warning.png
/usr/X11R6/share/gnome/pixmaps/no.xpm
/usr/X11R6/share/gnome/pixmaps/yes.xpm
/usr/X11R6/share/gnome/type-convert/gnome-make-postscript-mimes
/usr/X11R6/share/gnome/type-convert/postscript.convert
/usr/X11R6/share/gnome/type-convert/type.convert
/usr/X11R6/share/locale/az/LC_MESSAGES/gnome-libs.mo
/usr/X11R6/share/locale/ca/LC_MESSAGES/gnome-libs.mo
/usr/X11R6/share/locale/cs/LC_MESSAGES/gnome-libs.mo
/usr/X11R6/share/locale/da/LC_MESSAGES/gnome-libs.mo
/usr/X11R6/share/locale/de/LC_MESSAGES/gnome-libs.mo
/usr/X11R6/share/locale/el/LC_MESSAGES/gnome-libs.mo
/usr/X11R6/share/locale/en_GB/LC_MESSAGES/gnome-libs.mo
/usr/X11R6/share/locale/es/LC_MESSAGES/gnome-libs.mo
/usr/X11R6/share/locale/et/LC_MESSAGES/gnome-libs.mo
/usr/X11R6/share/locale/eu/LC_MESSAGES/gnome-libs.mo
/usr/X11R6/share/locale/fi/LC_MESSAGES/gnome-libs.mo
/usr/X11R6/share/locale/fr/LC_MESSAGES/gnome-libs.mo
/usr/X11R6/share/locale/ga/LC_MESSAGES/gnome-libs.mo
/usr/X11R6/share/locale/gl/LC_MESSAGES/gnome-libs.mo
/usr/X11R6/share/locale/hr/LC_MESSAGES/gnome-libs.mo
/usr/X11R6/share/locale/hu/LC_MESSAGES/gnome-libs.mo
/usr/X11R6/share/locale/it/LC_MESSAGES/gnome-libs.mo
/usr/X11R6/share/locale/ja/LC_MESSAGES/gnome-libs.mo
/usr/X11R6/share/locale/ko/LC_MESSAGES/gnome-libs.mo
/usr/X11R6/share/locale/lt/LC_MESSAGES/gnome-libs.mo
/usr/X11R6/share/locale/lv/LC_MESSAGES/gnome-libs.mo
/usr/X11R6/share/locale/ms/LC_MESSAGES/gnome-libs.mo
/usr/X11R6/share/locale/nl/LC_MESSAGES/gnome-libs.mo
/usr/X11R6/share/locale/nn/LC_MESSAGES/gnome-libs.mo
/usr/X11R6/share/locale/no/LC_MESSAGES/gnome-libs.mo
/usr/X11R6/share/locale/pl/LC_MESSAGES/gnome-libs.mo
/usr/X11R6/share/locale/pt/LC_MESSAGES/gnome-libs.mo
/usr/X11R6/share/locale/pt_BR/LC_MESSAGES/gnome-libs.mo
/usr/X11R6/share/locale/ro/LC_MESSAGES/gnome-libs.mo
/usr/X11R6/share/locale/ru/LC_MESSAGES/gnome-libs.mo
/usr/X11R6/share/locale/sk/LC_MESSAGES/gnome-libs.mo
/usr/X11R6/share/locale/sl/LC_MESSAGES/gnome-libs.mo
/usr/X11R6/share/locale/sp/LC_MESSAGES/gnome-libs.mo
/usr/X11R6/share/locale/sr/LC_MESSAGES/gnome-libs.mo
/usr/X11R6/share/locale/sv/LC_MESSAGES/gnome-libs.mo
/usr/X11R6/share/locale/ta/LC_MESSAGES/gnome-libs.mo
/usr/X11R6/share/locale/tr/LC_MESSAGES/gnome-libs.mo
/usr/X11R6/share/locale/uk/LC_MESSAGES/gnome-libs.mo
/usr/X11R6/share/locale/vi/LC_MESSAGES/gnome-libs.mo
/usr/X11R6/share/locale/wa/LC_MESSAGES/gnome-libs.mo
/usr/X11R6/share/locale/zh_CN/LC_MESSAGES/gnome-libs.mo
/usr/X11R6/share/locale/zh_TW/LC_MESSAGES/gnome-libs.mo
Information for gnomemimedata-2.4.2:
/usr/X11R6/etc/gnome-vfs-mime-magic
/usr/X11R6/libdata/pkgconfig/gnome-mime-data-2.0.pc
/usr/X11R6/share/gnome/application-registry/gnome-vfs.applications
/usr/X11R6/share/gnome/mime-info/gnome-vfs.keys
/usr/X11R6/share/gnome/mime-info/gnome-vfs.mime
/usr/X11R6/share/locale/af/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/am/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/ar/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/az/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/be/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/bg/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/bn/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/bs/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/ca/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/cs/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/cy/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/da/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/de/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/el/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/en_CA/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/en_GB/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/eo/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/es/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/et/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/eu/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/fa/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/fi/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/fr/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/ga/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/gl/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/gu/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/he/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/hi/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/hr/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/hu/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/id/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/is/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/it/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/ja/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/ko/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/li/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/lt/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/lv/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/mk/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/ml/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/mn/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/ms/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/nb/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/ne/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/nl/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/nn/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/no/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/pa/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/pl/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/pt/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/pt_BR/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/ro/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/ru/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/sk/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/sl/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/sq/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/sr/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/sr@Latn/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/sr@ije/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/sv/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/ta/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/th/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/tk/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/tr/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/uk/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/vi/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/wa/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/yi/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/zh_CN/LC_MESSAGES/gnome-mime-data.mo
/usr/X11R6/share/locale/zh_TW/LC_MESSAGES/gnome-mime-data.mo
Information for gnomepanel-2.12.3_1:
/usr/X11R6/man/man1/gnome-panel.1.gz
/usr/X11R6/bin/gnome-desktop-item-edit
/usr/X11R6/bin/gnome-panel
/usr/X11R6/include/panel-2.0/GNOME_Panel.h
/usr/X11R6/libdata/bonobo/servers/GNOME_ClockApplet_Factory.server
/usr/X11R6/libdata/bonobo/servers/GNOME_FishApplet_Factory.server
/usr/X11R6/libdata/bonobo/servers/GNOME_NotificationAreaApplet.server
/usr/X11R6/libdata/bonobo/servers/GNOME_Panel.server
/usr/X11R6/libdata/bonobo/servers/GNOME_Wncklet_Factory.server
/usr/X11R6/share/gnome/gnome-2.0/ui/GNOME_ClockApplet.xml
/usr/X11R6/share/gnome/gnome-2.0/ui/GNOME_FishApplet.xml
/usr/X11R6/share/gnome/gnome-2.0/ui/GNOME_NotificationAreaApplet.xml
/usr/X11R6/share/gnome/gnome-2.0/ui/GNOME_Panel_Popup.xml
/usr/X11R6/share/gnome/gnome-2.0/ui/GNOME_ShowDesktopApplet.xml
/usr/X11R6/share/gnome/gnome-2.0/ui/GNOME_WindowListApplet.xml
/usr/X11R6/share/gnome/gnome-2.0/ui/GNOME_WindowMenuApplet.xml
/usr/X11R6/share/gnome/gnome-2.0/ui/GNOME_WorkspaceSwitcherApplet.xml
/usr/X11R6/share/gnome/gnome-panelrc
/usr/X11R6/share/gnome/help/clock/C/clock.xml
/usr/X11R6/share/gnome/help/clock/C/figures/clock_applet.png
/usr/X11R6/share/gnome/help/clock/C/legal.xml
/usr/X11R6/share/gnome/help/clock/de/clock.xml
/usr/X11R6/share/gnome/help/clock/de/figures/clock_applet.png
/usr/X11R6/share/gnome/help/clock/de/legal.xml
/usr/X11R6/share/gnome/help/clock/es/clock.xml
/usr/X11R6/share/gnome/help/clock/es/figures/clock_applet.png
/usr/X11R6/share/gnome/help/clock/es/legal.xml
/usr/X11R6/share/gnome/help/clock/fr/clock.xml
/usr/X11R6/share/gnome/help/clock/fr/figures/clock_applet.png
/usr/X11R6/share/gnome/help/clock/fr/legal.xml
/usr/X11R6/share/gnome/help/clock/it/clock.xml
/usr/X11R6/share/gnome/help/clock/it/figures/clock_applet.png
/usr/X11R6/share/gnome/help/clock/it/legal.xml
/usr/X11R6/share/gnome/help/clock/ja/clock.xml
/usr/X11R6/share/gnome/help/clock/ja/figures/clock_applet.png
/usr/X11R6/share/gnome/help/clock/ja/legal.xml
/usr/X11R6/share/gnome/help/clock/ko/clock.xml
/usr/X11R6/share/gnome/help/clock/ko/figures/clock_applet.png
/usr/X11R6/share/gnome/help/clock/ko/legal.xml
/usr/X11R6/share/gnome/help/clock/nl/clock.xml
/usr/X11R6/share/gnome/help/clock/nl/figures/clock_applet.png
/usr/X11R6/share/gnome/help/clock/nl/legal.xml
/usr/X11R6/share/gnome/help/clock/pa/clock.xml
/usr/X11R6/share/gnome/help/clock/pa/figures/clock_applet.png
/usr/X11R6/share/gnome/help/clock/pa/legal.xml
/usr/X11R6/share/gnome/help/clock/sr/clock.xml
/usr/X11R6/share/gnome/help/clock/sr/figures/clock_applet.png
/usr/X11R6/share/gnome/help/clock/sr/legal.xml
/usr/X11R6/share/gnome/help/clock/sv/clock.xml
/usr/X11R6/share/gnome/help/clock/sv/figures/clock_applet.png
/usr/X11R6/share/gnome/help/clock/sv/legal.xml
/usr/X11R6/share/gnome/help/clock/uk/clock.xml
/usr/X11R6/share/gnome/help/clock/uk/figures/clock_applet.png
/usr/X11R6/share/gnome/help/clock/uk/legal.xml
/usr/X11R6/share/gnome/help/clock/zh_CN/clock.xml
/usr/X11R6/share/gnome/help/clock/zh_CN/figures/clock_applet.png
/usr/X11R6/share/gnome/help/clock/zh_CN/legal.xml
/usr/X11R6/share/gnome/help/clock/zh_TW/clock.xml
/usr/X11R6/share/gnome/help/clock/zh_TW/figures/clock_applet.png
/usr/X11R6/share/gnome/help/clock/zh_TW/legal.xml
/usr/X11R6/share/gnome/help/fish-applet-2/de/figures/fish_applet.png
/usr/X11R6/share/gnome/help/fish-applet-2/de/figures/fish_settings.png
/usr/X11R6/share/gnome/help/fish-applet-2/de/fish-applet-2.xml
/usr/X11R6/share/gnome/help/fish-applet-2/de/legal.xml
/usr/X11R6/share/gnome/help/fish-applet-2/fr/figures/fish_applet.png
/usr/X11R6/share/gnome/help/fish-applet-2/fr/figures/fish_settings.png
/usr/X11R6/share/gnome/help/fish-applet-2/fr/fish-applet-2.xml
/usr/X11R6/share/gnome/help/fish-applet-2/fr/legal.xml
/usr/X11R6/share/gnome/help/fish-applet-2/ja/figures/fish_applet.png
/usr/X11R6/share/gnome/help/fish-applet-2/ja/fish-applet-2.xml
/usr/X11R6/share/gnome/help/fish-applet-2/ja/legal.xml
/usr/X11R6/share/gnome/help/fish-applet-2/ko/figures/fish_applet.png
/usr/X11R6/share/gnome/help/fish-applet-2/ko/figures/fish_settings.png
/usr/X11R6/share/gnome/help/fish-applet-2/ko/fish-applet-2.xml
/usr/X11R6/share/gnome/help/fish-applet-2/ko/legal.xml
/usr/X11R6/share/gnome/help/fish-applet-2/sv/figures/fish_applet.png
/usr/X11R6/share/gnome/help/fish-applet-2/sv/figures/fish_settings.png
/usr/X11R6/share/gnome/help/fish-applet-2/sv/fish-applet-2.xml
/usr/X11R6/share/gnome/help/fish-applet-2/sv/legal.xml
/usr/X11R6/share/gnome/help/fish-applet-2/zh_CN/figures/fish_applet.png
/usr/X11R6/share/gnome/help/fish-applet-2/zh_CN/figures/fish_settings.png
/usr/X11R6/share/gnome/help/fish-applet-2/zh_CN/fish-applet-2.xml
/usr/X11R6/share/gnome/help/fish-applet-2/zh_CN/legal.xml
/usr/X11R6/share/gnome/help/fish-applet-2/zh_TW/figures/fish_applet.png
/usr/X11R6/share/gnome/help/fish-applet-2/zh_TW/figures/fish_settings.png
/usr/X11R6/share/gnome/help/fish-applet-2/zh_TW/fish-applet-2.xml
/usr/X11R6/share/gnome/help/fish-applet-2/zh_TW/legal.xml
/usr/X11R6/share/gnome/help/fish/C/figures/fish_applet.png
/usr/X11R6/share/gnome/help/fish/C/fish.xml
/usr/X11R6/share/gnome/help/fish/C/legal.xml
/usr/X11R6/share/gnome/help/fish/es/figures/fish_applet.png
/usr/X11R6/share/gnome/help/fish/es/fish.xml
/usr/X11R6/share/gnome/help/fish/es/legal.xml
/usr/X11R6/share/gnome/help/fish/it/figures/fish_applet.png
/usr/X11R6/share/gnome/help/fish/it/fish.xml
/usr/X11R6/share/gnome/help/fish/it/legal.xml
/usr/X11R6/share/gnome/help/fish/uk/figures/fish_applet.png
/usr/X11R6/share/gnome/help/fish/uk/fish.xml
/usr/X11R6/share/gnome/help/fish/uk/legal.xml
/usr/X11R6/share/gnome/help/window-list/C/figures/window_list_applet.png
/usr/X11R6/share/gnome/help/window-list/C/figures/window_list_group_applet.png
/usr/X11R6/share/gnome/help/window-list/C/legal.xml
/usr/X11R6/share/gnome/help/window-list/C/window-list.xml
/usr/X11R6/share/gnome/help/window-list/de/figures/window_list_applet.png
/usr/X11R6/share/gnome/help/window-list/de/figures/window_list_group.png
/usr/X11R6/share/gnome/help/window-list/de/figures/window_list_group_applet.png
/usr/X11R6/share/gnome/help/window-list/de/legal.xml
/usr/X11R6/share/gnome/help/window-list/de/window-list.xml
/usr/X11R6/share/gnome/help/window-list/es/figures/window_list_applet.png
/usr/X11R6/share/gnome/help/window-list/es/figures/window_list_group_applet.png
/usr/X11R6/share/gnome/help/window-list/es/legal.xml
/usr/X11R6/share/gnome/help/window-list/es/window-list.xml
/usr/X11R6/share/gnome/help/window-list/fr/figures/window_list_applet.png
/usr/X11R6/share/gnome/help/window-list/fr/figures/window_list_group.png
/usr/X11R6/share/gnome/help/window-list/fr/figures/window_list_group_applet.png
/usr/X11R6/share/gnome/help/window-list/fr/legal.xml
/usr/X11R6/share/gnome/help/window-list/fr/window-list.xml
/usr/X11R6/share/gnome/help/window-list/it/figures/window_list_applet.png
/usr/X11R6/share/gnome/help/window-list/it/figures/window_list_group_applet.png
/usr/X11R6/share/gnome/help/window-list/it/legal.xml
/usr/X11R6/share/gnome/help/window-list/it/window-list.xml
/usr/X11R6/share/gnome/help/window-list/ja/figures/window_list_applet.png
/usr/X11R6/share/gnome/help/window-list/ja/figures/window_list_group_applet.png
/usr/X11R6/share/gnome/help/window-list/ja/legal.xml
/usr/X11R6/share/gnome/help/window-list/ja/window-list.xml
/usr/X11R6/share/gnome/help/window-list/ko/figures/window_list_applet.png
/usr/X11R6/share/gnome/help/window-list/ko/figures/window_list_group.png
/usr/X11R6/share/gnome/help/window-list/ko/figures/window_list_group_applet.png
/usr/X11R6/share/gnome/help/window-list/ko/legal.xml
/usr/X11R6/share/gnome/help/window-list/ko/window-list.xml
/usr/X11R6/share/gnome/help/window-list/sv/figures/window_list_applet.png
/usr/X11R6/share/gnome/help/window-list/sv/figures/window_list_group_applet.png
/usr/X11R6/share/gnome/help/window-list/sv/figures/window_list_group.png
/usr/X11R6/share/gnome/help/window-list/sv/legal.xml
/usr/X11R6/share/gnome/help/window-list/sv/window-list.xml
/usr/X11R6/share/gnome/help/window-list/uk/figures/window_list_applet.png
/usr/X11R6/share/gnome/help/window-list/uk/figures/window_list_group_applet.png
/usr/X11R6/share/gnome/help/window-list/uk/legal.xml
/usr/X11R6/share/gnome/help/window-list/uk/window-list.xml
/usr/X11R6/share/gnome/help/window-list/zh_CN/figures/window_list_applet.png
/usr/X11R6/share/gnome/help/window-list/zh_CN/figures/window_list_group.png
/usr/X11R6/share/gnome/help/window-list/zh_CN/figures/window_list_group_applet.png
/usr/X11R6/share/gnome/help/window-list/zh_CN/legal.xml
/usr/X11R6/share/gnome/help/window-list/zh_CN/window-list.xml
/usr/X11R6/share/gnome/help/window-list/zh_TW/figures/window_list_applet.png
/usr/X11R6/share/gnome/help/window-list/zh_TW/figures/window_list_group.png
/usr/X11R6/share/gnome/help/window-list/zh_TW/figures/window_list_group_applet.png
/usr/X11R6/share/gnome/help/window-list/zh_TW/legal.xml
/usr/X11R6/share/gnome/help/window-list/zh_TW/window-list.xml
/usr/X11R6/share/gnome/help/workspace-switcher/C/figures/workspace_switcher_applet.png
/usr/X11R6/share/gnome/help/workspace-switcher/C/legal.xml
/usr/X11R6/share/gnome/help/workspace-switcher/C/workspace-switcher.xml
/usr/X11R6/share/gnome/help/workspace-switcher/de/figures/workspace_switcher_applet.png
/usr/X11R6/share/gnome/help/workspace-switcher/de/figures/workspacelist_applet.png
/usr/X11R6/share/gnome/help/workspace-switcher/de/legal.xml
/usr/X11R6/share/gnome/help/workspace-switcher/de/workspace-switcher.xml
/usr/X11R6/share/gnome/help/workspace-switcher/es/figures/workspace_switcher_applet.png
/usr/X11R6/share/gnome/help/workspace-switcher/es/legal.xml
/usr/X11R6/share/gnome/help/workspace-switcher/es/workspace-switcher.xml
/usr/X11R6/share/gnome/help/workspace-switcher/fr/figures/workspace_switcher_applet.png
/usr/X11R6/share/gnome/help/workspace-switcher/fr/figures/workspacelist_applet.png
/usr/X11R6/share/gnome/help/workspace-switcher/fr/legal.xml
/usr/X11R6/share/gnome/help/workspace-switcher/fr/workspace-switcher.xml
/usr/X11R6/share/gnome/help/workspace-switcher/it/figures/workspace_switcher_applet.png
/usr/X11R6/share/gnome/help/workspace-switcher/it/legal.xml
/usr/X11R6/share/gnome/help/workspace-switcher/it/workspace-switcher.xml
/usr/X11R6/share/gnome/help/workspace-switcher/ja/figures/workspace_switcher_applet.png
/usr/X11R6/share/gnome/help/workspace-switcher/ja/legal.xml
/usr/X11R6/share/gnome/help/workspace-switcher/ja/workspace-switcher.xml
/usr/X11R6/share/gnome/help/workspace-switcher/ko/figures/workspace_switcher_applet.png
/usr/X11R6/share/gnome/help/workspace-switcher/ko/figures/workspacelist_applet.png
/usr/X11R6/share/gnome/help/workspace-switcher/ko/legal.xml
/usr/X11R6/share/gnome/help/workspace-switcher/ko/workspace-switcher.xml
/usr/X11R6/share/gnome/help/workspace-switcher/nl/figures/workspace_switcher_applet.png
/usr/X11R6/share/gnome/help/workspace-switcher/nl/legal.xml
/usr/X11R6/share/gnome/help/workspace-switcher/nl/workspace-switcher.xml
/usr/X11R6/share/gnome/help/workspace-switcher/sv/figures/workspace_switcher_applet.png
/usr/X11R6/share/gnome/help/workspace-switcher/sv/figures/workspacelist_applet.png
/usr/X11R6/share/gnome/help/workspace-switcher/sv/legal.xml
/usr/X11R6/share/gnome/help/workspace-switcher/sv/workspace-switcher.xml
/usr/X11R6/share/gnome/help/workspace-switcher/uk/figures/workspace_switcher_applet.png
/usr/X11R6/share/gnome/help/workspace-switcher/uk/legal.xml
/usr/X11R6/share/gnome/help/workspace-switcher/uk/workspace-switcher.xml
/usr/X11R6/share/gnome/help/workspace-switcher/zh_CN/figures/workspace_switcher_applet.png
/usr/X11R6/share/gnome/help/workspace-switcher/zh_CN/figures/workspacelist_applet.png
/usr/X11R6/share/gnome/help/workspace-switcher/zh_CN/legal.xml
/usr/X11R6/share/gnome/help/workspace-switcher/zh_CN/workspace-switcher.xml
/usr/X11R6/share/gnome/help/workspace-switcher/zh_TW/figures/workspace_switcher_applet.png
/usr/X11R6/share/gnome/help/workspace-switcher/zh_TW/figures/workspacelist_applet.png
/usr/X11R6/share/gnome/help/workspace-switcher/zh_TW/legal.xml
/usr/X11R6/share/gnome/help/workspace-switcher/zh_TW/workspace-switcher.xml
/usr/X11R6/share/gnome/idl/gnome-panel-2.0/GNOME_Panel.idl
/usr/X11R6/share/gnome/omf/clock/clock-C.omf
/usr/X11R6/share/gnome/omf/clock/clock-de.omf
/usr/X11R6/share/gnome/omf/clock/clock-es.omf
/usr/X11R6/share/gnome/omf/clock/clock-it.omf
/usr/X11R6/share/gnome/omf/clock/clock-fr.omf
/usr/X11R6/share/gnome/omf/clock/clock-ja.omf
/usr/X11R6/share/gnome/omf/clock/clock-ko.omf
/usr/X11R6/share/gnome/omf/clock/clock-nl.omf
/usr/X11R6/share/gnome/omf/clock/clock-pa.omf
/usr/X11R6/share/gnome/omf/clock/clock-sr.omf
/usr/X11R6/share/gnome/omf/clock/clock-sv.omf
/usr/X11R6/share/gnome/omf/clock/clock-uk.omf
/usr/X11R6/share/gnome/omf/clock/clock-zh_CN.omf
/usr/X11R6/share/gnome/omf/clock/clock-zh_TW.omf
/usr/X11R6/share/gnome/omf/fish/fish-C.omf
/usr/X11R6/share/gnome/omf/fish/fish-es.omf
/usr/X11R6/share/gnome/omf/fish/fish-it.omf
/usr/X11R6/share/gnome/omf/fish/fish-uk.omf
/usr/X11R6/share/gnome/omf/gnome-panel/clock-de.omf
/usr/X11R6/share/gnome/omf/gnome-panel/clock-fr.omf
/usr/X11R6/share/gnome/omf/gnome-panel/clock-ja.omf
/usr/X11R6/share/gnome/omf/gnome-panel/clock-ko.omf
/usr/X11R6/share/gnome/omf/gnome-panel/clock-sv.omf
/usr/X11R6/share/gnome/omf/gnome-panel/clock-zh_CN.omf
/usr/X11R6/share/gnome/omf/gnome-panel/clock-zh_TW.omf
/usr/X11R6/share/gnome/omf/gnome-panel/fish-applet-2-de.omf
/usr/X11R6/share/gnome/omf/gnome-panel/fish-applet-2-fr.omf
/usr/X11R6/share/gnome/omf/gnome-panel/fish-applet-2-ja.omf
/usr/X11R6/share/gnome/omf/gnome-panel/fish-applet-2-ko.omf
/usr/X11R6/share/gnome/omf/gnome-panel/fish-applet-2-sv.omf
/usr/X11R6/share/gnome/omf/gnome-panel/fish-applet-2-zh_CN.omf
/usr/X11R6/share/gnome/omf/gnome-panel/fish-applet-2-zh_TW.omf
/usr/X11R6/share/gnome/omf/gnome-panel/window-list-de.omf
/usr/X11R6/share/gnome/omf/gnome-panel/window-list-fr.omf
/usr/X11R6/share/gnome/omf/gnome-panel/window-list-ja.omf
/usr/X11R6/share/gnome/omf/gnome-panel/window-list-ko.omf
/usr/X11R6/share/gnome/omf/gnome-panel/window-list-sv.omf
/usr/X11R6/share/gnome/omf/gnome-panel/window-list-zh_CN.omf
/usr/X11R6/share/gnome/omf/gnome-panel/window-list-zh_TW.omf
/usr/X11R6/share/gnome/omf/gnome-panel/workspace-switcher-de.omf
/usr/X11R6/share/gnome/omf/gnome-panel/workspace-switcher-fr.omf
/usr/X11R6/share/gnome/omf/gnome-panel/workspace-switcher-ja.omf
/usr/X11R6/share/gnome/omf/gnome-panel/workspace-switcher-ko.omf
/usr/X11R6/share/gnome/omf/gnome-panel/workspace-switcher-sv.omf
/usr/X11R6/share/gnome/omf/gnome-panel/workspace-switcher-zh_CN.omf
/usr/X11R6/share/gnome/omf/gnome-panel/workspace-switcher-zh_TW.omf
/usr/X11R6/share/gnome/omf/window-list/window-list-C.omf
/usr/X11R6/share/gnome/omf/window-list/window-list-es.omf
/usr/X11R6/share/gnome/omf/window-list/window-list-it.omf
/usr/X11R6/share/gnome/omf/window-list/window-list-uk.omf
/usr/X11R6/share/gnome/omf/workspace-switcher/workspace-switcher-C.omf
/usr/X11R6/share/gnome/omf/workspace-switcher/workspace-switcher-es.omf
/usr/X11R6/share/gnome/omf/workspace-switcher/workspace-switcher-it.omf
/usr/X11R6/share/gnome/omf/workspace-switcher/workspace-switcher-nl.omf
/usr/X11R6/share/gnome/omf/workspace-switcher/workspace-switcher-uk.omf
/usr/X11R6/share/gnome/panel/glade/fish.glade
/usr/X11R6/share/gnome/panel/glade/panel-properties-dialog.glade
/usr/X11R6/share/gnome/panel/glade/panel-run-dialog.glade
/usr/X11R6/share/gnome/panel/glade/panel-test-applets.glade
/usr/X11R6/share/gnome/panel/glade/window-list.glade
/usr/X11R6/share/gnome/panel/glade/workspace-switcher.glade
/usr/X11R6/share/gnome/panel/pixmaps/fishanim.png
/usr/X11R6/share/gnome/panel/pixmaps/footguy.png
/usr/X11R6/share/gnome/panel/pixmaps/gnome-gegl2-2.png
/usr/X11R6/share/gnome/panel/pixmaps/gnome-gegl2.png
/usr/X11R6/share/gnome/panel/pixmaps/monkey.png
/usr/X11R6/share/gnome/panel/pixmaps/oldwanda.png
/usr/X11R6/share/icons/hicolor/48x48/apps/gnome-fish.png
/usr/X11R6/share/icons/hicolor/48x48/apps/gnome-gegl.png
/usr/X11R6/share/icons/hicolor/48x48/apps/gnome-main-menu.png
/usr/X11R6/share/locale/af/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/am/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/ar/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/az/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/be/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/bg/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/bn/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/bs/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/ca/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/cs/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/cy/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/da/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/de/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/el/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/en_CA/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/en_GB/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/eo/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/es/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/et/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/eu/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/fa/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/fi/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/fr/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/ga/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/gl/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/gu/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/he/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/hi/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/hr/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/hu/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/hy/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/id/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/it/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/ja/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/ko/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/ku/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/li/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/lt/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/lv/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/mi/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/mk/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/ml/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/mn/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/mr/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/ms/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/nb/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/ne/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/nl/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/nn/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/no/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/nso/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/or/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/pa/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/pl/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/pt/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/pt_BR/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/ro/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/ru/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/rw/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/sk/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/sl/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/sq/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/sr/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/sr@Latn/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/sr@ije/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/sv/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/ta/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/te/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/th/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/tr/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/uk/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/vi/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/wa/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/xh/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/yi/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/zh_CN/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/zh_HK/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/zh_TW/LC_MESSAGES/gnome-panel-2.0.mo
/usr/X11R6/share/locale/zu/LC_MESSAGES/gnome-panel-2.0.mo
Information for gnomeprint-0.37_2:
/usr/X11R6/bin/gnome-font-install
/usr/X11R6/etc/gnome/fonts/gnome-print-ghostscript.fontmap
/usr/X11R6/etc/gnome/fonts/gnome-print-x11.fontmap
/usr/X11R6/etc/gnome/fonts/gnome-print.fontmap
/usr/X11R6/include/gnome-1.0/libgnomeprint/gnome-font-dialog.h
/usr/X11R6/include/gnome-1.0/libgnomeprint/gnome-font-face-private.h
/usr/X11R6/include/gnome-1.0/libgnomeprint/gnome-font-face.h
/usr/X11R6/include/gnome-1.0/libgnomeprint/gnome-font.h
/usr/X11R6/include/gnome-1.0/libgnomeprint/gnome-glyphlist.h
/usr/X11R6/include/gnome-1.0/libgnomeprint/gnome-pgl.h
/usr/X11R6/include/gnome-1.0/libgnomeprint/gnome-print-copies.h
/usr/X11R6/include/gnome-1.0/libgnomeprint/gnome-print-dialog.h
/usr/X11R6/include/gnome-1.0/libgnomeprint/gnome-print-encode.h
/usr/X11R6/include/gnome-1.0/libgnomeprint/gnome-print-frgba.h
/usr/X11R6/include/gnome-1.0/libgnomeprint/gnome-print-master-preview.h
/usr/X11R6/include/gnome-1.0/libgnomeprint/gnome-print-master.h
/usr/X11R6/include/gnome-1.0/libgnomeprint/gnome-print-meta.h
/usr/X11R6/include/gnome-1.0/libgnomeprint/gnome-print-multipage.h
/usr/X11R6/include/gnome-1.0/libgnomeprint/gnome-print-pdf.h
/usr/X11R6/include/gnome-1.0/libgnomeprint/gnome-print-pixbuf.h
/usr/X11R6/include/gnome-1.0/libgnomeprint/gnome-print-preview.h
/usr/X11R6/include/gnome-1.0/libgnomeprint/gnome-print-rbuf.h
/usr/X11R6/include/gnome-1.0/libgnomeprint/gnome-print.h
/usr/X11R6/include/gnome-1.0/libgnomeprint/gnome-printer-dialog.h
/usr/X11R6/include/gnome-1.0/libgnomeprint/gnome-printer.h
/usr/X11R6/include/gnome-1.0/libgnomeprint/gnome-rfont.h
/usr/X11R6/include/gnome-1.0/libgnomeprint/gnome-text.h
/usr/X11R6/lib/libgnomeprint.a
/usr/X11R6/lib/libgnomeprint.la
/usr/X11R6/lib/libgnomeprint.so
/usr/X11R6/lib/libgnomeprint.so.16
/usr/X11R6/share/gnome/fonts/README.binaries
/usr/X11R6/share/gnome/fonts/README.installer
/usr/X11R6/share/gnome/fonts/adobe-urw.font
/usr/X11R6/share/gnome/fonts/afms/adobe/pagd8a.afm
/usr/X11R6/share/gnome/fonts/afms/adobe/pagdo8a.afm
/usr/X11R6/share/gnome/fonts/afms/adobe/pagk8a.afm
/usr/X11R6/share/gnome/fonts/afms/adobe/pagko8a.afm
/usr/X11R6/share/gnome/fonts/afms/adobe/pbkd8a.afm
/usr/X11R6/share/gnome/fonts/afms/adobe/pbkdi8a.afm
/usr/X11R6/share/gnome/fonts/afms/adobe/pbkl8a.afm
/usr/X11R6/share/gnome/fonts/afms/adobe/pbkli8a.afm
/usr/X11R6/share/gnome/fonts/afms/adobe/pcrb8a.afm
/usr/X11R6/share/gnome/fonts/afms/adobe/pcrbo8a.afm
/usr/X11R6/share/gnome/fonts/afms/adobe/pcrr8a.afm
/usr/X11R6/share/gnome/fonts/afms/adobe/pcrro8a.afm
/usr/X11R6/share/gnome/fonts/afms/adobe/phvb8a.afm
/usr/X11R6/share/gnome/fonts/afms/adobe/phvb8an.afm
/usr/X11R6/share/gnome/fonts/afms/adobe/phvbo8a.afm
/usr/X11R6/share/gnome/fonts/afms/adobe/phvbo8an.afm
/usr/X11R6/share/gnome/fonts/afms/adobe/phvl8a.afm
/usr/X11R6/share/gnome/fonts/afms/adobe/phvlo8a.afm
/usr/X11R6/share/gnome/fonts/afms/adobe/phvr8a.afm
/usr/X11R6/share/gnome/fonts/afms/adobe/phvr8an.afm
/usr/X11R6/share/gnome/fonts/afms/adobe/phvro8a.afm
/usr/X11R6/share/gnome/fonts/afms/adobe/phvro8an.afm
/usr/X11R6/share/gnome/fonts/afms/adobe/pncb8a.afm
/usr/X11R6/share/gnome/fonts/afms/adobe/pncbi8a.afm
/usr/X11R6/share/gnome/fonts/afms/adobe/pncr8a.afm
/usr/X11R6/share/gnome/fonts/afms/adobe/pncri8a.afm
/usr/X11R6/share/gnome/fonts/afms/adobe/pplb8a.afm
/usr/X11R6/share/gnome/fonts/afms/adobe/pplbi8a.afm
/usr/X11R6/share/gnome/fonts/afms/adobe/pplr8a.afm
/usr/X11R6/share/gnome/fonts/afms/adobe/pplri8a.afm
/usr/X11R6/share/gnome/fonts/afms/adobe/psyr.afm
/usr/X11R6/share/gnome/fonts/afms/adobe/ptmb8a.afm
/usr/X11R6/share/gnome/fonts/afms/adobe/ptmbi8a.afm
/usr/X11R6/share/gnome/fonts/afms/adobe/ptmr8a.afm
/usr/X11R6/share/gnome/fonts/afms/adobe/ptmri8a.afm
/usr/X11R6/share/gnome/fonts/afms/adobe/putb8a.afm
/usr/X11R6/share/gnome/fonts/afms/adobe/putbi8a.afm
/usr/X11R6/share/gnome/fonts/afms/adobe/putr8a.afm
/usr/X11R6/share/gnome/fonts/afms/adobe/putri8a.afm
/usr/X11R6/share/gnome/fonts/afms/adobe/pzcmi8a.afm
/usr/X11R6/share/gnome/fonts/afms/adobe/pzdr.afm
/usr/X11R6/share/gnome/fonts/defaults.fontmap
/usr/X11R6/share/gnome/gnome-print/profiles/PostscriptOptimized.profile
/usr/X11R6/share/gnome/gnome-print/profiles/fax-g3.profile
/usr/X11R6/share/gnome/gnome-print/profiles/pdf.profile
/usr/X11R6/share/locale/az/LC_MESSAGES/gnome-print.mo
/usr/X11R6/share/locale/bg/LC_MESSAGES/gnome-print.mo
/usr/X11R6/share/locale/ca/LC_MESSAGES/gnome-print.mo
/usr/X11R6/share/locale/da/LC_MESSAGES/gnome-print.mo
/usr/X11R6/share/locale/de/LC_MESSAGES/gnome-print.mo
/usr/X11R6/share/locale/el/LC_MESSAGES/gnome-print.mo
/usr/X11R6/share/locale/es/LC_MESSAGES/gnome-print.mo
/usr/X11R6/share/locale/et/LC_MESSAGES/gnome-print.mo
/usr/X11R6/share/locale/eu/LC_MESSAGES/gnome-print.mo
/usr/X11R6/share/locale/fi/LC_MESSAGES/gnome-print.mo
/usr/X11R6/share/locale/fr/LC_MESSAGES/gnome-print.mo
/usr/X11R6/share/locale/gl/LC_MESSAGES/gnome-print.mo
/usr/X11R6/share/locale/hr/LC_MESSAGES/gnome-print.mo
/usr/X11R6/share/locale/hu/LC_MESSAGES/gnome-print.mo
/usr/X11R6/share/locale/it/LC_MESSAGES/gnome-print.mo
/usr/X11R6/share/locale/ja/LC_MESSAGES/gnome-print.mo
/usr/X11R6/share/locale/ko/LC_MESSAGES/gnome-print.mo
/usr/X11R6/share/locale/lt/LC_MESSAGES/gnome-print.mo
/usr/X11R6/share/locale/lv/LC_MESSAGES/gnome-print.mo
/usr/X11R6/share/locale/nl/LC_MESSAGES/gnome-print.mo
/usr/X11R6/share/locale/nn/LC_MESSAGES/gnome-print.mo
/usr/X11R6/share/locale/no/LC_MESSAGES/gnome-print.mo
/usr/X11R6/share/locale/pl/LC_MESSAGES/gnome-print.mo
/usr/X11R6/share/locale/pt/LC_MESSAGES/gnome-print.mo
/usr/X11R6/share/locale/pt_BR/LC_MESSAGES/gnome-print.mo
/usr/X11R6/share/locale/ro/LC_MESSAGES/gnome-print.mo
/usr/X11R6/share/locale/ru/LC_MESSAGES/gnome-print.mo
/usr/X11R6/share/locale/sk/LC_MESSAGES/gnome-print.mo
/usr/X11R6/share/locale/sl/LC_MESSAGES/gnome-print.mo
/usr/X11R6/share/locale/sv/LC_MESSAGES/gnome-print.mo
/usr/X11R6/share/locale/tr/LC_MESSAGES/gnome-print.mo
/usr/X11R6/share/locale/uk/LC_MESSAGES/gnome-print.mo
/usr/X11R6/share/locale/wa/LC_MESSAGES/gnome-print.mo
/usr/X11R6/share/locale/zh_CN/LC_MESSAGES/gnome-print.mo
/usr/X11R6/share/locale/zh_TW/LC_MESSAGES/gnome-print.mo
Information for gnomespell-1.0.7_1:
/usr/X11R6/lib/gnome-spell/libgnome-spell-component-0.3.so
/usr/X11R6/lib/gnome-spell/libgnome-spell-component.a
/usr/X11R6/lib/gnome-spell/libgnome-spell-component.la
/usr/X11R6/lib/gnome-spell/libgnome-spell-component.so
/usr/X11R6/libdata/bonobo/servers/GNOME_Spell.server
/usr/X11R6/share/gnome/control-center-2.0/icons/spell-checker.png
/usr/X11R6/share/gnome/gnome-spell-1.0.7/spell-checker.glade
/usr/X11R6/share/gnome/idl/Spell-1.0.7.idl
/usr/X11R6/share/locale/am/LC_MESSAGES/gnome-spell-1.0.7.mo
/usr/X11R6/share/locale/az/LC_MESSAGES/gnome-spell-1.0.7.mo
/usr/X11R6/share/locale/be/LC_MESSAGES/gnome-spell-1.0.7.mo
/usr/X11R6/share/locale/bg/LC_MESSAGES/gnome-spell-1.0.7.mo
/usr/X11R6/share/locale/ca/LC_MESSAGES/gnome-spell-1.0.7.mo
/usr/X11R6/share/locale/cs/LC_MESSAGES/gnome-spell-1.0.7.mo
/usr/X11R6/share/locale/da/LC_MESSAGES/gnome-spell-1.0.7.mo
/usr/X11R6/share/locale/de/LC_MESSAGES/gnome-spell-1.0.7.mo
/usr/X11R6/share/locale/el/LC_MESSAGES/gnome-spell-1.0.7.mo
/usr/X11R6/share/locale/en_CA/LC_MESSAGES/gnome-spell-1.0.7.mo
/usr/X11R6/share/locale/en_GB/LC_MESSAGES/gnome-spell-1.0.7.mo
/usr/X11R6/share/locale/es/LC_MESSAGES/gnome-spell-1.0.7.mo
/usr/X11R6/share/locale/fi/LC_MESSAGES/gnome-spell-1.0.7.mo
/usr/X11R6/share/locale/fr/LC_MESSAGES/gnome-spell-1.0.7.mo
/usr/X11R6/share/locale/ga/LC_MESSAGES/gnome-spell-1.0.7.mo
/usr/X11R6/share/locale/gl/LC_MESSAGES/gnome-spell-1.0.7.mo
/usr/X11R6/share/locale/he/LC_MESSAGES/gnome-spell-1.0.7.mo
/usr/X11R6/share/locale/hr/LC_MESSAGES/gnome-spell-1.0.7.mo
/usr/X11R6/share/locale/hu/LC_MESSAGES/gnome-spell-1.0.7.mo
/usr/X11R6/share/locale/it/LC_MESSAGES/gnome-spell-1.0.7.mo
/usr/X11R6/share/locale/ja/LC_MESSAGES/gnome-spell-1.0.7.mo
/usr/X11R6/share/locale/kn/LC_MESSAGES/gnome-spell-1.0.7.mo
/usr/X11R6/share/locale/ko/LC_MESSAGES/gnome-spell-1.0.7.mo
/usr/X11R6/share/locale/lt/LC_MESSAGES/gnome-spell-1.0.7.mo
/usr/X11R6/share/locale/lv/LC_MESSAGES/gnome-spell-1.0.7.mo
/usr/X11R6/share/locale/nb/LC_MESSAGES/gnome-spell-1.0.7.mo
/usr/X11R6/share/locale/ne/LC_MESSAGES/gnome-spell-1.0.7.mo
/usr/X11R6/share/locale/nl/LC_MESSAGES/gnome-spell-1.0.7.mo
/usr/X11R6/share/locale/no/LC_MESSAGES/gnome-spell-1.0.7.mo
/usr/X11R6/share/locale/pa/LC_MESSAGES/gnome-spell-1.0.7.mo
/usr/X11R6/share/locale/pl/LC_MESSAGES/gnome-spell-1.0.7.mo
/usr/X11R6/share/locale/pt/LC_MESSAGES/gnome-spell-1.0.7.mo
/usr/X11R6/share/locale/pt_BR/LC_MESSAGES/gnome-spell-1.0.7.mo
/usr/X11R6/share/locale/ru/LC_MESSAGES/gnome-spell-1.0.7.mo
/usr/X11R6/share/locale/rw/LC_MESSAGES/gnome-spell-1.0.7.mo
/usr/X11R6/share/locale/sk/LC_MESSAGES/gnome-spell-1.0.7.mo
/usr/X11R6/share/locale/sq/LC_MESSAGES/gnome-spell-1.0.7.mo
/usr/X11R6/share/locale/sr/LC_MESSAGES/gnome-spell-1.0.7.mo
/usr/X11R6/share/locale/sr@Latn/LC_MESSAGES/gnome-spell-1.0.7.mo
/usr/X11R6/share/locale/sv/LC_MESSAGES/gnome-spell-1.0.7.mo
/usr/X11R6/share/locale/ta/LC_MESSAGES/gnome-spell-1.0.7.mo
/usr/X11R6/share/locale/tr/LC_MESSAGES/gnome-spell-1.0.7.mo
/usr/X11R6/share/locale/uk/LC_MESSAGES/gnome-spell-1.0.7.mo
/usr/X11R6/share/locale/vi/LC_MESSAGES/gnome-spell-1.0.7.mo
/usr/X11R6/share/locale/wa/LC_MESSAGES/gnome-spell-1.0.7.mo
/usr/X11R6/share/locale/xh/LC_MESSAGES/gnome-spell-1.0.7.mo
/usr/X11R6/share/locale/zh_CN/LC_MESSAGES/gnome-spell-1.0.7.mo
Information for gnomevfs-1.0.5_8:
/usr/X11R6/bin/gnome-vfs-config
/usr/X11R6/include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-application-registry.h
/usr/X11R6/include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-async-ops.h
/usr/X11R6/include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-backend.h
/usr/X11R6/include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-cancellable-ops.h
/usr/X11R6/include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-cancellation.h
/usr/X11R6/include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-configuration.h
/usr/X11R6/include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-context.h
/usr/X11R6/include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-directory-filter.h
/usr/X11R6/include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-directory.h
/usr/X11R6/include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-file-info.h
/usr/X11R6/include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-file-size.h
/usr/X11R6/include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-find-directory.h
/usr/X11R6/include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-handle.h
/usr/X11R6/include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-inet-connection.h
/usr/X11R6/include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-init.h
/usr/X11R6/include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-iobuf.h
/usr/X11R6/include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-messages.h
/usr/X11R6/include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-method.h
/usr/X11R6/include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-mime-handlers.h
/usr/X11R6/include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-mime-info.h
/usr/X11R6/include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-mime-magic.h
/usr/X11R6/include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-mime-monitor.h
/usr/X11R6/include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-mime-sniff-buffer.h
/usr/X11R6/include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-mime.h
/usr/X11R6/include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-module-callback-module-api.h
/usr/X11R6/include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-module-callback.h
/usr/X11R6/include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-module-shared.h
/usr/X11R6/include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-module.h
/usr/X11R6/include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-ops.h
/usr/X11R6/include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-parse-ls.h
/usr/X11R6/include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-private-utils.h
/usr/X11R6/include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-private.h
/usr/X11R6/include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-regexp-filter.h
/usr/X11R6/include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-result.h
/usr/X11R6/include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-seekable.h
/usr/X11R6/include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-shellpattern-filter.h
/usr/X11R6/include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-socket-buffer.h
/usr/X11R6/include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-socket.h
/usr/X11R6/include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-ssl-private.h
/usr/X11R6/include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-ssl.h
/usr/X11R6/include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-standard-callbacks.h
/usr/X11R6/include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-transform.h
/usr/X11R6/include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-types.h
/usr/X11R6/include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-uri.h
/usr/X11R6/include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-utils.h
/usr/X11R6/include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-xfer.h
/usr/X11R6/include/gnome-vfs-1.0/libgnomevfs/gnome-vfs.h
/usr/X11R6/lib/libgnomevfs-pthread.so
/usr/X11R6/lib/libgnomevfs.a
/usr/X11R6/lib/libgnomevfs.so
/usr/X11R6/lib/libgnomevfs.so.0
/usr/X11R6/share/locale/az/LC_MESSAGES/gnome-vfs.mo
/usr/X11R6/share/locale/ca/LC_MESSAGES/gnome-vfs.mo
/usr/X11R6/share/locale/da/LC_MESSAGES/gnome-vfs.mo
/usr/X11R6/share/locale/de/LC_MESSAGES/gnome-vfs.mo
/usr/X11R6/share/locale/el/LC_MESSAGES/gnome-vfs.mo
/usr/X11R6/share/locale/es/LC_MESSAGES/gnome-vfs.mo
/usr/X11R6/share/locale/eu/LC_MESSAGES/gnome-vfs.mo
/usr/X11R6/share/locale/fi/LC_MESSAGES/gnome-vfs.mo
/usr/X11R6/share/locale/fr/LC_MESSAGES/gnome-vfs.mo
/usr/X11R6/share/locale/ga/LC_MESSAGES/gnome-vfs.mo
/usr/X11R6/share/locale/gl/LC_MESSAGES/gnome-vfs.mo
/usr/X11R6/share/locale/hu/LC_MESSAGES/gnome-vfs.mo
/usr/X11R6/share/locale/it/LC_MESSAGES/gnome-vfs.mo
/usr/X11R6/share/locale/ja/LC_MESSAGES/gnome-vfs.mo
/usr/X11R6/share/locale/ko/LC_MESSAGES/gnome-vfs.mo
/usr/X11R6/share/locale/lt/LC_MESSAGES/gnome-vfs.mo
/usr/X11R6/share/locale/nl/LC_MESSAGES/gnome-vfs.mo
/usr/X11R6/share/locale/nn/LC_MESSAGES/gnome-vfs.mo
/usr/X11R6/share/locale/no/LC_MESSAGES/gnome-vfs.mo
/usr/X11R6/share/locale/pl/LC_MESSAGES/gnome-vfs.mo
/usr/X11R6/share/locale/pt/LC_MESSAGES/gnome-vfs.mo
/usr/X11R6/share/locale/pt_BR/LC_MESSAGES/gnome-vfs.mo
/usr/X11R6/share/locale/ro/LC_MESSAGES/gnome-vfs.mo
/usr/X11R6/share/locale/ru/LC_MESSAGES/gnome-vfs.mo
/usr/X11R6/share/locale/sk/LC_MESSAGES/gnome-vfs.mo
/usr/X11R6/share/locale/sl/LC_MESSAGES/gnome-vfs.mo
/usr/X11R6/share/locale/sv/LC_MESSAGES/gnome-vfs.mo
/usr/X11R6/share/locale/tr/LC_MESSAGES/gnome-vfs.mo
/usr/X11R6/share/locale/uk/LC_MESSAGES/gnome-vfs.mo
/usr/X11R6/share/locale/wa/LC_MESSAGES/gnome-vfs.mo
/usr/X11R6/share/locale/zh_TW/LC_MESSAGES/gnome-vfs.mo
Information for gnomevfs2-2.12.2_2:
/usr/X11R6/bin/gnomevfs-cat
/usr/X11R6/bin/gnomevfs-copy
/usr/X11R6/bin/gnomevfs-info
/usr/X11R6/bin/gnomevfs-ls
/usr/X11R6/bin/gnomevfs-mkdir
/usr/X11R6/bin/gnomevfs-monitor
/usr/X11R6/bin/gnomevfs-mv
/usr/X11R6/bin/gnomevfs-rm
/usr/X11R6/etc/gnome-vfs-2.0/modules/default-modules.conf
/usr/X11R6/etc/gnome-vfs-2.0/modules/smb-module.conf
/usr/X11R6/etc/gnome-vfs-2.0/modules/ssl-modules.conf
/usr/X11R6/include/gnome-vfs-2.0/include/gnome-vfs-file-size.h
/usr/X11R6/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-address.h
/usr/X11R6/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-application-registry.h
/usr/X11R6/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-async-ops.h
/usr/X11R6/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-cancellation.h
/usr/X11R6/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-context.h
/usr/X11R6/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-directory.h
/usr/X11R6/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-dns-sd.h
/usr/X11R6/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-drive.h
/usr/X11R6/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-enum-types.h
/usr/X11R6/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-file-info.h
/usr/X11R6/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-file-size.h
/usr/X11R6/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-find-directory.h
/usr/X11R6/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-handle.h
/usr/X11R6/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-init.h
/usr/X11R6/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-job-limit.h
/usr/X11R6/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-deprecated.h
/usr/X11R6/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-handlers.h
/usr/X11R6/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-info-cache.h
/usr/X11R6/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-monitor.h
/usr/X11R6/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-utils.h
/usr/X11R6/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-module-callback.h
/usr/X11R6/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-monitor.h
/usr/X11R6/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-ops.h
/usr/X11R6/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-resolve.h
/usr/X11R6/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-result.h
/usr/X11R6/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-standard-callbacks.h
/usr/X11R6/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-types.h
/usr/X11R6/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-uri.h
/usr/X11R6/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-utils.h
/usr/X11R6/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-volume-monitor.h
/usr/X11R6/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-volume.h
/usr/X11R6/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-xfer.h
/usr/X11R6/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs.h
/usr/X11R6/include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-cancellable-ops.h
/usr/X11R6/include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-inet-connection.h
/usr/X11R6/include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-method.h
/usr/X11R6/include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-mime-info.h
/usr/X11R6/include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-mime.h
/usr/X11R6/include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-module-callback-module-api.h
/usr/X11R6/include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-module-shared.h
/usr/X11R6/include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-module.h
/usr/X11R6/include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-parse-ls.h
/usr/X11R6/include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-socket-buffer.h
/usr/X11R6/include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-socket.h
/usr/X11R6/include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-ssl.h
/usr/X11R6/include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-transform.h
/usr/X11R6/lib/bonobo/monikers/libmoniker_gnome_vfs_std.a
/usr/X11R6/lib/bonobo/monikers/libmoniker_gnome_vfs_std.la
/usr/X11R6/lib/bonobo/monikers/libmoniker_gnome_vfs_std.so
/usr/X11R6/lib/gnome-vfs-2.0/modules/libbzip2.a
/usr/X11R6/lib/gnome-vfs-2.0/modules/libbzip2.la
/usr/X11R6/lib/gnome-vfs-2.0/modules/libbzip2.so
/usr/X11R6/lib/gnome-vfs-2.0/modules/libcomputer.a
/usr/X11R6/lib/gnome-vfs-2.0/modules/libcomputer.la
/usr/X11R6/lib/gnome-vfs-2.0/modules/libcomputer.so
/usr/X11R6/lib/gnome-vfs-2.0/modules/libdns-sd.a
/usr/X11R6/lib/gnome-vfs-2.0/modules/libdns-sd.la
/usr/X11R6/lib/gnome-vfs-2.0/modules/libdns-sd.so
/usr/X11R6/lib/gnome-vfs-2.0/modules/libfile.a
/usr/X11R6/lib/gnome-vfs-2.0/modules/libfile.la
/usr/X11R6/lib/gnome-vfs-2.0/modules/libfile.so
/usr/X11R6/lib/gnome-vfs-2.0/modules/libftp.a
/usr/X11R6/lib/gnome-vfs-2.0/modules/libftp.la
/usr/X11R6/lib/gnome-vfs-2.0/modules/libftp.so
/usr/X11R6/lib/gnome-vfs-2.0/modules/libgzip.a
/usr/X11R6/lib/gnome-vfs-2.0/modules/libgzip.la
/usr/X11R6/lib/gnome-vfs-2.0/modules/libgzip.so
/usr/X11R6/lib/gnome-vfs-2.0/modules/libhttp.a
/usr/X11R6/lib/gnome-vfs-2.0/modules/libhttp.la
/usr/X11R6/lib/gnome-vfs-2.0/modules/libhttp.so
/usr/X11R6/lib/gnome-vfs-2.0/modules/libnetwork.a
/usr/X11R6/lib/gnome-vfs-2.0/modules/libnetwork.la
/usr/X11R6/lib/gnome-vfs-2.0/modules/libnetwork.so
/usr/X11R6/lib/gnome-vfs-2.0/modules/libnntp.a
/usr/X11R6/lib/gnome-vfs-2.0/modules/libnntp.la
/usr/X11R6/lib/gnome-vfs-2.0/modules/libnntp.so
/usr/X11R6/lib/gnome-vfs-2.0/modules/libsftp.a
/usr/X11R6/lib/gnome-vfs-2.0/modules/libsftp.la
/usr/X11R6/lib/gnome-vfs-2.0/modules/libsftp.so
/usr/X11R6/lib/gnome-vfs-2.0/modules/libsmb.a
/usr/X11R6/lib/gnome-vfs-2.0/modules/libsmb.la
/usr/X11R6/lib/gnome-vfs-2.0/modules/libsmb.so
/usr/X11R6/lib/gnome-vfs-2.0/modules/libtar.a
/usr/X11R6/lib/gnome-vfs-2.0/modules/libtar.la
/usr/X11R6/lib/gnome-vfs-2.0/modules/libtar.so
/usr/X11R6/lib/gnome-vfs-2.0/modules/libvfs-test.a
/usr/X11R6/lib/gnome-vfs-2.0/modules/libvfs-test.la
/usr/X11R6/lib/gnome-vfs-2.0/modules/libvfs-test.so
/usr/X11R6/lib/libgnomevfs-2.a
/usr/X11R6/lib/libgnomevfs-2.la
/usr/X11R6/lib/libgnomevfs-2.so
/usr/X11R6/lib/libgnomevfs-2.so.0
/usr/X11R6/libdata/bonobo/servers/GNOME_VFS_Daemon.server
/usr/X11R6/libdata/bonobo/servers/GNOME_VFS_Moniker_std.server
/usr/X11R6/libdata/pkgconfig/gnome-vfs-2.0.pc
/usr/X11R6/libdata/pkgconfig/gnome-vfs-module-2.0.pc
/usr/X11R6/libexec/gnome-vfs-daemon
/usr/X11R6/share/locale/af/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/am/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/ar/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/az/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/be/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/bg/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/bn/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/bs/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/ca/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/cs/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/cy/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/da/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/de/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/el/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/en_CA/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/en_GB/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/eo/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/es/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/et/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/eu/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/fa/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/fi/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/fr/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/ga/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/gl/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/gu/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/he/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/hi/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/hr/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/hu/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/id/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/is/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/it/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/ja/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/ko/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/li/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/lt/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/lv/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/mk/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/ml/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/mn/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/mr/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/ms/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/nb/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/ne/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/nl/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/nn/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/no/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/nso/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/pa/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/pl/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/pt/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/pt_BR/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/ro/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/ru/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/rw/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/sk/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/sl/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/sq/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/sr/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/sr@Latn/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/sr@ije/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/sv/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/ta/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/th/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/tr/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/uk/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/vi/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/wa/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/xh/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/yi/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/zh_CN/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/zh_TW/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/share/locale/zu/LC_MESSAGES/gnome-vfs-2.0.mo
/usr/X11R6/etc/gconf/schemas/desktop_gnome_url_handlers.schemas
Information for libgail-gnome-1.1.3_1:
/usr/X11R6/lib/gtk-2.0/modules/libgail-gnome.a
/usr/X11R6/lib/gtk-2.0/modules/libgail-gnome.la
/usr/X11R6/lib/gtk-2.0/modules/libgail-gnome.so
/usr/X11R6/libdata/pkgconfig/libgail-gnome.pc
Information for libgnome-2.12.0.1_1:
/usr/X11R6/man/man7/gnome-options.7.gz
/usr/X11R6/bin/gnome-open
/usr/X11R6/etc/sound/events/gnome-2.soundlist
/usr/X11R6/include/libgnome-2.0/libgnome/gnome-config.h
/usr/X11R6/include/libgnome-2.0/libgnome/gnome-exec.h
/usr/X11R6/include/libgnome-2.0/libgnome/gnome-gconf.h
/usr/X11R6/include/libgnome-2.0/libgnome/gnome-help.h
/usr/X11R6/include/libgnome-2.0/libgnome/gnome-i18n.h
/usr/X11R6/include/libgnome-2.0/libgnome/gnome-init.h
/usr/X11R6/include/libgnome-2.0/libgnome/gnome-macros.h
/usr/X11R6/include/libgnome-2.0/libgnome/gnome-program.h
/usr/X11R6/include/libgnome-2.0/libgnome/gnome-score.h
/usr/X11R6/include/libgnome-2.0/libgnome/gnome-sound.h
/usr/X11R6/include/libgnome-2.0/libgnome/gnome-triggers.h
/usr/X11R6/include/libgnome-2.0/libgnome/gnome-url.h
/usr/X11R6/include/libgnome-2.0/libgnome/gnome-util.h
/usr/X11R6/include/libgnome-2.0/libgnome/libgnome.h
/usr/X11R6/include/libgnome-2.0/libgnome/libgnometypebuiltins.h
/usr/X11R6/lib/libgnome-2.a
/usr/X11R6/lib/libgnome-2.la
/usr/X11R6/lib/libgnome-2.so
/usr/X11R6/lib/libgnome-2.so.0
/usr/X11R6/libdata/bonobo/servers/GNOME_Moniker_std.server
/usr/X11R6/libdata/pkgconfig/libgnome-2.0.pc
/usr/X11R6/share/doc/libgnome/ch01s02.html
/usr/X11R6/share/doc/libgnome/ch01s03.html
/usr/X11R6/share/doc/libgnome/ch01s04.html
/usr/X11R6/share/doc/libgnome/ch01s05.html
/usr/X11R6/share/doc/libgnome/home.png
/usr/X11R6/share/doc/libgnome/index.html
/usr/X11R6/share/doc/libgnome/index.sgml
/usr/X11R6/share/doc/libgnome/left.png
/usr/X11R6/share/doc/libgnome/libgnome-gnome-config.html
/usr/X11R6/share/doc/libgnome/libgnome-gnome-exec.html
/usr/X11R6/share/doc/libgnome/libgnome-gnome-gconf.html
/usr/X11R6/share/doc/libgnome/libgnome-gnome-help.html
/usr/X11R6/share/doc/libgnome/libgnome-gnome-i18n.html
/usr/X11R6/share/doc/libgnome/libgnome-gnome-init.html
/usr/X11R6/share/doc/libgnome/libgnome-gnome-program.html
/usr/X11R6/share/doc/libgnome/libgnome-gnome-score.html
/usr/X11R6/share/doc/libgnome/libgnome-gnome-sound.html
/usr/X11R6/share/doc/libgnome/libgnome-gnome-triggers.html
/usr/X11R6/share/doc/libgnome/libgnome-gnome-url.html
/usr/X11R6/share/doc/libgnome/libgnome-gnome-util.html
/usr/X11R6/share/doc/libgnome/libgnome-libgnometypebuiltins.html
/usr/X11R6/share/doc/libgnome/libgnome.devhelp
/usr/X11R6/share/doc/libgnome/libgnome.html
/usr/X11R6/share/doc/libgnome/right.png
/usr/X11R6/share/doc/libgnome/style.css
/usr/X11R6/share/doc/libgnome/up.png
/usr/X11R6/share/locale/am/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/ar/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/az/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/be/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/bg/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/bn/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/bs/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/ca/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/cs/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/cy/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/da/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/de/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/el/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/en_CA/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/en_GB/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/es/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/et/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/eu/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/fa/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/fi/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/fr/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/ga/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/gl/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/gu/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/he/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/hi/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/hr/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/hu/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/id/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/is/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/it/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/ja/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/ko/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/lt/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/lv/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/mk/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/ml/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/mn/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/ms/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/nb/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/ne/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/nl/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/nn/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/no/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/pa/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/pl/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/pt/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/pt_BR/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/ro/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/ru/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/rw/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/sk/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/sl/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/sq/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/sr/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/sr@Latn/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/sr@ije/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/sv/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/ta/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/th/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/tr/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/uk/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/vi/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/wa/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/xh/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/yi/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/zh_CN/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/share/locale/zh_TW/LC_MESSAGES/libgnome-2.0.mo
/usr/X11R6/etc/gconf/schemas/desktop_gnome_accessibility_keyboard.schemas
/usr/X11R6/etc/gconf/schemas/desktop_gnome_accessibility_startup.schemas
/usr/X11R6/etc/gconf/schemas/desktop_gnome_applications_browser.schemas
/usr/X11R6/etc/gconf/schemas/desktop_gnome_applications_help_viewer.schemas
/usr/X11R6/etc/gconf/schemas/desktop_gnome_applications_terminal.schemas
/usr/X11R6/etc/gconf/schemas/desktop_gnome_applications_window_manager.schemas
/usr/X11R6/etc/gconf/schemas/desktop_gnome_background.schemas
/usr/X11R6/etc/gconf/schemas/desktop_gnome_file_views.schemas
/usr/X11R6/etc/gconf/schemas/desktop_gnome_interface.schemas
/usr/X11R6/etc/gconf/schemas/desktop_gnome_lockdown.schemas
/usr/X11R6/etc/gconf/schemas/desktop_gnome_peripherals_keyboard.schemas
/usr/X11R6/etc/gconf/schemas/desktop_gnome_peripherals_mouse.schemas
/usr/X11R6/etc/gconf/schemas/desktop_gnome_sound.schemas
/usr/X11R6/etc/gconf/schemas/desktop_gnome_thumbnailers.schemas
/usr/X11R6/etc/gconf/schemas/desktop_gnome_typing_break.schemas
Information for libgnomecanvas-2.12.0_1:
/usr/X11R6/include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-bpath.h
/usr/X11R6/include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-clipgroup.h
/usr/X11R6/include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-line.h
/usr/X11R6/include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-path-def.h
/usr/X11R6/include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-pixbuf.h
/usr/X11R6/include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-polygon.h
/usr/X11R6/include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-rect-ellipse.h
/usr/X11R6/include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-rich-text.h
/usr/X11R6/include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-shape.h
/usr/X11R6/include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-text.h
/usr/X11R6/include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-util.h
/usr/X11R6/include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-widget.h
/usr/X11R6/include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas.h
/usr/X11R6/include/libgnomecanvas-2.0/libgnomecanvas/libgnomecanvas.h
/usr/X11R6/lib/libgnomecanvas-2.a
/usr/X11R6/lib/libgnomecanvas-2.la
/usr/X11R6/lib/libgnomecanvas-2.so
/usr/X11R6/lib/libgnomecanvas-2.so.0
/usr/X11R6/libdata/pkgconfig/libgnomecanvas-2.0.pc
/usr/X11R6/share/doc/libgnomecanvas/GnomeCanvas.html
/usr/X11R6/share/doc/libgnomecanvas/GnomeCanvasBpath.html
/usr/X11R6/share/doc/libgnomecanvas/GnomeCanvasClipgroup.html
/usr/X11R6/share/doc/libgnomecanvas/GnomeCanvasEllipse.html
/usr/X11R6/share/doc/libgnomecanvas/GnomeCanvasGroup.html
/usr/X11R6/share/doc/libgnomecanvas/GnomeCanvasItem.html
/usr/X11R6/share/doc/libgnomecanvas/GnomeCanvasLine.html
/usr/X11R6/share/doc/libgnomecanvas/GnomeCanvasPixbuf.html
/usr/X11R6/share/doc/libgnomecanvas/GnomeCanvasPolygon.html
/usr/X11R6/share/doc/libgnomecanvas/GnomeCanvasRE.html
/usr/X11R6/share/doc/libgnomecanvas/GnomeCanvasRect.html
/usr/X11R6/share/doc/libgnomecanvas/GnomeCanvasRichText.html
/usr/X11R6/share/doc/libgnomecanvas/GnomeCanvasShape.html
/usr/X11R6/share/doc/libgnomecanvas/GnomeCanvasText.html
/usr/X11R6/share/doc/libgnomecanvas/GnomeCanvasWidget.html
/usr/X11R6/share/doc/libgnomecanvas/ch01.html
/usr/X11R6/share/doc/libgnomecanvas/ch02.html
/usr/X11R6/share/doc/libgnomecanvas/home.png
/usr/X11R6/share/doc/libgnomecanvas/index.html
/usr/X11R6/share/doc/libgnomecanvas/index.sgml
/usr/X11R6/share/doc/libgnomecanvas/left.png
/usr/X11R6/share/doc/libgnomecanvas/libgnomecanvas-gnome-canvas-path-def.html
/usr/X11R6/share/doc/libgnomecanvas/libgnomecanvas-gnome-canvas-util.html
/usr/X11R6/share/doc/libgnomecanvas/libgnomecanvas.devhelp
/usr/X11R6/share/doc/libgnomecanvas/right.png
/usr/X11R6/share/doc/libgnomecanvas/style.css
/usr/X11R6/share/doc/libgnomecanvas/up.png
/usr/X11R6/share/locale/am/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/ang/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/ar/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/az/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/be/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/bg/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/bn/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/bs/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/ca/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/cs/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/cy/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/da/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/de/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/el/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/en_CA/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/en_GB/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/eo/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/es/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/et/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/eu/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/fa/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/fi/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/fr/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/ga/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/gl/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/gu/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/he/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/hi/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/hr/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/hu/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/id/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/is/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/it/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/ja/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/kn/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/ko/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/li/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/lt/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/lv/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/mk/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/ml/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/mn/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/ms/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/nb/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/ne/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/nl/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/nn/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/no/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/pa/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/pl/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/pt/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/pt_BR/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/ro/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/ru/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/rw/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/sk/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/sl/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/sq/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/sr/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/sr@Latn/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/sr@ije/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/sv/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/ta/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/tr/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/uk/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/vi/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/wa/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/xh/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/yi/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/zh_CN/LC_MESSAGES/libgnomecanvas-2.0.mo
/usr/X11R6/share/locale/zh_TW/LC_MESSAGES/libgnomecanvas-2.0.mo
Information for libgnomecups-0.2.2_1,1:
/usr/local/include/libgnomecups-1/libgnomecups/gnome-cups-init.h
/usr/local/include/libgnomecups-1/libgnomecups/gnome-cups-printer.h
/usr/local/include/libgnomecups-1/libgnomecups/gnome-cups-queue.h
/usr/local/include/libgnomecups-1/libgnomecups/gnome-cups-request.h
/usr/local/include/libgnomecups-1/libgnomecups/gnome-cups-util.h
/usr/local/lib/libgnomecups-1.0.a
/usr/local/lib/libgnomecups-1.0.la
/usr/local/lib/libgnomecups-1.0.so
/usr/local/lib/libgnomecups-1.0.so.1
/usr/local/libdata/pkgconfig/libgnomecups-1.0.pc
/usr/local/share/locale/bg/LC_MESSAGES/libgnomecups.mo
/usr/local/share/locale/ca/LC_MESSAGES/libgnomecups.mo
/usr/local/share/locale/cs/LC_MESSAGES/libgnomecups.mo
/usr/local/share/locale/de/LC_MESSAGES/libgnomecups.mo
/usr/local/share/locale/en_CA/LC_MESSAGES/libgnomecups.mo
/usr/local/share/locale/en_GB/LC_MESSAGES/libgnomecups.mo
/usr/local/share/locale/es/LC_MESSAGES/libgnomecups.mo
/usr/local/share/locale/eu/LC_MESSAGES/libgnomecups.mo
/usr/local/share/locale/fi/LC_MESSAGES/libgnomecups.mo
/usr/local/share/locale/fr/LC_MESSAGES/libgnomecups.mo
/usr/local/share/locale/gl/LC_MESSAGES/libgnomecups.mo
/usr/local/share/locale/gu/LC_MESSAGES/libgnomecups.mo
/usr/local/share/locale/hi/LC_MESSAGES/libgnomecups.mo
/usr/local/share/locale/hr/LC_MESSAGES/libgnomecups.mo
/usr/local/share/locale/hu/LC_MESSAGES/libgnomecups.mo
/usr/local/share/locale/is/LC_MESSAGES/libgnomecups.mo
/usr/local/share/locale/it/LC_MESSAGES/libgnomecups.mo
/usr/local/share/locale/ja/LC_MESSAGES/libgnomecups.mo
/usr/local/share/locale/lt/LC_MESSAGES/libgnomecups.mo
/usr/local/share/locale/nb/LC_MESSAGES/libgnomecups.mo
/usr/local/share/locale/ne/LC_MESSAGES/libgnomecups.mo
/usr/local/share/locale/nl/LC_MESSAGES/libgnomecups.mo
/usr/local/share/locale/no/LC_MESSAGES/libgnomecups.mo
/usr/local/share/locale/pa/LC_MESSAGES/libgnomecups.mo
/usr/local/share/locale/pt/LC_MESSAGES/libgnomecups.mo
/usr/local/share/locale/pt_BR/LC_MESSAGES/libgnomecups.mo
/usr/local/share/locale/rw/LC_MESSAGES/libgnomecups.mo
/usr/local/share/locale/sk/LC_MESSAGES/libgnomecups.mo
/usr/local/share/locale/sq/LC_MESSAGES/libgnomecups.mo
/usr/local/share/locale/sr/LC_MESSAGES/libgnomecups.mo
/usr/local/share/locale/sr@Latn/LC_MESSAGES/libgnomecups.mo
/usr/local/share/locale/sv/LC_MESSAGES/libgnomecups.mo
/usr/local/share/locale/th/LC_MESSAGES/libgnomecups.mo
/usr/local/share/locale/uk/LC_MESSAGES/libgnomecups.mo
/usr/local/share/locale/wa/LC_MESSAGES/libgnomecups.mo
/usr/local/share/locale/zh_CN/LC_MESSAGES/libgnomecups.mo
/usr/local/share/locale/zh_TW/LC_MESSAGES/libgnomecups.mo
Information for libgnomedb-1.9.100_1:
/usr/X11R6/bin/gnome-database-properties
/usr/X11R6/bin/gnome-db-browser
/usr/X11R6/bin/gnome-db-test-parser
/usr/X11R6/bin/gnome-db-verify-file
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-base.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-basic-form.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-combo.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-condition.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-connection-properties.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-constraint.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-custom-layout.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-data-entry.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-data-handler.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-data-model.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-data-proxy.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-data-set.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-data-source-selector.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-data-widget.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-database.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-dbms-update-viewer.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-decl.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-dict.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-dsn-config-druid.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-dsn-config.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-dsn-spec.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-editor.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-entity.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-enums.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-error-dialog.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-error.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-field.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-find-dialog.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-form.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-graphviz.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-gray-bar.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-grid.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-join.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-layout.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-login-dialog.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-login.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-matrix.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-model-wrapper.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-parameter.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-provider-selector.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-qf-agg.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-qf-all.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-qf-field.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-qf-func.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-qf-value.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-qfield.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-query-parsing.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-query-private.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-query.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-ref-base.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-referer.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-renderer.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-report-editor.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-result-set.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-selector-private.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-selector.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-server-aggregate.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-server-data-type.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-server-function.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-server-info.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-server.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-sql-console.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-stock.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-table-editor.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-table-field.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-table.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-target.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-wrapper-field.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/gnome-db-xml-storage.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/graph/gnome-db-canvas-cursor.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/graph/gnome-db-canvas-db-relations.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/graph/gnome-db-canvas-entity.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/graph/gnome-db-canvas-field.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/graph/gnome-db-canvas-fkconstraint.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/graph/gnome-db-canvas-item.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/graph/gnome-db-canvas-join.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/graph/gnome-db-canvas-query-struct.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/graph/gnome-db-canvas-text.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/graph/gnome-db-canvas-tip.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/graph/gnome-db-canvas.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/graph/gnome-db-graph-item.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/graph/gnome-db-graph-query.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/graph/gnome-db-graph.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/graph/graph-utility.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/handlers/gnome-db-data-cell-renderer-boolean.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/handlers/gnome-db-data-cell-renderer-combo.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/handlers/gnome-db-data-cell-renderer-info.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/handlers/gnome-db-data-cell-renderer-textual.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/handlers/gnome-db-entry-boolean.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/handlers/gnome-db-entry-combo.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/handlers/gnome-db-entry-none.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/handlers/gnome-db-entry-shell.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/handlers/gnome-db-entry-string.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/handlers/gnome-db-entry-time.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/handlers/gnome-db-entry-wrapper.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/handlers/gnome-db-handler-boolean.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/handlers/gnome-db-handler-none.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/handlers/gnome-db-handler-numerical.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/handlers/gnome-db-handler-string.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/handlers/gnome-db-handler-time.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/libgnomedb.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/parser/gnome-db-sql-parser.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/sel-aggregates.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/sel-data-types.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/sel-forms.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/sel-functions.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/sel-graphs.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/sel-onequery.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/sel-onetable.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/sel-onetarget.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/sel-queries.h
/usr/X11R6/include/libgnomedb-1.9/libgnomedb/sel-tables.h
/usr/X11R6/lib/libgnomedb-3.a
/usr/X11R6/lib/libgnomedb-3.la
/usr/X11R6/lib/libgnomedb-3.so
/usr/X11R6/lib/libgnomedb-3.so.4
/usr/X11R6/lib/libgnomedb_graph-3.a
/usr/X11R6/lib/libgnomedb_graph-3.la
/usr/X11R6/lib/libgnomedb_graph-3.so
/usr/X11R6/lib/libgnomedb_graph-3.so.4
/usr/X11R6/lib/libgnomedb_handlers-3.a
/usr/X11R6/lib/libgnomedb_handlers-3.la
/usr/X11R6/lib/libgnomedb_handlers-3.so
/usr/X11R6/lib/libgnomedb_handlers-3.so.4
/usr/X11R6/lib/libgnomedb_parser-3.a
/usr/X11R6/lib/libgnomedb_parser-3.la
/usr/X11R6/lib/libgnomedb_parser-3.so
/usr/X11R6/lib/libgnomedb_parser-3.so.4
/usr/X11R6/lib/libglade/2.0/libgnomedb.a
/usr/X11R6/lib/libglade/2.0/libgnomedb.la
/usr/X11R6/lib/libglade/2.0/libgnomedb.so
/usr/X11R6/lib/libgnomedb/plugins/libgnomedb_handler_cidr.a
/usr/X11R6/lib/libgnomedb/plugins/libgnomedb_handler_cidr.la
/usr/X11R6/lib/libgnomedb/plugins/libgnomedb_handler_cidr.so
/usr/X11R6/lib/libgnomedb/plugins/libgnomedb_handler_cidr.so.4
/usr/X11R6/lib/libgnomedb/plugins/libgnomedb_handler_filesel.a
/usr/X11R6/lib/libgnomedb/plugins/libgnomedb_handler_filesel.la
/usr/X11R6/lib/libgnomedb/plugins/libgnomedb_handler_filesel.so
/usr/X11R6/lib/libgnomedb/plugins/libgnomedb_handler_filesel.so.4
/usr/X11R6/lib/libgnomedb/plugins/libgnomedb_handler_passmd5.a
/usr/X11R6/lib/libgnomedb/plugins/libgnomedb_handler_passmd5.la
/usr/X11R6/lib/libgnomedb/plugins/libgnomedb_handler_passmd5.so
/usr/X11R6/lib/libgnomedb/plugins/libgnomedb_handler_passmd5.so.4
/usr/X11R6/lib/libgnomedb/plugins/libgnomedb_handler_text.a
/usr/X11R6/lib/libgnomedb/plugins/libgnomedb_handler_text.la
/usr/X11R6/lib/libgnomedb/plugins/libgnomedb_handler_text.so
/usr/X11R6/lib/libgnomedb/plugins/libgnomedb_handler_text.so.4
/usr/X11R6/libdata/pkgconfig/libgnomedb-2.0.pc
/usr/X11R6/share/doc/libgnomedb/GnomeDbBase.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbBasicForm.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbCanvas.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbCanvasCursor.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbCanvasDbRelations.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbCanvasEntity.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbCanvasField.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbCanvasItem.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbCanvasJoin.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbCanvasQueryStruct.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbCanvasText.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbCanvasTip.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbCombo.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbCondition.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbConstraint.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbDataCellRendererBoolean.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbDataCellRendererCombo.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbDataCellRendererInfo.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbDataCellRendererTextual.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbDataEntry.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbDataHandler.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbDataModel.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbDataProxy.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbDataSet.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbDataWidget.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbDatabase.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbDict.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbEntity.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbEntryBoolean.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbEntryCidr.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbEntryCombo.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbEntryNone.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbEntryPassmd5.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbEntryShell.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbEntryString.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbEntryTime.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbEntryWrapper.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbField.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbForm.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbGraph.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbGraphItem.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbGraphQuery.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbGraphviz.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbGrid.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbHandlerBoolean.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbHandlerCidr.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbHandlerNone.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbHandlerNumerical.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbHandlerPassmd5.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbHandlerString.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbHandlerText.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbHandlerTime.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbJoin.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbLayout.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbMatrix.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbModelWrapper.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbParameter.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbQfAgg.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbQfAll.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbQfField.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbQfFunc.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbQfValue.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbQfield.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbQuery.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbRefBase.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbReferer.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbRenderer.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbResultSet.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbSelector.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbServer.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbServerAggregate.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbServerDataType.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbServerFunction.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbSqlConsole.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbTable.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbTableField.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbTarget.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbWrapperField.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbXmlStorage.html
/usr/X11R6/share/doc/libgnomedb/GnomeDbmsUpdateViewer.html
/usr/X11R6/share/doc/libgnomedb/advanced-widgets.html
/usr/X11R6/share/doc/libgnomedb/ch02.html
/usr/X11R6/share/doc/libgnomedb/ch04s02.html
/usr/X11R6/share/doc/libgnomedb/ch04s03.html
/usr/X11R6/share/doc/libgnomedb/ch05.html
/usr/X11R6/share/doc/libgnomedb/ch10.html
/usr/X11R6/share/doc/libgnomedb/ch11.html
/usr/X11R6/share/doc/libgnomedb/ch12.html
/usr/X11R6/share/doc/libgnomedb/ch13.html
/usr/X11R6/share/doc/libgnomedb/ch14.html
/usr/X11R6/share/doc/libgnomedb/ch15.html
/usr/X11R6/share/doc/libgnomedb/ch15s02.html
/usr/X11R6/share/doc/libgnomedb/ch16.html
/usr/X11R6/share/doc/libgnomedb/ch17.html
/usr/X11R6/share/doc/libgnomedb/ch21.html
/usr/X11R6/share/doc/libgnomedb/data-models.html
/usr/X11R6/share/doc/libgnomedb/databound-widgets.html
/usr/X11R6/share/doc/libgnomedb/dsn-widgets.html
/usr/X11R6/share/doc/libgnomedb/error-widgets.html
/usr/X11R6/share/doc/libgnomedb/example_bad.png
/usr/X11R6/share/doc/libgnomedb/example_result.png
/usr/X11R6/share/doc/libgnomedb/fdl-section1.html
/usr/X11R6/share/doc/libgnomedb/fdl-section10.html
/usr/X11R6/share/doc/libgnomedb/fdl-section2.html
/usr/X11R6/share/doc/libgnomedb/fdl-section3.html
/usr/X11R6/share/doc/libgnomedb/fdl-section4.html
/usr/X11R6/share/doc/libgnomedb/fdl-section5.html
/usr/X11R6/share/doc/libgnomedb/fdl-section6.html
/usr/X11R6/share/doc/libgnomedb/fdl-section7.html
/usr/X11R6/share/doc/libgnomedb/fdl-section8.html
/usr/X11R6/share/doc/libgnomedb/fdl-section9.html
/usr/X11R6/share/doc/libgnomedb/fdl-using.html
/usr/X11R6/share/doc/libgnomedb/fdl.html
/usr/X11R6/share/doc/libgnomedb/gnome-db-canvas-db-relations.png
/usr/X11R6/share/doc/libgnomedb/gnome-db-canvas-query-struct.png
/usr/X11R6/share/doc/libgnomedb/gnome-db-combo.png
/usr/X11R6/share/doc/libgnomedb/gnome-db-console.png
/usr/X11R6/share/doc/libgnomedb/gnome-db-editor.png
/usr/X11R6/share/doc/libgnomedb/gnome-db-form.png
/usr/X11R6/share/doc/libgnomedb/gnome-db-grid.png
/usr/X11R6/share/doc/libgnomedb/gnome-db-selector.png
/usr/X11R6/share/doc/libgnomedb/gnome-dbms-update-viewer.png
/usr/X11R6/share/doc/libgnomedb/home.png
/usr/X11R6/share/doc/libgnomedb/index.html
/usr/X11R6/share/doc/libgnomedb/index.sgml
/usr/X11R6/share/doc/libgnomedb/ix01.html
/usr/X11R6/share/doc/libgnomedb/left.png
/usr/X11R6/share/doc/libgnomedb/libgnomedb-GnomeDbConnectionProperties.html
/usr/X11R6/share/doc/libgnomedb/libgnomedb-GnomeDbCustomLayout.html
/usr/X11R6/share/doc/libgnomedb/libgnomedb-GnomeDbDataSourceSelector.html
/usr/X11R6/share/doc/libgnomedb/libgnomedb-GnomeDbDsnConfig.html
/usr/X11R6/share/doc/libgnomedb/libgnomedb-GnomeDbDsnConfigDruid.html
/usr/X11R6/share/doc/libgnomedb/libgnomedb-GnomeDbDsnSpec.html
/usr/X11R6/share/doc/libgnomedb/libgnomedb-GnomeDbEditor.html
/usr/X11R6/share/doc/libgnomedb/libgnomedb-GnomeDbError.html
/usr/X11R6/share/doc/libgnomedb/libgnomedb-GnomeDbErrorDialog.html
/usr/X11R6/share/doc/libgnomedb/libgnomedb-GnomeDbFindDialog.html
/usr/X11R6/share/doc/libgnomedb/libgnomedb-GnomeDbGrayBar.html
/usr/X11R6/share/doc/libgnomedb/libgnomedb-GnomeDbLogin.html
/usr/X11R6/share/doc/libgnomedb/libgnomedb-GnomeDbLoginDialog.html
/usr/X11R6/share/doc/libgnomedb/libgnomedb-GnomeDbProviderSelector.html
/usr/X11R6/share/doc/libgnomedb/libgnomedb-GnomeDbReportEditor.html
/usr/X11R6/share/doc/libgnomedb/libgnomedb-GnomeDbTableEditor.html
/usr/X11R6/share/doc/libgnomedb/libgnomedb-List-of-enumerated.html
/usr/X11R6/share/doc/libgnomedb/libgnomedb-basic.html
/usr/X11R6/share/doc/libgnomedb/libgnomedb-example.html
/usr/X11R6/share/doc/libgnomedb/libgnomedb-gnome-db-stock.html
/usr/X11R6/share/doc/libgnomedb/libgnomedb-introduction.html
/usr/X11R6/share/doc/libgnomedb/libgnomedb-libgnomedb.html
/usr/X11R6/share/doc/libgnomedb/libgnomedb.devhelp
/usr/X11R6/share/doc/libgnomedb/pt01.html
/usr/X11R6/share/doc/libgnomedb/pt02.html
/usr/X11R6/share/doc/libgnomedb/pt03.html
/usr/X11R6/share/doc/libgnomedb/pt04.html
/usr/X11R6/share/doc/libgnomedb/pt05.html
/usr/X11R6/share/doc/libgnomedb/query01.png
/usr/X11R6/share/doc/libgnomedb/right.png
/usr/X11R6/share/doc/libgnomedb/sampleapp1.png
/usr/X11R6/share/doc/libgnomedb/sampleapp2.png
/usr/X11R6/share/doc/libgnomedb/sampleapp3.png
/usr/X11R6/share/doc/libgnomedb/sampleapp4.png
/usr/X11R6/share/doc/libgnomedb/style.css
/usr/X11R6/share/doc/libgnomedb/up.png
/usr/X11R6/share/doc/libgnomedb/various.html
/usr/X11R6/share/doc/libgnomedb/various_int.html
/usr/X11R6/share/gnome/applications/database-properties.desktop
/usr/X11R6/share/gnome/libgnomedb/dtd/libgnomedb-dict.dtd
/usr/X11R6/share/gnome/mime-info/libgnomedb.keys
/usr/X11R6/share/gnome/mime-info/libgnomedb.mime
/usr/X11R6/share/gnome/omf/libgnomedb/libgnomedb-C.omf
/usr/X11R6/share/gnome/pixmaps/libgnomedb/gnome-db-aggregates_16x16.png
/usr/X11R6/share/gnome/pixmaps/libgnomedb/gnome-db-aggregates_24x24.png
/usr/X11R6/share/gnome/pixmaps/libgnomedb/gnome-db-commit_24x24.png
/usr/X11R6/share/gnome/pixmaps/libgnomedb/gnome-db-connect_24x24.png
/usr/X11R6/share/gnome/pixmaps/libgnomedb/gnome-db-database-login_48x48.png
/usr/X11R6/share/gnome/pixmaps/libgnomedb/gnome-db-database_16x16.png
/usr/X11R6/share/gnome/pixmaps/libgnomedb/gnome-db-database_24x24.png
/usr/X11R6/share/gnome/pixmaps/libgnomedb/gnome-db-database_48x48.png
/usr/X11R6/share/gnome/pixmaps/libgnomedb/gnome-db-designer_24x24.png
/usr/X11R6/share/gnome/pixmaps/libgnomedb/gnome-db-disconnect_24x24.png
/usr/X11R6/share/gnome/pixmaps/libgnomedb/gnome-db-field_16x16.png
/usr/X11R6/share/gnome/pixmaps/libgnomedb/gnome-db-indexes_16x16.png
/usr/X11R6/share/gnome/pixmaps/libgnomedb/gnome-db-no-transaction_24x24.png
/usr/X11R6/share/gnome/pixmaps/libgnomedb/gnome-db-procedures_16x16.png
/usr/X11R6/share/gnome/pixmaps/libgnomedb/gnome-db-procedures_24x24.png
/usr/X11R6/share/gnome/pixmaps/libgnomedb/gnome-db-query_16x16.png
/usr/X11R6/share/gnome/pixmaps/libgnomedb/gnome-db-query_24x24.png
/usr/X11R6/share/gnome/pixmaps/libgnomedb/gnome-db-relations_16x16.png
/usr/X11R6/share/gnome/pixmaps/libgnomedb/gnome-db-relations_24x24.png
/usr/X11R6/share/gnome/pixmaps/libgnomedb/gnome-db-rollback_24x24.png
/usr/X11R6/share/gnome/pixmaps/libgnomedb/gnome-db-sequences_16x16.png
/usr/X11R6/share/gnome/pixmaps/libgnomedb/gnome-db-sequences_24x24.png
/usr/X11R6/share/gnome/pixmaps/libgnomedb/gnome-db-sql_16x16.png
/usr/X11R6/share/gnome/pixmaps/libgnomedb/gnome-db-sql_24x24.png
/usr/X11R6/share/gnome/pixmaps/libgnomedb/gnome-db-table_16x16.png
/usr/X11R6/share/gnome/pixmaps/libgnomedb/gnome-db-tables_16x16.png
/usr/X11R6/share/gnome/pixmaps/libgnomedb/gnome-db-tables_24x24.png
/usr/X11R6/share/gnome/pixmaps/libgnomedb/gnome-db-triggers_16x16.png
/usr/X11R6/share/gnome/pixmaps/libgnomedb/gnome-db-types_16x16.png
/usr/X11R6/share/gnome/pixmaps/libgnomedb/gnome-db-types_24x24.png
/usr/X11R6/share/gnome/pixmaps/libgnomedb/gnome-db-views_16x16.png
/usr/X11R6/share/gnome/pixmaps/libgnomedb/gnome-db-within-transaction_24x24.png
/usr/X11R6/share/gnome/pixmaps/libgnomedb/gnome-db.png
/usr/X11R6/share/locale/az/LC_MESSAGES/libgnomedb-3.mo
/usr/X11R6/share/locale/be/LC_MESSAGES/libgnomedb-3.mo
/usr/X11R6/share/locale/ca/LC_MESSAGES/libgnomedb-3.mo
/usr/X11R6/share/locale/cs/LC_MESSAGES/libgnomedb-3.mo
/usr/X11R6/share/locale/da/LC_MESSAGES/libgnomedb-3.mo
/usr/X11R6/share/locale/de/LC_MESSAGES/libgnomedb-3.mo
/usr/X11R6/share/locale/el/LC_MESSAGES/libgnomedb-3.mo
/usr/X11R6/share/locale/en_CA/LC_MESSAGES/libgnomedb-3.mo
/usr/X11R6/share/locale/en_GB/LC_MESSAGES/libgnomedb-3.mo
/usr/X11R6/share/locale/es/LC_MESSAGES/libgnomedb-3.mo
/usr/X11R6/share/locale/eu/LC_MESSAGES/libgnomedb-3.mo
/usr/X11R6/share/locale/fa/LC_MESSAGES/libgnomedb-3.mo
/usr/X11R6/share/locale/fi/LC_MESSAGES/libgnomedb-3.mo
/usr/X11R6/share/locale/fr/LC_MESSAGES/libgnomedb-3.mo
/usr/X11R6/share/locale/ga/LC_MESSAGES/libgnomedb-3.mo
/usr/X11R6/share/locale/gl/LC_MESSAGES/libgnomedb-3.mo
/usr/X11R6/share/locale/hr/LC_MESSAGES/libgnomedb-3.mo
/usr/X11R6/share/locale/hu/LC_MESSAGES/libgnomedb-3.mo
/usr/X11R6/share/locale/it/LC_MESSAGES/libgnomedb-3.mo
/usr/X11R6/share/locale/ja/LC_MESSAGES/libgnomedb-3.mo
/usr/X11R6/share/locale/ka/LC_MESSAGES/libgnomedb-3.mo
/usr/X11R6/share/locale/ko/LC_MESSAGES/libgnomedb-3.mo
/usr/X11R6/share/locale/ml/LC_MESSAGES/libgnomedb-3.mo
/usr/X11R6/share/locale/ms/LC_MESSAGES/libgnomedb-3.mo
/usr/X11R6/share/locale/nb/LC_MESSAGES/libgnomedb-3.mo
/usr/X11R6/share/locale/ne/LC_MESSAGES/libgnomedb-3.mo
/usr/X11R6/share/locale/nl/LC_MESSAGES/libgnomedb-3.mo
/usr/X11R6/share/locale/no/LC_MESSAGES/libgnomedb-3.mo
/usr/X11R6/share/locale/pl/LC_MESSAGES/libgnomedb-3.mo
/usr/X11R6/share/locale/pt/LC_MESSAGES/libgnomedb-3.mo
/usr/X11R6/share/locale/pt_BR/LC_MESSAGES/libgnomedb-3.mo
/usr/X11R6/share/locale/ru/LC_MESSAGES/libgnomedb-3.mo
/usr/X11R6/share/locale/rw/LC_MESSAGES/libgnomedb-3.mo
/usr/X11R6/share/locale/sk/LC_MESSAGES/libgnomedb-3.mo
/usr/X11R6/share/locale/sl/LC_MESSAGES/libgnomedb-3.mo
/usr/X11R6/share/locale/sq/LC_MESSAGES/libgnomedb-3.mo
/usr/X11R6/share/locale/sr/LC_MESSAGES/libgnomedb-3.mo
/usr/X11R6/share/locale/sr@Latn/LC_MESSAGES/libgnomedb-3.mo
/usr/X11R6/share/locale/sv/LC_MESSAGES/libgnomedb-3.mo
/usr/X11R6/share/locale/ta/LC_MESSAGES/libgnomedb-3.mo
/usr/X11R6/share/locale/tr/LC_MESSAGES/libgnomedb-3.mo
/usr/X11R6/share/locale/uk/LC_MESSAGES/libgnomedb-3.mo
/usr/X11R6/share/locale/vi/LC_MESSAGES/libgnomedb-3.mo
/usr/X11R6/share/locale/zh_CN/LC_MESSAGES/libgnomedb-3.mo
/usr/X11R6/share/locale/zh_TW/LC_MESSAGES/libgnomedb-3.mo
/usr/X11R6/etc/gconf/schemas/libgnomedb.schemas
Information for libgnomeprint-2.12.1_1:
/usr/X11R6/etc/gnome/libgnomeprint-2.0/fonts/gnome-print.fontmap
/usr/X11R6/include/libgnomeprint-2.2/libgnomeprint/gnome-font-face.h
/usr/X11R6/include/libgnomeprint-2.2/libgnomeprint/gnome-font.h
/usr/X11R6/include/libgnomeprint-2.2/libgnomeprint/gnome-glyphlist.h
/usr/X11R6/include/libgnomeprint-2.2/libgnomeprint/gnome-pgl.h
/usr/X11R6/include/libgnomeprint-2.2/libgnomeprint/gnome-print-config.h
/usr/X11R6/include/libgnomeprint-2.2/libgnomeprint/gnome-print-filter.h
/usr/X11R6/include/libgnomeprint-2.2/libgnomeprint/gnome-print-job.h
/usr/X11R6/include/libgnomeprint-2.2/libgnomeprint/gnome-print-meta.h
/usr/X11R6/include/libgnomeprint-2.2/libgnomeprint/gnome-print-pango.h
/usr/X11R6/include/libgnomeprint-2.2/libgnomeprint/gnome-print-paper.h
/usr/X11R6/include/libgnomeprint-2.2/libgnomeprint/gnome-print-transport.h
/usr/X11R6/include/libgnomeprint-2.2/libgnomeprint/gnome-print-unit.h
/usr/X11R6/include/libgnomeprint-2.2/libgnomeprint/gnome-print.h
/usr/X11R6/include/libgnomeprint-2.2/libgnomeprint/gnome-rfont.h
/usr/X11R6/include/libgnomeprint-2.2/libgnomeprint/gp-gc.h
/usr/X11R6/include/libgnomeprint-2.2/libgnomeprint/libgnomeprint-enum-types.h
/usr/X11R6/include/libgnomeprint-2.2/libgnomeprint/private/gnome-font-private.h
/usr/X11R6/include/libgnomeprint-2.2/libgnomeprint/private/gnome-fontmap.h
/usr/X11R6/include/libgnomeprint-2.2/libgnomeprint/private/gnome-glyphlist-private.h
/usr/X11R6/include/libgnomeprint-2.2/libgnomeprint/private/gnome-print-config-private.h
/usr/X11R6/include/libgnomeprint-2.2/libgnomeprint/private/gnome-print-path.h
/usr/X11R6/include/libgnomeprint-2.2/libgnomeprint/private/gnome-print-private.h
/usr/X11R6/include/libgnomeprint-2.2/libgnomeprint/private/gp-gc-private.h
/usr/X11R6/include/libgnomeprint-2.2/libgnomeprint/private/gpa-config.h
/usr/X11R6/include/libgnomeprint-2.2/libgnomeprint/private/gpa-key.h
/usr/X11R6/include/libgnomeprint-2.2/libgnomeprint/private/gpa-list.h
/usr/X11R6/include/libgnomeprint-2.2/libgnomeprint/private/gpa-model.h
/usr/X11R6/include/libgnomeprint-2.2/libgnomeprint/private/gpa-node-private.h
/usr/X11R6/include/libgnomeprint-2.2/libgnomeprint/private/gpa-node.h
/usr/X11R6/include/libgnomeprint-2.2/libgnomeprint/private/gpa-option.h
/usr/X11R6/include/libgnomeprint-2.2/libgnomeprint/private/gpa-printer.h
/usr/X11R6/include/libgnomeprint-2.2/libgnomeprint/private/gpa-reference.h
/usr/X11R6/include/libgnomeprint-2.2/libgnomeprint/private/gpa-root.h
/usr/X11R6/include/libgnomeprint-2.2/libgnomeprint/private/gpa-settings.h
/usr/X11R6/include/libgnomeprint-2.2/libgnomeprint/private/gpa-state.h
/usr/X11R6/include/libgnomeprint-2.2/libgnomeprint/private/gpa-utils.h
/usr/X11R6/lib/libgnomeprint-2-2.a
/usr/X11R6/lib/libgnomeprint-2-2.la
/usr/X11R6/lib/libgnomeprint-2-2.so
/usr/X11R6/lib/libgnomeprint-2-2.so.0
/usr/X11R6/lib/libgnomeprint/2.12.1/modules/filters/libgnomeprint-clip.a
/usr/X11R6/lib/libgnomeprint/2.12.1/modules/filters/libgnomeprint-clip.la
/usr/X11R6/lib/libgnomeprint/2.12.1/modules/filters/libgnomeprint-clip.so
/usr/X11R6/lib/libgnomeprint/2.12.1/modules/filters/libgnomeprint-draft.a
/usr/X11R6/lib/libgnomeprint/2.12.1/modules/filters/libgnomeprint-draft.la
/usr/X11R6/lib/libgnomeprint/2.12.1/modules/filters/libgnomeprint-draft.so
/usr/X11R6/lib/libgnomeprint/2.12.1/modules/filters/libgnomeprint-frgba.a
/usr/X11R6/lib/libgnomeprint/2.12.1/modules/filters/libgnomeprint-frgba.la
/usr/X11R6/lib/libgnomeprint/2.12.1/modules/filters/libgnomeprint-frgba.so
/usr/X11R6/lib/libgnomeprint/2.12.1/modules/filters/libgnomeprint-multipage.a
/usr/X11R6/lib/libgnomeprint/2.12.1/modules/filters/libgnomeprint-multipage.la
/usr/X11R6/lib/libgnomeprint/2.12.1/modules/filters/libgnomeprint-multipage.so
/usr/X11R6/lib/libgnomeprint/2.12.1/modules/filters/libgnomeprint-position.a
/usr/X11R6/lib/libgnomeprint/2.12.1/modules/filters/libgnomeprint-position.la
/usr/X11R6/lib/libgnomeprint/2.12.1/modules/filters/libgnomeprint-position.so
/usr/X11R6/lib/libgnomeprint/2.12.1/modules/filters/libgnomeprint-reorder.a
/usr/X11R6/lib/libgnomeprint/2.12.1/modules/filters/libgnomeprint-reorder.la
/usr/X11R6/lib/libgnomeprint/2.12.1/modules/filters/libgnomeprint-reorder.so
/usr/X11R6/lib/libgnomeprint/2.12.1/modules/filters/libgnomeprint-rotate.a
/usr/X11R6/lib/libgnomeprint/2.12.1/modules/filters/libgnomeprint-rotate.la
/usr/X11R6/lib/libgnomeprint/2.12.1/modules/filters/libgnomeprint-rotate.so
/usr/X11R6/lib/libgnomeprint/2.12.1/modules/filters/libgnomeprint-select.a
/usr/X11R6/lib/libgnomeprint/2.12.1/modules/filters/libgnomeprint-select.la
/usr/X11R6/lib/libgnomeprint/2.12.1/modules/filters/libgnomeprint-select.so
/usr/X11R6/lib/libgnomeprint/2.12.1/modules/filters/libgnomeprint-zoom.a
/usr/X11R6/lib/libgnomeprint/2.12.1/modules/filters/libgnomeprint-zoom.la
/usr/X11R6/lib/libgnomeprint/2.12.1/modules/filters/libgnomeprint-zoom.so
/usr/X11R6/lib/libgnomeprint/2.12.1/modules/libgnomeprintlpd.a
/usr/X11R6/lib/libgnomeprint/2.12.1/modules/libgnomeprintlpd.la
/usr/X11R6/lib/libgnomeprint/2.12.1/modules/libgnomeprintlpd.so
/usr/X11R6/lib/libgnomeprint/2.12.1/modules/transports/libgnomeprint-custom.a
/usr/X11R6/lib/libgnomeprint/2.12.1/modules/transports/libgnomeprint-custom.la
/usr/X11R6/lib/libgnomeprint/2.12.1/modules/transports/libgnomeprint-custom.so
/usr/X11R6/lib/libgnomeprint/2.12.1/modules/transports/libgnomeprint-file.a
/usr/X11R6/lib/libgnomeprint/2.12.1/modules/transports/libgnomeprint-file.la
/usr/X11R6/lib/libgnomeprint/2.12.1/modules/transports/libgnomeprint-file.so
/usr/X11R6/lib/libgnomeprint/2.12.1/modules/transports/libgnomeprint-lpr.a
/usr/X11R6/lib/libgnomeprint/2.12.1/modules/transports/libgnomeprint-lpr.la
/usr/X11R6/lib/libgnomeprint/2.12.1/modules/transports/libgnomeprint-lpr.so
/usr/X11R6/libdata/pkgconfig/libgnomeprint-2.2.pc
/usr/X11R6/share/doc/libgnomeprint/home.png
/usr/X11R6/share/doc/libgnomeprint/index.html
/usr/X11R6/share/doc/libgnomeprint/index.sgml
/usr/X11R6/share/doc/libgnomeprint/left.png
/usr/X11R6/share/doc/libgnomeprint/libgnomeprint-Pango-Integration.html
/usr/X11R6/share/doc/libgnomeprint/libgnomeprint-building.html
/usr/X11R6/share/doc/libgnomeprint/libgnomeprint-compiling.html
/usr/X11R6/share/doc/libgnomeprint/libgnomeprint-gnome-font-face.html
/usr/X11R6/share/doc/libgnomeprint/libgnomeprint-gnome-font.html
/usr/X11R6/share/doc/libgnomeprint/libgnomeprint-gnome-glyphlist.html
/usr/X11R6/share/doc/libgnomeprint/libgnomeprint-gnome-pgl.html
/usr/X11R6/share/doc/libgnomeprint/libgnomeprint-gnome-print-config.html
/usr/X11R6/share/doc/libgnomeprint/libgnomeprint-gnome-print-job.html
/usr/X11R6/share/doc/libgnomeprint/libgnomeprint-gnome-print-paper.html
/usr/X11R6/share/doc/libgnomeprint/libgnomeprint-gnome-print-unit.html
/usr/X11R6/share/doc/libgnomeprint/libgnomeprint-gnome-print.html
/usr/X11R6/share/doc/libgnomeprint/libgnomeprint-gnome-rfont.html
/usr/X11R6/share/doc/libgnomeprint/libgnomeprint-resources.html
/usr/X11R6/share/doc/libgnomeprint/libgnomeprint.devhelp
/usr/X11R6/share/doc/libgnomeprint/libgnomeprint.html
/usr/X11R6/share/doc/libgnomeprint/libgnomeprintunsorted.html
/usr/X11R6/share/doc/libgnomeprint/right.png
/usr/X11R6/share/doc/libgnomeprint/style.css
/usr/X11R6/share/doc/libgnomeprint/up.png
/usr/X11R6/share/gnome/libgnomeprint/2.12.1/globals.xml
/usr/X11R6/share/gnome/libgnomeprint/2.12.1/models/GNOME-GENERIC-PS.xml
/usr/X11R6/share/gnome/libgnomeprint/2.12.1/models/GNOME-PDF-WRITER.xml
/usr/X11R6/share/gnome/libgnomeprint/2.12.1/models/uninstalled/GNOME-META.xml
/usr/X11R6/share/gnome/libgnomeprint/2.12.1/printers/GENERIC.xml
/usr/X11R6/share/gnome/libgnomeprint/2.12.1/printers/PDF-WRITER.xml
/usr/X11R6/share/gnome/libgnomeprint/2.12.1/printers/uninstalled/META.xml
/usr/X11R6/share/locale/am/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/ar/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/az/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/be/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/bg/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/bn/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/bs/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/ca/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/cs/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/cy/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/da/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/de/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/el/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/en_CA/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/en_GB/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/es/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/et/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/eu/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/fa/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/fi/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/fr/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/ga/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/gl/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/gu/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/he/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/hi/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/hr/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/hu/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/id/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/is/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/it/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/ja/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/ko/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/lt/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/lv/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/mk/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/ml/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/mn/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/mr/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/ms/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/nb/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/ne/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/nl/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/nn/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/no/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/pa/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/pl/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/pt/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/pt_BR/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/ro/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/ru/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/rw/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/sk/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/sl/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/sq/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/sr/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/sr@Latn/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/sv/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/ta/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/te/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/th/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/tr/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/uk/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/vi/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/wa/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/xh/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/zh_CN/LC_MESSAGES/libgnomeprint-2.2.mo
/usr/X11R6/share/locale/zh_TW/LC_MESSAGES/libgnomeprint-2.2.mo
Information for libgnomeprintui-2.12.1_1:
/usr/X11R6/include/libgnomeprintui-2.2/libgnomeprintui/gnome-font-dialog.h
/usr/X11R6/include/libgnomeprintui-2.2/libgnomeprintui/gnome-print-config-dialog.h
/usr/X11R6/include/libgnomeprintui-2.2/libgnomeprintui/gnome-print-content-selector.h
/usr/X11R6/include/libgnomeprintui-2.2/libgnomeprintui/gnome-print-dialog.h
/usr/X11R6/include/libgnomeprintui-2.2/libgnomeprintui/gnome-print-job-preview.h
/usr/X11R6/include/libgnomeprintui-2.2/libgnomeprintui/gnome-print-paper-selector.h
/usr/X11R6/include/libgnomeprintui-2.2/libgnomeprintui/gnome-print-preview.h
/usr/X11R6/include/libgnomeprintui-2.2/libgnomeprintui/gnome-print-unit-selector.h
/usr/X11R6/include/libgnomeprintui-2.2/libgnomeprintui/libgnomeprintui-enum-types.h
/usr/X11R6/lib/libgnomeprintui-2-2.a
/usr/X11R6/lib/libgnomeprintui-2-2.la
/usr/X11R6/lib/libgnomeprintui-2-2.so
/usr/X11R6/lib/libgnomeprintui-2-2.so.0
/usr/X11R6/libdata/pkgconfig/libgnomeprintui-2.2.pc
/usr/X11R6/share/gnome/libgnomeprintui/2.12.1/gnome-print-job-preview.xml
/usr/X11R6/share/locale/af/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/am/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/ar/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/az/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/be/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/bg/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/bn/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/bs/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/ca/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/cs/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/cy/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/da/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/de/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/el/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/en_CA/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/en_GB/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/es/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/et/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/eu/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/fa/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/fi/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/fr/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/ga/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/gl/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/gu/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/he/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/hi/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/hr/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/hu/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/id/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/is/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/it/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/ja/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/kn/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/ko/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/li/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/lt/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/lv/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/mk/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/ml/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/mn/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/ms/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/nb/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/ne/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/nl/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/nn/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/no/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/pa/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/pl/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/pt/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/pt_BR/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/ro/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/ru/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/rw/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/sk/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/sl/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/sq/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/sr/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/sr@Latn/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/sv/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/ta/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/te/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/th/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/tr/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/uk/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/vi/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/wa/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/xh/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/zh_CN/LC_MESSAGES/libgnomeprintui-2.2.mo
/usr/X11R6/share/locale/zh_TW/LC_MESSAGES/libgnomeprintui-2.2.mo
Information for libgnomesu-1.0.0_2:
/usr/X11R6/bin/gnomesu
/usr/X11R6/include/libgnomesu-1.0/libgnomesu/gnomesu-auth-dialog.h
/usr/X11R6/include/libgnomesu-1.0/libgnomesu/libgnomesu.h
/usr/X11R6/lib/libgnomesu.a
/usr/X11R6/lib/libgnomesu.la
/usr/X11R6/lib/libgnomesu.so
/usr/X11R6/lib/libgnomesu.so.2
/usr/X11R6/libdata/pkgconfig/libgnomesu-1.0.pc
/usr/X11R6/libexec/gnomesu-backend
/usr/X11R6/libexec/gnomesu-pam-backend
/usr/X11R6/share/doc/libgnomesu/api.html
/usr/X11R6/share/doc/libgnomesu/libgnomesu.css
/usr/X11R6/share/examples/libgnomesu/gnomesu-pam.4.x.sample
/usr/X11R6/share/examples/libgnomesu/gnomesu-pam.5.x.sample
/usr/X11R6/share/gnome/application-registry/gnomesu-nautilus.applications
/usr/X11R6/share/gnome/mime-info/gnomesu-nautilus.keys
/usr/X11R6/share/locale/az/LC_MESSAGES/libgnomesu-1.0.mo
/usr/X11R6/share/locale/bg/LC_MESSAGES/libgnomesu-1.0.mo
/usr/X11R6/share/locale/bs/LC_MESSAGES/libgnomesu-1.0.mo
/usr/X11R6/share/locale/ca/LC_MESSAGES/libgnomesu-1.0.mo
/usr/X11R6/share/locale/cs/LC_MESSAGES/libgnomesu-1.0.mo
/usr/X11R6/share/locale/da/LC_MESSAGES/libgnomesu-1.0.mo
/usr/X11R6/share/locale/de/LC_MESSAGES/libgnomesu-1.0.mo
/usr/X11R6/share/locale/el/LC_MESSAGES/libgnomesu-1.0.mo
/usr/X11R6/share/locale/en_CA/LC_MESSAGES/libgnomesu-1.0.mo
/usr/X11R6/share/locale/en_GB/LC_MESSAGES/libgnomesu-1.0.mo
/usr/X11R6/share/locale/es/LC_MESSAGES/libgnomesu-1.0.mo
/usr/X11R6/share/locale/eu/LC_MESSAGES/libgnomesu-1.0.mo
/usr/X11R6/share/locale/fi/LC_MESSAGES/libgnomesu-1.0.mo
/usr/X11R6/share/locale/fr/LC_MESSAGES/libgnomesu-1.0.mo
/usr/X11R6/share/locale/gu/LC_MESSAGES/libgnomesu-1.0.mo
/usr/X11R6/share/locale/hr/LC_MESSAGES/libgnomesu-1.0.mo
/usr/X11R6/share/locale/hu/LC_MESSAGES/libgnomesu-1.0.mo
/usr/X11R6/share/locale/it/LC_MESSAGES/libgnomesu-1.0.mo
/usr/X11R6/share/locale/ja/LC_MESSAGES/libgnomesu-1.0.mo
/usr/X11R6/share/locale/ko/LC_MESSAGES/libgnomesu-1.0.mo
/usr/X11R6/share/locale/lt/LC_MESSAGES/libgnomesu-1.0.mo
/usr/X11R6/share/locale/ms/LC_MESSAGES/libgnomesu-1.0.mo
/usr/X11R6/share/locale/nb/LC_MESSAGES/libgnomesu-1.0.mo
/usr/X11R6/share/locale/nl/LC_MESSAGES/libgnomesu-1.0.mo
/usr/X11R6/share/locale/pa/LC_MESSAGES/libgnomesu-1.0.mo
/usr/X11R6/share/locale/pl/LC_MESSAGES/libgnomesu-1.0.mo
/usr/X11R6/share/locale/pt/LC_MESSAGES/libgnomesu-1.0.mo
/usr/X11R6/share/locale/pt_BR/LC_MESSAGES/libgnomesu-1.0.mo
/usr/X11R6/share/locale/rw/LC_MESSAGES/libgnomesu-1.0.mo
/usr/X11R6/share/locale/sk/LC_MESSAGES/libgnomesu-1.0.mo
/usr/X11R6/share/locale/sq/LC_MESSAGES/libgnomesu-1.0.mo
/usr/X11R6/share/locale/sr/LC_MESSAGES/libgnomesu-1.0.mo
/usr/X11R6/share/locale/sr@Latn/LC_MESSAGES/libgnomesu-1.0.mo
/usr/X11R6/share/locale/sv/LC_MESSAGES/libgnomesu-1.0.mo
/usr/X11R6/share/locale/tr/LC_MESSAGES/libgnomesu-1.0.mo
/usr/X11R6/share/locale/zh_CN/LC_MESSAGES/libgnomesu-1.0.mo
/usr/X11R6/share/locale/zh_TW/LC_MESSAGES/libgnomesu-1.0.mo
Information for libgnomeui-2.12.1_1:
/usr/X11R6/include/libgnomeui-2.0/gnome.h
/usr/X11R6/include/libgnomeui-2.0/libgnomeui/gnome-about.h
/usr/X11R6/include/libgnomeui-2.0/libgnomeui/gnome-app-helper.h
/usr/X11R6/include/libgnomeui-2.0/libgnomeui/gnome-app-util.h
/usr/X11R6/include/libgnomeui-2.0/libgnomeui/gnome-app.h
/usr/X11R6/include/libgnomeui-2.0/libgnomeui/gnome-appbar.h
/usr/X11R6/include/libgnomeui-2.0/libgnomeui/gnome-authentication-manager.h
/usr/X11R6/include/libgnomeui-2.0/libgnomeui/gnome-client.h
/usr/X11R6/include/libgnomeui-2.0/libgnomeui/gnome-color-picker.h
/usr/X11R6/include/libgnomeui-2.0/libgnomeui/gnome-dateedit.h
/usr/X11R6/include/libgnomeui-2.0/libgnomeui/gnome-dialog-util.h
/usr/X11R6/include/libgnomeui-2.0/libgnomeui/gnome-dialog.h
/usr/X11R6/include/libgnomeui-2.0/libgnomeui/gnome-druid-page-edge.h
/usr/X11R6/include/libgnomeui-2.0/libgnomeui/gnome-druid-page-standard.h
/usr/X11R6/include/libgnomeui-2.0/libgnomeui/gnome-druid-page.h
/usr/X11R6/include/libgnomeui-2.0/libgnomeui/gnome-druid.h
/usr/X11R6/include/libgnomeui-2.0/libgnomeui/gnome-entry.h
/usr/X11R6/include/libgnomeui-2.0/libgnomeui/gnome-file-entry.h
/usr/X11R6/include/libgnomeui-2.0/libgnomeui/gnome-font-picker.h
/usr/X11R6/include/libgnomeui-2.0/libgnomeui/gnome-help.h
/usr/X11R6/include/libgnomeui-2.0/libgnomeui/gnome-href.h
/usr/X11R6/include/libgnomeui-2.0/libgnomeui/gnome-ice.h
/usr/X11R6/include/libgnomeui-2.0/libgnomeui/gnome-icon-entry.h
/usr/X11R6/include/libgnomeui-2.0/libgnomeui/gnome-icon-item.h
/usr/X11R6/include/libgnomeui-2.0/libgnomeui/gnome-icon-list.h
/usr/X11R6/include/libgnomeui-2.0/libgnomeui/gnome-icon-lookup.h
/usr/X11R6/include/libgnomeui-2.0/libgnomeui/gnome-icon-sel.h
/usr/X11R6/include/libgnomeui-2.0/libgnomeui/gnome-icon-theme.h
/usr/X11R6/include/libgnomeui-2.0/libgnomeui/gnome-mdi-child.h
/usr/X11R6/include/libgnomeui-2.0/libgnomeui/gnome-mdi-generic-child.h
/usr/X11R6/include/libgnomeui-2.0/libgnomeui/gnome-mdi-session.h
/usr/X11R6/include/libgnomeui-2.0/libgnomeui/gnome-mdi.h
/usr/X11R6/include/libgnomeui-2.0/libgnomeui/gnome-messagebox.h
/usr/X11R6/include/libgnomeui-2.0/libgnomeui/gnome-password-dialog.h
/usr/X11R6/include/libgnomeui-2.0/libgnomeui/gnome-pixmap-entry.h
/usr/X11R6/include/libgnomeui-2.0/libgnomeui/gnome-pixmap.h
/usr/X11R6/include/libgnomeui-2.0/libgnomeui/gnome-popup-menu.h
/usr/X11R6/include/libgnomeui-2.0/libgnomeui/gnome-propertybox.h
/usr/X11R6/include/libgnomeui-2.0/libgnomeui/gnome-scores.h
/usr/X11R6/include/libgnomeui-2.0/libgnomeui/gnome-stock-icons.h
/usr/X11R6/include/libgnomeui-2.0/libgnomeui/gnome-theme-parser.h
/usr/X11R6/include/libgnomeui-2.0/libgnomeui/gnome-thumbnail.h
/usr/X11R6/include/libgnomeui-2.0/libgnomeui/gnome-types.h
/usr/X11R6/include/libgnomeui-2.0/libgnomeui/gnome-ui-init.h
/usr/X11R6/include/libgnomeui-2.0/libgnomeui/gnome-uidefs.h
/usr/X11R6/include/libgnomeui-2.0/libgnomeui/gnome-url.h
/usr/X11R6/include/libgnomeui-2.0/libgnomeui/gnome-vfs-util.h
/usr/X11R6/include/libgnomeui-2.0/libgnomeui/gnome-window-icon.h
/usr/X11R6/include/libgnomeui-2.0/libgnomeui/gnome-window.h
/usr/X11R6/include/libgnomeui-2.0/libgnomeui/gnometypebuiltins.h
/usr/X11R6/include/libgnomeui-2.0/libgnomeui/libgnomeui.h
/usr/X11R6/lib/gtk-2.0/2.4.0/filesystems/libgnome-vfs.a
/usr/X11R6/lib/gtk-2.0/2.4.0/filesystems/libgnome-vfs.la
/usr/X11R6/lib/gtk-2.0/2.4.0/filesystems/libgnome-vfs.so
/usr/X11R6/lib/libglade/2.0/libgnome.a
/usr/X11R6/lib/libglade/2.0/libgnome.la
/usr/X11R6/lib/libglade/2.0/libgnome.so
/usr/X11R6/lib/libgnomeui-2.a
/usr/X11R6/lib/libgnomeui-2.la
/usr/X11R6/lib/libgnomeui-2.so
/usr/X11R6/lib/libgnomeui-2.so.0
/usr/X11R6/libdata/pkgconfig/libgnomeui-2.0.pc
/usr/X11R6/libexec/gnome_segv2
/usr/X11R6/share/doc/libgnomeui/GnomeAbout.html
/usr/X11R6/share/doc/libgnomeui/GnomeApp.html
/usr/X11R6/share/doc/libgnomeui/GnomeAppBar.html
/usr/X11R6/share/doc/libgnomeui/GnomeClient.html
/usr/X11R6/share/doc/libgnomeui/GnomeColorPicker.html
/usr/X11R6/share/doc/libgnomeui/GnomeDateEdit.html
/usr/X11R6/share/doc/libgnomeui/GnomeDialog.html
/usr/X11R6/share/doc/libgnomeui/GnomeDruid.html
/usr/X11R6/share/doc/libgnomeui/GnomeDruidPage.html
/usr/X11R6/share/doc/libgnomeui/GnomeDruidPageEdge.html
/usr/X11R6/share/doc/libgnomeui/GnomeDruidPageStandard.html
/usr/X11R6/share/doc/libgnomeui/GnomeEntry.html
/usr/X11R6/share/doc/libgnomeui/GnomeFileEntry.html
/usr/X11R6/share/doc/libgnomeui/GnomeFontPicker.html
/usr/X11R6/share/doc/libgnomeui/GnomeHRef.html
/usr/X11R6/share/doc/libgnomeui/GnomeIconEntry.html
/usr/X11R6/share/doc/libgnomeui/GnomeIconList.html
/usr/X11R6/share/doc/libgnomeui/GnomeIconSelection.html
/usr/X11R6/share/doc/libgnomeui/GnomeMDI.html
/usr/X11R6/share/doc/libgnomeui/GnomeMDIChild.html
/usr/X11R6/share/doc/libgnomeui/GnomeMDIGenericChild.html
/usr/X11R6/share/doc/libgnomeui/GnomeMessageBox.html
/usr/X11R6/share/doc/libgnomeui/GnomePixmap.html
/usr/X11R6/share/doc/libgnomeui/GnomePixmapEntry.html
/usr/X11R6/share/doc/libgnomeui/GnomePropertyBox.html
/usr/X11R6/share/doc/libgnomeui/GnomeScores.html
/usr/X11R6/share/doc/libgnomeui/application-mgmt.html
/usr/X11R6/share/doc/libgnomeui/ch01.html
/usr/X11R6/share/doc/libgnomeui/deprecated.html
/usr/X11R6/share/doc/libgnomeui/druids.html
/usr/X11R6/share/doc/libgnomeui/fixme.html
/usr/X11R6/share/doc/libgnomeui/home.png
/usr/X11R6/share/doc/libgnomeui/index.html
/usr/X11R6/share/doc/libgnomeui/index.sgml
/usr/X11R6/share/doc/libgnomeui/left.png
/usr/X11R6/share/doc/libgnomeui/libgnomeui-GnomeIconLookup.html
/usr/X11R6/share/doc/libgnomeui/libgnomeui-GnomeIconTheme.html
/usr/X11R6/share/doc/libgnomeui/libgnomeui-GnomeThemeFile.html
/usr/X11R6/share/doc/libgnomeui/libgnomeui-GnomeThumbnail.html
/usr/X11R6/share/doc/libgnomeui/libgnomeui-gnome-app-helper.html
/usr/X11R6/share/doc/libgnomeui/libgnomeui-gnome-app-util.html
/usr/X11R6/share/doc/libgnomeui/libgnomeui-gnome-dialog-util.html
/usr/X11R6/share/doc/libgnomeui/libgnomeui-gnome-mdi-session.html
/usr/X11R6/share/doc/libgnomeui/libgnomeui-gnome-popup-menu.html
/usr/X11R6/share/doc/libgnomeui/libgnomeui-gnome-stock-icons.html
/usr/X11R6/share/doc/libgnomeui/libgnomeui-gnome-types.html
/usr/X11R6/share/doc/libgnomeui/libgnomeui-gnome-ui-init.html
/usr/X11R6/share/doc/libgnomeui/libgnomeui-gnome-uidefs.html
/usr/X11R6/share/doc/libgnomeui/libgnomeui-gnome-vfs-util.html
/usr/X11R6/share/doc/libgnomeui/libgnomeui-gnome-window.html
/usr/X11R6/share/doc/libgnomeui/libgnomeui-gnometypebuiltins.html
/usr/X11R6/share/doc/libgnomeui/libgnomeui-objects.html
/usr/X11R6/share/doc/libgnomeui/libgnomeui.devhelp
/usr/X11R6/share/doc/libgnomeui/miscellaneous.html
/usr/X11R6/share/doc/libgnomeui/right.png
/usr/X11R6/share/doc/libgnomeui/stock_attach.png
/usr/X11R6/share/doc/libgnomeui/stock_book_blue.png
/usr/X11R6/share/doc/libgnomeui/stock_book_green.png
/usr/X11R6/share/doc/libgnomeui/stock_book_open.png
/usr/X11R6/share/doc/libgnomeui/stock_book_red.png
/usr/X11R6/share/doc/libgnomeui/stock_book_yellow.png
/usr/X11R6/share/doc/libgnomeui/stock_line_in.png
/usr/X11R6/share/doc/libgnomeui/stock_mail.png
/usr/X11R6/share/doc/libgnomeui/stock_mail_compose.png
/usr/X11R6/share/doc/libgnomeui/stock_mail_forward.png
/usr/X11R6/share/doc/libgnomeui/stock_mail_receive.png
/usr/X11R6/share/doc/libgnomeui/stock_mail_reply.png
/usr/X11R6/share/doc/libgnomeui/stock_mail_send.png
/usr/X11R6/share/doc/libgnomeui/stock_menu_about.png
/usr/X11R6/share/doc/libgnomeui/stock_menu_blank.png
/usr/X11R6/share/doc/libgnomeui/stock_mic.png
/usr/X11R6/share/doc/libgnomeui/stock_midi.png
/usr/X11R6/share/doc/libgnomeui/stock_multiple_file.png
/usr/X11R6/share/doc/libgnomeui/stock_not.png
/usr/X11R6/share/doc/libgnomeui/stock_scores.png
/usr/X11R6/share/doc/libgnomeui/stock_table_borders.png
/usr/X11R6/share/doc/libgnomeui/stock_table_fill.png
/usr/X11R6/share/doc/libgnomeui/stock_text_bulleted_list.png
/usr/X11R6/share/doc/libgnomeui/stock_text_indent.png
/usr/X11R6/share/doc/libgnomeui/stock_text_numbered_list.png
/usr/X11R6/share/doc/libgnomeui/stock_text_unindent.png
/usr/X11R6/share/doc/libgnomeui/stock_timer.png
/usr/X11R6/share/doc/libgnomeui/stock_timer_stopped.png
/usr/X11R6/share/doc/libgnomeui/stock_trash.png
/usr/X11R6/share/doc/libgnomeui/stock_trash_full.png
/usr/X11R6/share/doc/libgnomeui/stock_volume.png
/usr/X11R6/share/doc/libgnomeui/style.css
/usr/X11R6/share/doc/libgnomeui/up.png
/usr/X11R6/share/gnome/pixmaps/gnome-about-logo.png
/usr/X11R6/share/gnome/pixmaps/gnome-default-dlg.png
/usr/X11R6/share/gnome/pixmaps/gnome-error.png
/usr/X11R6/share/gnome/pixmaps/gnome-info.png
/usr/X11R6/share/gnome/pixmaps/gnome-question.png
/usr/X11R6/share/gnome/pixmaps/gnome-warning.png
/usr/X11R6/share/locale/af/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/am/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/ar/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/az/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/be/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/bg/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/bn/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/br/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/bs/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/ca/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/cs/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/cy/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/da/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/de/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/el/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/en_CA/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/en_GB/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/eo/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/es/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/et/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/eu/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/fa/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/fi/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/fr/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/ga/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/gl/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/gu/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/he/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/hi/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/hr/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/hu/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/id/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/is/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/it/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/ja/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/kn/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/ko/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/ku/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/li/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/lt/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/lv/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/mi/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/mk/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/ml/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/mn/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/mr/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/ms/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/nb/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/ne/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/nl/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/nn/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/no/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/nso/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/pa/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/pl/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/pt/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/pt_BR/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/ro/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/ru/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/rw/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/sk/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/sl/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/sq/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/sr/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/sr@Latn/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/sr@ije/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/sv/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/ta/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/te/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/th/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/tk/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/tr/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/uk/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/vi/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/wa/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/xh/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/yi/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/zh_CN/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/zh_HK/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/zh_TW/LC_MESSAGES/libgnomeui-2.0.mo
/usr/X11R6/share/locale/zu/LC_MESSAGES/libgnomeui-2.0.mo
Information for libgsf-gnome-1.13.3_1:
/usr/X11R6/include/libgsf-1/gsf-gnome/gsf-input-bonobo.h
/usr/X11R6/include/libgsf-1/gsf-gnome/gsf-input-gnomevfs.h
/usr/X11R6/include/libgsf-1/gsf-gnome/gsf-output-bonobo.h
/usr/X11R6/include/libgsf-1/gsf-gnome/gsf-output-gnomevfs.h
/usr/X11R6/include/libgsf-1/gsf-gnome/gsf-shared-bonobo-stream.h
/usr/X11R6/lib/libgsf-gnome-1.a
/usr/X11R6/lib/libgsf-gnome-1.la
/usr/X11R6/lib/libgsf-gnome-1.so
/usr/X11R6/lib/libgsf-gnome-1.so.113
/usr/X11R6/libdata/pkgconfig/libgsf-gnome-1.pc
Information for py24-gnome-2.12.3_1:
/usr/local/include/gnome-python-2.0/pygnomevfs.h
/usr/local/lib/python2.4/site-packages/gtk-2.0/gnome/__init__.py
/usr/local/lib/python2.4/site-packages/gtk-2.0/gnome/__init__.pyc
/usr/local/lib/python2.4/site-packages/gtk-2.0/gnome/__init__.pyo
/usr/local/lib/python2.4/site-packages/gtk-2.0/gnome/_gnome.la
/usr/local/lib/python2.4/site-packages/gtk-2.0/gnome/_gnome.so
/usr/local/lib/python2.4/site-packages/gtk-2.0/gnome/canvas.py
/usr/local/lib/python2.4/site-packages/gtk-2.0/gnome/canvas.pyc
/usr/local/lib/python2.4/site-packages/gtk-2.0/gnome/canvas.pyo
/usr/local/lib/python2.4/site-packages/gtk-2.0/gnome/ui.la
/usr/local/lib/python2.4/site-packages/gtk-2.0/gnome/ui.so
/usr/local/lib/python2.4/site-packages/gtk-2.0/gnome/vfs.py
/usr/local/lib/python2.4/site-packages/gtk-2.0/gnome/vfs.pyc
/usr/local/lib/python2.4/site-packages/gtk-2.0/gnome/vfs.pyo
/usr/local/lib/python2.4/site-packages/gtk-2.0/gnomecanvas.la
/usr/local/lib/python2.4/site-packages/gtk-2.0/gnomecanvas.so
/usr/local/lib/python2.4/site-packages/gtk-2.0/gnomevfs.la
/usr/local/lib/python2.4/site-packages/gtk-2.0/gnomevfs.so
/usr/local/libdata/pkgconfig/gnome-python-2.0.pc
/usr/local/share/examples/py-gnome/bonobo/bonobo-application.py
/usr/local/share/examples/py-gnome/bonobo/bonoboui/Bonobo_Sample_Hello.xml
/usr/local/share/examples/py-gnome/bonobo/bonoboui/hello.py
/usr/local/share/examples/py-gnome/bonobo/echo/README
/usr/local/share/examples/py-gnome/bonobo/echo/echo-client.py
/usr/local/share/examples/py-gnome/bonobo/unknown.py
/usr/local/share/examples/py-gnome/canvas/canvas-curve.py
/usr/local/share/examples/py-gnome/canvas/canvas-example.py
/usr/local/share/examples/py-gnome/gconf/basic-gconf-app.py
/usr/local/share/examples/py-gnome/gconf/simple-controller.py
/usr/local/share/examples/py-gnome/gconf/simple-view.py
/usr/local/share/examples/py-gnome/popt/popt.py
/usr/local/share/examples/py-gnome/vfs/async-xfer.py
/usr/local/share/examples/py-gnome/vfs/async.py
/usr/local/share/examples/py-gnome/vfs/cancellation.py
/usr/local/share/examples/py-gnome/vfs/pygvfsmethod/README
/usr/local/share/examples/py-gnome/vfs/pygvfsmethod/pyfs.conf
/usr/local/share/examples/py-gnome/vfs/pygvfsmethod/pyfs.py
/usr/local/share/examples/py-gnome/vfs/shell.py
/usr/local/share/examples/py-gnome/vfs/sync-xfer.py
/usr/local/share/pygtk/2.0/defs/gnome-types.defs
/usr/local/share/pygtk/2.0/defs/gnome.defs
/usr/X11R6/lib/gnome-vfs-2.0/modules/libpythonmethod.la
/usr/X11R6/lib/gnome-vfs-2.0/modules/libpythonmethod.so
Information for xscreensaver-gnome-hacks-4.24:
 
FVWM läuft bei ihm einwandfrei, also ist X ja wohl korrekt eingerichtet. Und was für eine Grafikkarte er hat steht sogar schon in der Thread-Überschrift oder auch im dmesg in Post #1.

Lies die Threads doch bitte erstmal vollständig, das ist mir bei dir nun schon in ein paar mal aufgefallen.

:ugly:

Sorry ich habe es übersehen.

Gruß Menuhin
 
Du scheinst den Meta-Port x11/gnome2 nicht installiert zu haben. Das würde erklären, warum bei dir vermutlich einiges fehlt. Schnell nachinstallieren, würde ich vorschlagen.

Ansonsten installiere einfach KDE, und zwar über den Meta-Port x11/kde3, denn ich weiß nicht, was du da in sysinstall anstellst - dann paßt die Thread-Überschrift auch wieder. :)
 
Guten Morgen,

@0815Chaot
Ansonsten installiere einfach KDE, und zwar über den Meta-Port x11/kde3, denn ich weiß nicht, was du da in sysinstall anstellst - dann paßt die Thread-Überschrift auch wieder.

Ich glaube das ist des Pudels Kern!!!
Habe gerade versucht das auszuführen. Zuerst habe ich eben nachgesehen, ob der Meta-Port von gnome drauf ist und siehe da, er ist es nicht...
Dann dachte ich mir dank deiner Anregung, ich installiere wieder KDE (damit es wieder zur Threadbezeichnung passt). Also rein in sysinstall und den KDE Meta-Port installieren. Daraufhin erhalte ich einige "Messages" (sowohl bei gnome als auch bei kde). Die erste die KDE auftritt ist eben eine graue Box in der folgender Inhalt steht:
Code:
Add of package bash-3.1.10_1 aborted, error code 1 -
Please check the debug screen for more info
Bei dem Versuch gnome zu installieren erhalte ich eine vergleichbare Meldung mit "gtk-engines2-2.6.7_1" ...

Mein Installationsmedium ist FreeBSD 6.1 DVD | Mai 2006 | Lehmanns-DVD-Edition. Ich weiß jetzt nicht, ob der Fehler an dem Installationsmedium liegt oder nicht :confused: . Ich werde jetzt noch eine Version probieren, die ich aus dem Internet gezogen habe und mich dann melden.

Vielen Dank jedenfalls an 0815Chaot, deine Tipps waren Balsam auf meiner Seele. Bin guter Hoffnung, dass ich das nun irgendwie hinbekommen sollte :)

Schönen Sonntag
Andreas

[EDIT-Anfang]
Habe es jetzt auch noch von der anderen CD probiert, wieder mit kde und auch gnome und wieder habe ich die Fehlermeldung. Bei kde scheint es eine Abhängigkeit mit bash-3.1.10_1 zu sein, die alles über den Haufen wirft.
Vielleicht kann mir jemand sagen, wie ich oben genannten "Debug screen for more info" checken könnte. gibt es eine andere Alternative zur Installation (zu sysinstall) vom gleichen Medium? Oder würde das auf den selben Fehler hinauslaufen? Ich habe nämlich (noch) keine Internetverbindung an dem BSD-Laptop.
[EDIT-Ende]
 
Zuletzt bearbeitet:
Problem gelöst!!!!

Kurzer Abschlußbericht!!!

Also, das Problem ist nun gelöst, ich habe eine funktionierende KDE-Oberfläche :D

Wie bereits erwähnt, gab es ein Problem mit einer Abhängigketi von bash-3.1.10_1 wenn ich KDE installieren wollte.
Ich habe bisher alles via sysinstall gemacht, was mit installieren zu tun hatte. JEtzt hingegen habe ich etwas anders probiert:
Code:
# pkg_add /cdrom/packages/kde/kde-3.5.1.tbz
Hier wurde dann mehr Information angezeigt, als bei der sysinstall-Fehlermeldung. Unter anderem auch, dass es einen Konflikt mit bash-2.05b.007-4 und der neueren bash-Version gibt und die alte eben mit pkg_delete entfernt werden solle. Gesagt, getan:
Code:
# pkg_delete bash-2.05b.007-4
anschließend erneut:
Code:
# pkg_add /cdrom/packages/kde/kde-3.5.1.tbz
hat diesmal problemlos geklappt, anschließend noch .xinitrc um den Eintrag "startkde" ergänzt und jetzt habe ich KDE am laufen :)

Ich dachte ja von Anfang an immer, dass es etwas mit der Grafikkarte sein müsse, da es ja eine ATI (=Alle Treiber Inkompatibel :rolleyes: ) ist. Danke jedenfalls nochmals an 0815Chaot, der eine andere Perspektive aufgetan hat, nämlich in diesem Fall diejenige, die zur Lösung geführt hat.
Werde jetzt noch etwas auf dem Laptop aufräumen (gnome wieder runter) und mir ein Konfigfile für den fvwm basteln und dann noch Mathematica installieren und WLAN "das Laufen lernen" . Ich hoffe, es läuft flüssiger ab, als dieses Problem, sonst werd ich dazu auch etwas schreiben, falls ichs nicht schaffe.

Herzlichen Dank nochmals
und schönen Sonntag
Andreas (der jetzt Grillen geht)
 
Zurück
Oben