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: jamezrin
Last Packager: jamezrin
Votes: 64
Popularity: 0.000691
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

1 2 3 4 5 6 .. 14 Next › Last »

jfchadeyron commented on 2024-01-06 21:57 (UTC)

notion-app don't work...

jichu4n commented on 2023-10-31 17:35 (UTC) (edited on 2023-10-31 17:36 (UTC) by jichu4n)

If you're using this package and getting stuck on a loading spinner as of Oct 2023, you can fix it by following the instructions in this GitHub comment to patch /opt/Notion/resources/app.asar: https://github.com/notion-enhancer/notion-repackaged/issues/116#issuecomment-1782273692

kidonng commented on 2023-10-30 06:37 (UTC)

https://aur.archlinux.org/packages/notion-app-electron is based on latest Electron and fixes most issues of this one.

TheLastGimbus commented on 2023-10-12 11:37 (UTC)

The app does not change dark/light theme with the system (I use Gnome) :/

AsukaMinato commented on 2023-08-04 12:15 (UTC)

some notes

This package is built with https://releases.electronjs.org/release/v11.4.0

how to find out:

In package, there is a "notion-app",strings notion-app | grep electron | less then /-ele

So it's possible to just use system electron11. / Or maybe just use higher version to fix below problem.


then in the resources folder, we can find the app.asar, then we can asar e app.asar ./app, then in the app folder.

patchstring="
function at(n) {
    // ToInteger() abstract op
    n = Math.trunc(n) || 0;
    // Allow negative indexing from the end
    if (n < 0) n += this.length;
    // OOB access is guaranteed to return undefined
    if (n < 0 || n >= this.length) return undefined;
    // Otherwise, this is just normal property access
    return this[n];
}

const TypedArray = Reflect.getPrototypeOf(Int8Array);
for (const C of [Array, String, TypedArray]) {
    Object.defineProperty(C.prototype, "at",
                          { value: at,
                            writable: true,
                            enumerable: false,
                            configurable: true });
}
"
printf "%s\n" "$patchstring" >> renderer/preload.js

cp -av app to it's position. That's it.

Mato commented on 2023-08-04 11:48 (UTC)

Great, thank you so much! This worked for me: https://github.com/notion-enhancer/notion-repackaged/issues/112#issuecomment-1655456101

nealith commented on 2023-08-03 22:54 (UTC)

You are not alone :) Here in this thread there are differents solutions : https://github.com/notion-enhancer/notion-repackaged/issues/112

Mato commented on 2023-08-03 13:24 (UTC)

I am having problems with my keystrokes. The program does not recognize some of the standard keyboard shortcuts, such as ctrl + v and ctrl + c. I also can't use the "/" symbol to create a table of contents or anything like that. I tried reinstalling the application and looking for ways to reset the settings, but I couldn't find anything. The more days go by, the less features I seem to have. Now the ":" is not working either. Is anyone else having the same problems?

ultra99 commented on 2022-01-13 22:03 (UTC)

I've installed the latest version, but I cannot open more than 1 instance. It shows it's loading something but jumps to my current open instance. Anything I'm missing? Thanks.

jamezrin commented on 2022-01-09 11:05 (UTC)

@thiagomei what is wrong with this version? It should be the same as notion-app-enhanced but without the enhancer. In fact, they have the same base now (2.0.18)