Call for testing: The (UNOFFICIAL) nano Text Editor

I would like to announce a call of testing for the nano snap. GNU nano is a small, friendly text editor inspired by Pico.

Screenshot of the Snapped Application

How to Install

(Don’t have snapd installed?)

In a Terminal

Install the Snap Package

sudo snap install --channel=beta nano

Connect the Snap to Optional Interfaces

For editing files under /media, /run/media, and /mnt
sudo snap connect nano:removable-media

The Graphical Way

Get it from the Snap Store

What to Test

  • Can you properly launch the application?
  • Is the L10N of your locale working correctly?
  • Is the syntax coloring work as usual?
  • Do you notice any problems during running the application?

Known issues

Refer the issue tracker: https://github.com/Lin-Buo-Ren/nano-snap/issues

How to Contribute

Here’s the source repository of the snap: https://github.com/Lin-Buo-Ren/nano-snap

Application launches and works well for me. By the way, how did you manage to get L10N working?