Hennadii Chernyshchyk
Hennadii Chernyshchyk
While it can be compiled on FreeBSD, I don't explicitly support it because I don't have this OS. But PRs to fix the compatibility are welcome, I will be happy...
Can't reproduce, works on KDE Plasma 6 on Wayland for me. Make sure that you added Crow in system shortcut settings. Also the issue is unrelated, it's for FreeBSD.
> maybe on intel/amd cpu but does the shortcut work on the nvidia gpu (discret gpu actived)? I don't think that it matters... But I use Nvidia desktop GPU. >...
See https://github.com/crow-translate/crow-translate/issues/655#issuecomment-1938216307 I suspect that the problem in `appsettings.cpp` due to some define. We need to replace all `Q_OS_LINUX` defines with `Q_OS_UNIX`. Feel free to send a PR.
Looks like your environment doesn't allow to make screenshots. Check rights or something like this. It returns an error from GNOME: https://github.com/crow-translate/crow-translate/blob/7113ff01a994584ed0a3ec557fc3a694fcb06b63/src/ocr/screengrabbers/waylandgnomescreengrabber.cpp#L54
Can't reproduce on my machine. Probably something specific to Wayland. Maybe a bug in our OCR provider for Wayland.
For some reason it can't access xdg desktop portal to request the screen area. Another limitation of Wayland, I implemented different providers for different DE's: https://github.com/crow-translate/crow-translate/blob/master/src/ocr/screengrabbers/waylandgnomescreengrabber.cpp You can try to...
Check if you even have this D-Bus interface. Something like this: ```bush qdbus org.gnome.Shell /org/gnome/Shell/Screenshot ```
Expected, it's because you have Sway. Try this: ``` qdbus org.freedesktop.portal.Desktop /org/freedesktop/portal/desktop ```