-
Notifications
You must be signed in to change notification settings - Fork 220
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
[AppImage] Most buttons related to the web browser, file manager and copying don't work. #520
Comments
I also had the same issue described in #479 which seems to be related |
Same for me on Xubuntu (Xfce) 23.04 with the AppImage. |
Can reproduce: Manjaro 23.0.0 (KDE) with AppImage |
Adding onto this, it appears to be an issue with the AppImage. I'm on Artix (Arch-based) so I had to extract the .deb file ( The instance folders opened correctly and so did the web browser when necessary, the file picker (when selecting 'from file' in instance creation) also looked normal, unlike in the AppImage (#480) |
Happens for me on Windows 11 as well |
also doesn't work for OAuth options on the login page, and the button next to the text for microsoft.com/link (popup with code shows, button for opening link doesn't work). Ubuntu 23.04 |
Fot those interested in the actual issue: kde-open5: symbol lookup error: /usr/lib/libproxy/libpxbackend-1.0.so: undefined symbol: g_strv_builder_unref My system is: That's what is printed onto the console on my system. If you run the AppImage file on the console, you will be able to see this error after pressing the "Open Folder" Button for your Minecraft instance. This error indicates a version mismatch between my own installed libpxbackend-1.0.so It may be useful to include this library in the Appimage @thesuzerain EDIT: nm -gD /usr/lib/libproxy/libpxbackend-1.0.so
It's there, but it seems like the actual shared library loader is unable to find it |
Fix? |
I just want to add that apparently linking isn't working from within the game when launched from the app. Some examples I tested were by clicking the chat link that comes up upon taking a screenshot, the Clicking |
For others on Arch, I was able to get the links to work by using a round-about solution. I used debtap on the .deb, and installed using pacman. It seems that installing this way makes everything work as intended. EDIT: Turns out there's AUR packages now, no need to extract the deb. |
It's probably an upstream issue tauri-apps/tauri#10617 |
Describe the bug
Buttons that do not do anything have been circled.
None of the buttons in this image work.
The circled button doesn't open the file manager at the instance folder.
By "doesn't work" I mean that I'm able to click the button but nothing happens.
Steps to reproduce
For the first image:
For the second image:
For the third image:
Expected behavior
For the buttons do as described in the interface, such as opening the web browser at the mod's page, or copying a file path.
Additional context
I am on Artix Linux on KDE Plasma Wayland. I am using the AppImage.
Unlike the Modrinth App, other programs (including AppImages) are able to open the web browser, file manager or copy to the clipboard and the
xdg-open
command works on my system.I'm also sorry if I didn't describe the issue very well, I'm not used to bug reporting and English is not my first language.
The text was updated successfully, but these errors were encountered: