mmtrt / notepad-plus-plus-snap

Unofficial snap repo for notepad-plus-plus snap
https://snapcraft.io/notepad-plus-plus
MIT License
63 stars 7 forks source link

Can't display the hidden folder and file in $HOME #31

Closed studyit closed 5 months ago

studyit commented 2 years ago

I need edit the configuration files in .config folder using newest version of notepad-plus-plus, butI can't read the hidden files. how to solve it ?

mmtrt commented 2 years ago

Due to limitation of snap strict confinement without granted permissions snap can not access such directories or files. So either snap has to be classic or with devmode confinement to access such files.

Anyways I've pushed devmode snap to beta branch which won't be updated.

snap refresh --beta --devmode notepad-plus-plus