-
Notifications
You must be signed in to change notification settings - Fork 5
Error when using extension in flatpak'd vscodium #6
Comments
I guess you don't have rpmlint installed and available from the terminal within vscode, do you? @LaurentTreguier as rpmlint is not available in every system (for example on non-rpm OS which may still open .spec files) I suggest to switch the default for this setting to |
I am using VSCodium from a fedora workstation 32. However I am not sure how the sandboxing fully works.
Additionally I have made some changes to VSCodium options in order to have commands accessible within the sandboxed terminal: The problem was that the terminal inside the VSCodium flatpak could not access some "executables/commands" outside of the sandboxed flatpak. While researching a solution I found those resources:
The fix that worked was:
Unfortunately, I am not sure how this all ties together with the rpmlint error when opening spec files. |
@Iolaum thanks for the explanation and work-around. It looks like something like that can never be handled in this extension so i suggest to close this issue and to either create a note about that in the Wiki or in the README. |
Given that this extension is for rpm spec files and the Fedora ecosystem is slowly moving towards flatpaks it may be good to see if this can be resolved in the future. In the meantime documenting is certainly a good idea. |
When I am opening a new VSCodium session that also opens a
.spec
file I am getting the following error in a popup messsage:Not sure what to do to further debug this.
The text was updated successfully, but these errors were encountered: