-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request: Linux Version? #4
Comments
Your issue is very vague. Can you tell us what is not working exactly? There have been multiple users running on Ubuntu and derivatives saying it all works fine. What's your distro, desktop env etc? |
Is probably something most people would rather like to avoid. |
@marcelklehr I'm not that experienced with packing stuff for linux... and there are so many distros, architectures etc... And people who are using linux are usually able to install Qt and tweak stuff around. |
true. AppImage is pretty neat, though... 👼 |
The installation got too lengthy for me and I found an alternative to easily setup a WebDav share on linux. Install WsgiDAV via pip and then put this as an autostart entry (maybe test it in the terminal first):
(I tried with the default cherry server, but encountered some error which I could not trace) It's a workaround and not as secure as LoFloccus, but it's way easyer than the installation process and allows linux users to start with Floccus. |
pretty weak argument, do you know that install dev package on a system can make it unstable or even break the interface in the worst cases, so using the argument of "linuxians know" is risky, moreover many "linuxians" are former Windows users who have never opened a terminal in their life ... |
C'mon, I re-wrote this project from the scratch in order to have less dependencies and work way better under Windows/macOS a few weeks ago. The door for a Linux version is open but it might take some time. |
+1 for Linux |
That would be fantastic.
On Ubuntu 22.04.1 and Linux users are hoping to install prepackaged releases, no different than Windows and Mac users. There are a couple excellent, portable packaging formats for Linux: AppImage and Flatpak. Either packaging can be installed on any Linux system. Thanks for considering. Awesome project. |
Are you able to PR a working version packaged in one of those formats? Not that I particularly like them but if someone can do it I will be happy to accept contributions and link to them. Thank you. |
Alpine linux is the way to go for a fully static builds as it is
If this could be done via alpine, it would be good. ideally headless, as in no need to install the desktop, but just libs it needs. I looked at the install, i got as far as making the go stuff in libs, but then not really sure what to do on a headless system to build the app. They also recently add qt creator https://pkgs.alpinelinux.org/packages?name=qt-creator&branch=edge&repo=&arch=&maintainer= I think this would a good path to explore. so you end up with 3 static binaries. |
@userdocs there's no point in an "headless" version, you can simply run nginx with webdav support and you're done. The entire point of the project is to provide a desktop / GUI experience. |
@TCB13 that's specific to building the app. Alpine has a desktop. If you wanted a fully static linux binary that will run on any other linux based distro, Alpine is the way to do it. |
+1 for Linux static build |
Do you have any plans to fully support Linux / X11 / Qt5 ?
I'd like very much to have this as a sync option, but I only run linux here.
The text was updated successfully, but these errors were encountered: