Package Details: notion-app-electron 7.6.1-1

Git Clone URL: https://aur.archlinux.org/notion-app-electron.git (read-only, click to copy)
Package Base: notion-app-electron
Description: Your connected workspace for wiki, docs & projects
Upstream URL: https://www.notion.so/desktop
Keywords: & connected docs for projects wiki, workspace your
Licenses: custom
Submitter: AsukaMinato
Maintainer: AsukaMinato (mateushonorato)
Last Packager: AsukaMinato
Votes: 28
Popularity: 2.44
First Submitted: 2023-10-19 19:29 (UTC)
Last Updated: 2026-02-25 07:00 (UTC)

Pinned Comments

AsukaMinato commented on 2025-07-19 14:11 (UTC)

Error occurred in handler for 'notion:get-media-access-status': TypeError: s.systemPreferences.getMediaAccessStatus is not a function

because notion use an api not on linux. And no official linux version.

https://www.electronjs.org/docs/latest/api/system-preferences#systempreferencesgetmediaaccessstatusmediatype-windows-macos

mateushonorato commented on 2024-08-30 20:37 (UTC) (edited on 2024-08-30 22:55 (UTC) by mateushonorato)

please update to latest version and see if those errors are fixed. if not, try cleaning your Notion config folder. Fully quit the notion app, and then run the following:

rm ~/.config/Notion -rf

Note that you will have to login again after running this.

mateushonorato commented on 2024-08-09 13:50 (UTC) (edited on 2024-08-09 14:38 (UTC) by mateushonorato)

I was able to fix the issue with windows decorations by rebuilding the package using mac version instead of windows. I also fixed the tray icon and some other errors, made some checks to avoid duplicated windows, and Notion seems to work a lot smoother now.

Here is the repo with the modifications I made: https://github.com/mateushonorato/notion-app-electron-aur

The icon being used as the tray and app icon comes from Papirus Icon Pack. @AsukaMinato feel free to merge any of those modifications in this package or to ask me anything about how I made them.

AsukaMinato commented on 2023-11-10 03:04 (UTC) (edited on 2025-01-05 11:45 (UTC) by AsukaMinato)

If using fcitx5 and sometimes when you type faster, some letters will go directly into the text box and will not appear in the candidate area of the input method.

In ~/.config/gtk-3.0/settings.ini write gtk-im-module=fcitx


by default it uses Xwayland, if you want to use Wayland

if you use kwin

notion-app  --enable-features=UseOzonePlatform --ozone-platform=wayland --enable-wayland-ime

if other

notion-app --enable-features=UseOzonePlatform --ozone-platform=wayland --enable-wayland-ime --wayland-text-input-version=3 

reference https://fcitx-im.org/wiki/Using_Fcitx_5_on_Wayland

AsukaMinato commented on 2023-11-08 14:01 (UTC)

get the newest version

curl --silent https://desktop-release.notion-static.com/latest.yml | head --lines=1 | cut --delimiter=' ' --fields=2

kidonng commented on 2023-10-31 07:52 (UTC) (edited on 2024-01-29 12:45 (UTC) by kidonng)

NOTES

  • This application has a tray icon. To quit the application completely, press Ctrl+Q.
  • To access the application menu, hold Alt for a moment instead of pressing Alt.

KNOWN ISSUES

  • Stub Wayland icon is shown in some places when Ozone platform is Wayland

Latest Comments

1 2 3 4 5 6 7 Next › Last »

mikamika commented on 2026-01-06 17:08 (UTC)

Is it possible to support the desktop audio capture for the new AI Meeting Notes feature?

psychronautron commented on 2025-12-12 22:01 (UTC) (edited on 2025-12-12 22:29 (UTC) by psychronautron)

Seeing this on attempt to install latest version.

A JavaScript error occurred in the main process
Uncaught Exception:
Error: Could not load the "sharp" module using the linux-x64 runtime
ERR_DLOPEN_FAILED: libvips-cpp.so.8.17.3: cannot open shared object file: No such file or directory
Possible solutions:
- Ensure optional dependencies can be installed:
    npm install --include=optional sharp
- Ensure your package manager supports multi-platform installation:
    See https://sharp.pixelplumbing.com/install#cross-platform
- Add platform-specific dependencies:
    npm install --os=linux --cpu=x64 sharp

I actually attempted to unpack and repack the app after reinstalling the dependencies with the above in mind and still have the same issue.

Something is definitely eluding me because I can run the (unaltered) unpacked app directly via electron39 ./app.

AsukaMinato commented on 2025-12-09 18:05 (UTC)

Any reason the icon is not the official one ? The one on wikipedia is high-res and easy to access: https://commons.wikimedia.org/wiki/File:Notion_app_logo.png

fixed.

spoutn1k commented on 2025-11-11 10:26 (UTC)

Any reason the icon is not the official one ? The one on wikipedia is high-res and easy to access: https://commons.wikimedia.org/wiki/File:Notion_app_logo.png

AsukaMinato commented on 2025-07-19 14:11 (UTC)

Error occurred in handler for 'notion:get-media-access-status': TypeError: s.systemPreferences.getMediaAccessStatus is not a function

because notion use an api not on linux. And no official linux version.

https://www.electronjs.org/docs/latest/api/system-preferences#systempreferencesgetmediaaccessstatusmediatype-windows-macos

Razrael commented on 2025-06-26 14:32 (UTC)

Could it be possible to make the relatively new AI meeting notes feature to work?

Right now I get the following error when I click the "start transcribing" button:

Error occurred in handler for 'notion:get-media-access-status': TypeError: s.systemPreferences.getMediaAccessStatus is not a function
    at /usr/lib/notion-app/app.asar/.webpack/main/index.js:2:631015
    at WebContents.<anonymous> (node:electron/js2c/browser_init:2:87444)
    at WebContents.emit (node:events:524:28)

johntitor commented on 2025-04-12 20:13 (UTC)

why does the install line of the PKGBUILD refer to a nonexistent file? i've seen this in other packages as well but i haven't been able to find a reason for people to do this. this breaks the AUR helper i use (aura) since it can't find these nonexistent files.

gleb_kun commented on 2025-03-12 15:56 (UTC)

If someone suddenly needs a package with a standard notion icon, you can take it from here: https://github.com/gleb-kun/notion-app-electron-aur

mateushonorato commented on 2025-01-07 16:48 (UTC)

@AsukaMinato thanks for the advice, gonna take a look at it for the next release.

AsukaMinato commented on 2025-01-02 16:46 (UTC)

just an advice, maybe you can try using https://aur.archlinux.org/packages/ast-grep-bin to do the sed things?

it will ease the maintain, but add one more makedepends that in aur.