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

--- Comment #4 from [email protected] ---
Dragon player does not seem to wake up the dgpu, at least not this version:
Dragon Player: 25.04.3
KDE Frameworks: 6.15.0
Qt: Using 6.9.1 and built against 6.9.1
Fedora Linux 42 (KDE Plasma Desktop Edition) (Wayland)
Build ABI: x86_64-little_endian-lp64
Kernel: linux 6.15.4-cachyos1.fc42.x86_64

also yes in alarmplayer.cpp a QMediaPlayer is created

incase you needed it, CMakeLists.txt for test_player:

cmake_minimum_required(VERSION 3.16)
project(TestPlayer)

find_package(Qt6 COMPONENTS Core Multimedia REQUIRED)

add_executable(test_player test_player.cpp)

target_link_libraries(test_player Qt6::Core Qt6::Multimedia)

set(CMAKE_AUTOMOC ON)

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

Reply via email to