flathub / org.b3log.siyuan

https://flathub.org/apps/details/org.b3log.siyuan
0 stars 7 forks source link

Failed to get kernel serve port #19

Closed faveoled closed 4 months ago

faveoled commented 9 months ago

image Ubuntu 22.04

faveoled commented 9 months ago

Also this: image

jn64 commented 8 months ago

I can repro the problem on Fedora 38.

Solution

The flatpak does not have filesystem permissions so must add it yourself.

For example, if your desired workspace is ~/SiYuan,

flatpak --user override --filesystem=~/SiYuan org.b3log.siyuan

Alternatively, you can use Flatseal (GUI) to edit the permissions.

Then start the app and select ~/SiYuan as your Workspace folder.

I did not test 100%, but basic functionality works.