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

Melechtna Antelecht <melech...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|REPORTED                    |CONFIRMED
                 CC|                            |melech...@gmail.com

--- Comment #2 from Melechtna Antelecht <melech...@gmail.com> ---
I can confirm that this issue very much stems from
plasma-dbus-run-session-if-needed seeming to have no idea of the dbus session
is needed. The best solution I've been able to come too, and I'm apparently not
the only one,

https://bugzilla.redhat.com/show_bug.cgi?id=1897717

Is to modify the plasmawayland.desktop in /usr/share/wayland-sessions/ to
simply throw out the detector script and just run dbus-run-session instead,
then plasma starts normally. So clearly whatever this is doing

drs=
if [ -z "${DBUS_SESSION_BUS_ADDRESS}" ]
then
    drs=dbus-run-session
fi
exec ${drs} "$@"

Doesn't do its job.

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

Reply via email to