-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to capture screen started using first launch of flameshot gui
command on Sway
#1673
Comments
flameshot gui
command on Swayflameshot gui
command on Sway
I realized that the icon shows properly when you run What happens when you do another |
When i do The icon above remains unaffected in each case, means no icon if started using |
What I meant was to do something like this: pkill flameshot; sleep 1s; flameshot gui; sleep 3s; flameshot gui |
sorry for late reply was just checking the thing again |
idk if this is relevant but when this happens, I usually just compile flameshot from source with qt-wayland-devel and weirdly enough that fixes it. |
@ReneganRonin I don't see such package in the Arch repositorIes or AUR. What is your OS and what is your qt-wayland version? |
@mmahmoudian it is actually the qt5-wayland-devel package from Void Linux (which I am currently using). When I install flameshot from the xbps package manager, said issue happens. I just compile from source after that and it works. |
@ritikrajdev btw, try adding |
I do that on tty before launching sway. |
I found a thing that may help in resolving i think, it's not only happening on one single command as per my thinking, process of initialisation of flameshot daemon is different in all those sub commands as compared to the main flameshot command. |
Flameshot version
v0.10.0
r1355.35a6d430-1
Describe the bug
on starting flameshot with
flameshot
command it works normally as it should do, but when usedflameshot gui
(Flameshot shouldn't be running already), it doesn't work and says unable to capture the screen + there's no icon of flameshot in the system tray.Here's the preview of the issue mentioned (tested on my Arch Linux - 5.12.11-zen1-1-zen, Sway).
output.mp4
To Reproduce
flameshot
commandflameshot gui
, it'll work now !pkill flameshot
just for surety that no instance of flameshot is runningflameshot gui
command and try to capture screenshot.Expected behavior
I Expected to work it on starting even with flameshot gui + it doesn't look good having no icon in system tray of waybar when started with
flameshot
command only.System Information
Arch Linux - 5.12.11-zen1-1-zen, Sway
The text was updated successfully, but these errors were encountered: