From 4055b128a4fafa86ab0681be53a98158574aaf6f Mon Sep 17 00:00:00 2001 From: Robert Knight Date: Mon, 30 Apr 2007 18:07:29 +0000 Subject: [PATCH] Remove old KDE 3 desktop files. svn path=/branches/work/konsole-split-view/; revision=659735 --- other/sessions/CMakeLists.txt | 7 +------ other/sessions/Shell.profile | 4 ++++ other/sessions/linux.desktop | 16 ---------------- other/sessions/mc.desktop | 12 ------------ other/sessions/screen.desktop | 11 ----------- other/sessions/shell.desktop | 11 ----------- other/sessions/su.desktop | 17 ----------------- other/sessions/sumc.desktop | 16 ---------------- 8 files changed, 5 insertions(+), 89 deletions(-) create mode 100644 other/sessions/Shell.profile delete mode 100644 other/sessions/linux.desktop delete mode 100644 other/sessions/mc.desktop delete mode 100644 other/sessions/screen.desktop delete mode 100644 other/sessions/shell.desktop delete mode 100644 other/sessions/su.desktop delete mode 100644 other/sessions/sumc.desktop diff --git a/other/sessions/CMakeLists.txt b/other/sessions/CMakeLists.txt index 58349c85..1ce4d3b3 100644 --- a/other/sessions/CMakeLists.txt +++ b/other/sessions/CMakeLists.txt @@ -1,10 +1,5 @@ install( FILES - linux.desktop - mc.desktop - shell.desktop - su.desktop - sumc.desktop - screen.desktop + Shell.profile DESTINATION ${DATA_INSTALL_DIR}/konsole) diff --git a/other/sessions/Shell.profile b/other/sessions/Shell.profile new file mode 100644 index 00000000..5a374976 --- /dev/null +++ b/other/sessions/Shell.profile @@ -0,0 +1,4 @@ +[General] +Name="Shell" +Command="" + diff --git a/other/sessions/linux.desktop b/other/sessions/linux.desktop deleted file mode 100644 index bed44c98..00000000 --- a/other/sessions/linux.desktop +++ /dev/null @@ -1,16 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Type=KonsoleApplication -Name=Linux Console -Name[fr]=Console Linux -Name[x-test]=xxLinux Consolexx -Comment=New Linux Console -Comment[fr]=Nouvelle console Linux -Comment[x-test]=xxNew Linux Consolexx -Exec=bash -Schema=Linux.schema -#VGA -Font=6 -Term=linux -KeyTab=linux -Cwd= diff --git a/other/sessions/mc.desktop b/other/sessions/mc.desktop deleted file mode 100644 index d5b64c1a..00000000 --- a/other/sessions/mc.desktop +++ /dev/null @@ -1,12 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Type=KonsoleApplication -Name=Midnight Commander -Name[x-test]=xxMidnight Commanderxx -Icon=konsoleblue -Comment=New Midnight Commander -Comment[fr]=Nouveau Midnight Commander -Comment[x-test]=xxNew Midnight Commanderxx -Exec=mc -c -Cwd= -Tips=false diff --git a/other/sessions/screen.desktop b/other/sessions/screen.desktop deleted file mode 100644 index 05c14597..00000000 --- a/other/sessions/screen.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Type=KonsoleApplication -Name=Screen Session -Name[fr]=Session Screen -Name[x-test]=xxScreen Sessionxx -Comment=New Screen Session -Comment[fr]=Nouvelle session Screen -Comment[x-test]=xxNew Screen Sessionxx -Exec=screen -Cwd= diff --git a/other/sessions/shell.desktop b/other/sessions/shell.desktop deleted file mode 100644 index 924bbf82..00000000 --- a/other/sessions/shell.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Type=KonsoleApplication -Name=Shell -Name[fr]=Terminal -Name[x-test]=xxShellxx -Comment=New Shell -Comment[fr]=Nouveau shell -Comment[x-test]=xxNew Shellxx -Exec= -Cwd= diff --git a/other/sessions/su.desktop b/other/sessions/su.desktop deleted file mode 100644 index be2f32a4..00000000 --- a/other/sessions/su.desktop +++ /dev/null @@ -1,17 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Type=KonsoleApplication -Name=Root Shell -Name[fr]=Shell superutilisateur -Name[x-test]=xxRoot Shellxx -Icon=konsolered -Comment=New Root Shell -Comment[fr]=Nouveau shell superutilisateur -Comment[x-test]=xxNew Root Shellxx -Exec=su - -Schema=BlackOnLightYellow.schema -#Schema=Linux.schema -#VGA -#Font=6 -Cwd= -Tips=false diff --git a/other/sessions/sumc.desktop b/other/sessions/sumc.desktop deleted file mode 100644 index 08d73bdc..00000000 --- a/other/sessions/sumc.desktop +++ /dev/null @@ -1,16 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Type=KonsoleApplication -Name=Root Midnight Commander -Name[fr]=Midnight Commander en tant que superutilisateur -Name[x-test]=xxRoot Midnight Commanderxx -Icon=konsolered -Comment=New Root Midnight Commander -Comment[fr]=Nouveau Midnight Commander en tant que superutilisateur -Comment[x-test]=xxNew Root Midnight Commanderxx -Exec=su -c 'mc -c' -Schema=BlackOnLightYellow.schema -#VGA -#Font=6 -Cwd= -Tips=false -- GitLab