flathub / flathub/com.logseq.Logseq

flatpak --persist should be relative to home

Open
#131 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
22
Forks
17
PR merge metrics
No merged PRs in 30d

Description

Current manifest includes this override `--persist=~/.ssh`. This creates a path like `~/.var/app/com.logseq.Logseq/~/.ssh`

AFAIK it should be `--persist=.ssh` which would result in `~/.var/app/com.logseq.Logseq/.ssh`

The flatpak-override manpage is ambiguous about this, but flatpak-run manpage has an example that shows `--persist=.local/state`

---

However I don't know what's the purpose of this in the first place, since [it apparently wasn't needed to fix the issue with ssh](https://github.com/flathub/com.logseq.Logseq/issues/35#issuecomment-1834614938) (the solution that was tested did not include `--persist`)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.