--- kdebase-4.4.1/konsole/src/SessionManager.cpp~ 2010-03-25 18:45:20.000000000 +0300 +++ kdebase-4.4.1/konsole/src/SessionManager.cpp 2010-03-25 19:10:03.000000000 +0300 @@ -697,7 +697,7 @@ void SessionManager::loadFavorites() { // if there is no favorites key at all, mark the // supplied 'Shell.profile' as the only favorite - favoriteSet << "Shell.profile"; + favoriteSet << "Shell.profile" << "Root.profile"; } // look for favorites amongst those already loaded --- kdebase-4.4.1/konsole/data/profiles/CMakeLists.txt~ 2010-03-25 19:11:59.000000000 +0300 +++ kdebase-4.4.1/konsole/data/profiles/CMakeLists.txt 2010-03-25 19:12:30.000000000 +0300 @@ -1,5 +1,6 @@ install( FILES Shell.profile + Root.profile DESTINATION ${DATA_INSTALL_DIR}/konsole) --- kdebase-4.4.1/konsole/data/profiles/Root.profile~ 1970-01-01 03:00:00.000000000 +0300 +++ kdebase-4.4.1/konsole/data/profiles/Root.profile 2010-03-25 18:45:23.000000000 +0300 @@ -0,0 +1,18 @@ +[General] +Name=Root +Comment=Administrator profile +Comment[ru]=Командная оболочка с административными привелегиями +Icon=security-low +Command=su -l root +LocalTabTitleFormat=%d : %n +RemoteTabTitleFormat=%h : %u + +[Appearance] +ColorScheme=BlackOnLightYellow + +[Cursor Options] +UseCustomCursorColor=false + +[Scrolling] +ScrollMode=FixedLineCount +ScrollLineCount=1000