Mehrad Mahmoudian
Mehrad Mahmoudian
I think @pavel-the-best is the best person to be tagged here to see if he has any ideas considering that he is the maintainer of Flameshot on Gentoo. 🤗
@tastytea Now this is is interesting. Thanks for trying to reproduce this in a VM. I'll try to see if I can replicate this on a clean VM and will...
I replicated this on an Ubuntu 20.10 compiled from source ```sh # install dependencies sudo apt install git g++ cmake build-essential qttools5-dev-tools libqt5svg5-dev qttools5-dev libqt5dbus5 libqt5network5 libqt5core5a libqt5widgets5 libqt5gui5 libqt5svg5...
@pavel-the-best [this VM](https://github.com/flameshot-org/flameshot/issues/2446#issuecomment-1048618589) is on Wayland
@dummys just as a heads up, when you put things in single quote, bash will not expand them. So `'~'` will not get translated to `'${HOME}'`. In your case I...
@dummys I made a mistake in my previous comment. What I said is correct but it does not concern you because the single quoted string is input of `/bin/bash` and...
> Is there some debug mode to have some logs ? There is no debugging mode or extra verbosity [yet].
I'm on Manjaro KDE and to me it seems everything works fine with global fractional scaling 125%: https://user-images.githubusercontent.com/390889/178290499-78239f9f-a572-4c9f-9fdd-bba68cec9790.mp4
Interestingly enough, all issues tagged with [Need RFC](https://github.com/flameshot-org/flameshot/labels/Need%20RFC) are color-picker related. @PrSunflower would you like to write the RFC? For now we don't have a template (or at least I...
I [discussed it with devs on Slack](https://flameshotworkspace.slack.com/archives/C01939Q2UVB/p1615467414018200) (btw you are welcome [to join](https://join.slack.com/t/flameshotworkspace/shared_invite/zt-kx50keyc-H2GHTjQmmC4X2oRgSeDIVg)) and @borgmanJeremy mentioned: > This is the process currently documented and there is an RC template: https://github.com/flameshot-org/flameshot/blob/master/docs/RFC.md...