Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37410628
en ru br
Репозитории ALT

Группа :: Терминалы
Пакет: kde5-konsole

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: alt-fix-empty-profile.patch
Скачать


diff --git konsole/src/profile/ProfileList.cpp konsole/src/profile/ProfileList.cpp
--- konsole/src/profile/ProfileList.cpp
+++ konsole/src/profile/ProfileList.cpp
@@ -39,6 +39,8 @@ ProfileList::ProfileList(bool addShortcu
     connect(_group, &QActionGroup::triggered, this, &ProfileList::triggered);
 
     for (const auto &profile : ProfileManager::instance()->allProfiles()) {
+        if (profile->name().isEmpty())
+            continue;
         addShortcutAction(profile);
     }
 
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin