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

Group :: Graphical desktop/KDE
RPM: plasma5-polkit-kde-agent

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: alt-stay-on-top.patch
Download


--- a/AuthDialog.cpp
+++ b/AuthDialog.cpp
@@ -65,6 +65,10 @@ AuthDialog::AuthDialog(const QString &ac
     }
 
     setupUi(this);
+    QWidget *wnd = window();
+    if( wnd ) {
+	wnd->setWindowFlags(wnd->windowFlags() | Qt::WindowStaysOnTopHint);
+    }
 
     connect(buttonBox, &QDialogButtonBox::accepted, this, &AuthDialog::okClicked);
     connect(buttonBox, &QDialogButtonBox::accepted, this, &QDialog::accept);
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin