Bug 512102

Summary: Unable to start an app with kvantum style flag
Product: [Applications] kdeconnect Reporter: sat0x <arch1_usser>
Component: desktop-applicationAssignee: Albert Vaca Cintora <albertvaka>
Status: REPORTED ---    
Severity: crash    
Priority: NOR    
Version First Reported In: 25.08.3   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description sat0x 2025-11-14 22:11:52 UTC
Platform:artix-openrc with hyprland
If I try to start kdeconnect-app with the env being
```
QT_STYLE_OVERRIDE=kvantum
QT_QPA_PLATFORMTHEME=qt6ct
QT_AUTO_SCREEN_SCALE_FACTOR=1
```
I am getting the following output:
```
QQmlApplicationEngine failed to load component
qrc:/qt/qml/org/kde/kdeconnect/app/Main.qml: module "kvantum" is not installed
Failed to load the app false
```
However If  I try to specify the style argument it starts with a default theme:
for instance:
`kdeconnect-app -style 1` 
I am getting the following output and app starts normally:
```
QApplication: invalid style override '1' passed, ignoring it.
	Available styles: kvantum-dark, kvantum, Windows, Fusion
kf.kirigami.platform: Failed to find a Kirigami platform plugin for style "org.hyprland.style"
qrc:/qt/qml/org/kde/kdeconnect/app/WelcomePage.qml:13:1: QML WelcomePage: Created graphical object was not placed in the graphics scene.
```