sioyek
sioyek copied to clipboard
How to get default config when installed via flatpak?
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
I don't maintain the flatpak version, you'll have to ask the maintainer of the flatpak version.