Steve Zabka

Results 15 issues of Steve Zabka

Description: When running Autodesk Fusion 360 via Wine on openSUSE Tumbleweed with the GNOME desktop (Wayland), the application crashes immediately on launch. In contrast, XFCE works without issues, indicating that...

bug
documentation
good first issue

Description: When trying to run applications (e.g. Autodesk Fusion 360) under Wine with DXVK, shader compilation fails due to unsupported HLSL feature: Unsupported features: The following core API features are...

documentation

Description: Autodesk Fusion 360 fails to start under Wine on openSUSE Tumbleweed when SELinux is enabled. The Wine process is blocked by SELinux policies (avc: denied messages in /var/log/audit/audit.log). System:...

bug
documentation
good first issue

I create a new installation file for Flatpak, but at the moment I cant callback the login informations to Autodesk Fusion. Please look here: https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/blob/main/files/builds/dev-branch/flatpak-installation.sh

documentation
good first issue

Still in Progress!!! `xdg-settings set default-web-browser org.mozilla.firefox.desktop` `flatpak override --user --talk-name=org.freedesktop.portal.Desktop org.winehq.Wine` --- flatpak-wine-open-url.sh ``` #!/bin/bash dbus-send --session \ --dest=org.freedesktop.portal.Desktop \ --object-path=/org/freedesktop/portal/desktop \ org.freedesktop.portal.OpenURI.OpenURI \ dict:string:string:"{\"uri\":\"$1\"}" ``` --- `chmod +x...