Difficult to edit certain parts of the filesystem
Open
- Dominant language
- Python
- Stars
- 4
- Forks
- 4
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 1
Description
Since the `/usr` in the flatpak sandbox is different from the host `/usr`, it's difficult to edit files there with flatpak'd vim: `org.vim.Vim /usr/etc/dracut.conf.d/endless.conf` results in vim opening a new empty file in a new directory rather than editing the file at that location on the host. Since nano is not installed via flatpak, `nano /usr/etc/dracut.conf.d/endless.conf` works fine.
A workaround is to use `org.vim.Vim /run/host/usr/etc/dracut.conf.d/endless.conf` but it would be nice to have a seamless solution to this.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.