Installation
Latest release: GitHub Releases.
Available files:
EnoteSpace-Linux-<version>.AppImageEnoteSpace-Linux-<version>.snap
Linux (AppImage)
-
Download the latest
AppImagefrom GitHub Releases. -
Make the file executable:
chmod +x EnoteSpace-Linux-<version>.AppImage
- Run the application:
./EnoteSpace-Linux-<version>.AppImage
Creating a Desktop Application Shortcut
- Open the following directory:
~/.local/share/applications/
- Create the file
enotespace-appimage.desktop:
[Desktop Entry]
Name=EnoteSpace (AppImage)
Exec=/<path_to_app_image>/EnoteSpace-Linux-<version>.AppImage
Terminal=false
Type=Application
Icon=/<path_to_icon>/enotespace.png
StartupWMClass=enotespace-appimage
Categories=Office;
Where:
<path_to_app_image>is the full path to the AppImage.<path_to_icon>is the full path to the icon file.
- Update the
.desktopfile cache:
update-desktop-database ~/.local/share/applications/
After that, EnoteSpace should appear in your application menu.
Download icons:
Application Data
Application data is stored in:
~/.config/EnoteSpace/
Snap
Installing from the Snap Store
Install EnoteSpace from the Snap Store:
sudo snap install enotespace
Installing from a Snap Package
-
Download the latest
.snappackage from GitHub Releases. -
Install the Snap package:
sudo snap install --dangerous EnoteSpace-Linux-<version>.snap
- Connect EnoteSpace to the host system’s keyring:
sudo snap connect enotespace:password-manager-service
- Run the application:
enotespace
The snap connect enotespace:password-manager-service command allows EnoteSpace
to access the host system’s keyring. We recommend enabling this connection to
improve database encryption.
Do not install the application with --classic.
Updating from a Snap Package
Do not remove the currently installed Snap. Download the new .snap package and
update the existing installation:
sudo snap install --dangerous EnoteSpace-Linux-<version>.snap
Your database and settings will be preserved.
Uninstalling
sudo snap remove enotespace
Important: Uninstalling the application removes the application’s local data, including the database stored at:
~/snap/enotespace/current/.config/EnoteSpace/Data
and files stored at:
~/snap/enotespace/current/.config/EnoteSpace/Files
If you need to keep your notes and files, back up these directories before uninstalling the application.
Application Data
Application data is stored in:
~/snap/enotespace/current/