Linux Version
Opened this issue · 8 comments
Could u maybe also release a Linux version? Would be appreciated
Note, this app implemented in windows form, so we can not migrate it to Linux since this exclusive belong to windows os
so the best way to go around this is to re-implement the whole application UI in
AvaloniaUI
and run it with .net core on Linux, it needs a lot of work :(
Other option is to rewrite using Eto.Forms to create multi-platform Application. Of course, it will take some time.
Other option is not to rewrite GUI and use Mono's Windows.Forms. I have forked the repository to allow it compile on Ubuntu and Mono. I've also created a Linux binary targeting Ubuntu-16.04-x64, or if you have mono runtime installed, see releases section.
@AlBannaTechno This is what I start doing. and not that much complicated.
https://github.com/OmidID/LiteDB.Studio
@OmidID I can't open a new issue in your repo, so I guess this is the only option.
I tried downloading the app and I'm getting this error for both amd and x64 versions. Have you encountered this in the past? I'm running Ventura 13.0.
Edit: managed to fix it with xattr
. It's not the best solution, but I guess it's the only solution for now. Maybe you could add it to readme?
Hello @syntichsizer Thanks for info
Can you push changes to the repo directly?
@AlBannaTechno This is what I start doing. and not that much complicated. https://github.com/OmidID/LiteDB.Studio
Hey, awesome job there!
Can I ask what's the progress on that? Do you need any help?
Hello @antoniovalentini . Thanks :)
@namigop created a nice studio using Avalonia for LiteDb