Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37893236
en ru br
ALT Linux repos
S:23.04.3-alt1

Group :: Terminals
RPM: kde5-konsole

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: alt-fix-empty-profile.patch
Download


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);
     }
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin