ID: I202609232135
Status: idea
Tags: shockwave

run shockwave on linux

  1. Go to the download page.
  2. Extract the zip.
  3. install dotnet-runtime-9.0 (sudo pacman -Sy dotnet-runtime-9.0)
  4. edit the configuration (/Data/DB/configuration.xml) to be fullscreen and the right resolution
    • <fullscreen>True</fullscreen>
    • <resolution>1920 x 1080</resolution>
  5. set the GDF_shockwave file as executable (chmod +x GDF_shockwave)
  6. execute GDF_shockwave

References