-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Linux: Clicking [link] buttons locks up the client #96
Comments
To help troubleshoot this, it would be interesting to know:
|
Just tested this as well (running on i3wm also). With And yes, I've checked that I have the configuration documented in https://askubuntu.com/questions/516307/how-do-i-change-default-wine-browser-to-native-ubuntu-browser-instead-of-ie Agree with @DeltaGW2 on this, if |
Nexus call: The nShowCmd parameter should have no noticable effect. |
The Open Addons Folder button does work. I'll have to wait until I'm home to check if the /wiki command works; I've had too many bad experiences by things opening browsers and corrupting my Chrome profiles (3 times now I've lost hundreds of tabs from Chrome, most recently around two months ago) so I'm very careful about opening links from outside a web browser. |
The only possibility is that passing 0 as the verb picks the wrong default action, in other words it's trying something else than to open the URL. This can only be the case, if the default action or registry order was modified. I will explicitly set the verb to The Anything else will be beyond Nexus' control, such as when the |
Any confirmation yet, whether /wiki works in-game? @Iiridayn |
Sorry, haven't had time for games of late. Checked it just now, and it doesn't open anything, but also doesn't freeze up when I type Edit: looks like xdg-open is called but is dumping core for some reason. Running it from the command line is properly opening a URL however. |
Describe the bug
In the [Library] tab, there are interesting mods, but I would like to inspect source code before installing them to keep my computer and account safe. However, I do not know the URL, and when I click the provided [GitHub] to learn it, the client locks up and must be killed from another shell. Similarly, attempting to learn what the Raidcore Addon Policy is with the caution buttons freezes up the client in like manner.
To Reproduce
Expected behavior
Either hovering will display the link so I can laboriously retype it, or it'll get dumped to the log, or to stdout. The one thing I least expect is to get the link opened :). However
xdg-open
might be a good tool to use if aiming to open links on Linux. I'm fine w/a workaround - just need the same access to data.Screenshots
N/A - lockups are boring.
Additional context
Arch Linux, lutris-GE-Proton7-14-x86_64, i3 window manager, wrote Iiridayn/gw2-linux-multibox-launcher - happy to help debug to improve Linux support.
The text was updated successfully, but these errors were encountered: