Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37766100
en ru br
ALT Linux repositórios
S:23.04.3-alt1

Group :: Terminais
RPM: kde5-konsole

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: alt-no-transparency.patch
Download


--- a/src/Application.cpp
+++ b/src/Application.cpp
@@ -98,7 +98,7 @@ void Application::populateCommandLinePar
         { { QStringLiteral("fullscreen") },
             i18nc("@info:shell", "Start Konsole in fullscreen mode")
         },
-        { { QStringLiteral("notransparency") },
+        { { QStringLiteral("transparency") },
             i18nc("@info:shell", "Disable transparent backgrounds, even if the system supports them.")
         },
         { { QStringLiteral("list-profiles") },
@@ -161,7 +161,7 @@ Application::~Application()
 
 MainWindow *Application::newMainWindow()
 {
-    WindowSystemInfo::HAVE_TRANSPARENCY = !m_parser->isSet(QStringLiteral("notransparency"));
+    WindowSystemInfo::HAVE_TRANSPARENCY = m_parser->isSet(QStringLiteral("transparency"));
 
     auto window = new MainWindow();
 
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009