My planify instance working on Win11 with WSL2 and how I did it #1498
gab-luz
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys.
I've been using planify for almost an year now and I had to transition back to windows because I'm developing apps and games specifically for windows so... anyway, here's how I did it in case someone wants to use on windows.
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
sudo flatpak install --system flathub io.github.alainm23.planify (only works with sudo... try without it but it doesn't work)
flatpak override --user io.github.alainm23.planify --socket=x11 --share=network --filesystem=/tmp/.X11-unix
flatpak run io.github.alainm23.planify
If things above don't work for you, tried these:
flatpak override --user --env=DISPLAY=$DISPLAY
Screenshot:

Beta Was this translation helpful? Give feedback.
All reactions