[Bug 265505] plasma5-plasma: does not work (anymore) under Wayland

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 29 Jul 2022 17:09:48 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265505

            Bug ID: 265505
           Summary: plasma5-plasma: does not work (anymore) under Wayland
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: tino.engel@hotmail.com
 Attachment #235548 text/plain
         mime type:

Created attachment 235548
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=235548&action=edit
console log file

When starting plasma5 under wayland, it only shows the splash screen for some
time, then switches to a black screen (which doesn't even have a mouse cursor).

I have started plasma5 with the follwing script (I left the commented out lines
in there, since those are options I also have tried).

================
setenv XDG_RUNTIME_DIR /var/run/user/`id -u`
#setenv GTK_THEME Nordic-v40
#setenv LC_ALL de_DE.UTF-8
#setenv LANG de_DE.UTF-8

setenv XDG_SESSION_TYPE wayland
setenv GDK_BACKEND wayland
#setenv QT_QPA_PLATFORM wayland-egl
setenv QT_QPA_PLATFORM wayland
#setenv CLUTTER_BACKEND wayland
#setenv SDL_VIDEODRIVER wayland
#setenv MOZ_ENABLE_WAYLAND 1
#setenv LIBVA_DRIVER_NAME i965
setenv LOGFILE /home/elgrande/plasma-wayland.log
#setenv KWIN_COMPOSE Q
#setenv QT_WAYLAND_DISABLE_WINDOWDECORATION 1
setenv QT_LOGGING_RULES "kwin_core.debug=true;kwin_libinput.debug=true"

/usr/local/bin/startplasma-wayland.sh
#ck-launch-session dbus-run-session startplasma-wayland
================

Regardless of the options the screen always stays black after the splash
screen.
It seems though that something is running, when I ssh to the machine, kwin is
running and after some time, the lockscreen appears (without the possibility to
do anything there).

I have attached the logfile to this bug report.
Please note that the last lines of the attached logfile are errors due to a
hard reboot using the power button.

-- 
You are receiving this mail because:
You are the assignee for the bug.