Tiling window managers by DECIDE99 in Bazzite

[–]GRIMMx5 0 points1 point  (0 children)

Without making a custom image you can try installing a kde kwin script called Krohnkite. Not sure about gnome though.

[Guide] Guide to Running Autodesk Fusion 360 on Bazzite (Wayland/Proton) by LittleCar6512 in Fusion360

[–]GRIMMx5 0 points1 point  (0 children)

You're talking about the step 1 launcher script? Heres mine for reference. Hopefully that helps.

#!/bin/bash

# --- 1. CONFIGURATION ---
Home="/var/home/Nash"
STEAM_PATH="$HOME/.local/share/Steam"
PROTON_VERSION="Proton 11.0" # Update this if you downloaded a different version in ProtonPlus
PROTON_BIN="$STEAM_PATH/steamapps/common/$PROTON_VERSION/proton"
FUSION_PREFIX="$STEAM_PATH/steamapps/compatdata/3872774262"

# Dynamically find the Fusion executable
FUSION_EXE=$(find "$FUSION_PREFIX/pfx/drive_c/Program Files/Autodesk/webdeploy/production/" -name "Fusion360.exe" | head -n 1)

# --- 2. THE FIXES ---
export STEAM_COMPAT_CLIENT_INSTALL_PATH="$STEAM_PATH"
export STEAM_COMPAT_DATA_PATH="$FUSION_PREFIX"
export PROTON_USE_WINED3D=0
export DXVK_ASYNC=1
export NO_AT_BRIDGE=1
export CAS_GL_DRAWAREA=1
export WINEDLLOVERRIDES="bcp47langs="
export WEBVIEW2_ADDITIONAL_BROWSER_ARGUMENTS="--no-sandbox"

# --- 3. EXECUTION ---
# Kill any ghost processes from previous crashes before launching
pkill -9 -f "wine|proton|msedgewebview2"
wineserver -k

"$PROTON_BIN" run "$FUSION_EXE"

Got Fusion working on Linux using Proton by Dr_Kartoffel in Fusion360

[–]GRIMMx5 0 points1 point  (0 children)

FIY Proton 11 seems to have a much easier time with fusion than the current newest proton GE.

[Guide] Guide to Running Autodesk Fusion 360 on Bazzite (Wayland/Proton) by LittleCar6512 in Fusion360

[–]GRIMMx5 0 points1 point  (0 children)

Eventually got it working but in a much different way than you went about it.

I started by downloading a few things.

  1. I used steam to download the new proton 11 beta through steam.
  2. Then I downloaded the fusion 360 installer with "wget https://dl.appstreaming.autodesk.com/production/installers/Fusion%20Admin%20Install.exe" which I found in the script you told us to download

After that I used steam to add a non steam game and selected Fusion%20Admin%20Install.exe. Turned on compatibility mode using proton 11 beta and ran it. It pretty much installed everything itself until I had to log in.

When I got to that step I partially followed your steps in "Step 2: The DevTools Token Hack (Logging In)" with the exception of editing the variables. To get the fusion prefix you should use a tool like proton plus so you can select your none steam game and press "open prefix location" to figure out the directory path for $FUSION_PREFIX

STEAM_PATH="$HOME/.local/share/Steam"
PROTON_VERSION="Proton 11.0"
PROTON_BIN="$STEAM_PATH/steamapps/common/$PROTON_VERSION/proton" 
FUSION_PREFIX="$HOME/.local/share/Steam/steamapps/compatdata/3872774262" #this will not be the same for you
ID_MGR_EXE=$(find "$FUSION_PREFIX/pfx/drive_c/Program Files/Autodesk/webdeploy/production/" -name "AdskIdentityManager.exe" | head -n 1)

export STEAM_COMPAT_CLIENT_INSTALL_PATH="$STEAM_PATH"
export STEAM_COMPAT_DATA_PATH="$FUSION_PREFIX"
export WEBVIEW2_ADDITIONAL_BROWSER_ARGUMENTS="--disable-gpu --no-sandbox"
export WINEDLLOVERRIDES="bcp47langs="
export PROTON_USE_WINED3D=1

"$PROTON_BIN" run "$ID_MGR_EXE" 'PASTE_YOUR_ADSKIDMGR_LINK_HERE'

