NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
18.05k stars 14.09k forks source link

localsend: goes black after sending a file #354044

Open 0n-s opened 15 hours ago

0n-s commented 15 hours ago

Describe the bug

LocalSend's window fades to black after a file is sent.

Steps To Reproduce

Steps to reproduce the behavior:

  1. Go into the Send menu.
  2. Pick a file & send it to another device.
  3. Click Done.

Expected behavior

I should be sent back to the Send menu.

Screenshots

A screenshot of the LocalSend window, all black

Additional context

Not reproducible with Flatpak (tested).

Notify maintainers

@sikmir @linsui @pandapip1

Metadata


Add a :+1: reaction to issues you find important.

aucub commented 15 hours ago

This problem should have been solved in the new version (such as 1.16.1)

0n-s commented 14 hours ago

Nothing in the changelog seems to indicate that's the case…

But if it is, linking that PR here: https://github.com/NixOS/nixpkgs/pull/353481

aucub commented 14 hours ago

Just my test results, you can test it if you want.

0n-s commented 14 hours ago

Tested the PR on my end. It is indeed fixed with that version.

Pandapip1 commented 13 hours ago

This is because we had to move to unstable version because the version of Flutter that localsend was using was dropped from nixpkgs. It's likely that at some point a commit was introduced that caused this bug and a later commit fixed it. But no tag actually had said bug.

0n-s commented 13 hours ago

This is because we had to move to unstable version because the version of Flutter that localsend was using was dropped from nixpkgs. It's likely that at some point a commit was introduced that caused this bug and a later commit fixed it. But no tag actually had said bug.

Ah, that would make sense.