Package Details: notion-app 2.0.18-1

Git Clone URL: https://aur.archlinux.org/notion-app.git (read-only, click to copy)
Package Base: notion-app
Description: The all-in-one workspace for your notes and tasks
Upstream URL: https://github.com/notion-enhancer/notion-repackaged
Keywords: kanban markdown notes notion task
Licenses: MIT
Conflicts: notion-app
Provides: notion-app
Submitter: pat-s
Maintainer: None
Last Packager: jamezrin
Votes: 66
Popularity: 0.42
First Submitted: 2019-02-27 14:00 (UTC)
Last Updated: 2021-12-31 15:34 (UTC)

Pinned Comments

jamezrin commented on 2021-05-29 12:35 (UTC) (edited on 2021-12-26 21:39 (UTC) by jamezrin)

How to use Notion Enhancer:

For anyone wanting to use notion-enhancer, I highly recommend using https://aur.archlinux.org/packages/notion-app-enhanced/ instead.

notion-app-enhanced is built on top off this (notion-app) package and has notion-enhancer embedded in the final package. It doesn't require any manual steps to use.

How to fix weird Emoji characters:

Please, take a look at the following blog post: https://pat-s.me/emoji-support-for-notion-so-on-linux/

Latest Comments

« First ‹ Previous 1 .. 8 9 10 11 12 13 14 Next › Last »

chvp commented on 2019-11-10 08:49 (UTC)

electron6 is in community now, so the dependencies can be updated.

cnu commented on 2019-07-28 18:49 (UTC) (edited on 2019-07-28 18:50 (UTC) by cnu)

You can install the latest 1.0.7 version with these changes in PKGBUILD.

@@ -3,7 +3,7 @@
 # code adapted from <https://github.com/jaredallard/notion-app>

 pkgname=notion-app
-pkgver=1.0.6
+pkgver=1.0.7
 pkgrel=1
 pkgdesc="The all-in-one workspace for your notes and tasks"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('electron2')
 makedepends=('dmg2img' 'p7zip' 'libicns' 'gendesk')
 source=("<https://desktop-release.notion-static.com/Notion>-"${pkgver}".dmg" 'notion-app')
-md5sums=('5f348cad3f4176920b99a5c71056a459'
+md5sums=('2076c27d7117f485ab649edee12d2bbc'
          'a8931f48231137e3acb1541cd38c99f4')

 build() {

pat-s commented on 2019-07-05 06:42 (UTC)

You can optionally run the package with the electron3 package which I uploaded a few days ago to the AUR. Why is it not used by default? -> It takes ~ 1h to build and you need to increase the /tmp folder size for building (sudo mount -o remount,size=20G /tmp/). If it arrives in community one day, I'll switch.

If you installed it, replace electron2 by electron3 in /opt/notion-app/notion-app.

pat-s commented on 2019-05-18 19:39 (UTC)

Notion does not work yet with electron >= 4. I've asked the team but they did not wanted to tell me what electron version notion is running (for whatever reason).

So I will/have to try in unstable intervals if notion added support for newer electron versions.

sacquer commented on 2019-04-26 20:14 (UTC)

Thanks for your work on this!

kbumsik commented on 2019-04-26 11:08 (UTC) (edited on 2019-04-26 11:08 (UTC) by kbumsik)

@ulgens The original Windows/macOS app themselves don't have system tray support though.

pat-s commented on 2019-04-26 11:04 (UTC)

@ulgens what would be the added value of a tray icon in this case?

aasutossh commented on 2019-04-18 06:35 (UTC)

electron2 command not found. As @pat-s mentioned, install electron2 from repo.

ulgens commented on 2019-04-14 15:48 (UTC) (edited on 2019-04-14 15:48 (UTC) by ulgens)

System tray icon support would be nice. Thanks for your effort :)