Группа :: Терминалы
Пакет: kde4-konsole
Главная Изменения Спек Патчи Sources Загрузить Gear Bugs and FR Repocop
Патч: kdebase-4.14.3-alt-no-transparency.patch
Скачать
Скачать
--- konsole-4.14.3/src/main.cpp~ 2015-07-27 15:48:47.260000000 +0300
+++ konsole-4.14.3/src/main.cpp 2015-07-27 15:50:05.561000000 +0300
@@ -189,8 +189,8 @@ void fillCommandLineOptions(KCmdLineOpti
options.add("show-tabbar", ki18nc("@info:shell", "Show the tabbar, overriding the default setting"));
options.add("hide-tabbar", ki18nc("@info:shell", "Hide the tabbar, overriding the default setting"));
options.add("fullscreen", ki18nc("@info:shell", "Start Konsole in fullscreen mode"));
- options.add("notransparency",
- ki18nc("@info:shell", "Disable transparent backgrounds, even if the system"
+ options.add("transparency",
+ ki18nc("@info:shell", "Enable transparent backgrounds, even if the system"
" supports them."));
options.add("list-profiles", ki18nc("@info:shell", "List the available profiles"));
options.add("list-profile-properties",