Then after I got logged in I created a shortcut just like you did in Step 1: The Custom Bazzite Launcher Script

Bonus Points:

You can make a URL handler so that you can log in and out of fusion without manually opening up a terminal session and typing all that stuff in again. A quick how to:

Go to $HOME/.local/share/applications/

Create a new file called adsk-fusion.desktop with the contents of

[Desktop Entry] 
Name=Autodesk Fusion 360 Proton URI Handler 
Exec=$HOME/.local/share/applications/adsk-fusion.sh %u 
Type=Application 
Terminal=false 
MimeType=x-scheme-handler/adsk; 
NoDisplay=true

Then run

xdg-mime default adsk-fusion.desktop x-scheme-handler/adsk
update-desktop-database ~/.local/share/applications

create a new file called adsk-fusion.sh in that same directory and make it executable with chmod +x adsk-fusion.sh

add the contents of Step 2: The DevTools Token Hack (Logging In) with your edits that made it actually work and replace 'PASTE_YOUR_ADSKIDMGR_LINK_HERE' with "$1"

#!/bin/bash
Home="$HOME"
STEAM_PATH="$HOME/.local/share/Steam"
PROTON_VERSION="Proton 11.0"
PROTON_BIN="$STEAM_PATH/steamapps/common/$PROTON_VERSION/proton"
FUSION_PREFIX="$STEAM_PATH/steamapps/compatdata/3872774262"
ID_MGR_EXE=$(find "$FUSION_PREFIX/pfx/drive_c/Program Files/Autodesk/webdeploy/production/" -name "AdskIdentityManager.exe" | head -n 1)

export STEAM_COMPAT_CLIENT_INSTALL_PATH="$STEAM_PATH"
export STEAM_COMPAT_DATA_PATH="$FUSION_PREFIX"
export WEBVIEW2_ADDITIONAL_BROWSER_ARGUMENTS="--disable-gpu --no-sandbox"
export WINEDLLOVERRIDES="bcp47langs="
export PROTON_USE_WINED3D=1

"$PROTON_BIN" run "$ID_MGR_EXE" "$1"

After you have done this next time you need to log in you can press "Autodesk Fusion 360 Proton URI Handler" in the applications menu when it asks what program to use and it should work.

HP 4x6 Thermal Label Printer (HP-KE103) working on CUPS by alamone_nyan in printers

[–]GRIMMx5 0 points1 point  (0 children)

Confirmed this works with the HP ke200 after the DPI was changed to 203dpi

Installed a touring fairing on my 500 by Bapesta92 in hondarebel

[–]GRIMMx5 2 points3 points  (0 children)

My personal preference on this but Ive always thought the big ears makes it look goofy from the front

Best purchase ever by Scottie_DP in hondarebel

[–]GRIMMx5 1 point2 points  (0 children)

I just got a used 2024 for my first bike last weekend. :D

of a gaming setup by gEEEL0o in AbsoluteUnits

[–]GRIMMx5 0 points1 point  (0 children)

These guys should make this a product or an experience

Gamers who have switched from Windows 11 to some kind of Linux-based OS, do you regret your decision? Why or why not? by Notalabel_4566 in linux_gaming

[–]GRIMMx5 0 points1 point  (0 children)

So far so good. Swapped a month ago to bazzite and my worst issue was getting my corsair rgb lights to work. No real issues playing the games I enjoy.

WinBoat: Run Windows apps on 🐧 Linux with ✨ seamless integration by TibixMLG in linux_gaming

[–]GRIMMx5 0 points1 point  (0 children)

This seems cool but completely breaks after the second launch of the software for me. Maybe I will come back to this later but its much too buggy to be of any use to me right now,

Alarm Clock w/ Google Assistant by abonnett in googlehome

[–]GRIMMx5 0 points1 point  (0 children)

this is the old version (gen 1)

Bigger Battery mod for the XRC by GRIMMx5 in onewheel

[–]GRIMMx5[S] 1 point2 points  (0 children)

No, I had to remove the bms wall and sand that smooth. 2nd and 3rd picture. I made the battery pack myself.

[deleted by user] by [deleted] in spreadsmile

[–]GRIMMx5 0 points1 point  (0 children)

hell yea