Linux Manjaro install has file that conflicts with VS Code #4875
Labels
area: builds
Issues related to Builds category.
bug
Something isn't working
os-linux
Linux issue
support
Milestone
System details:
Positron and OS details:
2024.09.103
Describe the issue:
This was originally reported in a discussion post. Installing Positron on Linux Manjaro when VS Code has already been installed fails due to a file conflict.
Extracting the DEB file downloaded from the Positron releases shows that it will try to install
/usr/share/pixmaps/com.visualstudio.code.oss.png
, which is actually the Positron logo.I think the file name is coming from here:
positron/product.json
Line 33 in fd9bb6f
Steps to reproduce the issue:
pamac build visual-studio-code-bin
on Linux Manjaro (pamac build positron-ide-devel-bin
Workaround is to rename that file, which will allow the install to complete successfully.
For verification, extracting the DEB with
ar x <Positron deb file>
and the tar withtar -xvf data.tar.gz
. Or viewing what would be installed withdpkg -c <Positron deb file
.Expected or desired behavior:
The install should be successful
Were there any error messages in the UI, Output panel, or Developer Tools console?
The text was updated successfully, but these errors were encountered: