-
Notifications
You must be signed in to change notification settings - Fork 33
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
OS X version #37
Comments
I started writing a homebrew formula here. However it produces broken binaries:
|
@knoopx do you have any idea that how it can be fixed? Note that the cmake scripts haven't been fully implemented for MacOS. |
No idea, make systems always looked like alien language to me. 🤣 |
I've given this issue some thought recently. One idea would be to create a native application, with a window containing a WebKit view, i.e. an embedded browser. Inside the native application the actual client is bundled. The application starts the client as a separate process and shuts it down when the application is terminated. A preference pane is provided to choose if the browsers should connect to a remote client or the local embedded client. Some code is also added to the application to forward the notifications in the browser to native notifications. As a second iteration there could be an option that keeps the client running although the application is terminated. When the application is started again it connects to the client. As for the build process, I'm thinking an Xcode project that builds the application. As a post-build step it can invoke the existing build process and set the installation target to inside the application bundle. Finally a disk image, Thoughts? |
@doobnet Yeah, such approach sounds good to me. At a later stage, certain Web UI navigation menus could possibly be replaced with native UI elements to get some kind of native feeling in it (similar to Spotify app). |
any news? :) |
No, sorry. I haven't had time to work on this yet. |
hi have a emulated clients in whinebottler mac osx high sierra, in yosemite no have problem. but have some error whit the file list big, maybe we cant solutions this. thanks. |
this problem is in emulated dc++, airdc, and apexdc. |
Are you running the AirDC++ Windows GUI client in Wine? I would recommend using the web client instead. The web client consists of a background daemon that is available on Linux and can be easily run from within Docker. The web frontend can be used from any platform, including macOS. I think the daemon can be compiled for macOS as well, perhaps with some minor modifications. |
I have started to work on a native GUI for macOS, which connects to the web client daemon. It's a very slow process and is going to take quite a while. |
i emulated whit winebottler and the program run ok (dc++ and air dc) but the problem is (could not open targef file, general failure.) this problem is for the big file list of users, in some user all its ok and the client run very good. thanks for your time and please work in native air dc client or emulated :) y paste the client working ok now greylink https://www.4shared.com/s/f_MXExGClee |
any news on this? |
The application compiles on OS X already and code-level compatibility is being actively tested with Travis. The
make install
phase is not supported yet.Implementing a graphical config tool for the web server might be useful before actually shipping anything.
The text was updated successfully, but these errors were encountered: