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:
- 7zip (7zip on ubuntu)
Run sudo ./build.sh [--no-compress]
- Run
sudo ./uninstall.sh
Or manually:
- Delete the application
rm -rf /opt/notion
- Delete desktop entry
rm -r ~/.local/share/applications/Notion.desktop
- Delete
rm /usr/bin/notion
MIT