-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Would you be interested in expanding this library to support other FreeDesktop specifications too? #107
Comments
Hi @xplshn, Sure, having more of the XDG related specs covered in the library would be great. I was actually planning on implementing some of them as well at some point. The |
The package itself can be kept crossplatform, but there are some specs which cannot really be translated into other environments, at that point, we'd be writing polyfills. I think we could go with this idea I had:
What do you think? This way the freedesktop specs would be correctly implemented, for their intended platform, and other people would be able to import that one, or the one that is crossplatform (and thus not really freedesktop compliant) |
I apologize for the late response. I missed your last message somehow. |
About trash specifications, I mentioned you guys in a project maintained by @babarot I think his project about managing file deletion should have xdg support Let's create bridge, as your needs are close. |
Discussion continued in gomi So I created the following issue to track the xdg trash implementation suggestions |
Hi, great work, I was wondering if you'd be interested in expanding this library, to have multiple libraries held in this same repo, all of them being implementations of specifications under the XDG & FreeDesktop.org namespace.
It'd be lovely, as there's currently no suitable library that implements:
I only found https://github.com/rkoesters/xdg which implements some of these, and rather partially.
I'd be very much interested in helping out with the implementation of the "trash-spec" and the "desktop-entry-spec", as well as the "thumbnails" spec, I've already implemented desktop-entry parsing various times before, as well as thumbnail managing. So those are things I can try and implement myself.
Do let me know if there's any interest on this :)!
I await your response!
Regards!
The text was updated successfully, but these errors were encountered: