Davi Medrade

Results 4 comments of Davi Medrade

If V2 works on Linux right now (I haven't tested it yet), does it support MPRIS? If not, is that a planned feature?

**TL;DR:** There is a fix already merged, but to this date unreleased, so just add the GitHub repo to the Gemfile and it should install and work fine. ```ruby gem...

I tried `XDG_SESSION_TYPE=x11` on Wayland, but then the Text tool doesn't work. I can draw on the captured image, but I can't type text on it. When I start Flameshot...

I had this issue, but I managed to connect to the legacy server by following this advice: https://github.com/brianmario/mysql2/issues/1379#issuecomment-2671004051 Basically this: ```ruby ENV['MARIADB_TLS_DISABLE_PEER_VERIFICATION'] = '1' #