Workbench icon indicating copy to clipboard operation
Workbench copied to clipboard

Rust projects cannot be run

Open sonnyp opened this issue 1 year ago • 1 comments

There is a regression in xdg-document-portal 1.18.2 https://github.com/flatpak/xdg-desktop-portal/issues/1234

It prevents Rust projects (the ones saved somewhere on the disk) from being Run.

Downgrading to xdg-document-portal 1.18.0 solves it. An other option is to give filesystem access to Workbench with Flatseal or

cd my-cool-project
flatpak override --user --filesystem=$PWD re.sonny.Workbench
# restart Workbench

sonnyp avatar Dec 16 '23 11:12 sonnyp

https://github.com/workbenchdev/demos/pull/40

sonnyp avatar Dec 16 '23 13:12 sonnyp