Skip to content
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

gqrx doesn't launch from menu shortcut on Windows (shortcut is broken in 2024.01.26 release) #89

Closed
TIT8 opened this issue Mar 18, 2024 · 5 comments

Comments

@TIT8
Copy link

TIT8 commented Mar 18, 2024

Helllo folks, I have a stupid question.

I've just installed the radioconta latest version on WIndows 11 and it correctly install Gnu Radio Companion on the Start Menu that works very well.
But with GRC, it install also gqrx which doesn't work (if I click on it, it opens a terminal that after a second is closed and nothing appear anymore).

I noticed that the version carried by radioconda is the 2.17.3, while the latest one (2.17.4) is the first to have Windows binary. So I did a mamba upgrade --all and it install correctly the latest version, but clicking on the gqrx app on the start menu still doesn't work.

Finally I installed gqrx from the official repo and it works pretty well (only with RTL-SDR for now).

Am I missing something? Thanks in advance.

@ryanvolz
Copy link
Owner

What happens when you run gqrx from the Conda prompt? Does the terminal output give any clues for why it doesn't load?

If I had to take a guess right now without more information, you're probably running into an issue with the Qt libraries that gqrx uses. The discussion at #78 would be relevant in that case. Quick takeaway: if you have PothosSDR install, uninstalling that might fix this.

@TIT8
Copy link
Author

TIT8 commented Mar 19, 2024

Thank you, @ryanvolz, for the answer.

I don't have PothosSDR.

Running gqrx from the Conda prompt works well. Sorry I didn't think about that solution.
But then, why from the shortcut doesn't it work?

@ryanvolz
Copy link
Owner

If it works from the Conda prompt, then it's not a Qt library thing that is the issue. I don't know why launching from the prompt would be different than using the Start Menu shortcut, but clearly there is something. I'll have to see if I can reproduce.

@ryanvolz
Copy link
Owner

Got some time finally and tracked this down to the menu shortcut being totally wrong on account of a big change in how conda creates menu items. I'm updating the gqrx package to the new menu format which should fix the problem. That updated package will be in the next release, at which time I'll close this.

@ryanvolz ryanvolz changed the title Issue with gqrx on WIndows 11 gqrx doesn't launch from menu shortcut on Windows (shortcut is broken in 2024.01.26 release) Apr 26, 2024
@ryanvolz
Copy link
Owner

Fixed in 2024.05.29 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants