Skip to content
Commit b4ef9667 authored by David Edmundson's avatar David Edmundson
Browse files

[libkworkspace] Fix if getCurrentSeat needs to fallback to old approach

The test for whether "/auto" is supported was bogus.

QDBusAbstractInterface::isValid effectively just confirms the service
exists and the path is a legally valid name, not that it has any
interfaces there.

This means the fallback path is not run appropriately.

BUG: 423526


(cherry picked from commit f6269cad)
parent d3c0c394
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment