~ubuntu-branches/ubuntu/gutsy/vnc4/gutsy

« back to all changes in this revision

Viewing changes to unix/xc/programs/xdm/config/system.Xdefaults.sequent

  • Committer: Bazaar Package Importer
  • Author(s): Ola Lundqvist
  • Date: 2006-05-15 20:35:17 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060515203517-l4lre1ku942mn26k
Tags: 4.1.1+X4.3.0-10
* Correction of critical security issue. Thanks to Martin Kogler
  <e9925248@student.tuwien.ac.at> that informed me about the issue,
  and provided the patch.
  This flaw was originally found by Steve Wiseman of intelliadmin.com.
* Applied patch from Javier Kohen <jkohen@users.sourceforge.net> that
  inform the user that only 8 first characters of the password will
  actually be used when typing more than 8 characters, closes:
  #355619.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
!
 
2
!       Sequent Computer Systems default system and user .Xresources file.
 
3
!       This file is stored in two locations.
 
4
!
 
5
!       Sequent Computer Systems default system X resources file.
 
6
!       /usr/lib/X11/system.Xdefaults
 
7
!
 
8
!       Sequent Computer Systems default user X resources file.
 
9
!       (Replaces previous name of $HOME/.Xdefaults file.)
 
10
!       $HOME/.Xresources
 
11
!
 
12
!       The user can edit the file below to personalize their X resources.
 
13
!
 
14
!       Typically the user $HOME/.xsession will invoke xrdb to load
 
15
!       the first file found in the following list.
 
16
!       If the user $HOME/.xsession does not exist, then the generic
 
17
!       Sequent xdm default /usr/lib/X11/xdm/Xsession will load
 
18
!       the first file found in the following list.
 
19
!
 
20
!       $HOME/.Xresources                       User's personalized defaults
 
21
!       $HOME/.Xdefaults                        (obsolete previous filename)
 
22
!       /usr/lib/X11/system.Xdefaults           Sequent system defaults
 
23
!
 
24
 
 
25
!
 
26
! Defaults for all clients
 
27
!
 
28
! Increase multiClickTime from the standard 200ms to 500ms to
 
29
! allow the user enough time to complete a double click.
 
30
*multiClickTime:                500
 
31
 
 
32
!
 
33
! xbiff - electronic mail arrival notification (the little mailbox)
 
34
!
 
35
XBiff*update:                   60
 
36
XBiff*onceOnly:                 on
 
37
XBiff*volume:                   0
 
38
 
 
39
!
 
40
! xterm - a terminal emulation window
 
41
!
 
42
XTerm*reverseWrap:              on
 
43
XTerm*scrollBar:                on
 
44
XTerm*saveLines:                300
 
45
 
 
46
!
 
47
! mwm   - the Motif Window Manager
 
48
!
 
49
#if        (defined(COLOR))
 
50
Mwm*menu*background:            cadetBlue
 
51
Mwm*XmMessageBox*background:    cadetBlue
 
52
#endif