404

[ Avaa Bypassed ]




Upload:

Command:

botdev@18.188.132.192: ~ $
#!/bin/sh
#
# /etc/X11/Xreset
#
# global Xreset file -- for use by display managers

# $Id: Xsession 967 2005-12-27 07:20:55Z dnusinow $

set -e

PROGNAME=Xreset
SYSSESSIONDIR=/etc/X11/Xreset.d

if [ ! -d "$SYSSESSIONDIR" ]; then
  # Nothing to do, exiting
  exit 0
fi

# use run-parts to source every file in the session directory; we source
# instead of executing so that the variables and functions defined above
# are available to the scripts, and so that they can pass variables to each
# other
SESSIONFILES=$(run-parts --list $SYSSESSIONDIR)
if [ -n "$SESSIONFILES" ]; then
  set +e
  for SESSIONFILE in $SESSIONFILES; do
    . $SESSIONFILE
  done
  set -e
fi

exit 0

# vim:set ai et sts=2 sw=2 tw=80:

Filemanager

Name Type Size Permission Actions
Xreset.d Folder 0755
Xresources Folder 0755
Xsession.d Folder 0755
app-defaults Folder 0755
fonts Folder 0755
xinit Folder 0755
xkb Folder 0755
xsm Folder 0755
Xreset File 709 B 0755
Xsession File 3.64 KB 0755
Xsession.options File 265 B 0644
XvMCConfig File 13 B 0644
Xwrapper.config File 630 B 0644
rgb.txt File 16.99 KB 0644