Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Plasma Wallpaper Plugin using QtWebEngine
Forum Updated to NodeBB v4.3 + New Features

Plasma Wallpaper Plugin using QtWebEngine

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
3 Posts 2 Posters 265 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    adremides
    wrote on last edited by adremides
    #1

    Hi! I been strugling with this several hours now and I couldn't resolve this by my own. So I came here to ask some advice/help.

    I been trying to use a website as Wallpaper using an amazing plugin for KDE Plasma Desktop. It seems to use WebGL so it is showing only a black screen as result.

    Info about what I using:
    Installed this plugin.
    Wanted to use this website as wallpaper.

    After a LOT of reading I reach every possible move I can do to solve this, this is something of what I tryied:
    Reading this github post I know the WebEngineView doesn't have GPU accelerated capabillity and neither hardware acceleration (using chrome://gpu as website). It shows that plasmashell launched the browser subprocess QtWebEngineProcess with --disable-gpu argument.
    I try to pass some settings to WebEngineView (settings.accelerated2dCanvasEnabled: true and settings.webGLEnabled: true ) but didn't work.
    Updated the framework version (original plugin was using QtQuick 2 and QtWebEngine 1.7 so I changed them to 2.15 and 1.9. Didin't work either.

    Readed the QT documentation and forums but everywhere is talking about developing an application (mostly for Windows) and I don't know how to pass arguments from a plugin instead the application configuration.

    Some information about my system:
    GPU: Nvidia 3060 Ti
    CPU: Ryzen 7 5700
    OS: Kubuntu 22.04

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      I would recommend checking this with the KDE folks, they will have a better in depth knowledge of the framework you are trying to use.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • A Offline
        A Offline
        adremides
        wrote on last edited by
        #3

        Thanks @SGaist I will try to post it there then

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved