By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 441
Collapse All | Expand All

(-)/etc/trinity/kdm/kdmrc.VIRGIN (-4 / +4 lines)
Lines 452-462 Link Here
452
Preloader=/opt/trinity/bin/preloadkde
452
Preloader=/opt/trinity/bin/preloadkde
453
# Whether the greeter should be themed.
453
# Whether the greeter should be themed.
454
# Default is false
454
# Default is false
455
UseTheme=true
455
#UseTheme=true
456
# The theme to use for the greeter. Can point to either a directory or an XML
456
# The theme to use for the greeter. Can point to either a directory or an XML
457
# file.
457
# file.
458
# Default is ""
458
# Default is ""
459
Theme=/usr/share/apps/kdm/themes/debian-moreblue
459
#Theme=/usr/share/apps/kdm/themes/debian-moreblue
460
460
461
# Core config for local displays
461
# Core config for local displays
462
[X-:*-Core]
462
[X-:*-Core]
Lines 470-480 Link Here
470
# The command line to start the X-server, without display number and VT spec.
470
# The command line to start the X-server, without display number and VT spec.
471
# This string is subject to word splitting.
471
# This string is subject to word splitting.
472
# Default is "/usr/bin/X -br"
472
# Default is "/usr/bin/X -br"
473
ServerCmd=/usr/bin/X -br
473
ServerCmd=/usr/bin/X
474
# Additional arguments for the X-servers for local sessions.
474
# Additional arguments for the X-servers for local sessions.
475
# This string is subject to word splitting.
475
# This string is subject to word splitting.
476
# Default is ""
476
# Default is ""
477
ServerArgsLocal=-nolisten tcp
477
ServerArgsLocal=-br -nolisten tcp
478
# Additional arguments for the X-servers for remote sessions.
478
# Additional arguments for the X-servers for remote sessions.
479
# This string is subject to word splitting.
479
# This string is subject to word splitting.
480
# Default is ""
480
# Default is ""

Return to bug 441