Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (822493fd29b1d5cdbf7159948505d9a8a3c960e6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (822493fd29b1d5cdbf7159948505d9a8a3c960e6)
  • Date: Thu, 14 Sep 2006 17:50:39 -0500

GIT changes to master grimoire by Eric Sandall <sandalle@moby.(none)>:

kde-core/kdebase/DETAILS | 2 +-
kde-core/kdebase/HISTORY | 5 +++++
kde-core/kdebase/INSTALL | 7 +++++--
kde-core/kdebase/kde.desktop | 9 +++++++++
4 files changed, 20 insertions(+), 3 deletions(-)

New commits:
commit 822493fd29b1d5cdbf7159948505d9a8a3c960e6
Author: Eric Sandall <sandalle@moby.(none)>
Commit: Eric Sandall <sandalle@moby.(none)>

Modified kdebase to install kde.desktop for login managers and updated
PATCHLEVEL

diff --git a/kde-core/kdebase/DETAILS b/kde-core/kdebase/DETAILS
index 5cf603f..04e748b 100755
--- a/kde-core/kdebase/DETAILS
+++ b/kde-core/kdebase/DETAILS
@@ -14,7 +14,7 @@ fi
WEB_SITE=http://www.kde.org
ENTERED=20010912
SECURITY_PATCH=1
- PATCHLEVEL=1
+ PATCHLEVEL=2
LICENSE[0]=GPL
KEYWORDS="kde"
SHORT="Base applications that form the core of KDE."
diff --git a/kde-core/kdebase/HISTORY b/kde-core/kdebase/HISTORY
index 3da46e8..5f75545 100644
--- a/kde-core/kdebase/HISTORY
+++ b/kde-core/kdebase/HISTORY
@@ -1,3 +1,8 @@
+2006-09-14 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Updated PATCHLEVEL to force installation of kde.desktop for
+ login managers (e.g. gdm) to list KDE.
+ * INSTALL: Install kde.desktop to /usr/share/xsessions/
+
2006-09-07 Anton Brondz <dinolinux AT sourcemage.org>
* DEPENDS: added optional depends, bug #12652

diff --git a/kde-core/kdebase/INSTALL b/kde-core/kdebase/INSTALL
index aabe074..b065db8 100755
--- a/kde-core/kdebase/INSTALL
+++ b/kde-core/kdebase/INSTALL
@@ -1,4 +1,4 @@
-default_install
&&
+default_install &&
if [ -d "$TMP_DIR/kdm" ]; then
# Restore backuped kdm dir
echo "Restoring configuration files..."
&&
@@ -16,4 +16,7 @@ if [[ $SMGL_THEME == "y" ]]; then
for file in SourceMage*; do
mv $file
$INSTALL_ROOT/usr/share/apps/ksplash/Themes/SourceMage/${file#*\\}
done
-fi
+fi &&
+
+install -m 0644 -o root -g root $SCRIPT_DIRECTORY/kde.desktop \
+ $INSTALL_ROOT/usr/share/xsessions
diff --git a/kde-core/kdebase/kde.desktop b/kde-core/kdebase/kde.desktop
new file mode 100644
index 0000000..f8cfbc2
--- /dev/null
+++ b/kde-core/kdebase/kde.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=KDE
+Comment=This session logs you into KDE
+Exec=startkde
+TryExec=startkde
+# no icon yet, only the top three are currently used
+Icon=
+Type=Application



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (822493fd29b1d5cdbf7159948505d9a8a3c960e6), Eric Sandall, 09/14/2006

Archive powered by MHonArc 2.6.24.

Top of Page