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

[Bug] 现在的打开url方式仅支持Windows #11

Open
hexadecimal233 opened this issue Jul 28, 2024 · 2 comments
Open

[Bug] 现在的打开url方式仅支持Windows #11

hexadecimal233 opened this issue Jul 28, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@hexadecimal233
Copy link

在关于页面里打开链接是用的start方法,仅支持windows,而且会有一闪而过的cmd窗口,可以使用其他跨平台的方法。

@ChinaIceF
Copy link
Owner

确实,下个版本试着自己写一下跨平台支持或者用第三方库解决一下这个问题

@ChinaIceF ChinaIceF added the bug Something isn't working label Jul 28, 2024
@Surely0402
Copy link

Surely0402 commented Aug 8, 2024

把os.system(f"start {url}")改成QDesktopServices.openUrl(QUrl(url))就可以了。 mac+win11亲测

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants