Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors

xinitrc-3.42-1 RPM for noarch

From Arch independant packages for target

Name: xinitrc Distribution: Unknown
Version: 3.42 Vendor: Unknown
Release: 1 Build date: Mon Sep 27 15:45:08 2004
Group: User Interface/X Build host: sh2004-2.itonet.co.jp
Size: 25754 Source RPM: xinitrc-3.42-1.src.rpm
Summary: The default startup script for the X Window System.
The xinitrc package contains the xinitrc file, a script which is used
to configure your X Window System session or to start a window
manager.

Provides

Requires

Copyright

GPLv2, MIT/X11

Signatures

MD5: b3bcb8e0cbd1fb0f78c20e37c2e00396

Changelog

* Wed Jun 23 2004 Mike A. Harris <mharris@redhat.com> 3.42-1
  - Reverted changes from 3.40-1, which were intended to be included in
    Fedora Core 3 development, but accidentally made it into Fedora Core 2
    erratum.
* Tue Jun 01 2004 Mike A. Harris <mharris@redhat.com> 3.41-1
  - Fixed missing quote in xinput script (#123804)
* Fri May 07 2004 Mike A. Harris <mharris@redhat.com> 3.40-1
  - Modified xinitrc and Xsession scripts to only source files with .sh
    extensions in /etc/X11/xinit/xinitrc.d/* so that backup files that are
    created when hand editing the scripts, aren't executed. (FC2BLOCKER
* Tue Mar 30 2004 Mike A. Harris <mharris@redhat.com> 3.39-1
  - Fix problem in xinput script caused due to a bit of over-quoting in recent
    changes, which result in logged erros (FC2 BLOCKER #119529)
* Mon Mar 29 2004 Mike A. Harris <mharris@redhat.com> 3.38-1
  - xinput fixes:
    - Fix missing ']' on elif test on line 25 (FC2 BLOCKER #119284)
    - Change test for /etc/profile.d/lang.sh to test with -r instead of -f
    - Change all non-null string tests to use -n instead of != ""
    - Change broken test logic in KDE block to use -o instead of ||
    - Fixes for iiimf getting turned on even for European languages where it
      is not useful. (Jens Petersen, FC2 BLOCKER #119241)
  - Xsession cleanups:
    - Update Xsession for new switchdesk (Than Ngo, FC2 BLOCKER #116164)
    - Change all file existance tests using -f, to -r since we care if it is
      readable rather than if it exists or not.
    - Use new style $() command substitution rather than ``
  - Updated the copyright messages of all script files, and added missing
    GPLv2 notices where appropriate.  Updated License: tag of spec file to be
    "GPLv2, MIT/X11"
* Tue Mar 16 2004 Mike A. Harris <mharris@redhat.com> 3.37-1
  - Disable Requires: XFree86 dep, and add comment to spec file with reasoning,
    so if anything breaks, we can fix it up in a better way later on
  - Xclients cleanups:
    - Check for existance of xclock and xterm binaries, both in /usr/bin, and
      in /usr/X11R6/bin before trying to execute either in failsafe
    - Check for executable existance of mozilla/fvwm/twm with -x, rather than
      just checking for existance with -f, and then use the explicit path to
      these binaries when executing them
  - xinput cleanups:
    - Change shebang to use /bin/bash instead of /bin/sh, as our OS is always
      guaranteed to have /bin/bash installed on it because many other things
      require it anyway.  This makes it explicitly legal to use bashisms
      everywhere, of which are usually already being used anyway without notice,
      because /bin/sh is a link to /bin/bash by default.
    - Replace old style usage of "test x$foo" with 'if [ "$foo"' as it is much
      more readable.
    - Test for the readability of /etc/sysconfig/i18n with -r, rather than
      it's mere existance with -e
    - Everywhere -e was used to test for the existance of a binary prior to
      executing it, has been replaced with -x, which tests for executability
  - Added "Requires: /usr/X11R6/bin/sessreg" for GiveConsole and TakeConsole
  - Added "Requires: which /usr/X11R6/bin/RunWM" for Xclients
  - Added "Requires: /sbin/pidof /usr/X11R6/bin/xsetroot" for Xsetup_0
* Tue Mar 16 2004 Jens Petersen <petersen@redhat.com> 3.36-1
  - default input method to htt (im-iiim for gtk apps and httx for xim apps)
    if htt is running when XIM is not set (#118382)
  - default kinput2 to use canna if cannaserver running or wnn if jserver
    running (Adrian Havill, #112631) when XIM_ARGS is not set 
  - add support for nabi (sangu, #112521) and uim
  - do not set XIM to none (Eric Backus, #57876)
  - ami no longer includes applet (Won-kyu Park, #61540) and so delayed-start
    code is no longer needed
* Thu Oct 23 2003 Mike A. Harris <mharris@redhat.com> 3.35-1
  - Remove limitations forcing xcin to only work in UTF-8 mode (#97331)
* Mon Oct 20 2003 Mike A. Harris <mharris@redhat.com> 3.34-1
  - Changed the default background colour argument passed to xsetroot in both
    the Xsession and Xsetup_0 scripts from "#5477A0" to "#20305A"
* Thu Aug 28 2003 Mike A. Harris <mharris@redhat.com> 3.33-1
  - Added Xsession update for new gdm for Cambridge (#103251)
* Wed Feb 05 2003 Mike A. Harris <mharris@redhat.com> 3.32-1
  - Rebuild
* Tue Sep 10 2002 Bill Nottingham <notting@redhat.com> 3.30-1
  - unset TERM to avoid font wackiness when sourcing lang.sh
* Thu Sep 05 2002 Owen Taylor <otaylor@redhat.com> 3.29-1
  - Add . /etc/profile.d/lang.sh to xinput (#73062)
* Mon Sep 02 2002 Owen Taylor <otaylor@redhat.com> 3.28-1
  - Change default Xft hinting settings to hintmedium, not hintnone
* Wed Aug 28 2002 Bill Nottingham <notting@redhat.com> 3.27-1
  - don't grep /etc/sysconfig/desktop; actually read it
* Wed Jul 31 2002 Mike A. Harris <mharris@redhat.com> 3.26-1
  - Added windowmaker support to Xclients for bug (#66225)
* Sat Jul 20 2002 Mike A. Harris <mharris@redhat.com> 3.25-1
  - Fix ssh-agent code added on Jun 27th to not start ssh-agent if it is
    already running (#68626)
* Fri Jun 28 2002 Owen Taylor <otaylor@redhat.com> 3.24-1
  - Add a Xresources file that sets Xft DPI to 96
  - Make Xsetup_0 load /etc/X11/Xresources
* Thu Jun 27 2002 Preston Brown <pbrown@redhat.com> 3.23-1
  - use ssh-agent to start sessions if available.
* Mon Apr 08 2002 Mike A. Harris <mharris@redhat.com> 3.22-1
  - There were 3 different versions of 3.21 from different developers, which
    had reverted some of my previous changes.  I believe I have now fixed
    these problems.
  - Added Wnn7 support from Yukihiro Nakai <ynakai@redhat.com> (#61951)
  - Made changes for Leon (removed debugging code from xinput, etc)
* Wed Feb 27 2002 Mike A. Harris <mharris@redhat.com> 3.21-1
  - Removed glidelink hack, as XFree86 4.2.0 now comes with code to load
    the proper glide3 library automatically.
* Thu Aug 23 2001 Mike A. Harris <mharris@redhat.com> 3.20-1
  - Removed tempfile vulnerability in xinput writing to /tmp/start.txt
    (MF #52304)
* Tue Aug 21 2001 Leon Ho <llch@redhat.com> 3.19-1
  - covers all track from Xclient (ie. gdm to kde, kdm to gnome etc)
  - covers if $LANG not exist on this scope yet
  - Modified Korean part to work on both gnome and kde
* Thu Aug 09 2001 Yukihiro Nakai <ynakai@redhat.com> 3.17-1
  - Improve Korean support.
  - skkinput support.
* Wed Aug 08 2001 Crutcher Dunnavant <crutcher@redhat.com> 3.16-1
  - make selection of Xclient smarter
* Fri Aug 03 2001 Owen Taylor <otaylor@redhat.com>
  - Change background color a bit, only run xsri if not running under gdm,
    since our gdm config will run it itself.
  - Change background for Xsession as well
* Mon Jul 30 2001 Mike A. Harris <mharris@redhat.com> 3.13-1
  - Removed '-login' from Xsession script, and changed exec calls to the
    form 'exec -l $SHELL -c foo' as discussed with Havoc.
  - Added explicit requires on /bin/bash
* Mon Jul 16 2001 Mike A. Harris <mharris@redhat.com> 3.12-1
  - Pure hack: Have xinitrc symlink the glide lib using glidelink to fix (#36158)
    and numerous other duplicates.  Temporary solution until XFree86 4.2.0 is
    released.
  - xinitrc tested for Netscape and fvwm2 presence with -f instead of -x
* Sun Jul 08 2001 Yukihiro Nakai <ynakai@redhat.com>
  - Add miniChinput entry to xinput.
  - Fix the xcin entry for zh_CN.GB2312
* Sun May 06 2001 Than Ngo <than@redhat.com>
  - fixed tmpfile vulnerability (Bug #39083)
* Mon Mar 26 2001 Preston Brown <pbrown@redhat.com>
  - remove references to afterstep (#32877)
* Fri Mar 16 2001 Yukihiro Nakai <ynakai@redhat.com>
  - Update xinput to enable Omron's Wnn6
* Thu Feb 08 2001 Yukihiro Nakai <ynakai@redhat.com>
  - More fix for kinput2 + FreeWnn
* Tue Jan 23 2001 Than Ngo <than@redhat.com>
  - changed /bin/sh in Xsession to /bin/bash -login
* Fri Jan 12 2001 Yukihiro Nakai <ynakai@redhat.com>
  - More improvement for Korean and Japanese
* Wed Jan 10 2001 Yukihiro Nakai <ynakai@redhat.com>
  - Change ko_KR* -> ko*
* Tue Dec 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  - Add xdm-config (used to be in XFree86-xdm)
* Thu Dec 14 2000 Yukihiro Nakai <ynakai@redhat.com>
  - Add zh_TW, and fix
* Wed Dec 06 2000 Yukihiro Nakai <ynakai@redhat.com>
  - Add Japanese fix. Use -canna option for kinput2.
  - Add Korean and Chinese support.
* Thu Nov 16 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  - adapt to KDE 2.0 (Bug #20409)
  - require switchdesk >= 3.7 rather than 3.6 (KDE2)
  - The fallback should launch netscape /usr/share/doc/HTML/index.html
    rather than /usr/doc/HTML/index.html...
  - bzip2 the source rather than gzipping it
* Wed Oct 11 2000 Than Ngo <than@redhat.com>
  - fix Xsetup_0 (Bug #17873)
* Wed Sep 13 2000 Matt Wilson <msw@redhat.com>
  - make Xsession start a -login shell
* Wed Sep 06 2000 Preston Brown <pbrown@redhat.com>
  - remove references to anotherlevel
* Tue Aug 22 2000 Than Ngo <than@redhat.com>
  - add KDE2 support
* Sun Aug 20 2000 Nalin Dahyabhai <nalin@redhat.com>
  - add /usr/X11R6/bin to the PATH if it's not in there already (#16648)
  - don't call cp in a subshell when trying to create a log file
* Wed Aug 02 2000 Bill Nottingham <notting@redhat.com>
  - more files move in
* Fri Jul 14 2000 Preston Brown <pbrown@redhat.com>
  - more wmaker path fixage
* Tue Jul 11 2000 Trond Eivind Glomsrød <teg@redhat.com>
  - wmaker is now in /usr/bin
* Thu Jun 22 2000 Bill Nottingham <notting@redhat.com>
  - import some of the xdm stuff here, it's used by both xdm and gdm
* Fri Jun 16 2000 Matt Wilson <msw@redhat.com>
  - import these files into our CVS server
* Tue May 30 2000 Preston Brown <pbrown@redhat.com>
  - commented out mappings in global Xmodmap.  Caused problems with many
    remote logins from various X devices besides Linux boxes.
* Tue Mar 14 2000 Matt Wilson <msw@redhat.com>
  - export XMODIFIERS for japanese
* Fri Mar 03 2000 Cristian Gafton <gafton@redhat.com>
  - fix windowmaker default initialization (use wmaker.inst for the
    first start of WindowMaker)
* Mon Feb 28 2000 Preston Brown <pbrown@redhat.com>
  - process /etc/X11/XF86Config file with the sed script for xkb.
* Mon Feb 21 2000 Preston Brown <pbrown@redhat.com>
  - quote shell variables in xinitrc (#9547)
* Thu Feb 10 2000 Preston Brown <pbrown@redhat.com>
  - change /usr/X11R6/lib/X11 /etc/X11 for some config files.
* Thu Feb 10 2000 Nalin Dahyabhai <nalin@redhat.com>
  - fix a typo
* Tue Feb 08 2000 Bill Nottingham <notting@redhat.com>
  - fix two syntax errors
* Tue Jan 11 2000 Preston Brown <pbrown@redhat.com>
  - added support for scripts a la /etc/profile.d in /etc/X11/xinit/xinitrc.d.
  - moved japanese xinput stuff into an xinitrc.d script
  - cleaned up duplicate runs of xmodmap (#7839).
  - noreplace tag added for most config files.
* Wed Oct 20 1999 Matt Wilson <msw@redhat.com>
  - added patch from Owen to start kinput2 by default for all desktops when
    running under Japanese
* Mon Oct 18 1999 Preston Brown <pbrown@redhat.com>
  - patched xinitrc to run setxkbmap -symbols on sparc if XkbSymbols variable
    is defined (from Jakub)
* Thu Sep 23 1999 Preston Brown <pbrown@redhat.com>
  - enable use of xkb configuration files if they are present (# 4059)
* Thu Jun 17 1999 Bill Nottingham <notting@redhat.com>
  - make Xclients/xinitrc executable...
* Thu Jun 10 1999 Preston Brown <pbrown@redhat.com>
  - look for not only .Xmodmap/.Xresources, but also Xmodmap/Xresources
  - Xmodmap w/ "keycode 22 = BackSpace" added for non Xkb-extension users
* Mon Apr 19 1999 Preston Brown <pbrown@redhat.com>
  - argh, fixed my changes from yesterday
* Sun Apr 18 1999 Preston Brown <pbrown@redhat.com>
  - added /etc/sysconfig/desktop support
* Mon Mar 22 1999 Bill Nottingham <notting@redhat.com>
  - make /etc/X11/xinit/* %config (bug #1051)
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
  - auto rebuild in the new build environment (release 2)
* Tue Feb 02 1999 Preston Brown <pbrown@redhat.com>
  - added ability to have KDE recognized if it is all that is installed
* Wed Jan 27 1999 Preston Brown <pbrown@redhat.com>
  - updated so that GNOME is the default, and a few other cleanups
* Fri Sep 18 1998 Cristian Gafton <gafton@redhat.com>
  - added the RunWM script and modified Xclients to use this new script
* Sun Sep 13 1998 Cristian Gafton <gafton@redhat.com>
  - included WindowMaker hints
* Thu May 07 1998 Prospector System <bugs@redhat.com>
  - translations modified for de, fr, tr
* Wed Apr 22 1998 Cristian Gafton <gafton@redhat.com>
  - handle AfterStep (and possibly other window managers)
* Tue Nov 11 1997 Michael K. Johnson <johnsonm@redhat.com>
  - export the BROWSER variable.
* Sat Nov 08 1997 Cristian Gafton <gafton@redhat.com>
  - added handling for the BROWSER variable
* Wed Oct 15 1997 Cristian Gaftin <gafton@redhat.com>
  - updated for AnotherLevel
* Fri Jul 18 1997 Erik Troan <ewt@redhat.com>
  - built for glibc, added dependencies
* Thu Mar 20 1997 Erik Troan <ewt@redhat.com>
  - Added /etc/X11/xinitrc/Xclients to this file and removed it from rootfiles
    and etcskel.

Files

/etc/X11/Xmodmap
/etc/X11/Xresources
/etc/X11/xdm/GiveConsole
/etc/X11/xdm/TakeConsole
/etc/X11/xdm/Xaccess
/etc/X11/xdm/Xsession
/etc/X11/xdm/Xsetup_0
/etc/X11/xdm/xdm-config
/etc/X11/xinit/Xclients
/etc/X11/xinit/xinitrc
/etc/X11/xinit/xinitrc.d
/etc/X11/xinit/xinitrc.d/xinput
/usr/X11R6/bin/RunWM


Generated by rpm2html 1.7

admin, Tue Jun 28 14:00:34 2005