Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37744447
en ru br
ALT Linux repos
S:1.8.1-alt2

Group :: Graphical desktop/KDE
RPM: kde5-liquidshell

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: alt-panel-minimum-rows.patch
Download


--- a/DesktopPanel.cxx
+++ b/DesktopPanel.cxx
@@ -81,7 +81,7 @@ void DesktopPanel::updateRowCount()
 {
   NETRootInfo ri(QX11Info::connection(), 0, NET::WM2DesktopLayout);
 
-  int newRows = std::max(1, ri.desktopLayoutColumnsRows().height());
+  int newRows = std::max(2, ri.desktopLayoutColumnsRows().height());
 
   if ( newRows != rows )
   {
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin