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); }