flathub / flathub/com.unity.UnityHub

Avoid host filesystem permissions and polluting home folder as much as possible

Ouverte
#40 6 commentaires 1 réaction 0 personnes assignées Voir sur GitHub
enhancement
Langage dominant
Python
Étoiles
26
Forks
16
Merge moyen
11 h 24 min
PR mergées (30 j)
5

Description

One of the things I love about Flatpaks is that they typically don't pollute the home directory, as all their configuration and data files go into their own directory within `~/.var`. I've noticed that with this package, a `~/Unity` directory is created, polluting the home directory. I'd really like to avoid this.

I understand that this package has access to the host filesystem, and Unity Hub wants to create that directory, so it does as it has access. Presumably, taking away access to the host filesystem would break the app in some way as it isn't able to properly handle it?

I feel like I've seen some Flatpak apps though that have access to the host filesystem, while still storing their own things within `~/.var`. Could this package be configured to do the same thing? Wouldn't it just be a matter of the app being told that `~/.var/com.unity.UnityHub/` is its home directory, while still having full filesystem access?

Thanks.

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Piste de recherche

Commencez par examiner la configuration Flatpak du paquet et la manière dont Unity Hub choisit son répertoire personnel. Vérifiez si le déplacement du répertoire personnel de l’application sous ~/.var/com.unity.UnityHub/ préserve l’accès requis au système de fichiers de l’hôte, puis vérifiez que ~/Unity n’est plus créé sans casser l’application.

Rédigé par le modèle d'indexation à partir du texte de l'issue.

Évaluation

Domaine
desktop
Type d'issue
Fonctionnalité
Difficulté
4/5
Temps estimé
3-5 jours
Activité
Calme
Clarté
À clarifier
Accessibilité débutants
35/100

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.