https://bugs.kde.org/show_bug.cgi?id=368384
--- Comment #2 from Michail Vourlakos <mvourla...@gmail.com> --- David some update in this, I tried your code but didnt find any success... I even tried, imagePath: "" // this code just gives transparency to the panels, it doesnt make them fully transparent the code part, Plasma.StandardBackground //hits a warning that Plasma object is not identified for my Panel code I tried to set, Plasmoid.backgroundHints: "NoBackground"; ///which is found in some plasmoids code so I also tried in Panel.qml the following: imagePath: containment && containment.backgroundHints !== "NoBackground" ? "widgets/panel-background" : "" but I didnt have any success... -- You are receiving this mail because: You are watching all bug changes.