luisbocanegra / plasma-smart-video-wallpaper-reborn

Smart Video Wallpaper for KDE Plasma 6
https://store.kde.org/p/2139746
GNU General Public License v2.0
51 stars 1 forks source link

Video black screen on desktop #1

Closed linlinxza closed 4 months ago

linlinxza commented 4 months ago

https://github.com/luisbocanegra/plasma-smart-video-wallpaper/assets/11242593/c0e25510-d02a-42b5-9cbd-db084eda0501

This is what I get from journalctl -f:

plasmashell[3069178]: vaExportSurfaceHandle failed

luisbocanegra commented 4 months ago

Hi, Just installed on bare metal and works perfect! I've all gstreamer and gst-ugl,bad packages installed and no issues now. I have a problem to install it on Open Suse Tumbleweed when I run ./install.sh always runs in ECM error in Arch is easy installed the extra-cmake-modules 6.0.0-1 and the script runs but in Suse the only available package I can found is ecm 5.103.0 version I think this is the reason. Maybe you can help me because you're more professional then I. Thx a lot.

You can get around that by installing using this command kpackagetool6 -t Plasma/Wallpaper -i package/ inside the downloaded/cloned repository

cmake and stuff is useful for me to automate and publish things on AUR but I should switch my install.sh scripts to kpackagetool6 for all my plasmoids so it becomes easier for end users

Rew20 commented 4 months ago

