Skip to content

Package manager for plugins in flatpak-installed CloudCompare #173

Description

@dokempf

I am currently diving into what it would take to make my project available as a Python plugin to CloudCompare. One thing I have stumbled over is the interplay of flatpak-bundled CloudCompare with this plugins package manager. flatpak apps run inside a sandbox where /app is typically read-only. This disables the package manager and the banner rightfully tells us so. In other scenarios, I have circumvented this successfully (e.g. installing into a user directory on Windows), but I do not find a way out of the flatpak sandbox. Am I missing something? Is there a flatpak setting to make the filesystem writeable? Is there a way to control the location of site-packages within the sandbox to a writeable one like e.g. XDG data? Any help is appreciated.

(I am aware of the fact that I can build CC from source to achieve this. But this is neither a good solution for my users, nor do I want to have this as my standard dev workflow for a small plugin)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions