-
-
Notifications
You must be signed in to change notification settings - Fork 123
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
Bottles (Flatpak) - Signing in doesnt return me back to the application #460
Comments
Same here , the wine script version doesn |
Same, the wine script version doesn't open the browser for me either |
The reason for this is that the installation variant under Bottles (Flatpak) is out of date and important patches are missing that are already available in the normal installation variant (without Flatpak!). But I should also say that I do not support the Flatpak variant myself! Instead, it is maintained by a user from my community. |
Or just make the normal version open the web browser for both of us |
Could the flatpak version be colliding in some way with the wine version? Because we both first tried the flatpak version, didnt work, and now we cant get the wine version to open the browser. Thanks |
@ficolas2 Theoretically not. But I just don't know what exactly was programmed. |
I see. Anything we could do to debug this?
When I open that program, the adskIndentityManager.exe, with wine, something does seem to open. |
Workaround:
|
I did this but when I return it tries to sign me back in but it fails to do so and it is just the fusion 360 start up screen with signing in at the bottom. Did I do something wrong or are there ways to fix this? |
I now have Fusion360 installed through bottles authenticating and logging in properly. The issue is that the bottle does not have a .desktop file and associated mime type to pass the authentication url back to AdskIdentityManager.exe in the bottle and the .desktop created by the criyinkfly install script will not work for the bottles install. It was easy enough to create the correct .desktop file, the additional issue however is that for whatever strange reason bottles-cli called in the exec= section of the .desktop would not accept the -a argument for "%u" and will only accept --args. If there is enough interest I can do a step by step procedure to get it working if people are still having issues. |
I would love to see a step by step tutorial! I think most of the linux users that use fusion and every user in the future with this issue would love that. |
+1 Found a workaround here: https://xhyrom.dev/blog/posts/proper-way-to-install-fusion360-on-linux |
I was able to register it manually by make sure env WINEPREFIX and executable is in the same line |
NOTE: if your installing Fusion360 via the script (NOT via Flatpak Bottles) in install scripts and are stuck in the login. NOTE: at the time the installation directory is Do the following
WINEPREFIX="/home/YOUR_USER/.autodesk_fusion/wineprefixes/default" wine "C:\Program Files\Autodesk\webdeploy\production\LONG_ID_HERE\Autodesk Identity Manager\AdskIdentityManager.exe" "COPIED_LINK"
resources |
Describe the bug
Running the application with flatpaks, after I log in, it doesnt return me back to the application, as I get "no apps available"
To Reproduce
Steps to reproduce the behavior:
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: