jumponboard@lemmy.world to Linux@lemmy.mlEnglish · 3 days agoHow to set permissions for flatpak vscodium?message-squaremessage-square4linkfedilinkarrow-up10arrow-down10file-text
arrow-up10arrow-down1message-squareHow to set permissions for flatpak vscodium?jumponboard@lemmy.world to Linux@lemmy.mlEnglish · 3 days agomessage-square4linkfedilinkfile-text
I frequently encounter issues. Does someone have a working setup or should I simlpy use distrobox for IDEs?
minus-squaremuhyb@programming.devlinkfedilinkarrow-up0·3 days agoIf not a permission issue then it’s most likely a PATH issue. For example, for Cargo try this: flatpak --user override com.vscodium.codium --env=PATH=/app/bin:/usr/bin:/home/$USER/.cargo/bin
If not a permission issue then it’s most likely a PATH issue.
For example, for Cargo try this:
flatpak --user override com.vscodium.codium --env=PATH=/app/bin:/usr/bin:/home/$USER/.cargo/bin