#25 cosmic-screenshot : thread 'main' panicked ad src/main.rs:71:10:
Opened by adriend. Modified

Unable to start cosmic-screenshot on Fedora 40.

RPM installed from copr: cosmic-screenshot-0.1.0~^20240725.163925git031eb66-1.fc40.x86_64

Tested to start in CLI :

adrien@fedoracosmic:~$ cosmic-screenshot
thread 'main' panicked at src/main.rs:71:10:
failed to receive screenshot response: Response(Other)
stack backtrace:
note: Some details are omitted, run with RUST_BACKTRACE=full for a verbose backtrace.

With full backtrace :

adrien@fedoracosmic:~$ RUST_BACKTRACE=full cosmic-screenshot
thread 'main' panicked at src/main.rs:71:10:
failed to receive screenshot response: Response(Other)
stack backtrace:
0: 0x55b604fddca5 -
1: 0x55b605003ccb -
2: 0x55b604fdaadf -
3: 0x55b604fdda7e -
4: 0x55b604fded39 -
5: 0x55b604fdea7d -
6: 0x55b604fdf1d3 -
7: 0x55b604fdf0b4 -
8: 0x55b604fde169 -
9: 0x55b604fdede7 -
10: 0x55b604ddeb83 -
11: 0x55b604ddf036 -
12: 0x55b604e7e8e4 -
13: 0x55b604e75bfc -
14: 0x55b604ded8b6 -
15: 0x55b604dee2ac -
16: 0x55b604fd5ab0 -
17: 0x55b604e806b7 -
18: 0x7f3c5f4d6088 - __libc_start_call_main
19: 0x7f3c5f4d614b - __libc_start_main_alias_1
20: 0x55b604ddf295 -
21: 0x0 -


Maybe an upstream issue:
- https://github.com/pop-os/cosmic-screenshot/issues/41
- https://github.com/pop-os/cosmic-screenshot/blob/031eb6686196e3dd4d7876ae30572522edc110b9/src/main.rs#L71

Metadata