-
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
Open in external application (a.k.a App Launcher) closes immediately #2562
Comments
I'm also getting this on arch with the |
Same for me, built from source (0870eca and earlier), but works when I use "Take Screenshot" from the context menu of the app indicator in gnome 42 (problem already existed in 41) |
I'm experiencing the same on Ubuntu 22.04. I tried the build from apt, snap and latest RC. All do the same as noted above. |
I find it's #2003 that cause the problem using |
Lines 48 to 57 in 0870eca
The problem is: on click applaunch button, the captureTaken signal emit and flameshot exit before choosing app to launch. I want to take applaunch as exportTask and an Final Action (for example, flameshot gui --applaunch ). Is this ok?
|
@Alaskra thanks for following the case. To me it makes sense to be a final action, but then I wonder what will happen when the screenshot is taken with |
The main reason adding it as an argument might be complicated is "open with" is only support on Linux. I think we should be able to solve the issue with it exiting without making it a final action. |
The only way I find to solve this issue is adding launchapp to export task, and I find in code that all export task are final actions, so I want to make it final action at the same time. |
#2617 |
Flameshot Version
Flameshot v11.0.0 (03af9d8)
Installation Type
User repository (AUR)
Operating System type and version
Manjaro KDE (Kernel: 5.15.32-1-MANJARO x86_64)
Description
Regardless having the daemon running or not, the App Launcher window immediately closes. This might be related to #2509, but the major difference is that in the case of this issue, the tray icon does not misbehave.
Steps to reproduce
flameshot gui
Screenshots or screen recordings
Peek.2022-04-22.13-24.mp4
System Information
The text was updated successfully, but these errors were encountered: