Version 0.5.1-1
I am using Xubuntu 18.04 and when I click the taskbar button to take a screenshot, I get a menu instead.
Thanks

This is resolved in a newer release of flameshot. I don't think the fix is backported to Xubuntu 18.04, but if you build flameshot from source it will work fine (I tested with ubuntu package manager to confirm your issues, then built from source and it works fine)

This is resolved in a newer release of flameshot. I don't think the fix is backported to Xubuntu 18.04, but if you build flameshot from source it will work fine (I tested with ubuntu package manager to confirm your issues, then built from source and it works fine)
thank you very much, i will try it
@tawmoto please report back if the issue still persists after building from source, and if it is fixed, please close this issue.
@tawmoto There is a new stable version out. Would you please confirm if the issue persists in the new version as well?
@tawmoto There is a new stable version out. Would you please confirm if the issue persists in the new version as well?
Great, is there a snap or .deb somewhere or should I compile from sources? Thanks
@tawmoto There are 26 assets in that release including :
@tawmoto There are 26 assets in that release including :
Thanks, sorry I did not check myself, I am in vacation with poor internet.
Unfortunately I cannot install the .deb because unmet dependencies (I have the latest updates on Ubuntu 18.04)
flameshot depends on libqt5widgets5 (>= 5.11.0~rc1); however:
Version of libqt5widgets5:amd64 on system is 5.9.5+dfsg-0ubuntu2.5.
Also I get error on snap packages, maybe I am doing smth wrong?
sudo snap install "flameshot_v0.8.0.rc1+git14.017578e_amd64.snap"
error: cannot find signatures with metadata for snap
"flameshot_v0.8.0.rc1+git14.017578e_amd64.snap"
Thanks
@tawmoto The new flameshot is not in snap store yet (try snap search flameshot and you'll see) and that's why the snap instal fails.
About the .deb issue, perhaps @ZetaoYang can comment here as he knows the situation better.
But for now, you can always use the AppImage as it is distro agnostic:
mkdir -p ~/Applications/Flameshot
cd ~/Applications/Flameshot
3. Delete older versions of Flameshot AppImage
4. Set it to executable:
```sh
chmod +x Flameshot-*-x86_64.AppImage
./Flameshot-*-x86_64.AppImage
@ZetaoYang It is obvious that the ubuntu .deb package provided in the release page was not built against Qt5 5.9 as provided by Ubuntu 18.04 so it cannot be installed on Ubuntu 18.04 since it requires a higher Qt5 version. I consider it a bug and will open another issue for it.
@ZetaoYang this issue has nothing to do with cmake.
@ZetaoYang this issue has nothing to do with cmake.
I agree, cmake has nothing to do with this, it's a Qt problem.
I think this is okay to close now? There were many issues raised but I think they are all resolved.
I think this is okay to close now? There were many issues raised but I think they are all resolved.
Yes sure 馃憤