Closed nmrkr closed 8 months ago
So, I've re-built this pull-request locally... As of now, with wayland, I am not getting the error qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
anymore...
Operating System: EndeavourOS
KDE Plasma Version: 6.0.5
KDE Frameworks Version: 6.3.0
Qt Version: 6.7.1
Kernel Version: 6.9.4-zen1-1-zen (64-bit)
Graphics Platform: Wayland
Processors: 32 × AMD Ryzen 9 7950X 16-Core Processor
Memory: 93,5 GiB of RAM
Graphics Processor: NVIDIA GeForce RTX 4090/PCIe/SSE2
Manufacturer: ASUS
Although I would append toString()
to the settings->setValue("current", QVariant::fromValue(Mode::*));
calls. That way I was able to get rid of the " "Invalid escape sequence \"\\0\"."
errors:
void Utils::goLight()
{
...
settings->setValue("current", QVariant::fromValue(Mode::Light).toString());
}
and respectivelly
void Utils::goDark()
{
...
settings->setValue("current", QVariant::fromValue(Mode::Dark).toString());
}
That way the current
setting looks like the following (on my local .config/koirc
:
[General]
current=Dark
...
Hello @nmrkr !
It looks the pull request cannot be accepted due to bugs, at least on Wayland, behind your
toggle-on-middle-click
variant of Koi.Please see the terminal output for details:
Whereas the Baduhai's variant is way less problematic on Wayland:
Some things need to be either reverted or changed . . .
Thank you and good luck with troubleshooting !