Giter Site home page Giter Site logo

Comments (5)

davide125 avatar davide125 commented on May 24, 2024 1

I'm not terribly familiar with AppImage. I've used Flatpak, and it's a decent way for upstream projects to publish official releases that are easy to consume on all distros. It can be annoying to get to work properly as things run inside a sandboxed container and you need to explicitly declare any holes you might need to punch.

I personally still prefer native packages, but that's probably something you can leave to contributors that care about specific distros and can package martypc for them (i.e. I wouldn't recommend you attempt to package it for all distros by yourself, unless packaging is something you find enjoyable / care about).

from martypc.

dbalsom avatar dbalsom commented on May 24, 2024

I'm a pretty newbie Rust developer so bear with me here... Stuff like marty_render isn't really useful to anyone as a standalone crate, I just started diving stuff up into libraries in my project for better organization and to make separate front ends (like the web player) easier to implement. Is it common to publish 'internal' crates like that?

from martypc.

davide125 avatar davide125 commented on May 24, 2024

Yeah, from what I've seen it's pretty common to publish internal crates. They don't have to be versioned independently -- you can just bulk publish them all at once with the same version when you tag a release. If you start having a lot you may want to script the package/upload process for convenience (e.g. see https://github.com/facebookincubator/below/blob/main/scripts/publish_crates_io.py for what another project I work with does; another option is using GitHub Actions).

from martypc.

dbalsom avatar dbalsom commented on May 24, 2024

Regarding linux packaging, what are your thoughts on distributing something like an AppImage or Flatpak vs packaging for individual distros?

from martypc.

JKjakay avatar JKjakay commented on May 24, 2024

By the way: I am running MartyPC on Wine and I dont see any problems. Seems to run like it does on Microsoft´s original flavor :-) This is on Fedora 38 with Wine 8.12. So if there are no problems I am not aware of, I for my part would be happy to have the developer put his main emphasis on making MartyPC itself better and not rushing out Linux container versions. I am using Linux almost exclusively, but I am not a Penguin hardliner, you know. If it works on wine, I am happy.
Apart from that, I would recommend AppImage because this can be hosted here, while for flatpak you have to go via flathub and the like.

from martypc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.