Autodesk-Fusion-360-for-Linux
Autodesk-Fusion-360-for-Linux copied to clipboard
Uninstaller fails on Arch (invalid sed option -- '1')
The uninstaller seems to have a bug relating to its usage of sed
, with the following error and the usage example being printed multiple times:
sed: invalid option -- '1'
Usage: sed [OPTION]... {script-only-if-no-other-script} [input-file]...
-n, --quiet, --silent
suppress automatic printing of pattern space
--debug
annotate program execution
-e script, --expression=script
add the script to the commands to be executed
-f script-file, --file=script-file
add the contents of script-file to the commands to be executed
--follow-symlinks
follow symlinks when processing in place
-i[SUFFIX], --in-place[=SUFFIX]
edit files in place (makes backup if SUFFIX supplied)
-l N, --line-length=N
specify the desired line-wrap length for the `l' command
--posix
disable all GNU extensions.
-E, -r, --regexp-extended
use extended regular expressions in the script
(for portability use POSIX -E).
-s, --separate
consider files as separate rather than as a single,
continuous long stream.
--sandbox
operate in sandbox mode (disable e/r/w commands).
-u, --unbuffered
load minimal amounts of data from the input files and flush
the output buffers more often
-z, --null-data
separate lines by NUL characters
--help display this help and exit
--version output version information and exit
If no -e, --expression, -f, or --file option is given, then the first
non-option argument is taken as the sed script to interpret. All
remaining arguments are names of input files; if no input files are
specified, then the standard input is read.
GNU sed home page: <https://www.gnu.org/software/sed/>.
General help using GNU software: <https://www.gnu.org/gethelp/>
Full logs: https://gist.github.com/daveth/a275b4ed07b0f099dab4e78ad0c4cd5a
Steps to reproduce the behavior:
- Go to
$HOME/.fusion360/bin
- Run
./uninstall.sh
- Accept the warnings and uninstall
- The installer exits and the wine prefix remains installed
Expected behavior The wine prefix is removed
Screenshots
Desktop (please complete the following information):
- Version number of Autodesk Fusion 360: N/A
- Graphics card model + Graphics card driver: N/A
- Operating system: Arch
- Desktop environment i3-gaps
- DXVK
Same here :(