Hallo Luis, Please can you help me I`m not able to install it on Suse Tumbleweed maybe I´m to dumb. Here my error message:

aki@localhost:~/Videos/plasma-smart-video-wallpaper> ./install.sh -- The C compiler identification is GNU 13.2.1 -- The CXX compiler identification is GNU 13.2.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done Plugin Id: com.luisbocanegra.smart.video.wallpaper Version: 0.1.0 CMake Error at CMakeLists.txt:21 (find_package): By not providing "FindPlasma.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Plasma", but CMake did not find one.

Could not find a package configuration file provided by "Plasma" (requested version 6.0.0) with any of the following names:

PlasmaConfig.cmake
plasma-config.cmake

Add the installation prefix of "Plasma" to CMAKE_PREFIX_PATH or set "Plasma_DIR" to a directory containing one of the above files. If "Plasma" provides a separate development package or SDK, be sure it has been installed.

-- Configuring incomplete, errors occurred! gmake: Makefile: Datei oder Verzeichnis nicht gefunden gmake: *** Keine Regel, um „Makefile“ zu erstellen. Schluss. CMake Error: Not a file: /home/aki/Videos/plasma-smart-video-wallpaper/build/cmake_install.cmake CMake Error: Error processing file: /home/aki/Videos/plasma-smart-video-wallpaper/build/cmake_install.cmake aki@localhost:~/Videos/plasma-smart-video-wallpaper> kpackagetool6 -t Plasma/wallpaper -i package/ kf.package: Invalid metadata for package structure "Plasma/wallpaper" kf.package: Invalid metadata for package structure "Plasma/wallpaper" Package type "Plasma/wallpaper" not found kf.package: Invalid metadata for package structure "Plasma/wallpaper" Fehler: Installation von /home/aki/Videos/plasma-smart-video-wallpaper/package fehlgeschlagen: Could not load package structure Plasma/wallpaper Maybe you can make an install manual for Dummies like me. ps. I like my Arch distro never had an issue to install Thx for great job!

luisbocanegra commented 4 months ago

Hmm looks like the kpackagetool6 in your system may be outdated/broken? for me it works.

In that case just copy it manually:

mkdir -p ~/.local/share/plasma/wallpapers/luisbocanegra.smart.video.wallpaper.reborn
cp -r package/* ~/.local/share/plasma/wallpapers/luisbocanegra.smart.video.wallpaper.reborn
Rew20 commented 4 months ago

Hallo many Thanks! I got it Reinstalled plus a few missing k6packagetools and install works now. Take care!

Rew20 commented 4 months ago

Hallo Luis, Please can you help me!! I installed the plugion on Open Suse Tumbleweed put if I select the video nothing is playing screen are black. I am so week I am not able to make the file for gstreamer when I do nano /.config/plasma-workspace/env/qt-media-backend.sh I cannot save the file. I dont know if i on ffmpg because with the older version the videos was playing. All codecs are installed too. Please explain me how i can to it right in Arch I had no problem either. Thank you very much

luisbocanegra commented 4 months ago

Hallo Luis, Please can you help me!! I installed the plugion on Open Suse Tumbleweed put if I select the video nothing is playing screen are black.

I am not able to make the file for gstreamer when I do nano /.config/plasma-workspace/env/qt-media-backend.sh I cannot save the file.

Make sure it's ~/.config/plasma-workspace/env/qt-media-backend.sh if you can't save it it means the folders may not exist, in that case you create them manually or with mkdir -p ~/.config/plasma-workspace/env/

The absolute path of the file will be /home/USER/.config/plasma-workspace/env/qt-media-backend.sh where USER is your user name (the one the command whoami returns) and the content should be:

#!/bin/bash
export QT_MEDIA_BACKEND=gstreamer

you must reboot after creating the file

I dont know if i on ffmpg because with the older version the videos was playing. All codecs are installed too. Please explain me how i can to it right in Arch I had no problem either. Thank you very much.

You can verify if the environment variable was correctly set with the command echo $QT_MEDIA_BACKEND, if it prints nothing you are still using ffmpeg

If the environment variable returns gstreamer and you still have black video make sure you have gstreamer-plugins-libav installed.

If you continue to get black video please share the complete output of journalctl -f and also the output of sudo dmesg -wHT while you reproduce the bug, while both commands are running switch from the Image wallpaper plugin to video wallpaper, then stop both commands, copy the outputs and paste it here.

Rew20 commented 4 months ago

Hallo Luis, I made the file qt-media-backend.sh and it shows now: aki@Aki:~> echo $QT_MEDIA_BACKEND gstreamer black screen too The message journal -f and sudo dmesg -wHT: aki@Aki:~> sudo su [sudo] Passwort für root: Aki:/home/aki # journalctl -f Mar 23 09:12:38 Aki sudo[12392]: pam_unix(sudo:session): session opened for user root(uid=0) by aki(uid=1000) Mar 23 09:12:38 Aki sudo[12392]: pam_kwallet5(sudo:session): pam_kwallet5: pam_sm_open_session Mar 23 09:12:38 Aki sudo[12392]: pam_kwallet5(sudo:session): pam_kwallet5: we were already executed Mar 23 09:12:38 Aki su[12396]: (to root) root on pts/2 Mar 23 09:12:38 Aki su[12396]: pam_unix(su:session): session opened for user root(uid=0) by aki(uid=0) Mar 23 09:12:38 Aki su[12396]: pam_kwallet5(su:session): pam_kwallet5: pam_sm_open_session Mar 23 09:12:38 Aki su[12396]: pam_kwallet5(su:session): pam_kwallet5: not a graphical session, skipping. Use force_run parameter to ignore this. Mar 23 09:12:47 Aki pipewire[1996]: mod.client-node: 0x5597541e8c80: unknown peer 0x5597541e25e0 fd:64 Mar 23 09:12:47 Aki plasmashell[2205]: error creating screencast "Could not find window id 0" Mar 23 09:12:49 Aki pipewire[1996]: mod.client-node: 0x5597541e8c80: unknown peer 0x5597541e25e0 fd:64 sudo dmesg -wHT Mar 23 09:13:20 Aki kwin_wayland[1948]: This plugin does not support raise() Mar 23 09:13:22 Aki plasmashell[2205]: qt.qml.typeresolution.cycle: Cyclic dependency detected between "qrc:/qt/qml/org/kde/desktop/private/TextFieldContextMenu.qml" and "qrc:/qt/qml/org/kde/desktop/MenuItem.qml" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:11:1: QML ConfigurationAppletPage: Created graphical object was not placed in the graphics scene. Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:51:9: TypeError: Cannot read property 'implicitHeight' of null Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_iconDefault" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_icon" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_useCustomIconDefault" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_useCustomIcon" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_ItemsGeometriesDefault" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_ItemsGeometries" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_ToolBoxButtonStateDefault" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_ToolBoxButtonState" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_ToolBoxButtonXDefault" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_ToolBoxButtonX" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_ToolBoxButtonYDefault" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_ToolBoxButtonY" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_FirstStartupDefault" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_FirstStartup" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_positionsDefault" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_positions" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_urlDefault" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_url" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_labelModeDefault" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_labelMode" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_labelTextDefault" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_labelText" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_arrangementDefault" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_arrangement" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_alignmentDefault" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_alignment" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_lockedDefault" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_locked" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_sortModeDefault" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_sortMode" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_sortDescDefault" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_sortDesc" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_sortDirsFirstDefault" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_sortDirsFirst" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_toolTipsDefault" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_toolTips" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_selectionMarkersDefault" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_selectionMarkers" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_renameInlineDefault" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_renameInline" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_popupsDefault" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_popups" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_previewsDefault" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_previews" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_previewPluginsDefault" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_previewPlugins" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_viewModeDefault" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_viewMode" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_iconSizeDefault" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_iconSize" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_labelWidthDefault" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_labelWidth" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_textLinesDefault" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_textLines" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_textColorDefault" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_textColor" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_filterPatternDefault" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_filterPattern" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_filterModeDefault" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_filterMode" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_filterMimeTypesDefault" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_filterMimeTypes" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_showHiddenFilesDefault" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:62: Error: Cannot assign to non-existent property "cfg_showHiddenFiles" Mar 23 09:13:22 Aki plasmashell[2205]: kf.coreaddons: "Could not find plugin luisbocanegra.smart.video.wallpaper.reborn" Mar 23 09:13:22 Aki plasmashell[2205]: kf.coreaddons: "Could not find plugin org.kde.desktopcontainment" Mar 23 09:13:22 Aki plasmashell[2205]: kf.coreaddons: "Could not find plugin org.kde.plasma.folder" Mar 23 09:13:22 Aki plasmashell[2205]: kf.coreaddons: "Could not find plugin org.kde.plasma.folder" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:204: TypeError: Cannot read property 'objectName' of null Mar 23 09:13:22 Aki plasmashell[2205]: kf.coreaddons: "Could not find plugin org.kde.image" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg_objectName" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg_PreviewImageDefault" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg_PreviewImage" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg_objectNameChanged" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg_valueChanged" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg_keys" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg_isImmutable" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg_writeConfig" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg0" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg1" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg2" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg3" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg4" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg5" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg6" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg7" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg8" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg9" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg10" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg11" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg12" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg13" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg14" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg15" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg16" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg17" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg18" Mar 23 09:13:22 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg19" Mar 23 09:13:23 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:130:9: QML StackView: Binding loop detected for property "implicitHeight" Mar 23 09:13:23 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:51:9: QML Loader: Binding loop detected for property "height" Mar 23 09:13:23 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:51:9: QML Loader: Binding loop detected for property "height" Mar 23 09:13:23 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:51:9: QML Loader: Binding loop detected for property "height" Mar 23 09:13:23 Aki plasmashell[2205]: QQuickPaintedItem::textureProvider: can only be queried on the rendering thread of an exposed window Mar 23 09:13:23 Aki plasmashell[2205]: QQuickPaintedItem::textureProvider: can only be queried on the rendering thread of an exposed window Mar 23 09:13:24 Aki plasmashell[2205]: kf.coreaddons: "Could not find plugin org.kde.image" Mar 23 09:13:25 Aki plasmashell[2205]: kf.coreaddons: "Could not find plugin luisbocanegra.smart.video.wallpaper.reborn" Mar 23 09:13:25 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "configDialog" Mar 23 09:13:25 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg_objectName" Mar 23 09:13:25 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg_VideoWallpaperBackgroundVideoDefault" Mar 23 09:13:25 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg_VideoUrlsDefault" Mar 23 09:13:25 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg_BackgroundColorDefault" Mar 23 09:13:25 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg_FillModeDefault" Mar 23 09:13:25 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg_PauseModeDefault" Mar 23 09:13:25 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg_MuteAudioDefault" Mar 23 09:13:25 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg_PauseBatteryLevelDefault" Mar 23 09:13:25 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg_BatteryPausesVideoDefault" Mar 23 09:13:25 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg_BatteryDisablesBlurDefault" Mar 23 09:13:25 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg_BlurModeDefault" Mar 23 09:13:25 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg_BlurRadiusDefault" Mar 23 09:13:25 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg_ScreenLockedPausesVideoDefault" Mar 23 09:13:25 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg_QdbusExecNameDefault" Mar 23 09:13:25 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg_ScreenOffPausesVideoDefault" Mar 23 09:13:25 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg_ScreenStateCmdDefault" Mar 23 09:13:25 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg_CheckWindowsActiveScreenDefault" Mar 23 09:13:25 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg_objectNameChanged" Mar 23 09:13:25 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg_valueChanged" Mar 23 09:13:25 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg_keys" Mar 23 09:13:25 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg_isImmutable" Mar 23 09:13:25 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg_writeConfig" Mar 23 09:13:25 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg0" Mar 23 09:13:25 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg1" Mar 23 09:13:25 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg2" Mar 23 09:13:25 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg3" Mar 23 09:13:25 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg4" Mar 23 09:13:25 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg5" Mar 23 09:13:25 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg6" Mar 23 09:13:25 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg7" Mar 23 09:13:25 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg8" Mar 23 09:13:25 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg9" Mar 23 09:13:25 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg10" Mar 23 09:13:25 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg11" Mar 23 09:13:25 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg12" Mar 23 09:13:25 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg13" Mar 23 09:13:25 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg14" Mar 23 09:13:25 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg15" Mar 23 09:13:25 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg16" Mar 23 09:13:25 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg17" Mar 23 09:13:25 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg18" Mar 23 09:13:25 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg19" Mar 23 09:13:25 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg20" Mar 23 09:13:25 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg21" Mar 23 09:13:25 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg22" Mar 23 09:13:25 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg23" Mar 23 09:13:25 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg24" Mar 23 09:13:25 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg25" Mar 23 09:13:25 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg26" Mar 23 09:13:25 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg27" Mar 23 09:13:25 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg28" Mar 23 09:13:25 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg29" Mar 23 09:13:25 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg30" Mar 23 09:13:25 Aki plasmashell[2205]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:157: Error: Cannot assign to non-existent property "cfg31" Mar 23 09:13:25 Aki plasmashell[2205]: file:///usr/lib64/qt6/qml/org/kde/kirigami/FormLayout.qml:305:9: QML QQuickItem*: Binding loop detected for property "implicitWidth" Mar 23 09:13:29 Aki plasmashell[2205]: Failed to create QVideoSink "Not available" Mar 23 09:13:29 Aki plasmashell[2205]: Failed to initialize QMediaPlayer "Not available"

luisbocanegra commented 4 months ago
Mar 23 09:13:29 Aki plasmashell[2205]: Failed to create QVideoSink "Not available"
Mar 23 09:13:29 Aki plasmashell[2205]: Failed to initialize QMediaPlayer "Not available"

Do you have qt6-multimedia package installed? I think you should but please check

Rew20 commented 4 months ago

Hi I installed just now qt6-multimedia-devel-6.6.0-1.1.x86_64.rpm and qt6-quicktimeline Black srceen again

luisbocanegra commented 4 months ago

Is your system up-to-date? If not please update all your packages, reboot and try again. I am downloading openSUSE to try in a vm

Rew20 commented 4 months ago

Is updated Yes that was great if you tied on vm Thanks so much I`ll buy you one coffee!!!!

