Package Details: notion-app-electron 7.27.0-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: 29
Popularity: 1.15
First Submitted: 2023-10-19 19:29 (UTC)
Last Updated: 2026-07-21 16:26 (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 »

priyeshmishra235 commented on 2026-07-21 20:22 (UTC) (edited on 2026-07-21 20:23 (UTC) by priyeshmishra235)

Issue: Quick Search immediately disappears on Hyprland

Steps to reproduce:

  1. Open Notion.
  2. Trigger Quick Search by clicking the Notion tray icon in Waybar.
  3. The "Notion - Command Search" popup appears.
  4. As soon as the mouse is moved or the popup loses focus, it immediately disappears.
  5. Trying to open Quick Search again does nothing.
  6. hyprctl clients no longer lists the "Notion - Command Search" window.
  7. Restarting Notion is required before Quick Search works again."

I investigated the application code and observed that the Quick Search window receives a blur event immediately after it is shown. That blur event dispatches toggleVisibilityStateIfReady(), which changes the visibility state to not-visible, causing the window to be hidden.[i tried debugging with gpt but failed][dont trust that this might be the cause]

Other issues present are: global shortcut keys not working to open quick search ( even when in the app), toggle buttons and quit notion not working from tray icon

kde_fcitx5 commented on 2026-06-01 14:40 (UTC)

Please prioritize using extra/electron40 if possible

aliu commented on 2026-05-01 19:10 (UTC)

should depend on electron40 (which electron40-bin also provides) instead of electron40-bin

leonidlednev commented on 2026-04-25 12:41 (UTC) (edited on 2026-04-25 12:42 (UTC) by leonidlednev)

Replace electron40-bin with electron40 in depends, as it is available in the repos

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