sioyek icon indicating copy to clipboard operation
sioyek copied to clipboard

How to get default config when installed via flatpak?

Open Harshit-Dhanwalkar opened this issue 1 month ago • 1 comments

How to get default config when installed via flatpak?

I have installed sioyek vai flatpak (system: OS: POP_OS!, WM: SwayWM)

$ flatpak list
Name             Application ID            Version                  Branch       Installation
Sioyek           com.github.ahrm.sioyek    2.0.0.fl1                stable       system

So i can now open it via rofi (app lancher) but not via terminal, i have specify qt platform variable to open via terminal :

 QT_QPA_PLATFORM=wayland flatpak run com.github.ahrm.sioyek

Installed for system, it prompted me to make changes to ~/.config/sioyek, I pressed y for yes. and yet I see no default soiyek config dir in my ~/.config/

Can anyone help me out how to dump default configuration?

something like:

mkdir -p ~/.config/sioyek/
QT_QPA_PLATFORM=wayland flatpak run com.github.ahrm.sioyek --dump-config

Harshit-Dhanwalkar avatar Nov 11 '25 15:11 Harshit-Dhanwalkar

I don't maintain the flatpak version, you'll have to ask the maintainer of the flatpak version.

ahrm avatar Nov 13 '25 14:11 ahrm