Jetzt aktiv als @d_k_bo@feddit.org.

  • 1 Post
  • 57 Comments
Joined 2 years ago
cake
Cake day: September 26th, 2022






  • d_k_botoSelfhosted@lemmy.worldImmich public roadmapEnglish
    arrow-up
    13
    arrow-down
    0
    ·
    4 months ago
    link
    fedilink

    Please read the warning at the top of their page:

    ⚠️ The project is under very active development. Expect bugs and changes. Do not use it as the only way to store your photos and videos!

    If you don’t like these breaking changes, this might not be the right software for you (for now).




  • Common libraries like OpenSSL are usually bundled in runtimes. So if my application uses e.g. org.gnome.Platform, I don’t have to update my application if there is a fix in a library of that runtime, I just need to update the runtime.

    The runtime is also shared by all applications that use this runtime.







  • Wayland monolith

    There seems to be misunderstanding about what Wayland is.

    Wayland is set of protocols. They are implemented by wayland servers (compositors) and wayland clients (applications) themselves. There is no single “wayland binary” like in the X11 days. Servers or clients may choose to implement or not implement a specific protocol.





  • d_k_botoLinux@lemmy.mlUbuntu Snap Hate
    arrow-up
    14
    arrow-down
    1
    ·
    6 months ago
    edit-2
    6 months ago
    link
    fedilink

    You don’t even need to create aliases yourself. Flatpak creates wrapper scripts for every app that you install. Just symlink them into your PATH.

    ln -s /var/lib/flatpak/exports/bin/org.example.CliTool ~/.local/bin/cli-tool
    

    or if you are using a user remote

    ln -s ~/.local/share/flatpak/exports/bin/org.example.CliTool ~/.local/bin/cli-tool
    

    (Note: some lemmy clients render the the tilde in code blocks incorrectly)


  • d_k_botoLinux@lemmy.mlUbuntu Snap Hate
    arrow-up
    18
    arrow-down
    1
    ·
    6 months ago
    link
    fedilink

    Snaps are just as “open source” as “Office Open XML (.docx, .pptx etc.) are open file formats.

    If there isn’t a fully open source software stack, it isn’t really open source.