multiplex
multiplex copied to clipboard
Multiplex Does Not Run
After installing flatpak, I am presented with an issue when running as shown below:
[boo@bronny ~]$ flatpak run com.pojtinger.felicitas.Multiplex
panic: mkdir : no such file or directory
goroutine 1 [running, locked to thread]:
main.main()
/run/build/multiplex/main.go:59 +0x59d
Linux bronny 6.15.2-arch1-1 #1 SMP PREEMPT_DYNAMIC Tue, 10 Jun 2025 21:32:33 +0000 x86_64 GNU/Linux (i3wm)
It looks like your system does not have the XDG directories configured properly or there is some kind of issue with how we look up the user's downloads directory. I added a fallback for ~/Downloads in https://github.com/pojntfx/multiplex/commit/095acf1943f13d219816b054e285cfb8312d43e5. I'll try and get a release done somewhat soon-ish, once the remaining upstream work is done.
Going to close this since it works again on my system with no XDG paths set - feel free to reopen if you can still reproduce the issue!