https://bugs.kde.org/show_bug.cgi?id=441067

--- Comment #1 from Danail Branekov <danails...@gmail.com> ---
> Maybe removing the Qt:Tool hint caused that?
I actually meant _adding_ the Qt:Tool hint. 

As a matter of fact I tried that myself, removing the Qt:Tool hint made Yakuake
available in the task switcher list.


diff --git a/app/mainwindow.cpp b/app/mainwindow.cpp
index 6e38b42..4cf7239 100644
--- a/app/mainwindow.cpp
+++ b/app/mainwindow.cpp
@@ -61,7 +61,7 @@
 #endif

 MainWindow::MainWindow(QWidget *parent)
-    : KMainWindow(parent, Qt::CustomizeWindowHint | Qt::FramelessWindowHint |
Qt::Tool)
+    : KMainWindow(parent, Qt::CustomizeWindowHint | Qt::FramelessWindowHint)
 {
    
QDBusConnection::sessionBus().registerObject(QStringLiteral("/yakuake/window"),
this, QDBusConnection::ExportScriptableSlots);



So could you please bring back the Qt:Tool hint, or make it configurable via
some sort of a setting?

Thank you!

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to