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

Unset LD_LIBRARY_PATH before openUrl #1555

Merged
merged 2 commits into from
Aug 7, 2024
Merged

Unset LD_LIBRARY_PATH before openUrl #1555

merged 2 commits into from
Aug 7, 2024

Conversation

feiniks
Copy link
Contributor

@feiniks feiniks commented Aug 2, 2024

No description provided.


bool openUrl(QUrl url) {
#ifdef Q_OS_LINUX
// On linux openUrl will open the default browser via xgd-open, at this time LD_LIBRARY_PATH may affect xdg-open.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On linux openUrl will open the default browser via xgd-open. If the client is packaged as AppImage format, LD_LIBRARY_PATH is set to package location and may affect xdg-open.

@killing killing merged commit f77dfd3 into master Aug 7, 2024
@killing killing deleted the open_url branch August 7, 2024 10:08
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

Successfully merging this pull request may close these issues.

2 participants