-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
Prettify ~/snap
Folder Somehow?
#1870
Comments
Needs design team input as to the best solution but one of the simplest would be to hide Snap folder (the flatpak one is already hidden). Rather than having to check a list of filenames in |
Implementing a non-standard protocol such as |
FWIW I would tend to lean towards combining the list Flatpak and Snap (and maybe even One thing that would have to be figured out with this is which of an application's data folders should be easily accessible to the user through the virtual filesystem. Enumerating these folders could potentially be a part of the AppStream specification, though I’m not sure how it should be implemented. For editing This is a bit of a digression from the original topic, though. |
Non standard virtual filesystems would need to be implemented at system level or upstream so that all filemanagers and apps could benefit. |
I mean, yes. Definitely! It would make the most sense to add features like these to GVFS (with the cooperation of Flatpak, et al). Again, this is well beyond what I’m personally capable of implementing. |
Problem
If you install literally any Snap application (which can be unavoidable), it will create a folder at
~/snap
, and this folder cannot be renamed or moved without breaking Snap. The obtrusiveness of the~/snap
folder has been an open issue on the Snap issue tracker for over four years, with little indication of any sort of action.Part of why the
~/snap
folder is annoying is that it isn’t a hidden folder (though apparently the long-term plan is for it to be moved to~/.snap
, not even~/.var/snap
tsk tsk), and also it isn’t title case, i.e.~/Snap
. Also the folder doesn’t have a dignifying fancy icon like the rest of the default folders in~
.Proposal
There are a few ways the
~/snap
folder could be prettified, including:~/.hidden
that marks~/snap
as hidden (assuming Pantheon Files supports the use of~/.hidden
in the first place).~/snap
appear as~/Snap
, the difficult thing being doing so in Pantheon Files without creating an inconsistency with the Terminal and also without breaking Snap.~/snap
like all the other default user folders have and apply it when the folder is created.A while back I opened an issue that ended up with @danrabbit suggesting creating some sort of
gvfs
plugin that would combine the Snap and Flatpak user folders into a more user-friendly interface, but nothing has come of that, and I don’t have the skills necessary to implement it myself.Basically option (1) above (possibly with some sort of GUI preference for toggling it) could be a short-term workaround for the Canonical team’s extremely slow progress on the issue.
Prior Art (Optional)
No response
The text was updated successfully, but these errors were encountered: