diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 17:59:29 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 17:59:29 -0600 |
commit | 5ddc4d2fa0a88092a515275b93575458cd36324d (patch) | |
tree | a61df79b87584910bde10f52db11739101816037 /kdm | |
parent | d6e7c01d38b7d54b3090749ff7a8531f59900d4c (diff) | |
download | tdebase-5ddc4d2fa0a88092a515275b93575458cd36324d.tar.gz tdebase-5ddc4d2fa0a88092a515275b93575458cd36324d.zip |
Rename startkde to starttde
Diffstat (limited to 'kdm')
-rw-r--r-- | kdm/ChangeLog | 4 | ||||
-rw-r--r-- | kdm/kfrontend/sessions/tde.desktop.cmake | 4 | ||||
-rw-r--r-- | kdm/kfrontend/sessions/tde.desktop.in | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/kdm/ChangeLog b/kdm/ChangeLog index 0189ab24a..dc990e4a6 100644 --- a/kdm/ChangeLog +++ b/kdm/ChangeLog @@ -98,7 +98,7 @@ if they affect the configuration. * The default Xsession no longer tries to merge kdm's PATH into the one set up by the shell startup scripts. Instead, kde.desktop - contains a full pathname and startkde fixes up PATH if necessary. + contains a full pathname and starttde fixes up PATH if necessary. * The default Xsession will emulate the startup behaviour of more shells, in particular bash, zsh and csh/tcsh. * Setting up the session log is now done by kdm, not the Session @@ -144,7 +144,7 @@ if they affect the configuration. * Session types are now defined with .desktop files; consequently the SessionTypes option is gone and we got SessionsDirs instead. * The default Xsession now hard-wires the session types - - "default" to startkde + - "default" to starttde - "custom" to ~/.xsession * The previous session type choice is now saved in a different file (~/.dmrc) in a different format (ini-file); the SessSaveFile option diff --git a/kdm/kfrontend/sessions/tde.desktop.cmake b/kdm/kfrontend/sessions/tde.desktop.cmake index 4c41b507f..c23a33205 100644 --- a/kdm/kfrontend/sessions/tde.desktop.cmake +++ b/kdm/kfrontend/sessions/tde.desktop.cmake @@ -1,8 +1,8 @@ [Desktop Entry] Encoding=UTF-8 Type=XSession -Exec=@TDE_BIN_DIR@/startkde -TryExec=@TDE_BIN_DIR@/startkde +Exec=@TDE_BIN_DIR@/starttde +TryExec=@TDE_BIN_DIR@/starttde Name=TDE Name[hi]=केडीई Name[mn]=КДЭ diff --git a/kdm/kfrontend/sessions/tde.desktop.in b/kdm/kfrontend/sessions/tde.desktop.in index b74752ef0..b9472453f 100644 --- a/kdm/kfrontend/sessions/tde.desktop.in +++ b/kdm/kfrontend/sessions/tde.desktop.in @@ -1,8 +1,8 @@ [Desktop Entry] Encoding=UTF-8 Type=XSession -Exec=@TDE_BINDIR@/startkde -TryExec=@TDE_BINDIR@/startkde +Exec=@TDE_BINDIR@/starttde +TryExec=@TDE_BINDIR@/starttde Name=Trinity Name[hi]=केडीई Name[mn]=КДЭ |