You are not logged in.

#1 2023-03-25 14:56:47

Xx_RiK_xX
Member
Registered: 2023-03-25
Posts: 10

stacer not launching in hyprland

this is the error message I get -
This application failed to start because it could not find or load the Qt platform plugin "wayland;xcb"
in "".

Available platform plugins are: xcb.

Reinstalling the application may fix this problem.
zsh: IOT instruction (core dumped)  stacer

and this is in script with which I start hyprland

#!/bin/bash

cd ~

export XDG_CURRENT_DESKTOP=Hyprland
export XDG_SESSION_TYPE=wayland
export XDG_SESSION_DESKTOP=Hyprland
export QT_AUTO_SCREEN_SCALE_FACTOR=1
export QT_QPA_PLATFORM="wayland;xcb"
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
export QT_QPA_PLATFORMTHEME=qt5ct
export SDL_VIDEODRIVER=wayland
export _JAVA_AWT_WM_NONEREPARENTING=1
export CLUTTER_BACKEND=wayland
export GDK_BACKEND="wayland,x11"
export XCURSOR_THEME=Material Cursors
export XCURSOR_SIZE=24
export GTK_THEME="Sweet-mars-v40"

exec Hyprland

I have installed qt5-wayland and qt6-wayland

Offline

Board footer

Powered by FluxBB