luisbocanegra commented 4 months ago

Hi, I managed to get it working after installing the multimedia codecs as per instructions here and qt6-multimedia package

Basically did:

sudo zypper install opi
opi codecs
sudo zypper install qt6-multimedia

Answered (y)es or (a)ccept (or always trust, don't remember) to everything, rebooted and the video was able to play on the desktop.

Rew20 commented 4 months ago

You are a hero! YES is working now! The interesting part is that I had had this codes installed before on plasma 5.27 and now as I reinstalled it works fine, I tried out on Arch and KDE-Neon there worked out of the box so that means Opensuse Tumbleweed is a little different. Do you think you make and extra installer manual for OpenSuse TW ? So I will buy you a coffee. Have to check how I can do it. Thank you so much have a nice weekend!

luisbocanegra commented 4 months ago

You are a hero! YES is working now! The interesting part is that I had had this codes installed before on plasma 5.27 and now as I reinstalled it works fine, I tried out on Arch and KDE-Neon there worked out of the box so that means Opensuse Tumbleweed is a little different. Do you think you make and extra installer manual for OpenSuse TW ?

Maybe you were missing some Qt6 package and it got installed after reinstalling all the codecs, I am not sure. It worked on Neon and Arch because most of the time a package you install requires the codecs it just installs them since they are in the official packages. On Fedora for example you have to install them from a separate repo too.

Will add the instructions to the README.

So I will buy you a coffee. Have to check how I can do it. Thank you so much have a nice weekend!

Thank you! Enjoy the plugin and let me know If you find any bug. I will be releasing updates in the KDE Store https://store.kde.org/p/2139746