~ubuntu-branches/ubuntu/maverick/kdebase-workspace/maverick-proposed

« back to all changes in this revision

Viewing changes to .pc/21_kdm_doesnt_use_kstandarddirs.diff/kdm/config.def

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2010-07-08 01:11:52 UTC
  • mfrom: (1.1.43 upstream)
  • Revision ID: james.westby@ubuntu.com-20100708011152-z0h26httnjr91mmy
Tags: 4:4.4.92-0ubuntu1
* New upstream rc release:
  - Bump kde-sc-dev-latest to 4.4.92
  - Refresh patches
  - Update symbols
  - plasma-widgets-workspace replaces/conflicts plasma-widget-logout

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
#endif
50
50
 
51
51
#if defined(BSD) || defined(__linux__)
52
 
# define DEF_USER_PATH KDM_DEF_USER_PATH
53
 
# define DEF_SYSTEM_PATH KDM_DEF_SYSTEM_PATH
 
52
# define DEF_USER_PATH "/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games"
 
53
# define DEF_SYSTEM_PATH "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11"
54
54
#else
55
 
# define DEF_USER_PATH KDM_DEF_USER_PATH ":/usr/ucb"
56
 
# define DEF_SYSTEM_PATH KDM_DEF_SYSTEM_PATH ":/etc:/usr/ucb"
 
55
# define DEF_USER_PATH "/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/usr/ucb"
 
56
# define DEF_SYSTEM_PATH "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/etc:/usr/ucb"
57
57
#endif
58
58
 
59
59
#if 0 /*def HASXDMAUTH*/
89
89
<kdmrc>
90
90
 &kdm; master configuration file
91
91
 _
 
92
 Please note: Settings in this file are sometimes ignored (overridden).
 
93
 The default KDM startup script /etc/init.d/kdm looks in /etc/default/kdm.d
 
94
 for theme-related settings which, if found, take precedence. The possibly 
 
95
 overridden settings are: UseBackground, BackgroundCfg, UseTheme, Theme.
 
96
 See /usr/share/doc/kdm/README.Debian for details
 
97
 _
92
98
 Definition: the greeter is the login dialog, i.e., the part of &kdm;
93
99
 which the user sees.
94
100
 _
1369
1375
 This string is subject to word splitting.
1370
1376
 </para><para>
1371
1377
 The default is something reasonable for the system on which &kdm; was built,
1372
 
 like <command>/usr/X11R6/bin/X</command>.
 
1378
 like <command>/usr/bin/X</command>.
1373
1379
 
1374
1380
Key: ServerArgsLocal
1375
1381
Type: string
1376
1382
Default: ""
1377
1383
User: core
1378
 
Instance: :*/"-nolisten tcp"
 
1384
Instance: :*/"-nr -nolisten tcp"
1379
1385
Comment: &
1380
1386
Description:
1381
1387
 Additional arguments for the &X-Server;s for local sessions.
1953
1959
 
1954
1960
Key: SessionsDirs
1955
1961
Type: list
1956
 
Default: *KDMDATA "/sessions"
 
1962
Default: *"/usr/share/xsessions,/var/lib/menu-xdg/xsessions,/usr/share/apps/kdm/sessions"
1957
1963
User: core
1958
1964
User: greeter-c
1959
 
Instance: */KDMCONF "/sessions," KDMDATA "/sessions"
 
1965
Instance: #*/"/usr/share/xsessions,/var/lib/menu-xdg/xsessions,/usr/share/apps/kdm/sessions"
1960
1966
Update: upd_sessionsdirs
1961
1967
Comment:
1962
1968
 The directories containing session type definitions in .desktop format,
2025
2031
 
2026
2032
Key: UseSessReg
2027
2033
Type: bool
2028
 
Default: true
 
2034
Default: false
2029
2035
User: core
2030
2036
Instance: #*/!
2031
2037
Comment:
2116
2122
 
2117
2123
Key: GreetString
2118
2124
Type: string
2119
 
Default: "Welcome to %s at %n"
 
2125
Default: "Welcome to Kubuntu at %n"
2120
2126
User: greeter
2121
 
Instance: #*/"K Desktop Environment (%n)"
 
2127
Instance: #*/"Welcome to Kubuntu at %n"
2122
2128
Comment:
2123
2129
 The headline in the greeter. The following character pairs are replaced:
2124
2130
 - %d -> current display
2577
2583
Default: 0
2578
2584
User: greeter
2579
2585
Instance: #*/
2580
 
Update: upd_forgingseed
2581
2586
Comment:
2582
2587
 Random seed for forging saved session types, etc. of unknown users.
2583
2588
 This value should be random but constant across the login domain.
2674
2679
Type: bool
2675
2680
Default: true
2676
2681
User: greeter
2677
 
Instance: :*/false
 
2682
Instance: :*/true
2678
2683
Comment: &
2679
2684
Description:
2680
2685
 Show the <guilabel>Restart X Server</guilabel>/<guilabel>Close Connection</guilabel> action in the greeter.