/etc/X11/Xloadimage is in xloadimage 4.1-24.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | # Sample .xloadimagerc file
# Directories to search for images
path = ~/images /usr/local/images
# Default extensions to try tacking onto the end of a filename, in order
extension = .niff # NIFF image
.jpg .jpeg # JPEG image
.gif # CompuServe GIF image
.sun .csun .msun # sun rasterfile
.face # faces project
.xwd # X window dump
.xpm .pm .xbm .bm # X bitmap
.fax # G3 FAX
.fbm # fuzzy bitmap
.mac # macpaint
.pbm .pgm .ppm # PBMPLUS
.img # GEM IMG
.pcx # PCX image
.png # PNG image
# add uufilter for automatic uudecoding of files ending in .uu or .uue
filter = "uufilter -s" .uu .uue
|