Notion for Linux
This is a meta repo that contains scripts/stuff needed to build Notion for Linux
I provide an ebuild in my overlay
The electron sources are pulled out of the macOS dmg and then ran with a Linux version of Electron, yeah, it’s that easy.
Modify config.sh
before running build.sh
or makepkg -si
NOTION_VERSION=x.x.x notion dmg to download
Ensure you have the dependencies installed:
Run sudo ./build.sh [--no-compress]
sudo ./uninstall.sh
Or manually:
rm -rf /opt/notion
rm -r ~/.local/share/applications/Notion.desktop
rm /usr/bin/notion
MIT