Tungsten842

Results 16 comments of Tungsten842

> @QuantMint Are you able to collect any useful debugging information (with gdb or otherwise)? Here: [backtrace.txt](https://github.com/gqrx-sdr/gqrx/files/8787577/backtrace.txt) I am using QT 5.15.3

> Unfortunately the backtrace doesn't seem to have any useful clues. > > Could you install Qt 6 and try building Gqrx against that? I'd be interested to know whether...

It seems to have some problems with images: ``` Helpers.IconFetcher-WARNING **: 21:33:30.502: Failed to load image: |/run/current-system/sw/share/icons/hicolor/scalable/apps/foot.svg| 40 40 Couldn’t recognize the image file format for file “/run/current-system/sw/share/icons/hicolor/scalable/apps/foot.svg” ((nil)) ```

> > It seems to have some problems with images: > > ``` > > Helpers.IconFetcher-WARNING **: 21:33:30.502: Failed to load image: |/run/current-system/sw/share/icons/hicolor/scalable/apps/foot.svg| > > 40 40 Couldn’t recognize the...

@bew It looks like that issue was caused by me accidentally running rofi-unwrapped instead of rofi :). Using normal rofi works just fine.

> Currently we're checking if NIX_PATH contains nixpkgs(users usually remove it if using flakes) and determining if we should use flakes or channels > > https://github.com/nix-community/comma/blob/c83ff3839983b3cb8deb407ff618ca12179de588/src/main.rs#L106 > > what is...