diff --git a/other/sessions/CMakeLists.txt b/other/sessions/CMakeLists.txt index 58349c85a532952441ddd59f3da2a9b9d4888619..1ce4d3b3f69966b3a3307ff8020facd28adc4066 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 0000000000000000000000000000000000000000..5a374976b016fda7fce115da32c46bbd2d2b830a --- /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 bed44c98ac5ec95ab734598d4b7a4a7369bb56c3..0000000000000000000000000000000000000000 --- 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 d5b64c1a8cb7456d6dd47fea8194db3e8c0505f2..0000000000000000000000000000000000000000 --- 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 05c145979a858a4ee7416920564bf20c11862213..0000000000000000000000000000000000000000 --- 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 924bbf821b1aecf8e90fd5e8f88f8ee55194b694..0000000000000000000000000000000000000000 --- 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 be2f32a434e58f8e8a1d0aae5c5cb99ae6e24ee2..0000000000000000000000000000000000000000 --- 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 08d73bdc1e66edb7da256549ff37d11c8c202508..0000000000000000000000000000000000000000 --- 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