--- kdebase-4.9.1/konsole/src/ProfileManager.cpp~ 2012-10-01 16:41:48.000000000 +0400 +++ kdebase-4.9.1/konsole/src/ProfileManager.cpp 2012-10-01 16:44:09.000000000 +0400 @@ -547,7 +547,7 @@ void ProfileManager::loadFavorites() } else { // 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.10.0/konsole/data/profiles/CMakeLists.txt~ 2012-12-11 17:35:00.000000000 +0400 +++ kdebase-4.10.0/konsole/data/profiles/CMakeLists.txt 2012-12-11 17:35:57.000000000 +0400 @@ -1,5 +1,6 @@ install( FILES + Root.profile Shell.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