diff --git a/clients/oxygen/oxygenfactory.cpp b/clients/oxygen/oxygenfactory.cpp index 7dd91cace1..22f10b09a1 100644 --- a/clients/oxygen/oxygenfactory.cpp +++ b/clients/oxygen/oxygenfactory.cpp @@ -52,6 +52,12 @@ namespace Oxygen { readConfig(); setInitialized( true ); + + // background pixmap + QPixmap pixmap; + pixmap.load( "/home/hpereira/Pictures/Wallpapers/window.ornate.png" ); + helper().setBackgroundPixmap( pixmap ); + } //___________________________________________________